My Agentic Engineering Workflow
A 36-minute live build showing how one developer uses GPT-4.5, Greptile, and WhisperFlow to ship a Claude-artifacts feature through automated review loops.
May 22ndRas Mic's argument for why a long conversation before plan mode beats plan mode alone -- and a live demo building a mobile companion app for his AI agent platform.
Entering plan mode without first having a detailed conversation gives the agent too little context to plan well -- the conversation IS the planning, and plan mode is just the commit step.
Most people use plan mode by typing a single instruction and letting the agent plan immediately -- which means the agent fills the gaps with assumptions, producing a plan that doesn't match what you actually had in mind. The alternative is to spend real time in conversation first: discuss requirements, surface tradeoffs, agree on constraints, and only trigger plan mode once the agent clearly understands the target. After plan mode runs, save the output as a markdown file so both you and future agent tabs have a shared reference. The demo builds a mobile companion app for Pluto, choosing Expo over native SwiftUI after a structured back-and-forth about cross-platform tradeoffs.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
States the claim: his planning method beats standard plan-mode use. Frames plan mode as a commit step, not an entry point.

Live demo: single-line prompt into plan mode in Cursor. Argues the agent is making too many assumptions when it has one line of context.

Explains his workflow: multiple back-and-forth exchanges, discussing tradeoffs, confirming the agent understands intent, then entering plan mode.

The .md file is for the human as much as the agent -- it lets parallel tabs share context and lets you return to a feature days later without re-explaining.

Sponsor read for Depot CI -- a faster CI engine positioned as an alternative to GitHub Actions.

Full real-time demo of the conversational planning method. Prompts the agent to brainstorm companion app ideas, reviews output, discusses iOS-first vs cross-platform tradeoffs.

The agent outlines honest caveats of Expo vs native -- chat streaming is the perf trap, virtualisation must be designed in from day one.

Agent builds a phased build roadmap and saves it as a markdown file under the plan folder. This is what gets handed to any future agent tab.

Wraps up the demo, asks for subscribe toward 100K, tells viewers to comment what they want next.
The gap between what you imagined and what the agent builds is almost always a context gap -- and the way to close it is conversation, not a better single prompt.
“The model is going to be making a lot of assumptions for you and that's just not good product experience.”
“These plan MD files are for me. They are for me to remember what's going on.”
“You do the plan one time and then you build and it's nothing like what you want it to be.”
“The agent will overestimate how long it's gonna take because they're thinking of human working time.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
Most agentic coders treat plan mode like a shortcut -- type one line, hit enter, watch the agent guess the rest. Ras Mic built his entire product studio on a different premise: that the conversation before plan mode is where actual planning happens, and plan mode is just the step that writes it down.
A six-step loop that front-loads context before any code is written, so the agent has enough signal to plan accurately.
Four states that govern how the agent handles any incoming task, balancing autonomy with safety.
“If you could do me a solid and subscribe to the channel. We're so close to 100K.”
Mid-demo and at close. Feels organic -- timed when agent is actively cooking so there's no value gap.
00:00
00:21
00:35
00:49
01:02
01:17
01:31
01:45
02:00
02:14
02:28
02:42
02:51
03:10
03:24
03:38
03:53
04:07
04:17
04:34
04:49
04:56
05:14
05:26
05:42
06:00
06:14
06:28
06:42
06:56
07:13
07:24
07:36
07:46
08:01
08:21
08:35
08:54
09:03
09:17
09:31
09:46
10:02
10:11
10:28
10:42
10:59
11:10
11:31
11:39
11:53
12:13
12:25
12:33
12:49
13:03
13:18
13:32
13:46
14:00
14:14
14:33
14:42
14:54
15:11
15:19
15:39
15:53
16:07
16:21
16:35
16:56
17:01
17:18
17:33
17:46
18:00
18:14
18:34
18:42A 36-minute live build showing how one developer uses GPT-4.5, Greptile, and WhisperFlow to ship a Claude-artifacts feature through automated review loops.
May 22ndRas Mic tours four component libraries — Kokonut UI, Style UI, Cult UI, and Motion Primitives — demoing standout components live in the browser, with a bonus pit-stop at promptkit.com for AI-specific building blocks.
December 1st 2025A 12-minute screen-share tour of nine free component libraries and templates, with a closing method for turning any one component into a whole AI-extracted design system.
May 8thA 23-minute walkthrough that takes a non-coder from zero to a working drag-and-drop calendar app using three undocumented Claude Code workflow secrets.
June 16th 2025A 27-minute live head-to-head where two AI coding agents each build a full 62-task SaaS app from a spec doc in 32 minutes flat.
May 13thSenior developer Micky Shimeles walks through the exact stack that lets him ship 95% AI-generated code without losing control: harness, context tools, service layers, and autonomous PR loops.
May 17th