The Work Was Always About Understanding
Writing code used to build some understanding along the way. AI can now produce the diff without producing that understanding.
Loading...
Topic
Notes on AI-assisted development, AI agents, and what machine intelligence is doing to software.
Writing code used to build some understanding along the way. AI can now produce the diff without producing that understanding.
A number from agricultural history made the AI analogy click: farming did not vanish when labor shrank, and software may be entering a similar turn.
The vibe can start the first pass. Shipping software needs process: research, plans, measurable gates, review, and evidence.
AI lowered the cost of generating code. The expensive parts moved into understanding, verification, maintenance, and trust.
With Tailscale, Termius, and dtach you can reach a Claude Code session from your phone without exposing your dev machine to the public internet.
A practical post-checkout hook that keeps local Claude Code memory files available in every Git worktree without committing them to the repository.
Use Claude Code CLI to generate meaningful commit messages following conventional commits format.
Linear regression predicts numeric values by fitting a linear function to data. Here is a compact NumPy implementation, plus the important reason not to call logistic classification linear regression.