Tagged: ai
Posts tagged with ai.
11 min read
AI Is Quietly Breaking the Web for 1 in 6 People (And No One's Reviewing It)
AI ships accessible-looking UI fast, then skips the exact things that get you sued: alt text, keyboard nav, contrast, form labels. Web accessibility lawsuits jumped 27% in 2025. Here is what frameworks carry for free, what you still own, and what I learned building Google's booking apps with Axe and JAWS, keyboard-only and screen-reader-only for months.
accessibility a11y ai webdev react programming
7 min read
How I Run Multiple Claude Code Accounts From One Terminal
Use direnv and CLAUDE_CONFIG_DIR to switch Claude Code accounts and profiles by folder, then use the same setup to isolate MCP credentials for personal, org, and client work.
ai agents programming productivity security claude-code mcp direnv
8 min read
OpenAI Codex vs Claude Code: Real Developer Workflow Comparison
I gave the same large repo work to Claude Code and OpenAI Codex. Here is what changed in speed, code quality, tests, and shipping confidence.
ai agents programming productivity openai-codex claude-code tooling