36 engineers converge on a missing contract layer for AI workflows
Trout_dev · reddit · 2026-07-26
Engineers in the thread converged on the same missing abstraction in AI automation workflows: a small contract layer for workflows.
The post argues that README files describe what a workflow does, but not what it is allowed to do. The proposed v0 contract would capture four fields:
- Inputs
- Required permissions
- Side effects
- Recovery behavior
The author says different commenters arrived at similar ideas under different names, such as behavior contracts, type safety for agent interactions, governance and memory packets, or composable task registries. The goal is to make something concrete enough to critique rather than keep debating the idea abstractly.
More from coding & agent
- A coding-thread reply says buggy software is the real baseline, not perfect code — RexDouglass · 2026-07-26
- A coding agent used remote browser control to build a campground search site — yacineMTB · 2026-07-26
- How one developer stopped being vague with an AI coding agent — rseroter · 2026-07-26
- Karpathy says AI coding is about knowing when to delete the worktree and say no — lemire · 2026-07-26
- Productive Engineer Shares AI Coding Workflow: Never Reads Code, Relies on Agent Plans — danshipper · 2026-07-26
- Creator says Claude Code helped him earn over $250,000 by shipping member software — EXM7777 · 2026-07-26