Never Trust a Monkey: The Chasm, the Craft, and the Chain of AI-Assisted Code, by Baruch Sadogursky
This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).
A conference talk arguing that AI-generated code cannot be trusted without a structured verification chain. The speaker introduces the 'intent integrity chain': product requirements are turned into human-readable specs by an LLM, humans review and approve the specs, deterministic algorithms (BDD tools like Cucumber) generate test assertions from those specs, and the LLM implements code until those locked assertions pass. This prevents the model from tampering with tests and closes the 'intent-to-code chasm.' The speaker also addresses the need for context management (via tools like Tesslum) for obscure or proprietary APIs, and presents a fork of SpecKit called 'Intent Integrity Kit' as a practical implementation.
Sort: