From AI user to AI builder

Practical AI Guides & a Free Claude Code Course

Practical guides on AI and neural networks, plus the free course that turns you from a ChatGPT user into someone who builds with Claude Code. Real projects. Real tools. Zero hype.

No signup · No card · 100% free

Why this course is free

I made this course because people keep writing to me after some 'expert' charged them money for the basics: install Claude, open the terminal, explain in plain words what to do, then ship the finished project to a server and point a domain at it.

You can learn all of it in one evening. Yet certain enlightened individuals still sell it as complex magic in pretty packaging.

That's why everything here is free.

— Evgenii, author of this site

Two ways to learn

Choose how you go through it

Same knowledge, two formats — pick whichever clicks for you.

Author's pick for beginners

Interactive game-course

Live the whole course as a story: a terminal simulator, minigames, voiced narration and a final boss.

  • Everything explained step by step — nothing skipped
  • Voiced narration and minigames keep it moving
  • Best if you're a complete beginner
11 levelsvoicedminigames

Text course

Read at your own pace: clean modules, short lessons and a reference you can always come back to.

  • Skim, search and re-read any time
  • Clear modules and short lessons
  • Best if you prefer text and reference
11 modules37 lessons

If you're a complete beginner, start with the game — everything is laid out on the shelf, step by step. The text course then becomes your reference once you're rolling.

— Evgenii, author of this site

Game or text — quick compare

GameText course
FormatYou play, watch and listenYou read at your own pace
Best forComplete beginnersPeople who like text & reference
InsideStory, minigames, a final bossModules, lessons, examples
Time~1–2 h in one sittingSelf-paced, return anytime

The free Claude Code course

Free Claude Code Course: from AI user to AI builder in 11 modules

Install Claude Code step by step, talk to it in your own language (or dictate), build a tool you'll actually use, automate with AI agents and MCP, put it online, control it from your phone. No programming background needed.

11 modules37 lessons100% FREE · forever
claude

you ▸ build me a budget tool with charts. save data on my device

claude ▸ creating files… ✓

claude ▸ testing it myself… ✓ it works

claude ▸ Done. Your tool is real — open it and try.

This is the whole workflow. The course teaches you to drive it.

Articles

AI Insights

What changed in AI, why it matters, and what a regular builder should do about it. No panic, no hype — just the takeaway.

All articles →

AI guides & lifehacks

Practical guides, written to be understood

Plain-language explainers and AI lifehacks — the library behind the course.

All guides →

GitHub radar

Fresh GitHub finds

The repositories the internet is starring right now — picked by the numbers, explained for humans.

All finds →
001

I downloaded it and the file is 5.9 GB, while the same 27B model at full precision takes 54 GB. I ran it through llama.cpp and the reasoning, coding, and tool calling all worked as the benchmarks showed. A team called prism-ml developed a method of storing weights using fewer bits than standard approaches, while keeping 98.2% of the full model accuracy. This means the model answers correctly nearly as often as the 54 GB version, on hardware that does not require anything special.

Read the take
002

I tested it through the DeepSeek API and it processed both a long document and an image in the same request. The context window is one million tokens, which is roughly the length of a full novel or a large codebase. During generation the model activates only about 16 billion of its parameters, which is why responses arrive quickly despite the overall scale. It does not run locally and is available through the DeepSeek API or HuggingChat.

Read the take
003

I installed the quantized version through Ollama and it fits on a Mac with 32 GB of RAM. Qwen3.8-27B is a model from Alibaba that understands images and videos alongside text, so I tested it on a document with charts and it described the contents correctly. The reasoning depth is adjustable, meaning the model thinks longer on complex questions and skips the reasoning step on simple ones. On a computer-use benchmark called OSWorld, it scores 84.3, which is the level where the model can navigate an interface and take actions on screen without a human.

Read the take
004

I gave it a style description and song lyrics and it returned a finished track with vocals. YuE2 is an open music generation model from a research group called m-a-p, and the authors compare the quality to Suno v5 and v6. From my testing, that comparison appears accurate. There is also a cover generation mode where you provide an existing melody and a new style and receive a version in a different genre.

Read the take
005

I downloaded the weights and ran it locally. LTX-2.5 is a video generation model from Lightricks that produces video and audio together from a text description or an image. When I generated a multi-scene clip, the character remained consistent across scenes, which was a problem in earlier LTX-Video versions. There is no billing per generation once the model is installed, and it runs through ComfyUI or the command line.

Read the take
4.2k06

zai-org/ZCode

ZCode is a coding agent from Zhipu AI, the Chinese laboratory that made the GLM models, CogVideoX, and CogView. It is distributed as open source under the Apache 2.0 license. Pre-built packages are available for macOS (Apple Silicon and Intel), Windows (64-bit and ARM64), and Linux, along with a browser interface and a command-line agent. The tool includes a goal format: you describe the final result, and the agent breaks the task into steps and completes them without stopping. It supports screenshots and multimodal queries. You can control the agent through Telegram, Feishu, or WeChat bots. The codebase supports multiple LLM providers through a configuration file.

Read the take
EAEvgenii Arsentev

About the author

Not a guru. Not selling anything.

Evgenii Arsentev

PhD · Chief Executive Officer, digital health

My mission is simple: get as many people as possible actually using AI. Because AI is freedom — automated chores, reclaimed hours, and the quiet power of building what you need without asking anyone's permission. A person who commands AI stops being a replaceable cog in somebody else's machine.

This course is 100% free. No upsells. No cross-sells. No 'premium tier' waiting at the end. There is simply nothing here to buy.

Before you choose

Frequently asked questions

Everything you're wondering, answered plainly.

Is it really free?+

Yes — the entire course is free, no card, no trial. The guides are free too. We may add optional paid depth later, but the core transformation stays open.

How do I start learning AI as a complete beginner?+

Don't start with theory — build one small real thing with AI. That's this course: from zero to installing Claude Code and making a working tool in your own words. No degree, no coding background, no math.

I know nothing about tech. Is this for me?+

Especially for you. The beginner track assumes you've only ever typed questions into a chatbot. We remove every piece of jargon and prove you can build.

What's the best AI for beginners?+

For asking questions, any chat (ChatGPT, Claude) is fine. For actually building things, this course uses Claude Code: you describe what you want in plain language and it does the work. The real skill is describing results clearly.

Is AI hard to learn?+

Far easier than the internet makes it look. You don't learn to code — you learn to tell an AI what you want. Every click is shown, so a complete beginner walks away building real tools.

Will this make me a programmer?+

It'll make you a builder — someone who turns ideas into working things using AI. Whether you ever 'learn to code' the old way is up to you. Increasingly, you won't have to.

How long does it take?+

Lessons are short. Most people feel their first real win on day one and finish the journey across a couple of focused weeks.

Ready to start?

Build your first real project with AI this week.

The course is free and starts right away. No signup, no card.