A one-week foundation course for Sumiya Sultana. You will learn how modern AI agents actually work — and prove it by building a real, live Shopify store (Liochi, liochi.com) end-to-end by directing Claude. Every concept is learned in the morning and used on the real store the same day.
A new way of building: you don't write every instruction — you direct an agent that plans, acts, and iterates.
You know classical programming: you write explicit instructions, the computer executes them exactly. An AI agent is different. It is a large language model (LLM) wrapped in a loop and given tools — real capabilities like "create a Shopify product" or "query the Zendrop catalog". You give it a goal; it decides which tools to call, in what order, reads the results, and keeps going until the goal is met. Your job shifts from writing instructions to specifying goals, supplying context, and verifying results. That skill — directing agents well — is agentic programming, and it's what this week teaches.
Every agent, from Claude to any framework you'll ever meet, runs some version of this loop. This week you'll first watch it happen, then learn to steer every stage of it.
Learn these twelve terms on Day 1 — every later concept builds on them.
Theory without practice doesn't stick. Your laboratory is Liochi — a real Shopify store (Basic plan, USD) with Zendrop as the dropshipping supplier, both already connected to Claude. By Day 7 the store is live with real products. Setup you need before Day 1: Claude access with the Shopify, Zendrop and Winning Hunter connectors enabled, Shopify admin login, Zendrop dashboard login, and a daily-log Google Doc shared with Rafiq.
One fundamental per day. Learn it → apply it to Liochi → write down what you observed.
Concept: what an agent is. Practice: observe Claude inspect the real store.
Concept: prompts are your new source code. Practice: real product research.
Concept: function calling and write-permissions. Practice: import the real catalog.
Concept: the context window is the agent's whole world. Practice: brand & store design.
Concept: hallucination and review loops. Practice: policies, shipping, payments.
Concept: checklists as programs, calibrated autonomy. Practice: full pre-launch QA.
Concept: running agents on a live system. Practice: Liochi goes live.
Read these once a day until they're habit — they are the fundamentals in rule form.
Every AI-written description, policy, and email gets read by a human before a customer can see it. This is a hard Bipper Media rule — and it's what human-in-the-loop means.
"I've updated the products" is a claim. Open the admin and look. Screenshots go in the daily log.
Payments, billing, refunds, deletions, paid apps or ads — always confirm first. These are your guardrails; don't let the agent talk you across them.
First ask Claude to explain or debug. Still stuck — message Rafiq with what you tried. Being blocked silently is the only real failure.
The store is the project; the skill is agentic programming. The daily log of what worked, what failed, and why is where the skill actually forms — it becomes your Day-7 playbook.