
Jason Zhou
@jasonzhou1993 • 32,065 subscribers
Building @SuperDesignDev | Learn to build with AI at @aibuilderclub_
Shorts
Videos

Loop Engineering is getting hype now. But not many talks about how to actually do it So I open-sourced the template my team uses to build agent loops: - a shared artifact / knowledge layer - logging, verification - and a codebase harness so work compounds across runs Plus a 20-min deep dive on how to think about it and set it up for real: Copy the template. Adapt it to your own loops.
Jason Zhou387,476 views • 26 days ago

I rebuilt Posia using the Pi Agent SDK. The core agent is ~15 lines of code, and the harness is so flexible and hackable. Recorded a 17-min walkthrough on: - Pi’s extension system + how to build your own - extensions that cut tool tokens by 80–96% - the core Pi SDK, step by step - building hosted agents with it Adding my Pi extensions setup in AI Builder Club repo here:
Jason Zhou64,242 views • 10 days ago

I gave my coding agent a map across 3 of my repos: - Reduce ~50% token - a grep hook so every grep call has much richer info - trace any function's call chain + blast radius Really can feel my agent is getting A LOT smarter; I added to my codebase setup skill + 8-min deep dive: Copy it. Adapt it to your codebase.
Jason Zhou81,271 views • 18 days ago

This Claude 3.7 UI workflow is awesome And many vibe coders not aware of it: 1. Have Claude 3.7 to design whole UI screen by screen 2. Ask it to make a plan, break down into components 3. Turn into actual project By having Claude focus on just UI generation, it does a great job You can build beautiful UI without shadcn If you want to learn more about vibe coding beyond basics, join my community here: (also get free access to 10xCoder.Dev)
Jason Zhou745,638 views • 1 year ago

Introducing SuperDesign.Dev Design Prompt Library LLM often output AI slop design not because of capability, but lack of context & guidance However design related prompts are not straightforward and most people don't know how to prompt it That's why we built one of largest community driven design prompt library, covering styles, animations, UI components, etc. You can build & share design prompts with your team privately or contribute publicly It works with any coding agent Try it today at
Jason Zhou219,969 views • 6 months ago

Those MCP totally 10x my Cursor workflow… - It reads my browser console / network log - It use Replicate to generate UI assets - It reads my supabase & figma ... Here I shared some of my fav MCP & how to install them, As well as the EASIST way to create your own MCP (Thanks to Cloudflare 's MCP-worker) 0:00 Cursor MCP overview 2:35 How to install common MCP 5:49 Let cursor read console/network log 7:24 Build yoru own MCP If you want to learn more about advanced AI coding workflow, join my community where I post tips weekly:
Jason Zhou287,775 views • 1 year ago

Claude code just made this whole video using remotion One shot wtf
Jason Zhou200,493 views • 11 months ago

How to use Cursor to build production level application? Lots video showcasing building demos, but not many dive into details of end to end process from planning, authentication, backend setup; But it is not that hard; Made a video showcase how to bring an idea live into the wild in 20 mins! 00:00 Intro & how to setup Cursor 05:09 How to build frontend 17:39 How to build authentication 21:30 How to build backend 40:26 How to deploy If you have any further question or want to get deep dive into more cursor course, you can join my community where I post tips weekly:
Jason Zhou212,965 views • 1 year ago

Introducing Component Grab SuperDesign.Dev Chrome extension allows you to grab any UI component in browser We turn messy DOM into clean tailwind code pixel perfectly Paste into Superdesign AI native canvas to vibe design Or paste into Claude code/Cursor Free forever:
Jason Zhou78,413 views • 7 months ago

How to 10x your Cursor workflow? Many people struggle to get Cursor produce error free projects Here is my workflow to rebuild a $1 million micros Sass with ease: 1. O1 to prep doc with file tree & dependencies 2. Use Cursor for functionality & v0 for UI touch up 3. Use templates for modular functions like auth, payment, etc. 4. Use Helicone to monitor LLM usage 5. ... 0:00 Intro & Setup 2:25 Step 1 - Plan & Prep PRD 16:57 Step 2 - Build frontend 22:34 Step 3 - Connect LLM monitoring platform 25:44 Step 4 - Build backend - Supabase 37:26 Step 5 - UI Touch up Join my community where I share AI building tips weekly:
Jason Zhou157,152 views • 1 year ago

At 3am last night, while I was asleep, my AI agent: - Scanned 47 Reddit threads across r/SaaS, r/IndieHackers, and r/startups - Found 3 founder questions worth replying to - Drafted replies, flagged 1 for my review - Identified 2 new leads and added them to CRM My job was just: approve, reject, give feedback. It monitors the internet, analyzes traffic, finds opportunities, drafts actions, and executes growth tasks 24/7. Comment below your company website and I will get Crewlet run an audit on it
Jason Zhou16,674 views • 1 month ago

This is how I use LLM to scrape 99% of websites Many people didn't realise you can build agentic scraper to: 1. Handle Authentication, Human verification, Captcha 2. Handle pagination & complex UI interactions 3. Adaptive as website structure change 4. Scrape large set of data What used to take hours now can be automated in mins; Here I show case how do you automate a scraping job on Upwork where people are paying $50~$80 per hour; 0:00 Intro 1:54 Methods overview 4:52 Web Scraper agent using Spider Cloud 🕷️ Jina AI 8:37 Handle website auth & captcha using AgentQL 20:27 AI buy tickets MultiOn AI If you have any further question or want to get deep dive into the code example in the video, you can join my community where I post tips weekly:
Jason Zhou128,052 views • 1 year ago