0:00
/
Preview

AI Bootcamp (Lesson 3): Tools, Agents, and Structured Output

A four-week joint experiment for non-technical investors. Today: we will define a small idea-record JSON schema and test-drive an agentic workflow that leaves behind a clean artifact we can reuse.

It’s not too late to participate in the AI Bootcamp! To join, opt in to the bootcamp mailing list (you can opt out at any time). Participation is open to members and paid subscribers.

A note before we begin: This is the third lesson in a four-week experiment. I am doing every lesson alongside you, on the same tools, with the same constraints. Some days will land cleanly. Some will lead to dead ends and need rework. We’ll figure out what works, together.

If you are catching up, here’s what came before today’s lesson:

  • Intro: Build Your Own Investment Idea Engine

  • Lesson 1: How LLMs Work, and How to Defend Against Hallucinations

  • Lesson 2: Prompt Patterns That Outperform Casual Prompting


We are building an idea engine, so the next step is to make our workflow agent-friendly and our outputs machine-readable. This way, we can reuse them, validate them, and eventually automate them.

Why This Matters for Investors

When we evaluate investment ideas, we accumulate small facts and judgments: what the business does, why it surfaced, what could break the thesis, what we need to verify next. If those notes live only as free-form prose, they do not travel well. We cannot reliably sort, compare, or feed them into a sheet, dashboard, or follow-up workflow.

Agents and structured outputs are how we close that gap. An agent is simply a model that can use tools, read and write files, and show its work. Structured output is what makes the result reusable, not just readable.

Let’s launch into today’s lesson.

This post is for paid subscribers