nerdai

997 posts

nerdai banner
nerdai

nerdai

@_nerdai_

Author, Build a Multi-Agent System (From Scratch) @ManningBooks ◦ Ex Founding Engineer @llama_index ◦ PhD @UWaterloo

Toronto Beigetreten Kasım 2020
1.1K Folgt2K Follower
Angehefteter Tweet
nerdai
nerdai@_nerdai_·
Announcing the launch of my book's website: masfromscratch.com 🚀 A companion resource to Build a Multi-Agent System (From Scratch), with @ManningBooks, featuring: - API Reference - Chapter Notebooks - More Examples - Capstone Projects - Community Showcase (coming soon!) Capstone 1 is already live - uses Monte Carlo π estimation to demonstrate concurrent runs, agent evals, and trajectory analysis. Includes Jupyter notebook + RunPod templates for Qwen3-Code-480B. Check it out: masfromscratch.com/capstones/one/ More capstones coming soon! 📚 Book: hubs.la/Q03Q0h4p0 #AI #LLMAgents #MCP #MultiAgentSystems
English
1
3
14
1.5K
nerdai
nerdai@_nerdai_·
Very excited for this!
Manning Publications@ManningBooks

AI agents aren't magic. They're systems you should be able to reason about. Next week, @_nerdai_, author of Build a Multi-Agent System (from Scratch), will build one from the ground up — no frameworks, just first principles. Understand how LLMs, tools, MCP, and reasoning loops actually fit together and how that scales to real multi-agent systems. Register: hubs.la/Q049C6mG0 His book is 45% off with code toronto24: hubs.la/Q049C3gm0

English
1
0
2
214
nerdai
nerdai@_nerdai_·
Chapter 5 of Build a Multi-Agent System (From Scratch) is now live in MEAP with @ManningBooks! 🎉 This chapter covers MCP integration: turning our LLM agent into an MCP host so it can tap into hundreds of third-party tools without building everything from scratch. What you'll learn: - MCP architecture and core concepts - Building MCPTool and MCPToolProvider - Connecting to MCP servers and managing sessions Chapter materials: 📓 Notebook: masfromscratch.com/notebooks/ch05/ 🔧 GitHub MCP example: masfromscratch.com/more-examples/… 📰 GoodNews MCP example: masfromscratch.com/more-examples/… 🔗 Learn MCP: modelcontextprotocol.io Up next: Chapter 6 on Agent Skills — code is done, writing now! 📚 Book (available via @ManningMEAP): hubs.la/Q03Q0h4p0 #AI #LLMAgents #MCP
nerdai tweet media
English
2
0
3
153
nerdai retweetet
Manning Publications
Manning Publications@ManningBooks·
The hard part of AI isn't always the model anymore. It's the system around it. Agent workflows, tool use, verification loops, orchestration — all the pieces needed to make multi-step AI tasks actually work in production. @rasbt digs into this shift on @twimlait: hubs.la/Q046F0wR0 Explore his books and more in the Future of AI bundle: hubs.la/Q046F1G60
Manning Publications tweet media
English
1
6
30
1.8K
nerdai retweetet
Manning Publications
Manning Publications@ManningBooks·
Learning the theory is the first step. Then you building the system. Finally, you gotta use it. And, arguably, that's the real test. @_nerdai_'s companion site for Build a Multi-Agent System (From Scratch) includes free capstone projects so you can apply the agent framework you build in the book to real problems. The first one is now live: hubs.la/Q046n5jy0 Check out the book: hubs.la/Q046nf1J0
Manning Publications tweet media
English
0
21
208
8.2K
nerdai retweetet
Jeff Dean
Jeff Dean@JeffDean·
We've been working on the Waxal dataset project since 2021, aiming to enhance the amount of data available for African languages. This public speech dataset initially covers 27 Sub-Saharan African languages spoken by over 100 million speakers across more than 26 countries. 🌍
English
71
272
1.6K
193.3K
nerdai retweetet
Alexey Grigorev
Alexey Grigorev@Al_Grigor·
Claude Code wiped our production database with a Terraform command. It took down the DataTalksClub course platform and 2.5 years of submissions: homework, projects, and leaderboards. Automated snapshots were gone too. In the newsletter, I wrote the full timeline + what I changed so this doesn't happen again. If you use Terraform (or let agents touch infra), this is a good story for you to read. alexeyondata.substack.com/p/how-i-droppe…
Alexey Grigorev tweet media
English
1.5K
1.6K
10.9K
4.2M
nerdai retweetet
Manning Publications
Manning Publications@ManningBooks·
Agents aren't just prompts & tools. To build well, you need to understand the layers. Build an AI Agent (From Scratch) is control loops, memory, & tooling. Build a Multi-Agent System (From Scratch) by @_nerdai_ is distributed reasoning & collaboration patterns. Together, they read less like competitors and more like a sequence. Daniel Costea's review connects the dots: hubs.la/Q043-8rz0 Books: • Build an AI Agent (From Scratch): hubs.la/Q043-4kc0 • Build a Multi-Agent System (From Scratch): hubs.la/Q043-4mK0
Manning Publications tweet media
English
1
15
86
2.8K
nerdai retweetet
Tom Yeh
Tom Yeh@ProfTomYeh·
I will teach OpenClaw. no hype. by hand✍️ luma.com/dnc2h9ao
Tom Yeh tweet media
English
30
158
1.6K
99.9K
nerdai retweetet
Manning Publications
Manning Publications@ManningBooks·
Agent books are trending. Reusable architecture isn't. Build a Multi-Agent System (From Scratch) by @_nerdai_ focuses on what lasts: • A foundational LLM agent • MCP readiness • Human-in-the-loop design • Agent2Agent coordination It's about building systems you can extend — not just demos you can ship once. 50% off today: hubs.la/Q042ZH2H0 BOGO & 20% off Manning Online Pro also live.
Manning Publications tweet media
English
0
5
27
1.2K
nerdai retweetet
Brian Cheong
Brian Cheong@briancheong·
@_nerdai_ Adding a Skills chapter after MCP makes a lot of sense. That's the part most people skip when building agents and then wonder why their tool calls are unreliable.
English
0
1
2
59
nerdai
nerdai@_nerdai_·
Book update! 📚 Just wrapped up the MCP chapter - covers turning your LLM agent into an MCP host to tap into the vast MCP tools ecosystem. Big structural updates: - New "Skills" chapter added (after MCP) - Capstone projects moving to a dedicated website (launching soon!) The site will feature my capstone projects + community showcases. Projects referenced throughout the book so you know what to explore next. 💝 Valentine's Sale (thru Feb 16): Book is part of @ManningBooks top seller promo Grab it: hubs.la/Q03ByrFR0 #AI #LLMAgents #MCP
nerdai tweet medianerdai tweet media
English
2
3
12
1.1K
nerdai retweetet
Manning Publications
Manning Publications@ManningBooks·
Agents aren't just prompts, tools, & RAG glued together. You need a reference architecture. @openclaw makes the design decisions behind modern AI agents visible — orchestration, memory, tooling, and how it all fits. See it unpacked live with @_nerdai_ & @ProfTomYeh on 2/19, 1pm EST: hubs.la/Q042N6F_0 Dive deeper with Build a Multi-Agent System (From Scratch): hubs.la/Q042N7sl0
Manning Publications tweet media
English
3
40
255
11.1K
nerdai retweetet
Phil Windley
Phil Windley@windley·
My latest blog post starts a series on authz and Ai agents. If you're interested in how multi-agent systems work (and building your own), this book by Val Andrei Fajardo from @ManningBooks is a good place to start. manning.com/books/build-a-…
English
5
4
9
430
nerdai retweetet
Manning Publications
Manning Publications@ManningBooks·
AI agent books aren’t one-size-fits-all. One thing @debasishg called out in his review of Build a Multi-Agent System (From Scratch) by @_nerdai_: it lets you code along, not just read theory which makes the concepts stick. Read his full take: hubs.la/Q040YnN90 Book details: hubs.la/Q040YkM60
Manning Publications tweet media
English
1
36
221
20.1K