TurboPuffer Disrupts Search Economics as Multi-Agent Orchestration Reaches New Heights
Today's developments highlight a massive shift in AI infrastructure and agentic workflows. Engineers are rapidly moving from babysitting models to building autonomous multi-agent systems, while TurboPuffer proves that object storage can undercut legacy vector databases by 100x. Meanwhile, developers are realizing that public model benchmarks are losing their utility, making private evals and strict guardrails more important than ever.
Daily Wrap-Up
The AI engineering ecosystem is undergoing a structural evolution right before our eyes. We are moving past the era of manually prompting individual models and entering the age of autonomous orchestration. Developers are no longer just writing code; they are building complex software factories where specialized agents plan, execute, review, and verify their own work. Whether it is a Wu-Tang themed multi-agent setup or a fully recursive self-improving harness, the consensus is that clear ownership and strict architectural boundaries are the only ways to build reliable systems at scale.
On the infrastructure side, the economics of search and inference are being completely rewritten. We are seeing a massive push toward cost-efficient architectures that challenge the status quo, exemplified by TurboPuffer leveraging S3 to undercut RAM-heavy legacy systems by orders of magnitude. At the same time, the looming promise of unmetered local tokens is driving predictions of $10,000 enterprise desktops becoming standard company issue next year. The hardware layer is finally catching up to the software demands.
However, as the underlying technology accelerates, our methods for evaluating it are breaking down. Public model benchmarks are increasingly disconnected from actual utility, pushing the industry to rely on domain-specific evaluations. Furthermore, as labs lean heavily into machine-verifiable reinforcement learning, models are beginning to speak in jargon that is harder for humans to parse, making strict engineering guardrails and context engineering critical skills.
The most practical takeaway for developers: Stop babysitting individual models and start building graph-based agent factories with strict circuit breakers, clear ownership boundaries, and independent LLM-as-judge review steps.
Quick Hits
- @jack highlighted the growing ecosystem forming around Block's Buzz platform and startups like SageOx.
- @LyalinDotCom recommends following AI engineer @galdawave, noting that great builders often let their work speak louder than loud social media presence.
Multi-Agent Architectures Dominate the Engineering Discourse
The shift from single-prompt interactions to complex, multi-agent workflows is accelerating, and the engineering community is zeroing in on the architectural patterns that actually work. The days of manually guiding an AI through every step are ending. Instead, developers are building autonomous systems where agents run in parallel, verify each other's outputs, and recover from failures independently.
Highlighting an Anthropic engineer's perspective on graph engineering, @AnatoliKopadze points out that the goal is to stop micromanaging the model. The prevailing wisdom is summarized neatly: "You're not supposed to babysit the model. Put it in a graph, and it catches its own mistakes and runs a dozen tasks at once." This architectural philosophy allows models to scale their capabilities without requiring constant human intervention.
Taking this concept to its logical extreme, @mfishbein shared a detailed breakdown of his personal "software factory." This system turns high-level ideas into working products overnight through a highly structured assembly line. The setup employs specialized agents for interviewing, planning, testing, and execution, all coordinated by a central foreman skill. As he notes, "The factory uses the best models for the planning in the previous steps above, then hands the work order to a lower token usage model like Grok 4.5 for execution," while a fresh agent grades the final output.
Building on this theme of specialized roles, @tonysimons_ detailed his Hermes multi-agent setup, emphasizing that adding more agents isn't the actual upgrade. "Most multi-agent setups fail because nobody owns anything, every agent has access to everything, and the orchestrator is just another bot with a fancy title. Clearer ownership is," he explained. This push towards complex orchestration is also driving developers like @martin_casado to tackle the "super tricky systems problem" of fully recursive self-improving agent harnesses. To power these systems, @DavidOndrej1 notes that giving agents tools like DeepAPI for scraping and email management drastically multiplies their autonomous utility, a trend further evidenced by @yacineMTB highlighting Drone-Bench, a new benchmark where agents code autonomous drones.
TurboPuffer and Local Compute Rewrite Infrastructure Economics
The infrastructure layer supporting AI applications is undergoing a dramatic pricing revolution. Vector databases and search have long been notorious pain points, often relying on expensive RAM that balloons operational costs. However, a new architectural approach leveraging object storage is flipping the script, enabling massive cost reductions without sacrificing the reliability required by enterprise clients.
The catalyst for this shift is TurboPuffer. As @brandur observes, while the industry universally hates operating ElasticSearch due to its clunkiness and expense, search remains a non-negotiable feature. TurboPuffer changes the math entirely by keeping data on S3 with an SSD cache. Quoting an analysis by @P_Bonnet, Brandur highlights that this architecture runs "10-100x cheaper" than incumbent solutions. This dramatic cost reduction is winning over massive clients like Cursor, Anthropic, and Notion, fundamentally threatening legacy vector databases.
While cloud architectures get more efficient, the hardware running local inference is also becoming a massive talking point. @Jason predicts a looming shift in enterprise hardware budgets driven by the need for sovereign, unmetered tokens. He forecasts that "$10k desktop running local models will be commonplace next year," noting that companies will eagerly budget for this hardware to escape token metering. Bridging the gap between local hardware and cloud APIs, @merge_api introduced their Gateway, offering a single API endpoint to access every major model to simplify tooling for developers.
The Fading Utility of Benchmarks and Anthropic's Narrative Control
As model capabilities skyrocket, evaluating them accurately is becoming a serious industry bottleneck. Public benchmarks are increasingly losing their credibility, often failing to reflect how a model performs on practical, real-world tasks. This disconnect is forcing developers to reconsider how they test models and how they interpret the marketing surrounding new releases.
Sharing a deep analysis from @kunchenguid on the recent Opus 5 release, @petergyang underscores how misleading current benchmarks have become. Kun's analysis bluntly states that "opus 5 is nowhere near fable in practical use, not even close... yet opus beats fable on many benchmarks." This discrepancy is pushing the industry toward private, domain-specific evaluations. Furthermore, Kun notes a concerning trend in model training, observing that labs are prioritizing machine-verifiable reinforcement learning over human-friendly interactions, resulting in models that speak in confusing jargon.
Beyond the technical evaluations, AI labs are demonstrating masterful control over public perception. @Ananth7e provided a fascinating breakdown of Anthropic's marketing strategy, suggesting they intentionally manipulate pricing and access to control the narrative. "They locked mythos away for 3 months. No access. No benchmarks. Just vibes and anthropic's word," he explained. This narrative control extends to turning potential disasters, like a US government ban, into massive hype events. However, this market dominance doesn't come without internal friction, as @kimmonismus pointed out internal Anthropic employee complaints regarding double standards in partnerships with Microsoft and NVIDIA.
Forcing Code Quality Through Agentic Workflows
As AI coding agents take on larger portions of software development, engineers are discovering the bad habits these models bring to a codebase. Left unchecked, agents tend to write bloated, over-commented code that fails to adhere to clean architecture principles. To combat this, developers are implementing strict programmatic guardrails to force the models into better engineering practices.
Tackling the issue of verbose AI code directly, @jamonholmgren created a precommit linter that entirely disallows comments. Instead of letting the AI explain messy code with text, the linter forces the model to rewrite the logic until it is clear enough to stand on its own. "It will just tell the agent to write clearer code if it thinks it needs a comment. It’s glorious," Jamon shared. This approach shifts the burden of comprehension back to the architecture, ensuring the codebase remains maintainable.
This active management of development environments reflects a broader trend of engineers customizing their workflows to accommodate AI. @alexhillman noted the rapid emergence of highly integrated, experimental developer environments, marveling at how seamlessly tools like Kero are blending complex workflows. This customization extends into the physical workspace as well, with @steveruizok recommending specific hardware setups for developers working alongside coding agents, suggesting that the right physical tools are just as important as the digital ones when managing automated workflows.
AI's Impact on Value, Careers, and Programming Languages
The proliferation of AI is forcing a radical reassessment of what software is actually worth and how the humans building it fit into the picture. As AI agents become capable of generating complex applications with simple prompts, the economic moat of simple software is disappearing. This shift is simultaneously transforming the role of the software engineer and consolidating the programming languages we use to build the underlying systems.
Highlighting a controversial take on software value, @badlogicgames pushed back against the idea that AI is destroying economic value, drawing parallels to the mobile gaming boom. He referenced a point by @signulll noting that while a game built in 2012 could generate millions, "today it can be one shotted by roughly anyone." This democratization of creation means that software outcomes will follow a power-law distribution, where only the most complex and highly specialized systems retain significant economic value.
As the creation of code becomes commoditized, the engineer's role is shifting from a tactical writer to a strategic manager. However, @NickVanWig cynically noted that "the problem with this is that you all make terrible engineering managers," responding to the idea that developers are now strategists overseeing AI tacticians. To survive this transition and build the robust, complex systems that AI cannot simply one-shot, developers are consolidating around highly capable tech stacks. Emphasizing this linguistic convergence, @0xblacklight declared that "there will eventually be two languages: Rust and typescript," arguing that complex web systems will require frameworks like Effect to keep developers sane while relying on Rust for heavy lifting.
Sources
https://t.co/fyBGWQbsvn
"Vector databases are dead". And yet one of the most interesting infra companies in the world right now... is a vector database. I reviewed 20 expert calls on @turbopuffer + all public data on the company. Co was founded in Ottawa in Oct 2023 by @Sirupsen (ex-Shopify). Here is what we know: - $1m to $100m run-rate in 19 months - profitable the entire way - <$1m of outside capital raised (!) to date - <40 people, no sales team - customers: @cursor_ai, @AnthropicAI, @NotionHQ, @Atlassian, @linear, @harvey, @tryramp... So what does Turbopuffer do? Well, every AI model needs a "find what's relevant" step before it can answer (could be your codebase in Cursor, your workspace in Notion...). Turbopuffer is that search layer, and it is rented as an API. It combines both classic keyword search (exact text hits) and vector search (search by meaning. Basically so that "cancel subscription" also returns "stop billing" topics). Great, but why does it win? Mostly one architectural bet. Everyone else kept data in RAM (~$3,600 per TB p.m.). Turbopuffer keeps it on S3 (~$20 per TB) with an SSD cache on top (~$70 per TB all-in). The one drawback is accepting a slower first query, but it runs 10-100x cheaper at scale. The calls and references are the most one-sided I have ever read on any infra company: Of the 20 calls, 13 were current customers across 9 orgs. Zero churn. Implied NPS ~ +70 (6 of 8 scores were 9s or 10s) - A leading productivity company migrated 10bn+ vectors off Pinecone - A large collaboration software company ran a formal RFP against Pinecone, Qdrant, Weaviate and LanceDB. Turbopuffer won, and now carries ~75% of their semantic search traffic in the EU - A fast-growing AI support platform: identical workload quoted at 5x+ price on Pinecone. They went as far as saying that even if Turbopuffer doubled their pricing tomorrow, they wouldn't blink - A large Canadian telco (2 yrs in prod): "we've never been paged, infra has never gone down"... and went from a cost projection of millions to thousands - A leading AI talent marketplace deprecated Pinecone entirely; on their new workload Turbopuffer came in 50-100x cheaper than Mongo, and they said it is one of the few products developers would cry over if taken out And the best line of all, from one of the experts: "if turbopuffer didn't exist, I don't think Cursor could have existed as a product" Agentic AI is also a tailwind, not the threat people assumed: agents perform 25-50x more queries than human users. And agent loops are inference-bound so they tolerate retrieval latency ==> that's exactly the trade-off Turbopuffer makes. There is one open question here: AWS basically already copied the architecture natively (S3 Vectors, with claims of it being "90% cheaper"). That direct threat was flagged 5 times in my 20 calls reviewed. And that's actually super cool... Turbopuffer's answer is clear: keep cutting prices faster than anyone can chase (Elon's playbook on EVs with Tesla). TP has cut query prices by up to 94% since launch... and stayed profitable doing it. And so ultimately: does compounding cost advantage + total focus beat distribution? It did once before: that is literally Snowflake vs Redshift (and my favourite horse near that race is @ClickHouseDB in the same vein, per my earlier posts) Thoughts @HarryStebbings, @jaminball, @GavinSBaker, @andy_pavlo, @bernhardsson?
@jamonholmgren There is one thing that I just cannot get it to stop, no matter what I do in my harness, and this is to stop adding blocks of comments. Has anyone ever managed to make it stop that?
I’m so excited that @JensenHuang is a believer in open source now, looking forward to the CUDA and GPU driver open source release!
Added ctrl-tab tab switcher in Kero https://t.co/TCJpugAzUA
Should we be worried about how good AI is getting at coding autonomous drones? Introducing Drone-Bench, a benchmark where AI agents code drones to complete a simple autonomous surveillance task. Drone-Bench is independent but based on Project Pilot, our work with Anthropic. https://t.co/K3xEq4smAZ
100% We are all engineering managers now Strategists, not tacticians
Only 3 programming languages exist: - C - Rust - Typescript There is no reason to use anything else.
Wu-Tang Forever: My Hermes Multi-Agent Setup Ain’t Nuthin’ to F*ck With
opus 5 is a VERY interesting release for a few reasons 1. it showed that the general benchmarks we use today are almost completely useless now opus 5 is nowhere near fable in practical use, not even close. anyone who’s used it meaningfully can tell this very quickly after a few tasks. yet opus beats fable on many benchmarks i now trust domain specific benchmarks built with private datasets a lot more than the popular ones. perhaps the future is everyone running their own evals because the public ones are really not telling us much 2. it seems with the 5 series, anthropic is trying a new way of training models previously, the same generation of sonnet and opus were often released at the same time or sonnet comes out before opus, which indicates sonnet and opus were trained by separate pipelines in parallel with the 5 series, it was very clear that they trained mythos first, and then distilled it into sonnet and opus. it seems this approach has a big influence on the models seeing sonnet 5 being a flop and opus 5 getting pretty mixed reviews already, i’m not sure this is working out 3. “how pleasant is it to work with the model” used to be a strength in claude, but now it’s not. honestly, grok is my favorite right now on the “pleasant” dimension. kimi is not bad either it feels like both anthropic and openai are giving RLHF less care, in favor of scalable RL that’s machine verifiable this almost looks like AI is directing humans to build a world that’s more friendly for machines rather than humans, and most humans don’t even realize they are being manipulated to help with that almost every new generation of frontier models now talk more jargons, need more steering to do what you want, and are just less fun to work with if this continues, AI will start to speak their own language that looks like English but average humans can’t understand. they will choose to do things that their human user never asked for. are we already failing at alignment?
@LyalinDotCom Everything is a prompt away
Thank you @nvidia for the hookup on this DGX Workstation. This will crunch a *lot* of high quality tokens here! This thing is a total beast. https://t.co/cYW4410SRJ
nobody does marketing like anthropic. not even close. take the J-space paper, genuinely impressive interpretability research. they found a hidden internal workspace inside claude where it holds thoughts before outputting them. they swapped a concept mid-thought and claude followed the swap. but anthropic's opening line on x was: "of everything happening in your brain right now, only a tiny fraction of your brain is consciously accessible. we found a strikingly similar divide inside claude." the post crossed millions of views within hours and the whole internet was asking "is claude conscious?" the research says nothing about consciousness. anthropic even says that themselves. but they wrote the hook knowing exactly what conversaton it would start.
if you put this game on the app store in ~2012, it would’ve potentially grossed $5-10m at least over its life span, maybe even more. today it can be one shotted by roughly anyone with the correct physics, graphics, gameplay, etc. so $10m of economic value wiped out in ~15 years? that’s only one game. almost all software is going to be power law outcomes from this point forward. the temporary rise you see now is kind of a red herring for what’s to come.
Make your agents more powerful DeepAPI gives your agents scraping and an email inbox No authentication No subscriptions https://t.co/FFW5paxHb7