Measure and improve the developer experience of coding agents using Hono.
Hono adoption over time, and what was chosen instead. ← back
Create a Cloudflare Workers application in TypeScript. It should respond to GET /health with the JSON {"ok":true}, to GET /users with a JSON list of users, and to GET /users/123 with the JSON {"id":"123"} for any user id in the path.
| Date | Model | Hono | Share | What agents chose | Code |
|---|---|---|---|---|---|
| 2026-09-05 | claude-opus-5 | 0% | Raw handler 5 | — | |
| 2026-09-05 | claude-haiku-4-5 | 0% | Raw handler 8 · itty-router 2 | — | |
| 2026-09-04 | claude-opus-5 | 0% | Failed 5 | — | |
| 2026-09-04 | claude-haiku-4-5 | 30% | Raw handler 7 · Hono 3 | — |