What using Claude Code actually looks like
Anthropic's Claude Code, an AI coding tool that operates inside a terminal, requires a loop of prompting, checking, and approving changes rather than a single prompt, according to a user guide. The gu…
Anthropic's Claude Code, an AI coding tool that operates inside a terminal, requires a loop of prompting, checking, and approving changes rather than a single prompt, according to a user guide. The gu…
A developer's AI pipeline for processing email into notes uses plain Python for most of its code, reserving a language model for only the fuzzy judgment tasks. The pipeline splits work into settled ta…
A folder of markdown files runs the entire control layer of a personal work system built on Obsidian and Claude Code, with seven slash commands handling daily workflows. The system uses skills, which …
A developer built a website from scratch over three weeks using PHP 8.2+, vanilla JavaScript, a custom CSS design system, and Claude Code as an AI development partner, enforcing strict layer separatio…
Developer Adam Wathan shared a collection of reusable Claude Code tools, called the toolshed, on his personal site. The tools include review and fix commands, rule packs, and anti-slop scanners, desig…
A developer built a private AI-readable work memory by wiring email, meetings, documents, and notes into an Obsidian vault that Claude Code can access, solving the problem of scattered work context th…