How (and what) I'm building this week - Ben's Bites

Source: original

How (and what) I'm building this week

my stack, instructions, tools and skills

Mar 13, 2026

I’m testing a kind-of ‘builders log’ where I’ll talk about the things I built this week, what worked, didn’t and give you guys something to tinker with this weekend.

I’ve been thinking about doing this for weeks but I like to really ‘see’ what the end output looks like before I run with it.

But that’s just procrastinating.

So I told myself I can’t open my new MacBook until i’ve sent this 🥹.

I’d appreciate feedback if you like this style of email and what you build with it!

What did I build this week?

  1. Become a builder.

1.3k people signed up for this workshop I hosted last week [i’ll do more]. But Codex crapped out on me during it (hence the new MacBook). I wanted to put together a cookbook to go through everything.

It just ended up as a step-by-step tutorial. It’s boring. Are you going to read one screen then switch to your tool and do it? maybe.

Instead, I’ve been working on an interactive cookbook you give to your agent and it teaches you as you’re building.

At the end, you’ll have built and deployed your own site with all the new concepts you covered whilst building it.

It’s been hard to get this cookbook right, so lets count this as alpha0.1. Please let me know how it went for you, what your site looks like, where it fell short etc and I’ll improve it.

What do to:

https://gists.sh/bentossell/a4e5e7048e8a355ec56cf3db86169ae2

I recommend highly reading the agents output, look at what it was thinking in between your prompts.

Fill your site up with any concepts you don’t know and share them, I’d love to see.

Disclaimer: Codex may produce uglier designs than Claude.

  1. Visualise skill.

One issue from the above cookbook was visualisations. I think it’s really helpful when learning about code systems.

All my attempts looked like 💩 and then Claude shipped their visualisations yesterday. Good timing.

So I reverse-engineered it and released it as a skill you can add to any agent. Codex still has poor design taste but it’s much better with the skill than without, trust me!

This is my first GitHub project to get over 200 stars!

Just give the link to your agent and say ‘install this skill’.

Ben Tossell@bentosselli turned this into a skill [github.com/bentossell/vis…](https://github.com/bentossell/visualise)Claude @claudeaiClaude can now build interactive charts and diagrams, directly in the chat. Available today in beta on all plans, including free. Try it out: https://t.co/tHPAZRgQkn9:49 PM · Mar 12, 2026 · 133K Views19 Replies · 42 Reposts · 771 Likes

  1. Ben’s Bites Cookbook site

A redesign, again.

The previous cookbook site had lots of dead weight from older versions so I wanted to start fresh.

Code is basically free nowadays after all!

It’s definitely not finished but in a decent place. This is where I want to upload a bunch of helpful docs to help you build stuff and see a breakdown of how I build stuff.

Still a wip! Not live yet. Needs another design pass - contrast is way off for a start. left old vs right new

What’s in my stack - tools, skills, instructions, models

Models. I always mix them.

CLIs (terminal-based tools)

Both let you switch from GPT ←→ Claude models (or gemini, etc etc) in one conversation.

I use those in the terminal exclusively. I used Ghostty as my terminal app but now I use Cmux which has Ghostty in it, just has a nice sidebar for organising chats, draggable panels and a built-in browser. I do wish it had an easy way to view my files though - until then, I use Zed for that. cmux in action - my daily view

Agent Apps or whatever we’re calling these 3 panel agent interfaces;

Skills

What about skill prompt injection? It can happen. I’ve not experienced it. Use reputable sources like Skills.sh (from Vercel) or just ask your agent to re-create the skill and check for any security issues. Tools like Codex app have a create-skill skill you can use - just ask the agent.

Other tools

Tools on my list to tinker with:

What’s in my AGENTS.md

_An AGENTS.md is a markdown file with instructions that the agent loads into its context at the start of any session.

Claude specifically looks for CLAUDE.md - but I just have mine symlinked to one another - ie if you look at claude.md it shows you the agents.md file. Ask your agent to set that up or to use dotagents

You can also paste these in to Codex/Claude desktop apps._

This is the build ‘loop’ that I’ve added.

Any agent I use follows it (italics are there for you - not included in the file):

What’s in your agents.md? What should I add/take away?

What else would you want to know or see from me?

If you know a builder that’d find this useful, feel free to forward to them.

Its too late for me to open my MacBook - time to pick up the twins.

Have a great weekend!

PreviousNext