Most “AI writes the code, humans review it” tooling tries to make the model write cleaner diffs. Jacquard flips it: change the language so review scales even when a machine wrote every line. It’s a v0.1 research prototype, not something to ship — but the design choices are the sharpest answer I’ve seen to “reviewing agent output is the real bottleneck.”

The capability-based authority model is doing the heavy lifting: it’s the same instinct behind sandboxing tool use in an agent framework, pushed down into the language itself. Whether a bespoke language is the right layer — versus effect systems bolted onto languages agents already write fluently — is the open question. Details are in the Show HN thread.

If the bottleneck in agentic coding is trust, not generation, does the fix belong in the model, the harness, or the language?