How to use AI as a learning tool without losing the fundamentals.
AI is a force multiplier. Like the super soldier serum in Captain America, it amplifies what's already there. Good fundamentals get amplified. Bad habits get amplified too.
// Matt Pocock at AI Engineer: "Bad code is more expensive than ever - if your codebase is a mess, AI makes it worse faster."
The struggle is the learning. Sitting with a problem until it clicks - that's how intuition gets built. AI can't shortcut that process. It can support it.
This isn't anti-AI. It's about using AI in a way that builds your skills instead of bypassing them.
// The feedback loop that would have taught you something never fires.
Challenge it. Ask for references, links, citations. AI can be very confident and very wrong. "How do I know this is right?" is a skill that matters for your whole career.
Vague question gets a vague answer. This isn't new. Better questions get better answers whether you're asking a colleague, searching Stack Overflow, or prompting an AI. It's a skill that gets better with experience.
// Used to be "Google it." Now I lean on an LLM. Both are valid.
The context window is the total number of tokens a model can process at once. A token is roughly ¾ of a word. Everything counts: system prompt, instructions, conversation history, files, images, and the response being generated.
You can give AI persistent instructions that shape how it behaves: its tone, what it focuses on, what to avoid. This is how you treat it less like a chat box and more like a configurable tool.
Instructions the model reads before the conversation starts.
Preferences for tone, format, and focus. Set it once.
Reusable context you give the model about your codebase or workflow.
Model Context Protocol lets AI connect to tools and services - your filesystem, APIs, databases, dev tools. It's not just a chat box anymore.
Model decides to call a tool. Harness runs it. Result goes back into context.
The model never sees your function code. Just name, description, params.
// Just plant the seed. You'll get here.
one-tip-a-week.beehiiv.com
This week: use Claude Code for free
nickyt.co · @nickytonline