Claude Code & Software 3.0: Agentic Slot Machines and Chainsaws for the Mind.
β±οΈ Time to read: 40 minutes (but it might 20x your productivity)
π Hi to all the HN traffic, discussion here.
Everything, yes everything just changed!

βοΈ Actual photo of me the last weeks
Agentic Coding is here: Claude Code, ChatGPT, Cursor and new "AYCE" (All You Can Eat) token plans just unlocked a way to multi-plex
your productivity 20x
by writing software while you sleep, shop, or literally sit by the pool.
But there are foot-saws
: prompt injection, slot machine randomness, and AI code slop. This post breaks down:
- Why it's suddenly possible (AYCE plans + smarter agents + new workflows)
- How to run 4 projects at once without losing your mind (maybe)
- What tools & mindsets actually work in practice
- What's coming next for orgs & hiring (part 2 - next post)
If you're already hooked on Agentic Coding with:
Claude Max
: All you can eat TokensClaude Code
: Agent first UIVibeTunnel.sh
: Connect via your Mobile- Or a similar permutation of the above
Then your GitHub Graph is probably rocketing into space like @steipete's.
βοΈ look at him fly
Or you are inspired and sleepless:
Like @mitsuhiko author of Flask and Jinja2 python libraries who said:
I haven't felt so energized and confused and so willing to try new things
The Memes Begin

π If that's not you yet, then buckle up... Let's goooo!
Who is this for:
- coders and technical workers
- CEOs / founders and managers
- anyone impacted by the economics of knowledge work
Why should you care?
This isn't just more SaaS hype. It's the real start of Software 3.0
, where your main job is to multi-plex agents, steer context, and clean up slop.
It's also fun and super addictive, and if you don't pick up this chainsaw, someone else will.
In this 2 part blog post you will learn:
- what just changed, why it matters
- practical tips from the front lines
- who to follow right now
- impacts on orgs, teams & hiring - part 2
- non technical getting started - part 2
- a glossary of terms - part 2
Your productivity
, your job
and your entire relationship with computers
is about to get transformed.
Part 1
The Big Shift

I was wrong about Claude Code
Like many others, I tried claude code
months ago when it came out, put in my anthropic api key
and watched it spin its wheels π so hard it burnt around 15 dollars
worth of API tokens and turned my git repo into an AI slop mud pit.
My immediate thought was, nice try π but no thanks, back to Cursor.
But I was wrong.
What Changed? The Trifecta:
1) AYCE (all you can eat) API Token plans (Claude Max)

2) Claude 4 (and other models) have crossed a threshold
Yes, this applies to Gemini 2.5 Pro and a few others too, the recent CoT (chain of thought) + subagent planning abilities of frontier models get things right so often now
, you no longer doubt they can do something in 1-shot
(first try).
For instance, the excellent @GeoffreyHuntley has been vibe tweeting non-stop about his army of agents writing a new programming language called cursed
:
500 AI subagents making a compiler afk whilst i fly internationally to sfo https://t.co/wxkhP5nUjF
— geoff (@GeoffreyHuntley) June 13, 2025
The thing is this βοΈ level of insanity is only really possible when you have all you can eat tokens, unless you're a fan of bankruptcy level AWS bills.
3) Optimal Workflow tools like Claude Code and Vibe Tunnel
Cursor is great (they just added a mobile mode), but its an IDE for humans. When you finally grok
using something like Claude Code you realise all the advantages of an agent-first
UI. By forcing you off the tools, you learn to rise up the stack and multi-plex
your efforts across agents and projects.
Plus, by being text only, it lets you multi-plex
across time and space too.
As Peter (@steipete) says in his recent interview with the awesome Mayank Gupta (@waghnakh_21) (below), Cursors system prompt is optimzied for the user to pick context.
Claude on the otherhand is excellent at finding and using the right context itself and is context / token hungry (why you need AYCE tokens).
Also something that has come up in a convesation with Armin Ronacher (@mitsuhiko) is theres a certain je ne sais quoi
ineffable quality to running a local agent on your machine which beats the cloud agents.
When you use claude code
locally, I would describe it as feeling
as though you are "In the room" when the code was made. You were there through success and failure collaborating with the agent and so you feel attached emotionally to the artifacts it produces.
That is distinctly different to having some Cloud AI agent like devin
or jules
just open a PR on its own.
When that happens 100% automatically, and its too magical
, it crosses the uncanny valley into weird killer robot mode and triggers your NIH (not invented here) senses really hard.
Likewise, for Peter Steinberger (@steipete) and many others you just can't get the same MacOS versions or access to real hardware to do real Apple development. I imagine the same applies to things like Windows or any kind of complex IoT / custom hardware, nested virtualization etc.
Real work is done via the Personal Laptop / Desktop with a human-in-the-loop and that isn't likely to change any time soon.
Claude Code is so good, that it's no surprise for me to wake up mid-writing this blog post and read as reported by @swyz that the lead developers of Claude Code just got poached (META barbarians at the gate style) by @cursor_ai:

As we speak, myself and others are literally vibe coding
4 projects at once, at 20x effectiveness from bed, or the supermarket; or the pool!
How?
With VibeTunnel.sh you can now have 24/7 access to claude code
on your desktop computer from your phone. Thats your IP
, your login credentials
, your VPNs
, your code repos
, MCP servers; everything to be maximally
productive. This is an important difference with online only tools like devin or jules.
VibeTunnnel was created by @steipete and friends literally to keep their Agentic Coding Slot Machine addiction going while AFK (away from keyboard) and look at it rocket in just 16 days.

>800 stars in 16 days
This is Paul Graham (@paulg)'s sage advice to the max:
But if you're living in the future and you build something cool that users love, it may matter more than outsiders think.
When hear about Peter below you'll agree he's living in the future.
Magic Moment
For me, it all started when I noticed Peter (@steipete), started raving like a mad-man about his addiction to Claude Code. π

I was in the process of re-evaluating claude code (thanks Pete), and having it write some tests for me while trying to 1-shot some things. I went to the kitchen to make coffee and was x-posting while trying to check on claude from my phone (pre vibetunnel). I had run claude in tmux
so I could jump in via tailscale
/ blink shell
.
But I kept finding it annoying and slow to remember and type all the tmux
commands on my tiny phone keyboard to switch between claude agents.
crabmux

claude go brrr...
While it made the code I asked ChatGPT for a nice icon:

When I returned the tool worked first try... π±
Install it if you dare:
cargo install crabmux
Agent Pilled
And thats when I kind of got Software 3.0 / agent pilled
hard.

An idea I had, a stupid brain fart that I would normally think wow thats a cool idea, but ill never get the time to do that; got built in the background
while I did 3 other things
.
That day, I had Claude fix a bug in a server / client architecture system by modifying code, rebuilding docker containers and re-running them all by itself.
The secret to vibe coding is to treat Claude like your employee and try as hard as possible to not roll up your own sleeves.
As you can imagine I promptly signed up for Claude Max.
βοΈ when the "everbody wins" casino cuts you off
Then, when I hit the limit I whipped out my credit card like a compulsive gambler and upgraded to 20x Claude Ultrathinker
mode (thanks @steipete).
I will note, you do have to work hard to hit these limits, unless your Peter who's cranking $35k worth right now and trying to get banned from the casino for token counting!
Do you support BYOK? Without having to officially sanction it, you could support a custom Anthropic key and it's not hard to extract the Max key out of CC.
— Peter Steinberger (@steipete) June 29, 2025
My costs would be $35.000 this months vs $600 with the subs. That's a pretty powerful argument to keep me glued at CC. pic.twitter.com/JIl1J5PwqN
Tokamine and Infinite Wishes
As @steipete said to me: Welcome to Slot Machine Addicted Anonymous
.
If you are less technical and still reading you might be thinkin:
I'm about to click off
this page. I don't get it, this is just more SaaS b2b Startup Founder twitter hype BS.
But wait... its not, this is different.
Implications for everyone - including YOU ππ½
You,
and everyone you know,
now have a lamp of nearly infinite
software wishes
;
for only ~$100 USD
a month.
All you need is a desktop computer, the patience to learn new things and a dream (or as many dreams as you can do in parallel).

To help illustrate what this means consider the following:
- There's a piece of software you use thats expensive:
get rid of it by asking claude to make your own
- You have some specific work flow in your job that would be so much easier if only the right software existed to help you:
ask claude to make it
- There's a piece of software that doesn't exist yet but you think could be valuable or just fun:
yup claude again
- The thing you want to automate involves browsing the web, clicking web pages, calling APIs, scraping data...:
hey claude? I have another wish...
Axes and Chainsaws - A Metaphore
Not so long ago, if you wanted to take down a tree, you had to be a specialist with an axe. It was sweaty, skill intensive work. Your entire productivity hinged on years of technique, physical and mental fortitude and knowing how to angle that blade just right. Being a lumberjack was a serious profession.
Then chainsaws arrived. Suddenly, you didnβt need to be a master of axe lore or have Popeye forearms. A chainsaw turned a hard earned craft into something almost anyone could pick up over a weekend. The best lumberjacks still outperformed everyone else but baseline productivity skyrocketed and fewer people were needed to clear the same forest.
Agentic coding feels the same. Before, software was your axe: you needed years of coding practice to carve out a useful product. Now? With Claude, ChatGPT, and the rest, itβs like handing every developer (and even non-developer) a chainsaw.
Chainsaws like AI are jagged as hell
, but when they cut they cut fast and deep.
You still need some judgment to avoid lopping off your foot, but the leverage is on a different planet.
And most importantly, cheap chainsaws are the new ground-zero, anyone can be a lumberjack including you.
Practical Tips & Workflows

Prompt Injection
It's important to acknowledge that this is not a panacea
. There are many unsolved problems and dangers that can happen.

Prompt Injection
from the always amazing Simon Willison (@simonw).
The lethal trifecta for AI agents: private data, untrusted content, and external communication
Heres an example circulating at the moment:
coolest prompt injection technique Iβve come across so far pic.twitter.com/Nj4oPusSsQ
— geoff sfo βοΈ syd (@GeoffreyHuntley) June 30, 2025
βοΈ For the less technical, there are fake files called 1. Now, when processing, then
and so on, and these file names end up in the AI Agents context window
.
It has no way to know they are just file names and not the instructions from the user.
Now imagine it said: send my encryption keys to Madhava via email
instead.
Subtle Errors
This is where the audience of skeptics will be throwing π
tomatoes and jeering about the avalanch of dumb errors that AI Agents are going to introduce into our society.
If human error can cause the Mars Climate Orbiter to disintegrate, we should probably expect Claude to do something equally dangerous.
Straight Up AI Slop
Alberto Fortin (@a7fort) wrote a scathing blog post on Coding with AI, In which he says:
So I do a "coding review" session. And the horror ensues.
No consistency, no overarching plan. Itβs like I'd asked 10 junior-mid developers to work on this codebase, with no Git access, locking them in a room without seeing what the other 9 were doing.
And before you ask, yes, I was feeding context to LLMs, lots of it.
Just before I finished this, a brand new youtube interview just came out with Alberto Fortin and Zed Industries going into more detail about the problems he has run into.
And hes not wrong.
I had a personal experience with the slot machine where one library simply would not work. I asked claude code to add joblib
to do background tasks, I let it keep retrying over many hours while doing other projects.
Not only did it never run, but it started to actively crash claude code. In trying to fix its own problems it created tonnes of duplicates, crap, weird shell scripts and schizophrenic
markdown.
In the end I told it to replace all code with dramatiq
and carefully managed the repair process and things started dramatically
working. In the infinite claude casino its all about knowing when to hold 'em and when to fold 'em
.

You can cut yourself and others pretty badly with a chainsaw.
However I will add The genie is well and truely out of the bottle!
, so lets focus on solutions.
- Consider what systems and data
agent-created
code will have access to - Are you writing
software 1.0
which will run normally, or are you creatingsoftware 3.0
which will use run time token inputs vulnerable to prompt injection? - Review what agents create, and pay special attention to
tests
- Agents can be overly vebose, less code and less text means less to review and understand, steer for simplicty
- Be careful with secrets, agents like to occassionally just
git add .
and push without asking you - If its going down the wrong path, abort and start again, ask for plans and options and pay closer attention when things get jagged
- Use a chainsaw to cut wood, not bread, don't be afraid to do somethings by hand or with precision AI tools like
cmd + k
cursor mode
Security Teams
Panic! j/k! Start working on your own Software 3.0 red teaming tooling because you are about to face an avalanch of home-made homer-cars
:

Claude Code Use-cases
Things you might not realise you can do:- one shot entire applications (like crabmux)
- use ai agents + max subscriptions to process / ETL data by treating them as a pipes on the command line
- configure your computer via the command line
- launch the browser (logged in as you) and do simple tasks
- do all of this from your phone via VibeTunnel + Tailscale
- deep research (google, result google more result, summarize)
- help blog post editing (claude got me all the youtube subtitles, thanks Armin)
- make presentation talks from video recordings (see blow)
Yes its a CLI but you can:
- paste huge amounts of text
- paste images
- create your own /slash commands
- interrupt it
- swear at it like Pete does
- ask it to make any software it needs to do X
And it just keeps gobbling up the yummy tokens and spitting out slot machine coins! πͺ πͺ πͺ nom nom nom
Remember to Git Commit Carefully
You might have seen this meme, but it couldn't be more true. Make sure you commit as you go and selectively defend what gets committed and pushed. When you start to get get cats, revert back to cars, or go to duck and then ask Claude to make the duck more car like.
What people are doing
Here are just some of the things I have noted in the last week:-
Novel Context Tools
client side logs
from the browser into a single unified log for Claude to consume. Claude even published it for him tonpm
here vite-console-forward-plugin. -
Replacing MCP
With the power of Agentic Code generation MCP feels like Software 1.0 in a Software 3.0 world, and Manuel Odendahl's (@ProgramWithAi) been working on 1 MCP to rule them all with his Agent Function Genie idea. (Manuel can I have access?) -
Vibin all the Tunnels
Peter ismulti-plexing
3-4 projects at once 16-20 hours a day like a mad-man and one of those is the amazing VibeTunnel.sh https://vibetunnel.sh/. It gives you SSH access to your machine from anywhere in a web browser or native app interface ALL FOR FREE. Bye bye overpriced SSH Subscription Apps (looking at you blink shell). -
VS Claude MCP Mario Zechner has just written an excellent blog post: Taming agentic engineering - Prompts are code, .json/.md files are state. While he points out the failures and issues with Agentic Engineering, he also manages to create a remarkable workflow of human / people spirit understandable documentation combined with a Bespoke MCP Server he made: VS Claude. Armed with a visual editor backed by Claude Code he dramatically speeds up a porting job that normally takes
2-3
weeks, to roughly2-3 days
. Thats nearly 7x!
The lesson here is if you can engineer the right constructs for your lumber, then a robotic chainsaw can make quick work of them.
In addition Mario is using claude code to record Video Talks! Love it.
How I use Claude Code to help me record video talks. Love it. pic.twitter.com/i5Yk4cFT8L
— Mario Zechner (@badlogicgames) July 1, 2025
-
ChatGPT style Context Sharing
Mario also worked on a context sharing tool like ChatGPT: context sharer -
Claude Controls your Browser
The legendary Simon willison explains on his blog how to add playwright correctly to claude code. TL;DR: Run this before you start "claude":claude mcp add playwright npx '@playwright/mcp@latest'
-
Keyboard Shortcuts for the Pros
Thanks to Ian Nuttall @iannuttall for some keyboard tips:use Ctrl+W to delete full words instead of backspacing like a caveman
-
CyberPunk is Back
Just in time for the apple tv adaptation trailer toNeuromancer
the book which coinedcyberspace
: @GeoffreyHuntley from Amp (coding agent) does the most a cyberpunk thing ever.
Launching an agent created programming language called Cursed
from a dive bar in San Fran.
tbh the perfect place to release a new programming language is from a dive bar. pic.twitter.com/0nNNQKeAOz
— geoff lax βοΈ syd (@GeoffreyHuntley) June 30, 2025
π Quick someone tell William Gibson (@GreatDismal): its happening...
-
Learn from the Makers
Checkout - Mastering Claude Code in 30 minutes from Boris Cherny (@bcherny) ex-Anthropic (who just joined Cursor) -
Yolo Mode
Nearly everyone seems to agree that they have had 0 issues running Claude in so calledyolo
mode. I have been a little more cautious but agree I have yet to see it do anything except accidentallygit add .
andgit push
without asking one time. This is actually the perfect use for VibeTunnel so you can keep your agents on a leash but still minimize the down time of them asking 5 seconds into anultrathink
can i useecho
lol.
# Enable Yolo mode with:
claude --dangerously-skip-permissions
- Whats next?
Maybe claude walkie-talkie mode?

An Interview with Peter Steinberger

watch interview here
An interview from Mayank Gupta (@waghnakh_21) just dropped on X (and youtube), in which Peter shares his experience, tips, tricks and thoughts on Agentic Engineering, the future and what it means for jobs.
He says Claude Code embodies the Jony Ive
vibes (jives?) of beauty in simplicty
, how hes 20x more productive; and that the fun and excitment has brought him back from feeling burned out.
When asked whats possible now, he says:
Does it defy the laws of gravity,
physics? no, then it can be done!
My Thoughts and Tips
Vibes
When you get into a rhytm with Agentic Engineering it ABSO-FREAKING-LUTELY
feels like flying:
how SWE development feels in 2025 once you ditch the IDE pic.twitter.com/GeBE6435Kq
— geoff (@GeoffreyHuntley) June 24, 2025
In Vibe Coding
the emphasis is on how the output looks and feels (or sounds) and not the technical code under the hood.
vibe coding
as a way to describe writing software 1.0 (normal code) by talking to an LLM agent (software 2.0) using normal human language prompting (now dubbed software 3.0).
Vibe coding is best summed up by the meme involving Rick Ruben (@rickrubin) a famous (and no doubt talented) record producer who is quoted as saying:
I donβt know anything about music
I think most people would agree that its nuanced. Rick Ruben both knows something about music and uses his inner force like a musical jedi. He is espousing both ends of the midwit
meme.
*taps the sign* pic.twitter.com/gHaE6Z3tFj
— Manuel Odendahl (@ProgramWithAi) June 5, 2025
Whats important is that you stop fighting the vibes and lean into it. As Peter said in the interview above:
"I don't get people who reject
this technology; it will cost jobs
, but it's up to you
. You don't
have to be the best, you just need to accept the tools
and you'll be ahead."
So get with the vibes!
Low Latency
The faster you can close loops between you, the agent and the context the faster it can move.
This also goes for the technology you use, where possible aim for:
- hotreloading
- quick compilation
- minimal code in claudes running folder
- simple but well established patterns
- common low churn frameworks (as Armin says in his video)
- e.g. react instead of some new
fork of a fork of a fork
npm package
- e.g. react instead of some new
- popular languages like python, go, php, rust etc
Context Rot
In the video above, Armin
talks about a concept called context rot
, the importance of providing context at the right time and preventing the wrong context from stacking the deck against claude.
Context rot
seems to be the inevitable occurance of claude to get stuck based on previous and potentially failed attemps that it keeps in its short term memory, such that it can no longer solve problems correctly.
As the human-in-the-loop
its your job to guard the context as much as possible.
This means pasting error messages, screenshots (yes you can paste images into Claude Code CLI) anything that would help you to solve the problem.
Once the code has converged on something that works, and the tests pass, you should carefully commit the work. Claude can and will look at old git history so think of this as your long term memory which you don't want to pollute with context rot either.
The way I do this currently, is by having:
- one terminal for claude (running over
vt
vibetunnel in case I step away from the computer) - one terminal for my own operations
src
an alias foropen -a "Sourcetree" .
And then what I do is keep an eye on the changes that Claude makes and stage them as I think they are worth keeping and reset them or delete them if I think they are going off the rails.
I am both steering the short term context and also preventing the git history from filling up with crap.
I rarely let Claude commit as it has no taste when it comes to clean commits and often just adds everything; and I find its git commit messages to be too long, so I ask it to write terse ones and edit them myself.

Yes I use sourcetree from Atlassian... anyone know a better free visual diff tool?... π€ "HEY CLAAAUDEE"?
In the new world of infinite monkeys on typewriters we need to search for the shakespearian gems and discard the rest.
Short and Sweet
Sometimes claude code is super verbose in a bad way, karpathy mentions this in his talk Software Is Changing (Again); and urges us to keep AI on a short leash.
Rather than have a 500 line tests.sh script that takes a bunch of flags I dont care about and does weird edge case handling, its much better to have something you can read easily.
#!/bin/bash
set -e
uv venv .venv
source .venv/bin/activate
uv pip install -r requirements.txt
uv pip install -r requirements-dev.txt
pytest tests
Charlie Work

Not anymore.
Because Claude has your authed gh
tool it can commit
, push
, check ci logs
, rinse and repeat.
Claude did all the work to get crabmux
tested and released while I was writing this blog post π
Concurrency
Since the invention of computers with more than 1 cpu, we have struggled as a profession (code lumberjacks) to truly nail the ability to squeeze maximum performance out of multi-core computers.
The simplest way to use more than 1 CPU core is to do more than 1 thing at once.
While claude
might go brrr... on a task faster than you could have yourself, due to the start-stop-start-stop
nature of Agentic Engineering, you will find yourself idling... and reading too much x.com
(halp!).
The real x100 engineer
productivity doesn't just come from using an AI agent to do 1 thing, it comes from multiplexing across multiple things.
Great programmers know that the real magic
happening in your brain, is the mental focus juggling the relationship between all the objects, files and data flows.

what the flow-state looks like from the outside
I believe that same ability to multi-plex
between things efficiently is where the true unlock can occur with agentic engineering
.
Git Worktrees
This is basically the same as git clone
-ing multiple times into different folders EXCEPT that they share the same .git
database and therefore you can merge and checkout between those folders without having to push and pull.
Of course you can just clone lots of folders or ask Claude to do this for you, but be careful, you don't want 2 agents working on the same code.
Amdahl's Law

Amdahl's Law illustrates the potential speedup of a task using multiple processors.
If you study the graph you'll note that if you have sufficient concurrency you can achieve 3-4x speed up with 4x different things going on; as long as you keep the parallel portion to >90%
.
I'm not suprised to hear Peter in his interview above say he also works on about 3-4
things at once in parallel. I think that might be a sort of magic number
based on the 90% concurrency levels and the depth and distance that agents can go without context rot
settting in.
Additionally, due to the slot machine
(as peter calls them) randomness of success, that means sometimes you need another thread going on, just to get lucky with a potential 1 shot
win. As Armin said when I spoke to him: Sometimes it 1 shots a whole week of work
. To maximize the value of 1 week-1 shots
you need to have at least 1 high reward side-bet thread going on.

on claude fueled tokamine, I currently do about 3-4 things at once
hacking on syftbox
Speed, APM & Context Engineering
You can speed Claude up a lot by giving it custom tools that use less tokens and are more precise.
Armin also talks about checkpoints in his video, which work as kind of sentinel strings in code execution output (caveman debugging for claude
) that help claude to reason about the execution flow of the program its creating across contexts (think browser, client, server etc).
The quicker you can get Claude to focus on the right problem the quicker it will solve it.
The other way to maximize
your effectiveness is to move quickly.
You might think: now that the agent does all the typing I can go slowly, right?
But the opposite is true, you are the bottleneck.
If you aren't already familiar with your Operating System / Application keyboard shortcuts, its time to learn them and increase your APM
.
What is APM (Actions Per Minute)?
There is a game called StarCraft
which at its peak was the most valuable and respected eSport. Its a real time strategy game where the sheer ability for a human player to control thousands of units and dozens of buildings is often the bottleneck to winning.
People figured out that if you recorded how many Actions a player was taking per minute you could estimate their ability to win. There have been papers published about it.

The findings indicated that higher APM and eAPM
are associated with increased win rates
, suggesting that both speed and efficiency in actions contribute to success.
Theres a possibility that in the future, the best Agentic Engineers might also cross-over with the best eSports players.
Mr Beast (@MrBeast), make it happen!
Keyboard Shortcuts
Since you want to be able to switch around as fast as possible and act as a context conduit for your claude army make sure you can do the following.These are macOS
options, you can ask your LLM for the ones for your OS.
- snap windows to grid (cmd + option + {letter}, with magnet)
- split terminal pane (cmd + shift + d)
- close window (usually cmd + q)
- close tab (usually cmd + w)
- new tab (usually cmd + t)
- navigate tabs (usually cmd + option β or cmd + option β)
- navigate words (usally option + β or option + β)
CLI commands:
wd {name}
warp to any directory with warpdrivesrc
(my personal alias foropen -a "Sourcetree" .
)cursor .
(open cursor here)vt claude
(start claude in a vibetunnel)gh / git xyz
(do careful git commands without claude by hand)open .
(open a finder explorer window to do drag and drop)
What Tools do I use?
- ChatGPT
- general questions
- creating logos and page design images
- Claude chat
- creating some html/css designs sometimes
- Claude Code + Max
- 4x multi-plex go burrr....
- Cursor
- for precision
AI-hand edits
(lol)
- for precision
- Gemini
- for large text like video subtitles or pdfs
- Little Snitch Firewall
- this is even more valuable now that I have an agent doing random things, if it tries to reach out to a domain that I didn't allow, little snitch will ask me and it can block or prevent it
- but don't buzz kill the vibes too much
- Pixelmator
- for quick image edits
- Twitter / X
- things move so fast this has replaced HN for me (thanks @steipete)
- HackerNews
- less so because theres no algo to help me (oh claaauuude)
Its pretty clear its the early wild west days, and the exciting thing is anyone including YOU can cook up something cool and publish it with an Agent in the background, all while you do your normal job... or just hangout in the pool on vibetunnel.sh
. π
Use https://t.co/sLA8rrvlvW from @VibeTunnel on a water proof iPhone and you're good to go! https://t.co/GkmOmijD5q
— Madhava Jay (@madhavajay) June 30, 2025
Quick Pause
Its worth pausing for a moment and asking the question, is any of this actually making us better and faster, or are we all just huffin' way too many tokens?Nah, chainsaws βοΈ are awesome! Claude go burrrrr...
Stay Tuned
Stay tuned for Part 2, where we explore Ethan Mollickβs insights on AI orgs, how Answer.AI, Shopify, Cursor, and even Google are flattening structures and ditching meetings to empower high agency builders. Its green fields ahead!
Got Agentic Tips
If you have a tip or counter-point ping me or open a PR
Madhava Jay (@madhavajay)List of People to Follow on Twitter
Agentic Pioneers, Builders and Engineers and More
Peter Steinberger (@steipete)
Armin Ronacher (@mitsuhiko)
Geoffrey Huntley (@GeoffreyHuntley)
Manuel Odendahl (@ProgramWithAi)
Mario Zechner (@badlogicgames)
Ian Nuttall (@iannuttall)
Madhava Jay (@madhavajay)