AI / Coding Tools

Posts in "AI / Coding Tools"

Current category
All postsAICoding Tools
Back to AI
2026-05-19HexSaga
AI / Coding Tools

What AI Code Review Should Check Before Merge

AI code review should not stop at style. Before merge, it should look for behavior regressions, permission mistakes, cache invalidation bugs, missing tests, and unreviewable scope.

AI ReviewCode ReviewPermissionsTesting
2026-05-19HexSaga
AI / Coding Tools

AI Context Engineering for Real Projects

How to give AI coding agents useful context in real repositories: task boundaries, file evidence, project constraints, and acceptance checks that make the result reviewable.

AI CodingContext EngineeringCodexEngineering Practice
2026-05-19HexSaga
AI / Coding Tools

How to Choose a Model for Coding Agents

A practical model-selection guide for Codex, Claude Code, and other coding agents, organized by task risk, context size, tool use, latency, cost, and validation strategy.

Coding AgentCodexClaude CodeModel SelectionAI Coding
2026-05-19HexSaga
AI / Coding Tools

How to Keep an AI Agent from Breaking Your Repo

Practical guardrails for letting AI agents work in real repositories: branches, worktrees, validation, command approval, and dirty working tree discipline.

AI AgentGitWorktreeEngineering Safety
2026-05-18HexSaga
AI / Coding Tools

Why Codex and Claude Code Need Git Branches and Pull Requests

A practical guide to using Codex, Claude Code, and other coding agents with Git branches, diff review, validation, PR descriptions, command approval, and sane task scope.

CodexClaude CodeGitPull Requests
2026-05-18HexSaga
AI / Coding Tools

What Are AI Coding Tools Actually Good At?

A practical guide to where AI coding tools help most: reading code, adding tests, moving boilerplate, tracing call chains, and making small verified changes, without handing over architecture decisions too early.

AI CodingAgent ToolsSoftware ArchitectureEngineering Practice
2026-05-17HexSaga
AI / Coding Tools

What Are Codex and Claude Code?

A practical explanation of Codex and Claude Code, how coding agents differ from normal AI chat, who they fit, and what risks developers should watch for.

CodexClaude CodeAgent Tools
2026-05-17HexSaga
AI / Coding Tools

Why Vibe Coding Got Hot, and Why It Can Go Wrong

A practical look at why vibe coding became popular, how natural language became a software-building interface, and where AI-generated code can fail without clear requirements, review, testing, and production discipline.

Vibe CodingAI CodingAgentsSoftware Development