Tag: agents
All the articles with the tag "agents".
-
AI agents need queues, not infinite loops
Published:• 6 min readAfter letting Codex run a goal for more than 14 hours, the lesson was not that agents should run forever. The useful pattern is a queue of scoped tasks, clear evidence, and human ownership at the right points.
-
AI-assisted 3D printing: from idea to object with my son
Published:• 3 min readA small weekend maker project with my son: using an AI agent, parametric CAD, and a 3D printer to turn a hanging solar bulb into a desk light stand.
-
Warp as an ACP Client
Published:• 3 min readAn experimental prototype of Warp running as an Agent Client Protocol client, separating the terminal UX from the user-owned agent runtime.
-
The next AI interface may not be a chatbot
Published:• 2 min readChat is useful, but the next layer of AI interfaces may be dynamic workspaces that adapt to the task.
-
AI agents need workspaces, not just chat windows
Published:• 2 min readChat is a useful command layer for AI agents, but it is probably not the final interface. Real work needs state, structure, and rollback.
-
AI agents are starting to clean the attic
Published:• 2 min readSome of the best agent work may be the boring cleanup: stale bugs, duplicate issues, old PRs, and half-finished ideas.
-
From AI assistants to agentic delivery workflows
Published:• 2 min readThe next practical gain in AI-assisted development is moving from one AI helper per developer to shared, issue-driven delivery workflows.
-
AI makes demos cheap, not products easy
Published:• 2 min readAgentic development makes impressive demos cheap, but real products still need architecture, ownership, tests, review, and operational discipline.
-
Fixing OpenClaw with OpenClaw
Published:• 2 min readA small bug fix felt like an early glimpse of software that can help correct itself, with a human still in the loop.
-
AI agent reliability is operations, not prompting
Published:• 2 min readMost agent failures are not solved by prettier prompts. They are solved by verification and institutional learning.