The original is one click away. Open original ↗
How AI agents work and how to build one without code
Executive overview
Most teams waste hours on repetitive content tasks that follow the same steps every time. AI agents go beyond simple chat or fixed workflows — they reason, act, and iterate until a goal is met.
A three-level framework separates basic LLMs, AI workflows, and true agents. The key upgrade at each level is autonomy: from passive answers, to scripted automation, to self-directed action chains.
The real shift is when AI sets the goal, evaluates intermediate results, and decides what to do next — without human involvement.
Three levels of AI capability
- Level 1 — LLMs: input-in, output-out; no access to personal data, no action chains, entirely passive
- Level 2 — AI workflows: you define the logic (if A, do B and C); AI follows the route but cannot adapt if a step is missing
- Level 3 — AI agents: the AI reasons, acts on tools, and iterates — no fixed script required
How the content automation system works
- All long-form video links are stored in Google Sheets as the task queue
- Naton (automation platform, similar to Make or Zapier) retrieves the latest link
- Clap AI detects key moments and generates vertical shorts automatically
- ChatGPT analyses each clip and writes viral titles and descriptions using a custom prompt
- The workflow auto-uploads up to 10 shorts per day to YouTube with generated metadata
- No editors, managers, or manual steps involved
What makes a system truly agentic
- A workflow executes a fixed script; an agent chooses how to solve the task
- ReAct loop (reason + act): the agent generates output, sends it to a second LLM for critique, revises, and repeats until conditions are met
- Example: GPT drafts a title → a "YouTube editor" LLM flags it as too generic → agent regenerates → cycle repeats until CTR threshold is met
- The human is removed from the loop entirely; the agent manages quality control itself
Tools used in this build
- Naton — visual workflow builder, no code required; connects services via drag-and-drop
- Clap AI — converts long videos to shorts; detects emotional peaks and key moments
- ChatGPT — title and description generation via custom prompt
- Google Sheets — task queue and source of truth for video links
- YouTube API — automated publishing endpoint
Where this system still falls short of a true agent
- Video selection is still manual (a link must be added to the sheet)
- A full agent would analyse the whole channel, identify trending topics, and select videos autonomously
- Title testing is single-pass; a true agent would run A/B variants and learn from engagement data
- The next step: the agent monitors performance, identifies why a video underperformed, and adjusts the workflow itself
Practical starting point
- Identify one repetitive task done by hand — publishing, formatting, data entry
- Build a simple workflow first; add reasoning and iteration once the basics run reliably
- Interns with technical skills can build these systems without a full-time developer
- The same automation tools (Naton, Zapier, Make) apply across content, operations, and client work
More like this — when you're ready for early access.
Join the waitlist for a personal account and content recommendations based on what you're working on.
No spam. Unsubscribe at any time.
You're on the list. We'll be in touch before launch.