Joined July 2008
2,000 Photos and videos
Pinned Tweet
At the request of many, I've put together a "Claude Code Power User" 🤓workshop on Aug 1st. We'll cover: - Automated workflows (cron, pr, keyboard shortcuts, etc) - Claude Hooks - The SDK - Subagents - Containers - Orchestration Want ULTIMATE POWER? Sign-up here 👇
4
4
69
37,082
No
imagine if they banned all models and we all went back to writing code by hand and the last 6 months were just a fever dream…imagine
4
1,015
Reply w/ your social security number to prove you're a citizen and I'll restore your Fable access.
1
12
1,258
The conspiracist in me believes Anthropic pulled the plug because they got enough data from our prompts and they don't need us anymore.
2
12
1,459
Stop asking Fable to build impressive things. Ask Fable to build useful things.
2
492
I asked Fable high in Cursor to delegate tasks to Composer. After all the Composer work came back, Fable said, "If you need something done right..."
4
945
This is going to be so much fun.
modernizing egghead, removing 13 years of cruft, final killing rails for good, fixing all the perf issues, failed experiments, broken dreams lol 🥚 beta.egghead.io/
2
7
2,719
A "home" thread is one of the concepts I teach in my Codex Power User workshops
~Once a month I take an afternoon to completely revisit my Codex setup in light of new features and/or an improved model What I landed on yesterday is really exciting. I feel like I'm actually getting >50% out of Codex what is possible Working on a blog, but it includes: - a home thread that manages a todo list that is always open - a home thread that manages other threads - heartbeats on almost all of them Still WIP, but the vision is to simplify everything: show what matters to uniquely me (because an agent can't do it), show me what my agents are up to, and convert my provided goals/tasks/intentions to the right threads who are responsible for those workstreams In essence, this "home thread" has become my context manager (context: most my work is not coding)
3
1,342
I've found Fable really understands the intent/vision of my projects. To the point where I'm trusting it to "do the next right thing". I can't imagine what I could build with this if I could let it run for a week straight.
1
7
579
Starting an overnight Fable task. If this is works when I wake up in the morning, I'll be a very happy boy.
5
650
Buckle up everyone 🚀
Jun 10
Replying to @robertcourson
Feeling pretty good about things
2
719
Fable definitely over-builds. Careful with questions like: "What am I missing?" It will just go build it without any discussion.
3
10
2,013
I don't know if I want to play OoT again. There's no way it can recapture the sense of awe and wonder I felt back almost 30 years ago.
The Legend of Zelda: Ocarina of Time will be reborn on Nintendo Switch 2 in 2026. #NintendoDirect
156
92
28,313
I hope AI can solve the amount of updates I need to install every few months I finally get a chance to sit down and play a video game.
4
848
John Lindquist retweeted
💡 Codex Tip: Just ask Codex for automations Codex can schedule for itself and also update those automations. - Ask it to do something later in the same thread - Have it do the same thing it just did but on a regular basis - Have it review your existing automations and improve them - Clean up unnecessary / ineffective automations In my case I still had some automations running on GPT-5.4 so I had Codex update them
31
20
293
31,887
I'm guessing 822 is the oldest @cursor_ai ? I remember my first Cursor presentation/recommendation was back in March 2024 at ng-conf
1
551
John Lindquist retweeted
And here’s another simple standard most of the industry supports. If your tool doesn’t, tell them you want it ;)
📣 Open call to agent builders: Let's read agent skills from `.agents/skills`, so people don't have to manage separate folders per agent. Today we pulled the trigger for Codex to read `.agents/skills`. Goal is to deprecate `.codex/skills`. Pls like/tag/RT for momentum.
4
9
105
16,217
Brace yourself for the nightmarish pace of agentic dev. Best to adopt an "everything in main" mindset now and adjust the architecture/teams of your projects to make that possible. If you thought your CI was critical infra before, now it might be the _only_ place work is done.
I went HAM on git worktrees when I learned they were a thing like 6 months ago but slowly drifted back to single branch flows. It's just way easier to manage and far less repeat/conflicting work. But how do you make sure multiple agents don't collide? The flow is simple: You need proper planning. Measure twice cut once has never been more true. After the plan is created, I prompt the model if it's 100% clear on what to do, and if not to surface non obvious questions edge cases we haven't yet covered. Now with a SOLID plan, I turn it into a directed graph of tasks where they know the clear order of operations. The task graph is then fed into a swarm of tmux sessions running [insert your favorite harness here] by a top level agent, lets call it the "ring leader" The agent sessions collaborate via file reservations and their own agent mail messaging system. This ensures no edits are conflicting and duplicate work is not done. The top level ring leader agent just sits there on a cron, checking in to the sessions every ~5 minutes to nudge them to pickup unblocked tasks from the graph if there are any until all the work is done. Then when its all done, I prompt for a summary of work completed and a QA plan for me or other agent to verify. This is like the "ralph loop" but on galactic steroids. It gets work done would have taken several weeks a year ago to get done in a ~2 hour session. If this all sounds too hard to manage, I thought so too. But then I stumbled across what @doodlestein was doing thru one of @johnlindquist's AI workshops. Then Jeffrey released his skills jeffreys-skills.md and holy cow everything I just mentioned above unlocked.
2
43
11,595
John Lindquist retweeted
You've now got a friend at @OpenAI.
365
53
1,899
278,690