正在加载视频...

视频加载失败

Ex-Google engineer just released a free 3-hour course on building and monetizing AI agents. How to go from one agent to a full system that finds leads and makes money: 00:00 - Design an AI agent system 07:38 - Add human handoffs 19:27 - Understand RAG and vector databases...

351,804 次观看 • 1 个月前 •via X (Twitter)

41 条评论

Shen Sean Chen 的头像
Shen Sean Chen1 个月前

I’m the author of all of these videos. For some reason there’re lots of X accounts using my content without asking me. If you have questions, follow me and let’s chat. Here’s the original post: X: If you want to try AI Agent Harness System with Loop, Memory and Eval, try this hit repo for Waku Agent: Original YouTube channel: I also run a community where I host Q&A sessions live twice a week and will share all of the original system design files: @nikitabier @elonmusk please fix theft on X.

kaminoontee 的头像
kaminoontee1 个月前

free courses like this are getting better than paid ones

Lunar 的头像
Lunar1 个月前

honestly so true

catman 的头像
catman1 个月前

3 hours from agent design to systems that find leads is a useful test of whether the handoffs are actually practical. does the course show the failure cases when rag returns bad context?

Lunar 的头像
Lunar1 个月前

yeah failure cases matter

catman 的头像
catman1 个月前

what failure mode are you seeing most—bad research, weak slide structure, or messages that need too much cleanup?

why 的头像
why1 个月前

Handoffs are the underrated piece. Single agents demo well but fail in production; a system with humans in the loop is what actually ships.

Lunar 的头像
Lunar1 个月前

human handoffs make it work

Ganesh Swaminathan 的头像
Ganesh Swaminathan1 个月前

These are videos from @ShenSeanChen YouTube just stitched together with no direct attribution ? Please post direct links to original source - thanks

rat 的头像
rat1 个月前

publish this on youtube!!

NGK 的头像
NGK1 个月前

Does this available in YouTube??

ALEXYZ 的头像
ALEXYZ1 个月前

Valuable blueprint for revenue focused AI agents.

Lunar 的头像
Lunar1 个月前

great blueprint for builders

SkyRain 的头像
SkyRain1 个月前

the youtube thumbnail alone could fund three phd candidates

Lunar 的头像
Lunar1 个月前

that thumbnail is wild

SkyRain 的头像
SkyRain1 个月前

the youtube thumbnail alone could fund three phd candidates

Tux Killer 504 HN 的头像
Tux Killer 504 HN1 个月前

Could you please share the Github repo?

Fajar M Reza 的头像
Fajar M Reza1 个月前

Human handoffs and RAG belong in the architecture, not as afterthoughts.

Lunar 的头像
Lunar1 个月前

exactly they should be built in

Mortimer Raft 的头像
Mortimer Raft1 个月前

Nice video @ShenSeanChen

beamnxw ./ 的头像
beamnxw ./1 个月前

real value starts after deployment

Lunar 的头像
Lunar1 个月前

thats when it gets real

distort 的头像
distort1 个月前

that's really useful information. i've always known that Google nurtures geniuses

NLYRA 的头像
NLYRA1 个月前

That's a beautiful framework — but the real magic isn't in the vector databases. It's in the moment the agent says "I don't know" and means it.

Mateus Mendez 的头像
Mateus Mendez1 个月前

Is there a skill that turns long form videos into skills

AI Apps API 的头像
AI Apps API1 个月前

Solid outline, and the ordering is right. Putting human handoffs before RAG saves people a lot of pain later. The part agent courses usually skip is everything the agent needs but is not the agent: accounts, a database you can actually query, an API endpoint, something that runs on a schedule. A demo agent runs when you run it. A useful one has to exist when nobody is watching, and that is a plain backend problem rather than an agent problem.

Jordan Lee 的头像
Jordan Lee1 个月前

The biggest opportunity in AI is moving from experiments to execution. Building agents is interesting, but building systems that create real business value is where the money is.

Santhanalakshmi S M 的头像
Santhanalakshmi S M1 个月前

@grok find his the name of the person in the video and his linkedin profile and YouTube id

Disha 的头像
Disha1 个月前

🙌🫶🏼🙌

Knowix 的头像
Knowix1 个月前

the monetization and deployment section really caught my attention

Peter MOUEZA🇲🇫 的头像
Peter MOUEZA🇲🇫1 个月前

Note100 : 99.5 intelligence long

Sailesh Panchal 的头像
Sailesh Panchal1 个月前

We’re building ever smarter agents without giving them a computable organisation to execute. That’s the missing layer.

Paolo 的头像
Paolo1 个月前

@ezdubs_bot german

Leo Oliemans | Refinery 的头像
Leo Oliemans | Refinery1 个月前

The jump from one agent to a system is where the boring failures appear: an agent finds a lead, writes a CRM row, and the API says 200. What proves the right account and fields landed after retries? I’d follow the write with a fresh source read, not just the tool log.

Ritesh Kc 的头像
Ritesh Kc1 个月前

fix my code, make no mistake is all i need

Chasen 的头像
Chasen1 个月前

Moving from standalone prompt calls into resilient multi-agent graphs with human handoffs is where AI application development actually creates business value

Mankari 的头像
Mankari1 个月前

I wonder if the engineer was able to monetize a lot?

Jordan 的头像
Jordan1 个月前

Does this actually book calls or just find leads? AI can't replace SDRs.

Shantanu | Cloud Engineer 的头像
Shantanu | Cloud Engineer1 个月前

The biggest difference between a prototype and a business isn't the model-it's the system around it. A production Al agent needs memory, tool calling, human approval when confidence is low, observability, and continuous evaluation. That's what turns a demo into something people actually pay for.

unicode 的头像
unicode1 个月前

this engineer is a true genius. i recommend watching it.

venkat appineni 的头像
venkat appineni1 个月前

I run 12 agents live (a DAX trading system). The hard part was never the LLM — it was keeping them alive: auth expiring every 3h, token races, stale bars. Agent infra is the real moat.

相关视频