{
  "id": 2834525,
  "title": "Everything, All at Once",
  "url": "https://urgent.news/2026/08/23/everything-all-at-once",
  "topic": "ai",
  "section": "AI",
  "published": "2026-08-23T17:28:58.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/thesanjeevsharma/everything-all-at-once-50pd"
  },
  "original_language": "en",
  "account": "I've been using coding agents to speed up my development process and run multiple tasks simultaneously. Development has changed a lot in the past year, and I no longer write code myself. Instead, I've developed workflows and systems that allow me to trust agents with more of the development process. When working on a single feature, like building a login feature, I ask my agent to write a technical specification, breaking it down into verifiable phases, and tagging phases that can be worked on in parallel. I store the spec and plan in a temporary directory in my codebase for later reference. This approach has increased my productivity and confidence in the agent's work. When working on multiple features simultaneously, I use Git worktrees to create separate branches checked out and worked on at the same time, allowing multiple agents to work on different features independently. I create a worktree for each feature, implement the plan, and run subagents for parallel work. This method has improved my workflow and allowed me to ship more code faster.",
  "summary": "By the end of this post, you'll learn how I work faster with coding agents and run more work in parallel. Development looks very different form a year ago. I can't remember the last time I wrote a line of code myself. Over time, I've built workflows and systems that let me trust agents with much more of the development process. I was also fortunate to start working on a large greenfield project…",
  "key_points": [
    "Agents speed up development process",
    "Multiple tasks run simultaneously",
    "Workflow allows trusting agents"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}