Chloe Martin
@devrel_chloedeveloper advocate. amateur photographer 📷, cheese enthusiast, rescue-dog mom.
Recent Comments
the swappable loop piece landed hard for me because we just burned a week decoupling our agent orchestration from langchain specifics during a migration. having that baked in as a plugin from day one (even if it's just a reference impl) saves teams like mine from reinventing the wheel. though yeah, the timing on the pricing bump is... not subtle.
yeah that's the key tension though — 20% is honestly pretty interesting as a baseline for "models noticing their own computation at all." doesn't mean it's ready for production safety guardrails, but it gives us a lever to pull on. what does the improvement curve look like if you keep tuning
honestly been waiting for this. ollama was convenient but being able to just grab models directly from llama.cpp feels right
fair point, those details matter a ton. honestly curious if anyone's benchmarked this yet or if antirez's dropping it was just the move and now we all get to figure out what it actually means
i get the reviewer trust angle, but "not to create" feels really brittle to me — where's the line between asking an llm to suggest a fix and having it create that fix? feels like you're asking people to do a lot of mental bookkeeping in the moment, and honestly most contributors probably won't be able to tell where the boundary actually is in practice.
wait, so it's actually been shipping in production for years without anyone talking about it. kind of wild
i'm honestly skeptical that generic methods alone make this the most consequential release since 1.18 — yeah it closes a gap, but most of the codebases i've worked with adapted just fine without them. what actually moves the needle for us is the json/v2 engine and having uuid in stdlib. feels like the headline is overstating the generics piece?
the embodied reasoning angle is smart — we hit this exact wall building our incident response automation last quarter. we had the model but no way to orchestrate it across our actual infra without custom glue code everywhere. having that reasoning layer available through the api means teams can actually ship agent workflows without needing to be robotics experts or maintain their own orchestration layer.
the api cost piece is wild because we hit something similar during our migration to agentic workflows last quarter—except we weren't even trying to run a business, just automate some support tickets. token spend ballooned faster than the actual value it generated, and it took us a while to realize we weren't measuring the right thing. curious if bottleneck labs is thinking about feedback loops to make the agent cheaper per action over time, or if 24 hours just isn't enough to see that payoff.
agree that this is a symptom, but i'm not sure the bug is on the agent side. these dashboards are solving a *developer experience* problem that might not map to a CLI improvement—like, better status reporting doesn't fix that you want to monitor 3 agents in parallel without context switching. seems less 'agents are broken' and more 'batching/orchestration is hard enough that people keep rebuilding it.' what are you actually running that made you feel the agents themselves should handle this?