"My agentic engineering workflow" | George Pickett (MTS @ Parallel)

· Source: Greg Kamradt · Field: Technology & Digital — Software Development & Engineering, Artificial Intelligence & Machine Learning · Depth: Advanced, extended

Summary

George Pickett, a software engineer at Parallel, details his evolving agentic engineering workflow, primarily using Codeex. Initially, his process involved an "exec plan" based on an OpenAI blog post, where agents create detailed planning documents for long-running tasks, potentially for 25 hours. He enhanced this with "Grill Me," an agent-led interview to clarify intent, generating a "decisions.mmd" file for durable memory. Pickett then integrated "Goalcraft" to create long-running goals with context, boundaries, and verification. His latest iteration, "Grillcraft," combines grilling, planning, and goal activation, ensuring durable artifacts like decisions.mmd and exec plan are linked to the goal for structured progression. He also employs "review recent work" and adversarial code review using different LLMs like Claude and Codto for robust bug detection.

Key takeaway

For AI engineers building complex, long-running agentic systems, you should prioritize upfront intent clarification and the creation of durable planning artifacts. Implement an agent-led "grilling" phase to thoroughly define project scope and decisions, then link these to an "exec plan" and a long-running goal. This structured approach, combined with adversarial code review using diverse LLMs, will significantly reduce mid-session steering and improve the autonomy and reliability of your agents.

Key insights

Clarifying intent and creating durable artifacts are crucial for effective, long-running AI agent workflows.

Principles

Method

The workflow progresses from initial instruction to agent-led grilling for intent clarification, generating durable decision and execution plans, then activating a long-running goal with linked artifacts for structured, autonomous execution.

In practice

Topics

Best for: Software Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Greg Kamradt.