← Paths
Guided learning path

Build something

A path from a small idea to a product that works with context, interface, real data and tools.

Core
10
Deep dive
14
Practical exercise
2
Who this path is for

For readers ready to move from learning to building and turn a real need into a prototype and lasting system.

What you will know

By the end, you can define a product, build a prototype, maintain consistency and connect knowledge, APIs and agents.

Choose a problem and define the product

Start with a small need, a clear user and a definition you can test.

This chapter starts withStart with the ability to explain a need, understand system components and think about the user before choosing a tool.

ArticleCoreItem 1 / 24

The New AI Skillset Everyone Working with AI Must Develop

You don't need to know how to code to work with AI — but you do need to develop three core skills: explaining clearly what you want, understanding how systems work, and thinking like a product manager.

Read the full article

Why nowUse that mindset to choose a small, concrete problem instead of starting with a large platform.

VideoCoreItem 2 / 24

Disposable Apps — How to Build a Personal Solution in 10 Minutes ♻️

In an era where anyone can build their own digital solution in minutes, disposable apps are becoming a tool for learning, problem-solving, and smart self-customization with the help of AI.

Read the full article

Why go deeper hereBefore a full product document, practice stating a goal, context, constraints and an outcome an agent can understand.

VideoDeep diveItem 3 / 24

RICE FRAMEWORK – The Prompt That Will Get You Precise Results 💬

What is the RICE Framework and how to use it to write more precise prompts that return useful, consistent answers.

Read the full article

Why nowThe brief becomes a product definition: who it is for, why it matters, what is included and how success is measured.

ArticleCoreItem 4 / 24

What Is a PRD? And Why Does It Matter in the Age of AI Agents?

A PRD defines what you're building, for whom, and why. When working with AI agents, it becomes a critical part of context engineering — ensuring precision, consistency, and efficiency throughout the development process.

Read the full article

Build a prototype

Move from a definition to a working product through different examples.

This chapter starts withUse the PRD to build a first version through conversation with AI and short iterations.

VideoCoreItem 5 / 24

Vibe Coding – Building an App by Chatting with AI

Discover how to build applications with AI-assisted tools like Replit, Claude, and Lovable. A practical guide with tool comparisons, implementation ideas, a hands-on project, and tips for getting started with Vibe Coding.

Read the full article

Why go deeper hereAfter the foundation, examine a complete content product connecting information, summarization, voice and interface without code.

VideoDeep diveItem 6 / 24

How to Build a Voice Summary App for AI News Using No-Code Tools

In this guide, we'll build a voice summary app for AI news, step by step — using GPT, Lovable, and ElevenLabs. No coding required.

Read the full article

Why go deeper hereMove from a content product to an interactive assistant that accepts user input and creates an adapted process.

VideoDeep diveItem 7 / 24

AI Job Interview Assistant – How to Build a Smart Interview Tool Without Code

A guide to building a no-code AI job interview assistant, including process structure, tools, and how tailored interview questions are generated.

Read the full article

Why go deeper hereAn assistant that returns an answer becomes a simulation where the user practices, receives feedback and learns through action.

VideoDeep diveItem 8 / 24

Creating an AI-Powered Service Simulator with Amazon PartyRock! 🤘

How to build an AI-powered customer service simulator with Amazon PartyRock, and what organizations can learn from it about employee training.

Read the full article

Why go deeper hereAfter a simulation, examine a complete experience around a real user moment: joining an organization before the first day.

VideoDeep diveItem 9 / 24

How Can You Improve Pre-Boarding with Vibe Coding?

How to use Vibe Coding to improve the pre-boarding experience and build solutions that connect employees even before their first day.

Read the full article

Why go deeper hereThe final example expands the product idea: the same component-based process can also produce video and animation.

VideoDeep diveItem 10 / 24

How to Create Video with Code Using Remotion

Creating videos and animations through code! Discover how to turn React components into professional video using Claude Code and Remotion.

Read the full article

Maintain context and consistency

Turn a prototype into a system that can keep evolving over time.

Why go deeper hereAfter several iterations, context accumulates. Tokens explain why information cannot be added without limit.

VideoDeep diveItem 11 / 24

What Are Tokens and How Do They Affect Language Models? 🪙

What tokens are in language models, how they affect the context window, and why they matter for working effectively with LLMs.

Read the full article

Why go deeper hereApply the token limit in a real building environment and remove context that does not serve the task.

VideoDeep diveItem 12 / 24

Managing the Context Window in Claude Code

The Claude Code context window is a precious resource. Before you've typed a single word, you've already burned thousands of tokens. This guide explains why that happens and how to deal with it.

Read the full article

Why nowAfter cleaning context, organize it in stable files that preserve decisions and instructions between sessions.

ArticleCoreItem 13 / 24

Markdown Files and Context Engineering When Working with AI Agents

In this post we explain what MD files are, how they are used in AI workflows, and why defining them correctly matters when working with agents.

Read the full article

Why nowStable context preserves decisions; Storybook adds a source of truth for interface components and their states.

ArticleCoreItem 14 / 24

What Is Storybook? The UI/UX Catalog for Your Website

What Storybook is, why you should use it when building websites and applications with AI agents, how to install it, and what you can do with it.

Read the full article

Why go deeper hereAs the system grows, repeated instructions should not remain in a prompt. Package them as a Skill with process and checks.

ArticleDeep diveItem 15 / 24

What Are Skills in Working with AI Agents

If an AI agent is a new employee, a skill is their instruction sheet: what the goal is, what information matters, how to work, where to stop, and how to verify the result is good.

Read the full article

Now put it into practiceNow build a real Skill for a repeated product action and verify that another agent can use it.

Practical exerciseDeep diveItem 16 / 24

Skill Builder

A guided flow for creating Claude Agent Skills with SKILL.md preview, quality checks and ZIP export.

Exercise outcome

A Skill ready to review, download and share.

Build a Skill

Now put it into practiceAfter building, compare it with reviewed examples to identify useful structures and improve your Skill.

Practical exerciseDeep diveItem 17 / 24

Skill Store

A curated library of Claude Agent Skills reviewed before publication.

Exercise outcome

A ready-to-use Skill to study or adapt to your workflow.

Open the store

Connect knowledge and actions

Give the product information sources, APIs, tools and security boundaries.

Why go deeper hereAfter sources of truth for interface and instructions, add a source of truth for content through RAG.

VideoDeep diveItem 18 / 24

What Is a RAG Chatbot and How Does It Improve Our User Experience? 🛒

What is a RAG Chatbot, how it connects a language model to a knowledge base, and why it improves answers, reliability, and user experience.

Read the full article

Why nowRAG enables reading knowledge. An API lets the product exchange data and take action in other systems.

VideoCoreItem 19 / 24

What Is an API in AI — and Why Does It Matter So Much?

What is an API, and how is it changing the rules of the game in artificial intelligence? A clear guide with examples, tools, and tips — from GPT to AI agents that work just like real employees.

Read the full article

Why nowAfter a point-to-point API connection, MCP offers a shared interface for agents to discover many tools and sources.

VideoCoreItem 20 / 24

What Is MCP and How It's Changing the Way We Use AI

Meet MCP – a groundbreaking protocol that enables AI agents to access tools, files, and external systems in a smart, context-aware way, without the need for custom integrations. This isn't just another API – it's a new way of working with artificial intelligence.

Read the full article

Why go deeper hereAs more sources and tools are connected, risk also grows. Define boundaries before giving the system more power.

VideoDeep diveItem 21 / 24

2 Security Vulnerabilities in LLMs — And What Do the Avengers Have to Do With It? 🦾

Two common security vulnerabilities in large language models, why they are dangerous, and how to think about safer LLM use in your organization.

Read the full article

Orchestrate an agent system

Choose autonomy, divide responsibility and connect the system components.

Why go deeper hereWith data and tools available, decide which steps are fixed and which require an agent's judgment.

ArticleDeep diveItem 22 / 24

What Is the Difference Between Automation Workflow and Agentic Workflow

A clear explanation of the difference between standard automation and Agentic Workflow, and when to use each approach in your organization.

Read the full article

Why nowWhen a task is too large for one agent, divide it among specialists and define how they pass results.

VideoCoreItem 23 / 24

Claude Code – How to Build a Team of AI Agents That Works for You

Claude Code – an AI-powered development environment. What are its advantages, what are Subagents, and how I built an automated CMO agent that manages content across social media.

Read the full article

Why nowFinish with a complete system connecting a harness, context, memory, tools, permissions, orchestration and observability.

ArticleCoreItem 24 / 24

What Is Agentic Engineering and How Do You Build Autonomous AI Agents?

The difference between a chatbot and an autonomous AI agent, what an agent harness is, which components a real agent must have, and how Claude Code Agents, OpenClaw, and Hermes differ from one another.

Read the full article