cd /news/artificial-intelligence/bullet-is-hitting-95-8-on-swe-bench-… · home topics artificial-intelligence article
[ARTICLE · art-95649] src=promptcube3.com ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

Bullet is hitting 95.8% on SWE-bench Verified and it's way faster

Bullet, an AI coding agent developed by Code with Bullet, has achieved a 95.8% score on SWE-bench Verified, outperforming existing tools like Claude Code while reducing latency through smart model routing, targeted search, context hygiene, and parallel investigation, which cut round trips by 16% and costs by 27%.

read3 min views7 publishedAug 13, 2026
Bullet is hitting 95.8% on SWE-bench Verified and it's way faster
Image: Promptcube3 (auto-discovered)

The founders basically built this because they were sick of the latency and inefficiency of existing tools like Claude Code. Instead of just hoping for a faster model, they focused on the AI workflow and how the agent actually interacts with the codebase.

How they actually optimized the agent loop #

If you're into prompt engineering or building LLM agents, the technical choices they made to kill latency are worth noting:

  1. Smart Model Routing: They stopped blindly sending every task to the heaviest model. If Sonnet can handle it, it goes to Sonnet, preventing unnecessary compute lag on simpler tasks.

  2. Targeted Search over Embeddings: Rather than embedding the entire repository—which can be noisy—or stuffing a massive compressed context into the window, they implemented high-speed, targeted greps to find exactly what's needed.

  3. Context Hygiene: This is a huge one for avoiding "model drift." They bound tool outputs and purge stale screenshots or redundant file reads so the context window doesn't get flooded with garbage.

  4. Parallel Investigation: Instead of a linear "search -> read -> edit -> verify" loop, Bullet batches independent investigations. It gathers all necessary info in parallel, makes one surgical edit, and then does a single focused verification. This reportedly cut round trips by 16% and costs by 27%.

Real-world friction and findings #

The development process revealed some annoying "silent killers" in AI coding. For instance, regex-dialect mismatches in code search can lead an agent down a completely wrong path without the model even realizing it missed the target. To fix this, they had to build a search system with specific fallbacks and bounded context to ensure the agent stays on track.

The most practical use case for this kind of speed isn't just small bug fixes, but long iterative workflows—things like data pipelines or evaluation loops where each step relies on the previous one. In those scenarios, you can't just spin up ten parallel agents; you need a single agent that can move through the sequence as fast as humanly possible.

If you want to see the specific benchmarks or the methodology they used to hit those numbers, they've detailed it here:

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

For a visual on how the agent handles a live codebase, there's a demo available:

https://www.youtube.com/watch?v=rWVmG5fRKgE

Bullet just hit 95. 7h ago

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

Immigration lawyers can't just blindly trust AI for case filings 1d ago

The AI era is wiping out the mid-level software engineer 1d 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

Next Microsoft is finally killing the double Copilot icon clutter →

these real-world AI monetization case studies, with plenty of directly applicable cases.

All Replies (4) #

aria-label="Hidden secret code"

? Lol. It's a fun little mini game, but the accessibility tags totally gave it away.

── more in #artificial-intelligence 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-is-hitting-95…] indexed:0 read:3min 2026-08-13 ·