The Rise of Git-Native Agent Workflows
notrealarpit · reddit · 2026-07-14
The author was initially skeptical about tying agent actions to Git, viewing it as "applying old abstractions to new problems." However, after dealing with an agent using in-memory session state that provided different answers on separate occasions without any way to diff or roll back, they became convinced of Git's value as the source of truth. The piece contrasts this with GitHub's Agentic Workflows, which compile into a `lock.yml`—essentially standard GitHub Actions workflows that go directly into the repo and can be reviewed via PRs. The author argues this aligns better with how teams place trust in code: you can read the actual executed file to see exactly what the agent did. Finally, it raises an ecosystem question: will frameworks like LangGraph, CrewAI, and Lyzr eventually converge on a "git-native" agent lock file standard, or will they fragment into multiple formats, much like Python dependency management?
More from coding & agent
- AI makes software easier to build, but it also lowers the floor on quality — paw_lean · 2026-07-21
- Fable coding run costs $6.69 for 67 lines of code in a 4-minute job — bytebot · 2026-07-21
- Cursor writes better code, but ChatGPT can still control the computer — vista8 · 2026-07-21
- Agents can remember facts, but still forget how to do the job — No_Advertising2536 · 2026-07-21
- Agent skills for project downgrade and troubleshooting tested in CLAD on LS 5.22 — stspanho · 2026-07-21
- Open-source B-roll skill turns scripts into 5-second vertical clips with Codex and Gemini — yangyi · 2026-07-21