Advertisement · 728 × 90

Posts by John Lindquist

What I can build with Opus 4.5 by myself is insane.

And you're telling me better models are coming? And in the next couple months???

I'm so ready for this.

3 months ago 9 0 2 0

I absolutely love teaching powerful AI workflows.

It would be *amazing* if a job where I could teach the world what's next in AI experiences while working alongside brilliant people just fell into my lap on Monday...

3 months ago 2 0 0 0
Preview
Become a Claude Code Power-User | egghead.io Join John Lindquist for a hands-on, technical workshop to transform into a Claude Code power user using TypeScript scripting, automation, and integrations.

egghead.io/workshop/cl...

3 months ago 1 0 0 0
Post image

Last Claude Code Power User workshop of the year 🚨tomorrow🚨.

Come learn how to let Claude Code cook over the holidays while you're on break! (I'm not saying it's a good idea...)

3 months ago 2 0 1 0
Preview
mdflow | Executable Markdown Write markdown. Run it. Ship automation scripts, AI workflows, and tools with zero config.

mdflow.dev/

3 months ago 1 0 0 0
Post image

I got tired of creating so many aliases, agents, rules, and prompts.

I built mdflow to consolidate them all into easy-to-author, intelligent markdown files.

Conditional templating ✅
Inline commands ✅
Works with anything ✅

Build the agent you've always wanted.

Open-source FTW ❤️

3 months ago 5 0 2 0
Preview
Bridge Automated and Human-in-the-Loop AI Workflows with Claude Code Learn how to manage persistent AI sessions in the Claude Code CLI. This lesson shows how to start, resume, and switch between non-interactive and interactive sessions to build powerful, multi-step automation scripts, including a two-tiered workflow that escalates tasks from a cheap model to a more powerful one only when needed.

www.dev.build/bridge-auto...

4 months ago 0 0 0 0
Post image

Want to learn how to script Claude Code workflows? Check this out:

4 months ago 2 0 1 0
Preview
Become a Claude Code Power-User | egghead.io Join John Lindquist for a hands-on, technical workshop to transform into a Claude Code power user using TypeScript scripting, automation, and integrations.

egghead.io/workshop/cl...

4 months ago 0 0 0 0
Post image

Teaching the last Claude Code Power User workshop of the year next Friday.

Won't be hosting another until late Jan.

Go grab an early bird ticket and get ready to crush 2026! 💪

4 months ago 0 0 1 0
Advertisement

I write a lot of TypeScript scripts. Here's one of my favorite tricks:

zsh has a feature called a "suffix alias" which uses an "-s" flag:

~~~
alias -s ts='bun'
~~~

Create a script called "hello.ts", then simply type "hello.ts" to run the script with bun.

4 months ago 2 1 1 1

Holidays pro tip:

You can upload the pdfs and/or YouTube urls of your new board games to your favorite AI (Gemini 3 is a great choice).

Then you'll be able to ask whatever questions you want to figure out the rules.

4 months ago 0 1 0 0
Preview
Become a Claude Code Power-User | egghead.io Join John Lindquist for a hands-on, technical workshop to transform into a Claude Code power user using TypeScript scripting, automation, and integrations.

egghead.io/workshop/cl...

4 months ago 1 0 0 0
Post image

🚨 Last chance 🚨 to get tickets to tomorrow's:

Claude Code Power User Workshop

(🌍 European-friendly timezone)

4 months ago 1 0 1 0

Teaching my last Claude Code Power User Workshop of the year next Friday.

🚨Early bird pricing ends tonight!🚨

4 months ago 0 0 0 0
Post image

@jbranchaud.bsky.social honestly thought this random guy in Pluribus was you for a second 😅

4 months ago 3 0 1 0
Preview
Force Claude to Ask 'What's Next?' with a Continuous Stop Hook Workflow A common limitation of AI agents is that the conversation stops once a task is completed, breaking your flow and forcing you to manually figure out the ...

egghead.io/lessons/for...

4 months ago 0 0 0 0
Post image

Force Claude Code to Ask "What's Next?" w/ Stop Hook + AskUserQuestion

Lesson 2 of the Claude Tools Deep Dive series:

4 months ago 3 0 1 0
Preview
Create Interactive AI Tools with Claude Code's AskUserQuestion AI interactions are often a one-way street: you give a prompt, and the AI responds. But what if the AI needs your input to clarify instructions, gather ...

Lesson #1: "Create Interactive AI Tools with Claude Code's AskUserQuestion"

egghead.io/lessons/cre...

4 months ago 0 0 0 0

Week of Nov 10's Claude Code ✨free✨ course:

"Claude Code Tools Deep Dive"

- Lessons published daily
- Follow the thread below

Lesson #1: "Create Interactive AI Tools with Claude Code's AskUserQuestion"

4 months ago 0 0 1 0
Advertisement
Preview
Become a Claude Code Power-User | egghead.io Join John Lindquist for a hands-on, technical workshop to transform into a Claude Code power user using TypeScript scripting, automation, and integrations.

egghead.io/workshop/cl...

5 months ago 0 0 0 0

Claude Code Power User Workshop is 🚨TOMORROW🚨

(if you can't make it, the recording goes out on Monday)

We've got about ~3 seats left 👇

5 months ago 1 0 1 0

YTD Stats:

- 101 published lessons
- 30 AI Dev Essentials newsletters
- 18 live workshops (#19 this Friday!)
- 3018 commits

Starting to plan out next year to take things to the next level.

5 months ago 4 0 0 0
Preview
Avoid the Dangers of Settings Pollution in Subagents, Hooks, and Scripts When building complex automations with Claude, it's crucial to understand that any settings defined for your main agent—including powerful hooks—are inh...

egghead.io/lessons/avo...

5 months ago 0 0 0 0
Post image

Claude Skills with subagents and hooks introduce some hidden traps if you don't carefully consider your settings.

Check out the lesson below (lesson 9 in the ✨free✨ Claude Skills series):

"Avoid the Dangers of Settings Pollution in Subagents, Hooks, and Scripts"

5 months ago 1 0 1 0
Preview
Optimizing Claude Skills from Subagents to Scripts Building Claude skills in plain English is intuitive and allows the AI agent to use sub-agents to figure out complex tasks. However, this approach can b...

egghead.io/lessons/opt...

5 months ago 0 0 0 0
Post image

Want your Claude Skills to run faster and be more reliable?

Check out video #8 of the Claude Skills series:

"Optimizing Claude Skills from Subagents to Scripts" below

5 months ago 1 0 1 0

Utah friends,

At higher elevations and drier climates like ours, we should be drinking 1.5-2x more water than average to stay hydrated.

So yeah, keep that water bottle next to your desk.

5 months ago 3 0 0 0
Advertisement

The Future of Software:

1. Starts as basic chat
2. Infers the UI/UX you need
3. Builds itself, allows you to accept/reject changes

How to prepare:

1. Build extensions/plugins/mcpui/etc and learn the modular mindset
2. Study UX best practices
3. Optimize for shipping

5 months ago 3 0 1 0
Preview
Claude Skills Compared to MCP Tools While Claude Skills offer incredible flexibility for agent-driven workflows, sometimes you need absolute, programmatic control over a task. This is wher...

egghead.io/lessons/cla...

5 months ago 2 0 0 0