AI Coding Assistants
Last updated 2026-08-01What's new
- AI can help create a virtual executive officer (a digital assistant for business tasks) using tools like Claude Code (a coding assistant) and frameworks like Seed (a planning tool) and Skill Smith (a skill-building tool).
- To build this officer, you need to know what you want it to do, what data it can use, and how to connect it to your other software tools using MCPs (command-line tools that act as bridges).
- The focus is on AI augmentation (using AI to improve decisions) rather than full automation (replacing all human tasks), especially if your business processes aren't clearly defined yet.
- You can use tools like Appify (a data scraper) to gather data from platforms like Instagram and YouTube, and integrate it with your officer for tasks like competitor analysis.
- Buzz is a free, open-source tool (like Slack) that lets you create teams of AI agents (like Codex and Claude Code) to work together on tasks.
- It acts as a central place for all your context and information, allowing easy switching between different AI models and tools without losing history.
- Buzz can connect to your existing AI agent accounts and use them to collaborate, like having Codex create a webpage and consulting with Claude Code.
- It uses a protocol to communicate with these AI tools, injecting the necessary context for them to work together effectively.
- Claude (an AI assistant) can automate boring tasks, like sorting emails into categories (leads, urgent, etc.) and drafting responses, saving you 5-10 hours weekly.
- For leads, Claude can research companies, draft replies, and even schedule meetings using your calendar, streamlining your sales process.
- After client calls, Claude can generate branded PDF proposals with scope, pricing, and signatures, saving time on manual proposal creation.
- This setup can be adapted to various jobs, especially those involving sales, marketing, or regular research tasks.
- Claude (an AI tool) can build websites, but most look basic unless you use specific techniques to improve them, like giving it picture examples to work from.
- Level one is just asking Claude to build a website, which usually results in simple, uninspired designs, like a basic room renovation with vague instructions.
- Level two involves showing Claude pictures of designs you like, which helps it create better websites, like giving a designer a mood board for inspiration.
- Design skills (pre-made instructions for Claude) can greatly improve website quality, like teaching an artist to create museum-worthy art instead of crayon drawings.
- Fable 5 (a powerful AI model by Anthropic) was briefly taken offline due to security concerns, as it could identify and demonstrate software weaknesses, but it's now back with stricter safety measures.
- Fable 5 is expensive to use, and some users report that it's being downgraded to a cheaper model (Opus 4.8) for certain tasks, leading to frustration and jokes about its limitations.
- Anthropic has introduced a new safety classifier that blocks potentially risky requests, but it may also flag harmless ones, affecting routine coding tasks.
- Despite its power, Fable 5's usefulness is questioned due to its high cost and the new safety measures that may limit its functionality for some users.
Key points
What it is
- An AI Coding Assistant is a tool that writes, reviews, or manages code for you, acting like a "coding intern" to help with repetitive tasks.
- It can handle the repetitive parts of writing and testing code, allowing you to focus on more complex problems.
- These assistants can act as a bridge to general AI agents, enabling them to manage entire processes.
How to use it
- Start with a clear plan and describe your goal in plain language to the AI coding assistant.
- Use a structured workflow like the "PIV loop" (plan, implement, verify) to keep AI output under control.
- Break large projects into smaller, focused tasks and use a CLAUDE.md file (a project instructions file) to maintain project conventions.
Watch out for
- Don't treat AI coding like a slot machine; use a systematic workflow to avoid chaos.
- Be mindful of project size to prevent the AI from losing track of your codebase.
- Don't blindly trust the output; run iterative code reviews and verify the code works before shipping.
Tools named
- Claude Code (an AI coding assistant), Codex (an AI tool for code generation and review).
Lesson 1: What is AI Coding Assistants and why it matters
An AI Coding Assistant is a tool that writes, reviews, or manages code for you. Instead of typing every line yourself, you describe what you want, and the assistant generates the code. This matters because it shifts how software gets built. For example, at the lowest level, AI works like “spicy autocomplete” (a smarter search engine for code snippets), where you still write everything yourself. At higher levels, the assistant becomes a “coding intern” that writes boilerplate and tests, freeing you to focus on harder problems.
A major reason AI coding assistants matter for AI development is that they handle the repetitive parts of writing and testing code. This lets you move faster and tackle more complex projects. However, results vary: one study found that developers using AI scored 17% lower on tests, often because they relied on the tool without verifying its output. The key is to use the assistant as a partner, not a slot machine. A structured workflow helps avoid chaos—one model recommends a "PIV loop" (plan, implement, verify) to keep AI output under control.
AI coding assistants also act as a bridge to general AI agents. Because writing code is often the most efficient way for AI to complete tasks (like building spreadsheets or booking tickets), tools like Codex can act as the foundation for agents that manage entire processes, not just single functions. In short, these assistants save time, reduce repetitive work, and enable larger projects, but they require careful review and a systematic approach to be truly effective.
Sources
- 2026-03-12 — Build & Sell with Claude Code (10+ Hour Course)
- 2026-04-15 — Which AI coding level are you actually at
- 2026-06-03 — ChatGPT And Codex Are Merging (This Changes Everything)
- 2026-01-31 — The workflow that separates functioning AI from chaos
- 2026-05-17 — ast-grep Solves the Problem Every AI Coder Has
- 2026-06-08 — ChatGPT Is Getting Its Biggest Upgrade Ever
- 2026-05-09 — Agentic AI Systems, Clearly Explained
- 2026-02-02 — AI Coders Scored 17% Lower—Here's What They Did Wrong
- 2026-04-03 — 2 Claude Code Repos NOBODY'S Talking About Yet
- 2026-03-05 — Turn Claude Code Into Your Executive Assistant in 27 Mins
- 2026-05-06 — Smart ChatGPT Users Are Quietly Switching to Codex
- 2026-04-09 — Claude Code + Graphify = Local Rag (Unlimited Memory)
- 2026-02-21 — Claude Found Zero-Day Vulnerabilities Traditional Scanners Missed
- 2026-05-14 — Brutally Honest Advice For Someone Trying to Make Money with AI
Lesson 2: How to use AI Coding Assistants: step-by-step
To use an AI coding assistant like Claude Code, start with a clear plan. Open the tool and describe your goal in plain language—for example, "build a to-do list app with a button to add tasks." The AI reads your instructions and the tools it has (file operations, search, execution) and then decides what to do first. It might create a new file, write code, and show you the result. If the first attempt isn't right, you can iterate in the same conversation; you don't have to start over.
Claude Code works through an agentic loop (a cycle of planning, acting, and checking results). It handles errors automatically: if something breaks, it researches the issue and adapts. For example, you can point it at your codebase and ask for a readable explainer page with a diagram, code snippets, and key notes. You can also use it to prototype in HTML, then translate that to React or Swift—tune sliders and knobs in the prototype, then copy the parameters back into a prompt.
To start every project, combine two things: a plan you understand and a multi-step review process. Have Claude Code and another AI tool like Codex talk to each other through multiple rounds until both sign off on your plan. This builds confidence that the AI's solution makes sense. If you're unsure how to start, just paste your idea and ask "how does this work?"—the AI will guide you. Remember, your prompt quality directly affects the output, so describe exactly what you want.
Sources
- 2026-06-05 — I Updated grill-me And Solved Claude Code
- 2026-05-13 — Build your first AI agent (Claude Code)
- 2026-05-08 — NEW Open Claude Code Is A FULLY FREE AI Coding Agent! (Tutorial)
- 2026-02-09 — Claude Code Extensions Explained From Persistent Memory to Agent Teams
- 2026-06-04 — How Claude Codes Creator Starts EVERY Project
- 2026-06-08 — ChatGPT Is Getting Its Biggest Upgrade Ever
- 2026-05-16 — The Claude Code + Obsidian Setup That Now Runs My Life
- 2026-05-09 — Markdown vs HTML Why Anthropic's Claude Code Team Chose Wrong First Or Not
- 2026-06-19 — GLM 5.2 Failed... But Not At Everything
- 2026-06-26 — Use These 17 Claude Plugins, It Will Make You 10x Better.
- 2026-02-09 — Don't Use Claude Code Like ChatGPT—Use It Like This Instead
- 2026-05-20 — MCPs Are Dead. Claude Code Wants CLIs
- 2026-03-12 — Build & Sell with Claude Code (10+ Hour Course)
- 2026-06-23 — OpenAI's New GPT Cyber Beats Mythos 5
- 2026-05-21 — Learn 97 of Claude in Under 16 Minutes
Lesson 3: Best practices and pitfalls
AI coding assistants like Claude Code are powerful, but beginners often make three common mistakes. First, treating AI coding like a slot machine — as one speaker described, "Most developers treat AI coding like a slot machine. Sometimes you win big, sometimes you lose everything." Instead, use a systematic workflow called the PIV loop: Plan, Implement, Verify. Always start with a plan you understand.
Second, letting projects get too big causes issues. Claude Code "starts forgetting half your code base, editing the wrong file, and completely losing the plot." To fix this, use a CLAUDE.md file (a project instructions file) that remembers your project conventions across sessions. This acts as persistent memory so the AI knows your coding style and rules every time.
Third, don't blindly trust the output. Anthropic tested developers and found "developers using AI scored 17% lower" on coding tests. The fix: run iterative code reviews. Use multiple AI tools to check each other's work — "Claude Code and Codeex are going to be talking to one another through multiple rounds" until both sign off on your plan.
Best practices include: always write a CLAUDE.md file with your project's conventions, break large projects into smaller focused tasks, and use the PIV loop to plan before coding. Finally, never ship code without verifying it works. Use errors as learning — when something breaks, let the AI "handle the error, research it, figure it out and adapt." With these habits, you move from chaos to systematic, reliable AI coding.
Sources
- 2026-06-05 — I Updated grill-me And Solved Claude Code
- 2026-03-12 — Build & Sell with Claude Code (10+ Hour Course)
- 2026-06-04 — How Claude Codes Creator Starts EVERY Project
- 2026-01-31 — The workflow that separates functioning AI from chaos
- 2026-05-08 — NEW Open Claude Code Is A FULLY FREE AI Coding Agent! (Tutorial)
- 2026-05-08 — Overwhelmed By AI Just Copy My Tech Stack
- 2026-02-09 — Claude Code Extensions Explained From Persistent Memory to Agent Teams
- 2026-06-03 — I Hit 10k Subs Using This Claude Skill (steal it now)
- 2026-02-02 — AI Coders Scored 17% Lower—Here's What They Did Wrong
- 2026-05-16 — The Claude Code + Obsidian Setup That Now Runs My Life
- 2026-06-01 — Anthropic Just Told You How to Fix Claude Code (Most People Wont Listen)
- 2026-05-21 — Create Your Own Personal Claude AI System (That Makes Your Work EASY)
- 2026-06-28 — Claude Design 2.0 Just Changed Everything...
- 2026-05-17 — ast-grep Solves the Problem Every AI Coder Has
- 2026-06-05 — Its starting