Yeda AI Knowledge Base

AI-Assisted Coding

Practical techniques for shipping real software with AI coding agents.

← All categories

Tip #001

ADRs Are AI Agent Fuel

Architecture Decision Records give AI coding assistants the one thing your code can’t: why you chose what you chose.

Tip #002

The 5-Second AI Hallucination Detector

AI-generated code can call APIs that never existed. A type checker in pure-check mode catches it in seconds.

Tip #003

Run Two AI Agents at Once with Git Worktrees

Two agents in one folder overwrite each other’s files. Git worktrees give each its own directory and branch on the same repo.