chat.yambr.com. Same models you can use right now (🚀 Qwen 3.5 Flash, 💾 Qwen 3.6 Plus). No staging environment, no edits — every output below was produced live by an LLM with access to the platform’s built-in skills.

Why a course at all
Most “AI assistant” demos collapse into the same generic Markdown reply. Computer Use is different because the model has tools: a sandboxed Linux box, a real browser, and a curated set of skills for documents, spreadsheets, presentations, charts, and PDFs. What you get is not “an answer.” You get a file, sometimes a whole folder, often a live page in a browser. The course is structured as a deliberate arc:Crawl — five everyday office files
Presentation, Word document, spreadsheet, PDF, data chart. The boring stuff most knowledge work actually consists of. The model picks the right skill, generates the file, and validates it.
Walk — two scenarios that earn the wow
A custom landing page rendered live in the browser tab next to the chat. A scraping job that opens Hacker News, reads it, and produces a Markdown digest. Both scenarios use sub-agents and the live browser — capabilities most chat UIs simply don’t have.
The eight scenarios
| # | Scenario | Skill | Output |
|---|---|---|---|
| 1 | Investor pitch deck | pptx | 6-slide .pptx with a custom design system |
| 2 | Project proposal | docx | 2-page .docx with H1/H2, bulleted goals, a 3-row timeline table, and tracked changes |
| 3 | Marketing budget tracker | xlsx | 2-sheet .xlsx with live formulas, conditional formatting, and a bar chart |
| 4 | Freelance invoice | pdf | Styled PDF with header band, monospace numbers, line items, tax math |
| 5 | SaaS user-growth chart | Python + matplotlib | PNG chart with trendline + annotated inflection point + analysis |
| 6 | Roasthaus landing page | frontend-design | Single-page HTML site rendered in the live browser |
| 7 | Hacker News AI digest | playwright-cli | Scraped HN front page → Markdown digest with screenshot |
| 8 | Building the invoice-builder skill | skill-creator | Reusable skill packaged from a recurring task |
How to read each page
Every scenario page has the same shape:- The prompt — exact text, copy-pasteable. Try it yourself.
- What happened — the tool calls the model made, with screenshots from the live chat.
- The output — what was actually generated, so you can see whether the result is good.
- Why it works — a short note on which skill is doing the heavy lifting.
chat.yambr.com running 🚀 Qwen 3.5 Flash (most scenarios) or 💾 Qwen 3.6 Plus (the pitch deck). Both models are available to anyone with a Yambr account — there is nothing secret about the setup.
This course is opinionated about one thing: don’t stop at chatting. Chatting with the platform is the easy part. The real lift comes from converting what you do repeatedly into skills, and then chaining those skills together. That’s the arc the course is built around.
