Posts Tagged "agentic-workflows"
There Is No Workflow Engine. It's Just Git.
My agent pipeline runs for hours, survives Ctrl+C, and resumes from where it stopped. There's no Temporal, no queue, no database. The state lives in YAML files and commits.
Read Post
I ran a maintenance agent for 10 days. The number that mattered was 14
A maintenance agent filed 559 bugs and fixed 412 on its own. The interesting number is the 14 it refused to touch.
Read Post
Parallelism Was a Workaround. Agents Make It Optional.
Feature branches and merge queues were how we coped with slow humans. When an agent finishes a task in ten minutes, the overhead is the bottleneck.
Read Post
The 8th Specialist: An AI That Breaks Things on Purpose
An 8th specialist that touches the browser — navigating, clicking, and typing to find bugs that scripted journeys miss. How exploratory testing with Playwright catches what verification alone cannot.
Read Post
Specialist Agents: Looking at Every Page with Different Eyes
Seven specialists, each with their own checklist — QA, UX, UI, Security, Performance, Data Leakage, Language. How splitting evaluation into focused agents catches more.
Read Post
25 Issues Overnight: Batch AI That Doesn't Need You
The leap from AI-assisted coding to autonomous batch processing. Fresh context per task, filesystem locks, model routing, and orchestration that runs while you sleep.
Read Post
/qa-run: AI-Driven QA That Closes the Loop
Real browser, predefined journeys, specialist agents checking every step. How QA findings feed back into the issue tracker to close the development loop.
Read Post
/work-issue: Autonomous Implementation
The AI picks up a planned issue, implements it, tests it, commits, and marks it done. How headless batch mode lets me plan in the afternoon and wake up with code in the morning.
Read Post