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.
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
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
◉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
| Game | Text course | |
|---|---|---|
| Format | You play, watch and listen | You read at your own pace |
| Best for | Complete beginners | People who like text & reference |
| Inside | Story, minigames, a final boss | Modules, lessons, examples |
| Time | ~1–2 h in one sitting | Self-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.
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.
Free AI Game Maker for Unity, Unreal, and Godot
UltraGameStudio is an AI agent built for game development — it generates code, 3D models, sprites, and audio from one chat, using 20+ free AI channels.
Read →Anthropic Embeds Independent Auditors Inside Its Model Training
Accenture will work as an embedded independent auditor inside Anthropic, monitoring model training and development decisions. Both companies will invest at least $1 billion each over five years.
Read →Anthropic Delays IPO: Revenue Doubled, Infrastructure Costs Up 65%
Anthropic is delaying its IPO to November 2026 to show Q3 results first. In Q2, revenue doubled to $11.5 billion, but infrastructure costs rose 65%.
Read →Daily AI Use in the U.S. Has Doubled in Six Months
The share of Americans using AI nearly every day grew from 8 to 19 percent in six months, according to Epoch AI and Ipsos.
Read →AI guides & lifehacks
Practical guides, written to be understood
Plain-language explainers and AI lifehacks — the library behind the course.
Claude Code VS Code Extension: Install and First Steps
How to install the Claude Code VS Code extension and use it well: inline diffs, @-mentions, plan mode and checkpoints — right inside your editor, in minutes.
↻ 2026-09-16→How to Resume a Claude Code Session: --continue vs --resume
How to resume a Claude Code session: claude --continue for the last chat, --resume and the session picker for older ones, naming, forks, and session IDs.
↻ 2026-09-16→Claude Code Dangerously Skip Permissions: a Sane Guide
What claude code dangerously skip permissions really does, all six permission modes, how to set a default, and the safer alternatives I actually use.
↻ 2026-09-16→Claude Fable 5.1: the 1M-Token Model Explained
Claude Fable 5.1 is the most capable model in Claude Code — 1M-token context, investigates before acting, verifies its own work. Here's when to actually use it.
↻ 2026-09-16→Claude Code Desktop App: a Tour for Non-Programmers
The Claude Code desktop app brings parallel sessions, visual diffs and live app preview to macOS and Windows — no terminal needed. Install guide and tour.
↻ 2026-09-16→Claude Code Skills: Teach Claude Your Playbooks
Claude Code skills are saved playbooks Claude loads on demand. How to create your first SKILL.md, when skills trigger, and which skills to add first.
↻ 2026-09-16→GitHub radar
Fresh GitHub finds
The repositories the internet is starring right now — picked by the numbers, explained for humans.
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 →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 →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 →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 →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 →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 →
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.
Who runs this site, and where to verify it
- ORCID0000-0002-9120-7298
- Google Scholar108 citations, h-index 5
- Scopus69 citations, 6 works
- Web of ScienceResearcherID QZR-1204-2026
- WikidataQ141398931
- IETF Datatracker2 Internet-Drafts
- W3C Community Groupeditor, reporting format v0.1
- GitHubarsentev-ai
- JMIR Publicationspeer reviewer, 27 journals
- Qeios41 published reviews
- TechRoundpress appearance