Skip to content
JoJo's Blog
Go back

Livestream Recap: How AI Agents Earn a Seat at the Table

Edit page

On the evening of April 24th, I joined Yuki for a ninety-minute livestream on “how ordinary people actually use AI” — a live look at what my “barely touch the keyboard” working style really looks like. This post is a recap compiled from the recording.

Livestream poster: Watching People Use AI, Episode 1 — a chat with JoJo

Background: why my workflow got rebuilt so fast

Two forces converged.

First, the sheer density of model progress. Since the second half of last year, major models have been shipping at a much faster cadence, and every big release brings a step change in the coding tools built on top of them. Our team sets aside a full day after each release just to adapt our product to the new model.

Second, my own career change. I used to run a data team of a dozen people at Dedao, where collaboration meant PMs writing PRDs, holding reviews, and engineers re-negotiating priorities. After going founder-mode, collaboration looks nothing like that.

A real example: one of our ops colleagues — who can’t code at all — handed a read replica of our production database to AI, which then designed the GTM metrics system, built the dashboard, and deployed it live. Her only job was stating requirements; the whole thing took one to two hours. When something breaks, a fix goes back live in minutes.

Which leads to the point I kept hammering during the stream: for startups, agility beats precision. Even if the output ships with a few mistakes, fixing them costs minutes — vastly more efficient than a traditional dev cycle. Ops can take a website from build to launch single-handedly, no CMS required; when an SEO issue shows up, they throw it at the AI and the fix is live in minutes.

Voice-only input: 4–6x faster than typing

During the stream I demoed my voice-only workflow for delegating tasks to AI.

Large models are remarkably tolerant of voice input — accents and misread words don’t matter, because context carries the meaning. By my count, dictating instructions runs 4–6x faster than typing, and it feels like at least 4x in practice. On a normal day I keep around five AI windows open, processing tasks asynchronously.

The more radical change: since the start of this year, I no longer write documents by hand at all. I carry a recorder, AI turns discussions into documents automatically, and those docs go straight to colleagues — or straight to an AI for execution. Our internal wiki has quietly devolved into plain cloud storage.

The organizational shockwave

Once AI absorbs the bulk of execution work, organizations change faster than you’d expect:

Harness: give AI reins, not flowcharts

A big segment of the stream was about the harness engineering philosophy.

A harness is what you put on a horse. The core idea: fence the agent in with your domain knowledge, but don’t micromanage each step — let the AI run freely inside the constraints and squeeze the most out of the model.

The contrast with traditional agent workflows is stark: the old way chains nodes together with explicit if/else logic at every step, so intelligence only lives inside single nodes. The harness approach makes the whole pipeline intelligent — you design the guardrails, AI does the rest.

Example: to generate a video, you only constrain it like a director would — story genre, number of acts, transition rules — and leave the creativity entirely to the AI. The fewer the constraints, the better the output.

Disposable code and multi-model division of labor

Image generation recently crossed the commercial-grade threshold: detail fidelity, texture, even photographically correct depth of field. Images a non-designer generates casually are now good enough for posters and hero banners.

To study prompts for the new image model, I had AI build me a local web tool for searching and filtering prompts — used it, tossed it, never maintained it. Code is becoming a disposable, single-use asset, and that pattern has massively sped up my research loops.

On model division of labor, my current best practice: Codex writes the code logic, Claude handles front-end design, linked together through an open-source plugin so each model plays to its strength. The bill: close to ¥3,000 a month on AI. Also, strongly consider carrying two models — on launch day, when one provider goes down, the other is your productivity insurance.

Startup opportunities in the AI era

We also talked industry landscape:

Why we still hold weekly meetings

If nobody writes documents anymore, should the weekly all-hands die too? My answer: keep it — but for a different reason.

Its value is no longer syncing progress (AI syncs faster than you do). It’s the ritual that holds a team together and keeps the survival pressure tangible. It’s closer to a startup’s team-building exercise — a deliberately irrational way to preserve cohesion.

Artisanal coding, and the widening gap

Two closing takes from the stream:

One, the future of hand-written code. Just as photography pushed realist painters off the stage and gave rise to impressionism, only the very best engineers will retain the craft of writing code by hand. Most programming will become assembly-line throughput — and artisanal coding will turn into a heritage craft, like intangible cultural heritage.

Two, AI makes the strong stronger. The more capable you are, the more AI amplifies your output. The gap between people won’t be flattened by AI — it will widen.


Compiled by AI from the 2026-04-24 livestream recording and edited by hand. Thanks to Yuki for hosting.


Edit page
Share this post:

Next Post
Hello World: Why I'm Starting a Blog in 2026