#workflow
19 articles
Stop paying per token. This guide covers installing Ollama, picking the right local model, and wiring it into Claude Code, OpenCod…
Practical patterns for structuring your codebase, prompts, and project files so coding agents produce better code with fewer waste…
A 'Tell HN' post and a wave of fresh Codex GitHub issues show OpenAI folding the standalone Codex desktop app into ChatGPT. Users …
Coding agents can write code, but their UIs are often generic. A UI.md file — design rules your agent reads before it builds — is …
A fresh wave of developer discussion asks whether AI 'vibe coding' is quietly wrecking codebases. Here's what's actually happening…
How to write AGENTS.md (and related instruction files) so Claude Code, OpenCode, Cursor, Codex, and others respect your architectu…
OneDev's new AI feature treats coding agents as participants inside issues, pull requests, and CI. The shift: agents that live whe…
A widely-shared writeup argues Pi, the minimal agent harness behind OpenClaw, is the Neovim of coding agents: a bare foundation yo…
A new launch — Slipstream, 'The Command Deck for AI-Assisted Development' — points to a category shift: instead of a bare terminal…
A 'Run Claude and Codex in the Browser' HN thread spotlights a growing category: tools that put your terminal coding agents behind…
Code review is the bottleneck that agents are perfectly suited to solve. Here's a concrete workflow that runs every day without hu…
Not one agent. Not two. A layered system that handles everything from quick edits to complex refactors to scheduled maintenance.
One file controls how your coding agent understands your project. AGENTS.md is the universal instruction sheet that works across C…
Autocomplete is comfortable. Agents that read your whole codebase, make decisions, and commit code are something else entirely.
Running multiple coding agents on the same codebase sounds efficient. In practice, it breaks in ways that surprise everyone. Here'…
The shift from interactive to autonomous coding is already happening.
Heavyweight agents solve 10% of problems. Lightweight agents solve the other 90%. Why a CLI-first, low-overhead agent belongs in e…
The lock-closed-issues workflow was broken by GitHub API changes. Claude Code's fix uses the search API instead of pagination — an…
Claude Code ships a frontend-design skill (v1.1.0) that turns a plain description into a working React + Tailwind UI. Here's how i…