#workflow

19 articles

How to Run Coding Agents with Ollama: The Complete Local Setup Guide

Stop paying per token. This guide covers installing Ollama, picking the right local model, and wiring it into Claude Code, OpenCod…

Context Engineering for Coding Agents: How to Make Every Token Count

Practical patterns for structuring your codebase, prompts, and project files so coding agents produce better code with fewer waste…

OpenAI Is Replacing the Codex Desktop App With ChatGPT — Devs Report Broken Workflows

A 'Tell HN' post and a wave of fresh Codex GitHub issues show OpenAI folding the standalone Codex desktop app into ChatGPT. Users …

UI.md: The Design Rulebook That Makes Coding Agents Build Better Interfaces

Coding agents can write code, but their UIs are often generic. A UI.md file — design rules your agent reads before it builds — is …

Is Vibe Coding Destroying Your Codebase? The Debate, and the Real Answer

A fresh wave of developer discussion asks whether AI 'vibe coding' is quietly wrecking codebases. Here's what's actually happening…

AGENTS.md Complete Guide — Repo Rules for Every Agent

How to write AGENTS.md (and related instruction files) so Claude Code, OpenCode, Cursor, Codex, and others respect your architectu…

Coding Agents Are Becoming Teammates, Not Just Tools — OneDev's Play Is the Latest Sign

OneDev's new AI feature treats coding agents as participants inside issues, pull requests, and CI. The shift: agents that live whe…

Pi Is the 'Vim of Coding Agents' — and That's Exactly the Point

A widely-shared writeup argues Pi, the minimal agent harness behind OpenClaw, is the Neovim of coding agents: a bare foundation yo…

Slipstream and the Rise of the 'Command Deck' for AI-Assisted Development

A new launch — Slipstream, 'The Command Deck for AI-Assisted Development' — points to a category shift: instead of a bare terminal…

Run Claude Code and Codex in Your Browser — The Browser-Remote Trend Explained

A 'Run Claude and Codex in the Browser' HN thread spotlights a growing category: tools that put your terminal coding agents behind…

How I Automate My Entire Code Review Process With AI Agents

Code review is the bottleneck that agents are perfectly suited to solve. Here's a concrete workflow that runs every day without hu…

The Best Coding Agent Setup I've Found After 6 Months

Not one agent. Not two. A layered system that handles everything from quick edits to complex refactors to scheduled maintenance.

The AGENTS.md File: The One Trick That Makes Every Coding Agent 10x Smarter

One file controls how your coding agent understands your project. AGENTS.md is the universal instruction sheet that works across C…

Why I Stopped Using Copilot and Went Full Terminal Agent

Autocomplete is comfortable. Agents that read your whole codebase, make decisions, and commit code are something else entirely.

The Multi-Agent Problem Nobody's Solved Yet

Running multiple coding agents on the same codebase sounds efficient. In practice, it breaks in ways that surprise everyone. Here'…

Cursor's Background Agents Changed How I Think About Coding

The shift from interactive to autonomous coding is already happening.

The Case for Lightweight Coding Agents in 2026

Heavyweight agents solve 10% of problems. Lightweight agents solve the other 90%. Why a CLI-first, low-overhead agent belongs in e…

Claude Code Just Fixed One of the Most Annoying Issues in Open Source Automation

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's frontend-design Skill: A Practical Guide to Building UIs from a Description

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…