cd /news/ai-agents/use-blunt-prompts-and-get-shit-done · home topics ai-agents article
[ARTICLE · art-14663] src=dev.to pub= topic=ai-agents verified=true sentiment=· neutral

Use Blunt Prompts and Get Shit Done

A developer has shared a blunt prompting technique for coding agents that demands a 20% minimum increase in test coverage while requiring the agent to find at least one real regression. The approach blocks "coverage theater" by forcing agents to hunt for proof that code can break, rather than simply executing lines. The developer argues that useful tests catch broken behavior or expose edge cases, while weak tests that only assert a result is not null produce noise, not confidence.

read1 min publishedMay 26, 2026

Do not ask a coding agent for “more tests.”

That is how you get coverage theater.

Ask for pressure:

Increase test coverage by at least 20%.

If you can’t find at least one real regression, your tests are shit anyway.

That prompt works because it has two parts.

First, it gives the agent a measurable floor:

Increase test coverage by at least 20%.

Not “add some tests.”

Not “improve coverage.”

At least 20%.

The number matters because it removes the cheap escape hatch.

Second, it blocks fake success:

If you can’t find at least one real regression...

That changes the job.

The agent is no longer writing tests to satisfy a report.

It is hunting for proof that the code can break.

That is the point.

Coverage alone only says:

This line was executed.

Regression hunting asks:

Did this test prove anything useful?

A weak test can execute code and still protect nothing:

self::assertNotNull($result);

That is not confidence.

That is noise.

A useful test catches broken behavior, exposes a missing edge case, kills a mutant, or forces you to clarify what the code is supposed to do.

The real question is:

What did the new tests actually discover?

If the answer is “nothing,” keep going.

── more in #ai-agents 4 stories · sorted by recency
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/use-blunt-prompts-an…] indexed:0 read:1min 2026-05-26 ·