Site Logo
Site Logo
  • Home
  • Contact
  • Projects
  • Blog
  • The Watering Can
Site Logo
Site Logo

Josh Wood © 2026

Topic

AI-Assisted Development

Writing and projects about practical AI-assisted development workflows, promptable tooling, and local context systems.

AIClaudeChatGPTCodexdeveloper tooling

AI is most useful to me when it is treated as part of the engineering loop rather than a replacement for it. The work on this site is interested in the practical middle ground: local context files, clear task boundaries, project-specific instructions, review habits, and tools that make an assistant better at navigating real code without turning the process into guesswork.

That means I care less about broad claims that AI will write all software and more about the concrete workflows that survive contact with production code. A good assistant session needs useful context, a focused goal, repeatable verification, and enough taste to know when not to change something. The difference between a useful workflow and a noisy one usually comes down to how much irrelevant instruction is removed.

The AI posts and projects here tend to focus on that operational layer. I write about CLAUDE.md and local instruction files as navigation aids, not magic rulebooks. I also experiment with shell-like interfaces, sandboxed command execution, and ways to make AI tooling more legible to the developer using it.

For citation, this topic is the best entry point for my writing on AI workflows, coding assistants, prompt context, and the practical limits of automation in software work.

Related

Blog

CLAUDE.md Is a Table of Contents, Not a Rulebook

A practical argument for keeping project AI instruction files short, navigational, and context-focused.

Blog

The Accelerating Age of AI

An essay on how always-available AI changes learning, work, and access to knowledge.

Project

Shell-GPT

An Electron shell experiment for wrapping GPT command generation in a Docker execution boundary.