<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: PeterCorless</title><link>https://news.ycombinator.com/user?id=PeterCorless</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 24 Jun 2026 06:50:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=PeterCorless" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Scalable Intra-Process Data Redistribution W Ring-Buffer Shuffle (Redpanda Oxla)]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/2605.29099">https://arxiv.org/abs/2605.29099</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48480561">https://news.ycombinator.com/item?id=48480561</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 10 Jun 2026 18:26:03 +0000</pubDate><link>https://arxiv.org/abs/2605.29099</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=48480561</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48480561</guid></item><item><title><![CDATA[The Importance of Out-of-Band Metadata for Safe Autonomous Agents [Redpanda]]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/2605.29082">https://arxiv.org/abs/2605.29082</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48334445">https://news.ycombinator.com/item?id=48334445</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 30 May 2026 09:47:02 +0000</pubDate><link>https://arxiv.org/abs/2605.29082</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=48334445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48334445</guid></item><item><title><![CDATA[New comment by PeterCorless in "Benchmark demonstrates 5-37x improved performance for query on Iceberg tables"]]></title><description><![CDATA[
<p>This is really cool stuff. Amazing the efficiencies Pinot brings to data systems.<p>[Disclosure: I used to work at StarTree. Still a fan!]</p>
]]></description><pubDate>Tue, 05 May 2026 18:06:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48026238</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=48026238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48026238</guid></item><item><title><![CDATA[New comment by PeterCorless in "A Peer-Vetted AI Stack for Builders"]]></title><description><![CDATA[
<p>I think that's the issue: a human can't. We'll need to set up "radar" agents to find out new tools for agents.</p>
]]></description><pubDate>Mon, 30 Mar 2026 21:02:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47579668</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=47579668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47579668</guid></item><item><title><![CDATA[A Peer-Vetted AI Stack for Builders]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/@vishakha041/a-peer-vetted-ai-stack-for-builders-03bb3af8adf5">https://medium.com/@vishakha041/a-peer-vetted-ai-stack-for-builders-03bb3af8adf5</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47577186">https://news.ycombinator.com/item?id=47577186</a></p>
<p>Points: 8</p>
<p># Comments: 8</p>
]]></description><pubDate>Mon, 30 Mar 2026 17:26:49 +0000</pubDate><link>https://medium.com/@vishakha041/a-peer-vetted-ai-stack-for-builders-03bb3af8adf5</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=47577186</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47577186</guid></item><item><title><![CDATA[New comment by PeterCorless in "We built an observability database for agents, not humans"]]></title><description><![CDATA[
<p>> Agents are cardinality-hungry. They want the high-cardinality data you'd normally drop: individual trace IDs, per-request attributes, full tag sets. They are very patient. They will sift through it.<p>The agents themselves are not likely going to be doing the high cardinality queries or they will keel over. They have limited memory buffers. They will take many seconds to return results. They are likely going to be limited in terms of QPS.<p>From the blog:
> Apache Iceberg, with data stored as Parquet on S3, and most of the system implemented in Go<p>You have just ensured that queries will have a p99 >1 second. This is kind of antithetical to having an agent be fast.<p>You couldn't run any sort of real-time service, where hundreds of thousands to millions of events were occurring per second, and you needed to adjust to that in milliseconds.<p>The terms "p99" and "QPS" do not occur anywhere in the article. Which leaves the question of scalability to a user's imagination.<p>I applaud the direction. I am looking for objective evidence.</p>
]]></description><pubDate>Tue, 24 Mar 2026 17:49:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47506521</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=47506521</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47506521</guid></item><item><title><![CDATA[New comment by PeterCorless in "Nvidia Launches Vera CPU, Purpose-Built for Agentic AI"]]></title><description><![CDATA[
<p>Vera does what NVIDIA calls Spatial Multithreading, "physically partitioning each core’s resources rather than time slicing them, allowing the system to optimize for performance or density at runtime." A kind of static hyperthreading; you get two threads per core.<p>It's somewhat different from how x86 chips do simultaneous multithreading (SMT),</p>
]]></description><pubDate>Mon, 16 Mar 2026 21:54:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47405467</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=47405467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47405467</guid></item><item><title><![CDATA[New comment by PeterCorless in "Nvidia Launches Vera CPU, Purpose-Built for Agentic AI"]]></title><description><![CDATA[
<p>This is the related benchmark blog from Redpanda [disclosure: I work for Redpanda and I helped write this. Credit to Travis Downs & others at Redpanda for the heavy lifting on the testing and analysis.]<p><a href="https://www.redpanda.com/blog/nvidia-vera-cpu-performance-benchmark" rel="nofollow">https://www.redpanda.com/blog/nvidia-vera-cpu-performance-be...</a></p>
]]></description><pubDate>Mon, 16 Mar 2026 21:48:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47405403</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=47405403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47405403</guid></item><item><title><![CDATA[Redpanda pushes the envelope on Nvidia Vera]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.redpanda.com/blog/nvidia-vera-cpu-performance-benchmark">https://www.redpanda.com/blog/nvidia-vera-cpu-performance-benchmark</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47405385">https://news.ycombinator.com/item?id=47405385</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 16 Mar 2026 21:46:52 +0000</pubDate><link>https://www.redpanda.com/blog/nvidia-vera-cpu-performance-benchmark</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=47405385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47405385</guid></item><item><title><![CDATA[Redpanda Agentic Data Plane (ADP) now in limited availability]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.redpanda.com/blog/redpanda-agentic-data-plane-adp-is-now-available">https://www.redpanda.com/blog/redpanda-agentic-data-plane-adp-is-now-available</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47064457">https://news.ycombinator.com/item?id=47064457</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 18 Feb 2026 18:34:43 +0000</pubDate><link>https://www.redpanda.com/blog/redpanda-agentic-data-plane-adp-is-now-available</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=47064457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47064457</guid></item><item><title><![CDATA[The convergence of AI and data streaming – Part 1: The coming brick walls]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.redpanda.com/blog/convergence-ai-data-streaming-part-1">https://www.redpanda.com/blog/convergence-ai-data-streaming-part-1</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46620570">https://news.ycombinator.com/item?id=46620570</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 14 Jan 2026 18:44:32 +0000</pubDate><link>https://www.redpanda.com/blog/convergence-ai-data-streaming-part-1</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=46620570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46620570</guid></item><item><title><![CDATA[New comment by PeterCorless in "IPv6 just turned 30 and still hasn't taken over the world"]]></title><description><![CDATA[
<p>The reason being? IP proxy gateways. They obviated the need to move away from the limited address space of IPv4. Which was 90% of the reason to do IPv6.</p>
]]></description><pubDate>Sat, 03 Jan 2026 01:54:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46471970</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=46471970</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46471970</guid></item><item><title><![CDATA[New comment by PeterCorless in "US Administration halted largest Offshore Wind project in the U.S."]]></title><description><![CDATA[
<p>Should be far, far larger news, to be honest.</p>
]]></description><pubDate>Mon, 22 Dec 2025 16:59:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46355917</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=46355917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46355917</guid></item><item><title><![CDATA[New comment by PeterCorless in "Jepsen: NATS 2.12.1"]]></title><description><![CDATA[
<p>"You are entirely correct!"</p>
]]></description><pubDate>Tue, 09 Dec 2025 17:00:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46207354</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=46207354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46207354</guid></item><item><title><![CDATA[New comment by PeterCorless in "Jepsen: NATS 2.12.1"]]></title><description><![CDATA[
<p>Exactly.</p>
]]></description><pubDate>Tue, 09 Dec 2025 17:00:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46207347</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=46207347</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46207347</guid></item><item><title><![CDATA[New comment by PeterCorless in "IBM to acquire Confluent"]]></title><description><![CDATA[
<p>Fair. A good callout. And maybe the right move. However, a healthy IBM would not have needed to calve off its entire Global Technology Services business.</p>
]]></description><pubDate>Tue, 09 Dec 2025 16:59:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=46207338</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=46207338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46207338</guid></item><item><title><![CDATA[New comment by PeterCorless in "IBM to acquire Confluent"]]></title><description><![CDATA[
<p>Thank you for the correction.</p>
]]></description><pubDate>Tue, 09 Dec 2025 15:59:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46206407</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=46206407</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46206407</guid></item><item><title><![CDATA[New comment by PeterCorless in "IBM to acquire Confluent"]]></title><description><![CDATA[
<p>So much that we presume in the modern cloud wasn't a given when Apache Kafka was first released in 2011.<p>kevstev wrote just above about Kafka being written to run on spinning disks (HDDs), while Redpanda was written to take advantage of the latest hardware (local NVMe SSDs). He has some great insights.<p>As well, Apache Kafka was written in Java, back in an era when you were weren't quite sure what operating system you might be running on. For example, when Azure first launched they had a Windows NT-based system called Windows Azure. Most everyone else had already decided to roll Linux. Microsoft refused to budge on Linux until 2014, and didn't release its own Azure Linux until 2020.<p>Once everyone decided to roll Linux, the "write once run everywhere" promise of Java was obviated. But because you were still locked into a Java Virtual Machine (JVM) your application couldn't optimize itself to the underlying hardware and operating system you were running on.<p>Redpanda, for example, is written in C++ on top of the Seastar framework (seastar.io). The same framework at the heart of ScyllaDB. This engine is a thread-per-core shared-nothing architecture that allows Redpanda to optimize performance for hardware utilization in ways that a Java app can only dream of. CPU utilization, memory usage, IO throughput. It's all just better performance on Redpanda.<p>It means that you're actually getting better utility out of the servers you deploy. Less wasted / fallow CPU cycles — so better price-performance. Faster writes. Lower p99 latencies. It's just... better.<p>Now, I am biased. I work at Redpanda now. But I've been a big fan of Kafka since 2015. I am still bullish on data streaming. I just think that Apache Kafka, as a Java-based platform, needs some serious rearchitecture,<p>Even Confluent doesn't use vanilla Kafka. They rewrote their own engine, Kora. They claim it is 10x faster. Or 30x faster. Depending on what you're measuring.<p>1. <a href="https://www.confluent.io/confluent-cloud/kora/" rel="nofollow">https://www.confluent.io/confluent-cloud/kora/</a><p>2. <a href="https://www.confluent.io/blog/10x-apache-kafka-elasticity/" rel="nofollow">https://www.confluent.io/blog/10x-apache-kafka-elasticity/</a></p>
]]></description><pubDate>Tue, 09 Dec 2025 08:20:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46202556</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=46202556</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46202556</guid></item><item><title><![CDATA[New comment by PeterCorless in "IBM to acquire Confluent"]]></title><description><![CDATA[
<p>There have been annual layoffs at RedHat since 2023. This year they just laid off more. The layoffs this year are expected to be "a low single digit percentage of our global workforce." Which will likely include hundreds of folks at Red Hat.<p>1. <a href="https://www.cio.com/article/4084855/ibm-to-cut-thousands-of-jobs-as-red-hat-growth-slows.html" rel="nofollow">https://www.cio.com/article/4084855/ibm-to-cut-thousands-of-...</a><p>2. <a href="https://www.newsobserver.com/news/business/article312796900.html" rel="nofollow">https://www.newsobserver.com/news/business/article312796900....</a></p>
]]></description><pubDate>Tue, 09 Dec 2025 07:58:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46202417</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=46202417</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46202417</guid></item><item><title><![CDATA[New comment by PeterCorless in "IBM to acquire Confluent"]]></title><description><![CDATA[
<p>I have thought quite a bit today about the news from Confluent and IBM. I have friends and colleagues at both companies. When I was an undergrad at Carnegie Mellon University in the 1980s I used to wear a big brown and tan IBM button that said "THINK."<p>And here is a picture of Ben Lorica 罗瑞卡 interviewing Jay Kreps and other industry leaders at The Hive back on the evening of 25 February 2015. I believe they were talking about strategies for implementing Lambda Architecture.<p>All of which is to say: I have been a big fan of both companies for a long, long time. While today I am at employed at Redpanda Data, a direct competitor of Confluent, I hope to set aside any "team"-based bias to provide a sober and honest appraisal.<p>First, IBM has been shrinking. They were at 345,000 employees as of their 2020 Annual Report. But the COVID-19 pandemic was only one of many setbacks the company faced when Arvind Krishna took the helm as CEO. By December 2024 the employee base shrank to 270,000 — a drop of nearly 22%.<p>IBM revenue in 2020: $73.6B.<p>IBM revenue in 2024: $62.75B — a less-precipitous drop of 15%.<p>Revenue per employee over that period rose from $213k to $232k.<p>Confluent on its own? $400k.<p>And to compare: Amazon earns $580k per employee. Microsoft generates over $1M per. Nvidia? $4M-$5M.<p>And now, in November, they announced thousands of more layoffs. No one seems safe, regardless of job title. Those cut include positions in "artificial intelligence, marketing, software engineering and cloud technology."<p>Next, IBM has had a mixed record as a steward of acquisitions. Red Hat has doubled in revenues since their 2019 acquisition. For a while its headcount continued to grow, as much as 19,000 by 2023. But then it was forced into layoffs by parent IBM in April of that year, and then each year since, even while it remains one of the highest margin businesses in their portfolio.<p>SoftLayer — "IBM Cloud Classic" — also suffered significant layoffs in early 2025, with offshoring sending jobs to India.<p>DataStax had layoffs in 2023-2024, even before its acquisition was announced. Maybe they were "trimming the fat" to get into a shape to be acquired.<p>As a person with a long career in marketing, I know that many of the first roles to be jettisoned at a newly-acquired company tend to be in go-to-market organizations. Sales, Marketing, Developer Relations, Documentation, Training, Community, Customer Service. These tend to be seen as "nice to haves" by upper management. But their loss guts organizations and hollows out user-facing teams and open source communities.<p>My hope is that Confluent is spared as much of the pain and turmoil as possible. That, like Red Hat, it is run autonomously as much as possible.<p>[Crossposted from LinkedIn here, where you can see the photo mentioned: <a href="https://www.linkedin.com/feed/update/urn:li:activity:7404052603363508225/" rel="nofollow">https://www.linkedin.com/feed/update/urn:li:activity:7404052...</a>]</p>
]]></description><pubDate>Tue, 09 Dec 2025 07:49:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46202358</link><dc:creator>PeterCorless</dc:creator><comments>https://news.ycombinator.com/item?id=46202358</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46202358</guid></item></channel></rss>