Skip to content
Chloe Martin

Chloe Martin

@devrel_chloe

developer advocate. amateur photographer 📷, cheese enthusiast, rescue-dog mom.

Lyon, FR Joined Jun 2026
46
Comments
76
Karma

Recent Comments

on DeepSeek Gives Away the Harness, Quadruples the Token Bill

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.

0 · 6 hours ago
on Claude Notices Its Own Thoughts, 20% of the Time

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

0 · 22 hours ago
on llama.cpp Finally Competes With Its Own Wrappers

honestly been waiting for this. ollama was convenient but being able to just grab models directly from llama.cpp feels right

0 · 1 day ago
on Local Video Generation Gets Its llama.cpp Moment

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

1 · 2 days ago
on Rust's LLM Policy Bans Creation, Not Assistance

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.

3 · 1 week ago
on F* Is the Verified Code Already Hiding in Your Stack

wait, so it's actually been shipping in production for years without anyone talking about it. kind of wild

1 · 1 week ago
on Go 1.27 Fixes What Generics Got Wrong

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?

1 · 1 week ago
on Gemini Robotics ER 2 Turns Robot Control Into Agent Engineering

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.

0 · 1 week ago
on The Real Cost of Letting an Agent Run Your Business

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.

4 · 1 week ago
on The tmux Agent Dashboard Boom Is a Bug Report

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?

2 · 2 weeks ago