CommandCode.ai
@commandcode.ai
2 months ago Lesson 4: Common Workflows & Plan Mode
www.youtube.com/watch?v=vb2...
💬 1
♻️ 0
❤️ 0
Lesson 4: Common Workflows & Plan Mode
www.youtube.com/watch?v=vb2... Lesson 3: Taste vs. Rules
www.youtube.com/watch?v=_vE... Lesson 2: Setup & Core Concepts
www.youtube.com/watch?v=U_f... Lesson 1: Command Intro, Installation & Getting Started
www.youtube.com/watch?v=q9C... Excited to announce our first video course
Introduction to Command Code
- 9 lessons. From scratch to shipping real apps.
- Build software that matches your coding taste.
- Live on our website and YouTube.
Start for free
↳commandcode.ai/courses So the bottleneck has shifted. It's not "can you build it." Increasingly it's "did you see it." The scarce resource is the idea itself, the noticing, the taste to pick the right one out of the cloud of nearby ones that look almost identical but aren't.
It's mostly now "can you think it". Execution obviously still matters. But the building part has gotten dramatically cheaper, faster, more accessible. A small team with taste can now ship what used to take an army. The old saying that "ideas are worth nothing, execution is everything" feels increasingly wrong to me.
Consider: 2 years ago, the idea was basically "Claude isn't available outside the US, fork VS Code, wrap it." That's it. That's Cursor. ~$50B company. Read the full blog👇
pris.ly/pn-mongo Your MongoDB types show one thing, your schema shows another, and your indexes live in a shell script only one person remembers.
Prisma Next gives you one contract for embedded docs, relations, indexes, and polymorphic collections. I’d recommend give it a shot with coding agents. You’d be surprised how accessible they’ve become.
Manus timeline:
- Launched March 2025
- $100M revenue in ~6 months
- Acquired by Meta for $2B in December 2025
- Execs join Meta as employees
- Money gets transferred
- April 2026: China blocks the deal LOL what If we're not building this together, I am not having a lot of fun. The biggest reason I want to open source Command Code?
I want every developer to be able to build on top of what we've built.
So your coding agent is MORE closer to what you actually want it to be.
Code is cheap. AI can code really, really well now. We implemented continuous localization using a context DAG based on L10N.md files and wrote about it:
tuist.dev/blog/2026/04... Can’t avoid but seeing platforms like Railway or Render (and any Heroku-like platform) as unnecessary abstractions as a service in a world of coding agents. We moved @tuist.dev services to k8s and don’t feel we need anything else. This is the video I wish I could've watched when I was 14 and wanted to know how to make web apps. I made Val Town for anyone who wants to learn how to code.
We cover the basics of:
JavaScript
web servers, HTTP
HTML, forms
GET and POST requests
SQLite
Hono routing
www.youtube.com/watch?v=0Mrs... When agents are provisioning your infrastructure, security can't be an afterthought.
The Netlify + Stripe Projects integration keeps credentials write-only, auto-synced, and scanned on every build. All the way through to production.
netlify.com/blog/netlify... Read more
planetscale.com/blog/rls-sou... Postgres RLS sounds great in theory: embedded access control right in the database. In practice, there's complexity in policy configuration, managing your attack surface, and performance implications. Our latest article takes a deep dive into RLS.
#ZedEditor Download Zed and view the full changelog here:
zed.dev/releases/sta... Open any commit's diff from the command palette with `git: view commit`. Feed it `HEAD`, a SHA, a branch, or a tag. Thanks schpet!