Tag:coding-agents
All the articles with the tag "coding-agents".
The Architecture Wasn't Imaginary: Open-Sourcing an Agentic Workspace
Published: at 12:00 AMI turned the coding-agent workspace idea into an open GitHub organization and documentation site, then found Kiro Crew exploring a remarkably similar direction.
An Open Workspace for Agentic Engineering
Published: at 12:00 AMThe architecture is the product; a CLI is only proof. Here is the open pattern language that emerged from using coding agents for real software work.
From Coding Agent to Engineering Team
Published: at 12:00 AMThe most useful agent roles may be the quiet ones: housekeepers, bug fixers, test maintainers, and dependency maintainers working through repeated bounded runs.
Worktrees Are Not Enough
Published: at 12:00 AMGit worktrees isolate files, not ports, databases, processes, containers, or browser profiles. Concurrent agent runs also need explicit ownership of runtime resources.
Multiple Coding Agents Without a Swarm
Published: at 12:00 AMConcurrent coding agents do not need a shared brain. They need isolated runs, shared engineering context, visible intent, and a deliberate integration boundary.