June 2026
Jun 4
New news article covering Claude Opus 4.8's achievement of scoring 88.6% on the SWE-bench Verified benchmark for autonomous bug-fixing.
Jun 2
New Vibe Coding guide on preparing a project snapshot, one-page brief, user-flow checklist, sensitive-area notes, and a stabilization-first developer handoff.
Jun 1
New article analyzing OpenAI's latest engineering case study on self-improving agents, practitioner feedback, and Codex-driven eval loops.
May 2026
May 29
New section covering AI tools, model releases, and platform updates — filtered for developers and vibe coders. Three launch articles: Claude Opus 4.8 (1M context, adaptive thinking, Dreaming), the multi-agent coding stack (Cursor, Claude Code, Codex, Zed), and Google I/O 2026 developer roundup (Gemini 3.5 Flash, Antigravity 2.0, Managed Agents API, WebMCP).
May 26
How to build reliable agent pipelines: the tool use loop, orchestrator–subagent patterns, parallel execution with concurrency limits, loop termination guards, tool input validation, and error recovery strategies. Includes working TypeScript throughout.
May 26
End-to-end streaming guide: Anthropic SDK stream events, proxying SSE through an Express backend, consuming streams in React, abort on disconnect, WebSockets vs SSE comparison, buffering and backpressure, and streaming with tool use mid-response.
May 26
When code genuinely can't leave your machine: Ollama, LM Studio, Jan, and which models (Qwen2.5-Coder, DeepSeek, Llama 3.3) are worth running on consumer hardware. Covers VS Code integration via the Continue extension and private cloud as a middle option.
May 26
How to estimate and control AI feature costs before they surprise you in production: Haiku/Sonnet/Opus selection heuristics, prompt caching break-even, max_tokens discipline, pre-ship cost estimation formula, usage logging per call, and spending alerts.
May 26
What to scrub before using cloud AI: hardcoded credentials, PII in logs, business logic IP, and customer data. Covers automated scanning with TruffleHog and Gitleaks, a sed-based log-redaction script, customer data anonymization patterns, and when to switch to a local model instead.
May 26
Site Social preview images for guides, manual, and vibe coding
Created representative SVG Open Graph images for the manual series, vibe coding series, Weekend Build series, and four priority guides (Claude API, AI Field Guide, Prompt Library, VS Code & Cursor). Pages in these sections now show a descriptive social card instead of the generic site image when shared. Also added a dedicated image for the auth refactoring case study.
May 26
Site Accessibility improvements — tables, copy buttons, focus
Added
scope="col" to all table header cells across seven pages for correct screen reader navigation. Prompt Library copy buttons now carry descriptive aria-label values and a document.execCommand fallback for environments where the Clipboard API is unavailable (HTTP, older browsers). Confirmed focus indicators, colour contrast, and code block overflow handling all meet accessibility standards.May 26
Site Search index expanded to 62 entries with section context
All 20 manual chapters and all 5 Weekend Build parts are now indexed and searchable. Search results show the content type and section in the result label — for example "Manual · Ch. 11" or "Weekend Build · Part 3". Key problem-oriented terms (auth, CORS, SQL injection, XSS, rollback, accessibility) now reliably surface the relevant chapters.
May 26
Site Homepage reading paths and filter labels
Added a "Where should I start?" block on the homepage with four reading paths for different goals: New to AI dev, Fix & review code, Build AI features, and Improve your workflow. Filter labels updated from "Tutorials" to "Projects" and "By Domain" to "By Stack" to better reflect how visitors think about the content.
May 26
Site QA path cross-links and manual companion notes
Testing, Code Review, and Debugging guides now carry a shared "quality assurance path" note and cross-link to each other so the three guides work as a cohesive sequence. Manual chapters that have a companion standalone guide (Chapter 5 → Debugging, Chapter 9 → Testing) now link to it with a short context note.
May 29
A practical guide for vibe coders who have a working app but need to understand what AI actually built. Covers mapping the project structure, finding entry points, tracing user flows, reviewing files one at a time, spotting risky shortcuts, and knowing when to ask a developer for help.
April 2026
Apr 25
A concrete guide for when an app almost works but AI has introduced bugs, strange state behavior, broken auth flows, or deploy issues. Covers diagnosis, targeted prompting, and when to start over.
Apr 25
A practical workflow for using AI at every stage of code review: self-review before the PR, catching regression risks and security issues, generating test ideas from a diff, and writing constructive review comments. Includes a 7-prompt copy-paste library.
Apr 25
A practical article about why AI-generated code feels fast early on but can become brittle when requirements, edge cases, tests, integration, and maintenance arrive.
Apr 25
Site Representative article social images
Added dedicated PNG social preview images for all article pages and updated article metadata so Open Graph, Twitter, and generated JSON-LD use page-specific visuals instead of the generic site image.
Apr 22
Site EU-standard cookie consent defaults
Updated the cookie banner to explicit opt-in defaults for non-essential cookies. Analytics and advertising are now off by default, with Accept all / Reject all / Customize choices and granular saved preferences.
Apr 22
Site Full-site review and refresh completed
Ran a full pass across the entire site: content quality fixes, consistency updates, link/SEO cleanup, mobile polish on high-risk pages, and process improvements including a pre-deploy check script and recurring review cycle.
Apr 22
A practical decision framework for when AI belongs in a product feature, when ordinary code is better, and how to keep probabilistic systems away from decisions that need deterministic control.
Apr 22
A practical comparison of Claude, Bolt, Lovable, Replit, and v0 — what each tool is optimized for, where each falls short, a decision framework for choosing, and guidance on when you've outgrown a tool.
Apr 22
A practical guide for production AI quality: golden datasets, prompt regression in CI, quality gates before release, observability metrics, and incident playbooks for fast rollback and recovery.
Apr 16
For developers building products on top of Claude. Covers system prompt design, context management, prompt caching, cost optimization by task type, streaming with Server-Sent Events, tool use / function calling, and production patterns including structured logging and truncation handling.
Apr 16
The investigation workflow for debugging — reading error messages and stack traces before prompting, establishing last working state with git diff, isolating failures, forming hypotheses. Covers async/race conditions, type errors, performance bugs, and environment bugs. Includes a 7-prompt copy-paste library.
Apr 16
The guide between "it's live" and "this approach has limits" — adding features safely to a live app, adding a database, handling user feedback, recovering when something breaks on live, and keeping things healthy over time.
Apr 16
Concrete AI prompts for Python development. Pydantic-first prompting, FastAPI endpoints, SQLAlchemy 2.x async patterns, pytest with AsyncMock, and Django ORM. Includes a copy-paste prompt library with 8 templates.
Apr 16
Update Homepage — guide card title and new guides added
"The Starting Point" renamed to "The Complete Guide to AI-Assisted Development" for clarity and searchability. New guides added to the homepage grid.
Apr 14
How to use AI to write GitHub Actions workflows, generate production Dockerfiles, automate code review in CI, and build deployment pipelines. Includes working examples for CI, staging deploy, production deploy with approval gates, and automated PR review.
Apr 14
New Guide filter bar on homepage
The "For Developers" tab now has a filter bar: All / Foundations / Workflow / Tutorials / By Domain / Team. Filters guide cards client-side with no page load.
Apr 14
Update AI Developer Tools
Updated model IDs to current versions, noted Windsurf's acquisition by OpenAI, replaced deprecated ChatGPT plugin references with GPTs, updated Cursor rules file guidance to the new .cursor/rules/ directory approach, and added Copilot agent mode.
Apr 14
Update Related guides cross-links added to all guides
Every guide now has a "Related Guides" section pointing to natural companion content. Sharpened the card descriptions for aiteamlead and aiteamwork to make their distinct audiences clear.
Apr 14
How to share prompt strategies, maintain shared context files, integrate AI into PR reviews, and onboard teammates in a codebase where AI is already part of how things get built.
Apr 12
Honest guide to recognizing when a project has outgrown AI-only building — and how to hire and communicate with a developer when you don't know code.
Apr 10
Code review in AI-first teams, standardizing team workflows, building an organizational prompt library, and using AI as a design partner for architecture decisions.
Apr 9
Step-by-step deployment guide for vibe coders: HTML files via Netlify Drop, plus Bolt, Replit, Lovable, and v0. Covers custom domains, browser storage vs. databases, and what surprises people after going live.
Apr 7
Practical workflow for schema design, migrations, query optimization, and safely evolving production databases with AI support.
Apr 6
New Testing with AI
Practical guide to writing better tests faster with AI assistance: unit tests, integration tests, TDD workflows, edge case generation, and mocking patterns.
March 2026
Mar 23
53 copy-paste prompts across 10 categories: debug, review, test, refactor, generate, explain, document, design, security, git. Searchable and filterable.
Mar 21
Case study article about building the entire site with Claude over 6 weeks. What worked, what went wrong, what to do differently.
Mar 20
New How AI APIs Work
Article explaining APIs, tokens, pricing, and the request-response pattern behind every AI tool.
Mar 20
Step-by-step walkthrough building a movie watchlist app in one afternoon. Every prompt, revision, and bug shown.
Mar 17
Perspective article on what's changing, what's not, and who benefits most from AI-assisted development.
Mar 16
Common traps for non-developers building with AI, with before/after prompt examples for each mistake.
Mar 15
7-step learning path from first AI conversation to building real apps. No coding experience required.
Mar 15
Plain-language explanation of the training process — why AI hallucinates, writes outdated code, and why context matters.
Mar 14
Comprehensive guide for non-developers building software with AI. Tools, techniques, limits, and a starter project.
Mar 14
Deterministic vs probabilistic systems, rules vs data, and why debugging changes completely.
Mar 14
Site Vibe Coding tab and Articles tab added
Homepage restructured from a single list to three tabs: For Developers, Vibe Coding, and Articles.
Mar 13
Tutorial building a complete bookmark manager API — from OpenAPI spec through Express, TypeScript, testing, Docker, and deployment.
Mar 11
Type-first prompting, component patterns, state management prompts, and 8 copy-paste prompt templates.
Mar 10
Editor configuration, keyboard shortcuts, project rules files, and the editing habits that matter.
Mar 9
Five-phase approach: comprehension, test scaffolding, incremental transformation, pattern modernization, validation.
February 2026
Feb 24
Claude Code, Aider, shell patterns, tmux workflows, and automation scripts for terminal-native developers.
Feb 22
Eight resistances addressed with concrete solutions. Pragmatic 4-week adoption path.
Feb 22
Site About, Contact, and Privacy pages expanded
Pages rewritten with more substantive content for E-E-A-T and AdSense readiness.
Feb 20
Nine failure modes with real examples, fixes, and a printable detection checklist.
Feb 9
5-part tutorial series. Build Taskflow (React + TypeScript + Express + SQLite) with 10 milestones.
Feb 4
Chat interfaces, editor integrations, CLI tools, APIs. Setup, comparison, and recommendations.
Feb 1
The complete manual. Prompting, pair programming, system design, testing, security, cognitive workflows, and meta-methodology. Four tiers from foundations to mastery.
Feb 1
Site AI Programming Manual launches
Site goes live with the 20-chapter manual, dark editorial design system, and startpage.