cd /news/ai-tools/bullet-just-hit-95 · home topics ai-tools article
[ARTICLE · art-95035] src=promptcube3.com ↗ pub= topic=ai-tools verified=true sentiment=↑ positive

Bullet just hit 95.

Bullet, an AI coding tool built on Claude Code and Codex, resolved 479 out of 500 SWE-bench Verified tasks in one attempt, averaging 119 seconds per task and reducing round trips by 16% and costs by 27% through smart model routing, targeted context search, and context hygiene. The tool is 35% to 67% faster than the mini-SWE-agent + Fable/Sol combo, according to benchmarks published by the Bullet team at codewithbullet.com.

read2 min views1 publishedAug 13, 2026
Bullet just hit 95.
Image: Promptcube3 (auto-discovered)

Claude Codeand Codex. Instead of just accepting the lag, they built a faster alternative that actually delivers.

What's impressive isn't just the speed, but how they're handling the LLM agent workflow to avoid the typical pitfalls of "agentic" coding. They aren't just wrapping an API; they've implemented some specific architectural choices to keep things lean.

How Bullet optimizes the AI workflow #

The core philosophy seems to be "aggressive hygiene" and smarter routing. Here is the breakdown of their approach:

Smart Model Routing: Instead of blindly hitting the most expensive model, it routes tasks based on complexity. It prevents the frustration of using a high-end model for a task that a smaller, faster one like Sonnet could have handled in a fraction of the time.Targeted Context Search: They've ditched the "embed the whole repo" approach, which often leads to noise. Instead, they use optimized greps for code and context search, ensuring the model only sees what it actually needs.Context Hygiene: This is huge. They bound tool outputs and purge stale screenshots or redundant file reads. By keeping the context window clean, the model doesn't get bogged down by its own previous "garbage" output.Efficient Turn Management: Rather than a chatty back-and-forth, Bullet batches independent investigations and performs surgical edits followed by a single focused verification. This reduced round trips by 16% and cut costs by 27%.

The results on SWE-bench Verified are wild. Bullet resolved 479 out of 500 tasks in one attempt, averaging 119 seconds per task. That's roughly 35% to 67% faster than the mini-SWE-agent + Fable/Sol combo depending on the specific task.

For anyone looking for a practical tutorial on how to integrate this into their stack, the team has focused heavily on the "Flash" aspect of the experience—essentially removing the friction between the prompt and the PR. If you're tired of your current AI workflow feeling like a slow crawl, this is a deployment worth checking out.

If you want to see the actual benchmarks and the methodology they used to hit those numbers, you can find the details here:

https://www.codewithbullet.com/blog/benchmark-results.html

It's refreshing to see a tool that prioritizes latency and context precision over just adding more "agentic" layers that usually just slow things down.

AI is making code reviews the new bottleneck in the SDLC 11h ago

Immigration lawyers can't just blindly trust AI for case filings 17h ago

The AI era is wiping out the mid-level software engineer 19h ago

Anthropic Claude Code might have a security backdoor according 1d ago

AI Pulse adds a fake LED strip to the macOS Dock for agent status 2d ago

Finding a fair price for a used H100 server is currently as 2d ago

Next Multi-agent systems are hitting a wall where simple prompting →

── more in #ai-tools 4 stories · sorted by recency
── more on @bullet 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/bullet-just-hit-95] indexed:0 read:2min 2026-08-13 ·