Tag: agents
All the articles with the tag "agents".
-
The config line that outlived its model
Published:• 2 min readI burned 39% of a weekly Codex quota in four and a half hours. A context-window override I set during GPT-5.5 was still in my config.
-
What a 14-hour Codex run taught me about task queues
Published:• 4 min readAfter a 14-hour Codex run, I want long agent tasks controlled by a queue with a clear finish line and reviewable evidence.
-
Making a 3D-printed lamp stand with my son
Published:• 2 min readMy son wanted a hanging solar bulb on his desk, so we used an AI agent, parametric CAD, and a 3D printer to make a stand.
-
Warp as an ACP client
Published:• 3 min readI built a prototype of Warp as an ACP client, with Warp handling the terminal UI and a local process owning the agent runtime.
-
The next AI interface may not be a chatbot
Published:• 1 min readAn AI interface should create a table, dashboard, or task board when chat is the wrong way to inspect the work.
-
Designing workspaces for AI agents
Published:• 2 min readChat works for commands. Longer agent tasks also need persistent state, task-specific views, audit history, and rollback.
-
AI agents are useful for old software backlogs
Published:• 2 min readAgents can inspect stale bugs, duplicate issues, old PRs, and half-finished ideas without getting bored. The decision still needs evidence.
-
From AI assistants to agentic delivery workflows
Published:• 2 min readFor DocEngine, I want a shared issue-to-PR process with repository instructions, automated checks, and explicit human approval.
-
What comes after the AI-generated demo
Published:• 1 min readAI can produce a convincing first version quickly. Product work starts with real integrations, edge cases, tests, operations, and ownership.
-
Fixing OpenClaw with OpenClaw
Published:• 2 min readOpenClaw helped investigate and fix its own bug. The agent shortened the path to a reviewed patch, while humans kept control.