AI Digest.

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

M
Merge @merge_api ·
Meet Merge Gateway. One API, every model. $10 in Free LLM Credits on us each month.
A
Anatoli Kopadze @AnatoliKopadze ·
Anthropic engineer: "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." In 25 minutes he breaks down exactly how Anthropic builds agents that run in parallel, check each other's work, and recover when one fails. Worth more than any paid course you'll find on building agents. Watch it, then read detailed guide on graph engineering below.
A AnatoliKopadze @AnatoliKopadze

https://t.co/fyBGWQbsvn

B
Brandur @brandur ·
In industry, everyone hates ElasticSearch. Expensive to run, hard to operate, clunky AF. But also, everyone *needs* ES. Search isn't optional. Then came TurboPuffer. Better product, 10-100x cheaper, more stable. Crazy no one thought to do it before. https://t.co/x0j96AmQBI
P P_Bonnet @P_Bonnet

"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?

J
Jamon @jamonholmgren ·
I made a precommit linter that disallows comments entirely. It will just tell the agent to write clearer code if it thinks it needs a comment. It’s glorious. I predict this will be a controversial tweet.
_ __alexlazar__ @__alexlazar__

@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?

C
Chubby♨️ @kimmonismus ·
Oh, that’s going to backfire. Anthropic employees complaining about the double standards regarding the Microsoft and NVIDIA deals - that won’t end well.
M Mononofu @Mononofu

I’m so excited that @JensenHuang is a believer in open source now, looking forward to the CUDA and GPU driver open source release!

M
Mike Fishbein @mfishbein ·
This is my personal software factory. It turns ideas into working products while I sleep. No babysitting coding agents with prompts all day. Cursor and Claude Code made writing code way easier. The harder problem is building a system that can context engineer and manage itself. My factory starts with a Skill called `/factory`. It's the foreman that remembers where the project stands and sends in the right worker for the job. Factory runs this assembly line: 1. `/factory-plan` - the interviewer Reads the existing codebase (if there is one), extracts missing context from me via interview, and writes a product brief. 2. `/factory-plan` - the planner The same skill turns the approved brief into small, testable features and development tasks. 3. `/factory-tests` - the professor Before anyone writes code, every task gets an exam. This skill defines the success criteria for each task, and how the coding agent can prove to itself that what it built works or needs iteration. 4. `/factory-explain` - the presenter Explains the plan to me like I'm 10, with visual metaphor and mermaid charts. Now that coding agents can write more code, faster than any human ever could, the new bottleneck is human understanding of the code. This skill solves that. 5. `/factory-handoff` - from CTO to SWE This packages the brief, plan, tests, safety rails, and stop conditions into one work order. 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. 6. Cursor or Claude Code `/loop` - the coffee The night shift picks one task, builds it, takes its exam, records what happened, iterates if needed, then moves onto the next task. If it gets stuck, circuit breakers stop it from confidently digging a deeper hole while I sleep. 7. `/factory-review` - the teacher grades the homework The student doesn't grade it's own homework. A fresh agent that never met the builder tries to break the result. The reviewer rereads the original plan, reruns tests, and finds anything that's broken. 8. `/auto-loom-proof` - shows the evidence Uses browser use and screen records itself performing the tests and adds an 11labs voiceover explaining what's being proven. It sends me the narrated demo video. 9. `/factory-explain` - the code The factory updates a plain-language owner's manual explaining what actually got built. I understand my own codebase, so I can make decisions without becoming the bottleneck or outsourcing my thinking to AI. NOTE ON BUILDING AI Cursor and Claude Code have made writing code dramatically easier. But getting AI to work reliably and at scale for you can't be fully automated. LLM-as-judge helps, but a judge needs a rubric, examples, and input from someone with subject matter expertise. You still need a human reviewing the work and teaching the system how to perform better. You can check out my factory on github in the post below.
📙
📙 Alex Hillman @alexhillman ·
We should come up with a name for all of these cool dev environments so many people are experimenting with. I love how integrated they are! Wait. 👀
L localhost_5173 @localhost_5173

Added ctrl-tab tab switcher in Kero https://t.co/TCJpugAzUA

K
kache @yacineMTB ·
Awesome stuff, recommend anyone getting into robotics to give this a shot
A andonlabs @andonlabs

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

N
Nick Van Wiggeren @NickVanWig ·
the problem with this is that you all make terrible engineering managers
M mattpocockuk @mattpocockuk

100% We are all engineering managers now Strategists, not tacticians

M
martin_casado @martin_casado ·
I've really been enjoying working on Exo (a fully recursive self improving agent harness) because it's a super tricky systems problem. But also, we have a really great group of systems folks chipping away at it. Discord in reply if you wanna join .. https://t.co/K4s8y3SRls
K
Kyle Mistele 🏴‍☠️ @0xblacklight ·
there will eventually be two languages Rust and typescript + @EffectTS_ lots of folks want to kill JS but the web platform is never going away and the web platform will probably never not support HTML + JS but you also can't just use vanilla JS or typescript if you are building really complex systems, you need Effect to stay sane
E evisdrenova @evisdrenova

Only 3 programming languages exist: - C - Rust - Typescript There is no reason to use anything else.

T
Tony Simons @tonysimons_ ·
🚨 THIS is the one a ton of you have been asking for. I finally broke down my entire Hermes multi-agent setup. Not just the Wu-Tang names. The actual architecture: - disposable subagents vs permanent profiles vs swarms - why RZA controls the whole operation - how I split work across 7 specialist agents - why credentials stay at the top - why MCP inheritance is disabled - why every agent shouldn’t get every skill - how memory, verification, recovery, and routing all fit together 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. More agents aren’t the upgrade. Clearer ownership is. 💰 Wu-Tang Forever: My Hermes Multi-Agent Setup Ain’t Nuthin’ to F*ck With👇
T tonysimons_ @tonysimons_

Wu-Tang Forever: My Hermes Multi-Agent Setup Ain’t Nuthin’ to F*ck With

S
Steve Ruiz @steveruizok ·
if you know what a "coding agent" is then go buy this or something very similar (not sponsored but they're on amazon, pi hut, ali, all over) https://t.co/iPvHxBiltf
P
Peter Yang @petergyang ·
My friend Kun gives some of the best analysis on models there is, read it below:
K kunchenguid @kunchenguid

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?

D
Dmitry Lyalin @LyalinDotCom ·
If you don't know Gal, you should follow. He's not the loudest here... but one of those AI engineers who is going to build great things.
G galdawave @galdawave

@LyalinDotCom Everything is a prompt away

@
@jason @Jason ·
Keeping my prediction on the pod, that everything changes when you have unlimited/unmetered tokens… … and that the $10k desktop running local models will be commonplace next year. Many companies will budget for $10-20k desktops to have sovereign, unmetered tokens
T tobi @tobi

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

A
Ananth @Ananth7e ·
no other lab controls the narrative like anthropic and here's another one of anthropic's marketing genius. they locked mythos away for 3 months. no access. no benchmarks. just vibes and anthropic's word. they announced it at an absurdly high price first so when fable dropped cheaper it felt like a bargain. then the fable inclusion saga. originally promised for 2 weeks in the sub, then api credits only, then got banned by the USG, came back at 50% usage limits, threatened to remove it again, and now it's permanently included at 50%. it felt like a gift. they got banned by the USG and somehow turned it into the most talked about AI story of the year. anthropic builds incredible models. but their ability to control the narrative around those models is just as impressive.
A Ananth7e @Ananth7e

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.

M
Mario Zechner @badlogicgames ·
as someone who lived through, made money during, and enabled a bunch of indies and big corps to participate in the mobile games space back in the 2010s, this is a hilariously bad take.
S signulll @signulll

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.

J
jack @jack ·
RT @gokulr: Excited for the ecosystem that's starting to form around Buzz by Block. SageOx (@TheSageOx) is at the forefront of this ecosys…
D
David Ondrej @DavidOndrej1 ·
giving your agent DeepAPI makes it run on steroids the difference is night & day
D deepapi_co @deepapi_co

Make your agents more powerful DeepAPI gives your agents scraping and an email inbox No authentication No subscriptions https://t.co/FFW5paxHb7