@TheKidBuilds

I test AI agents and automations. What worked. What broke. What I kept.

Joined January 2020
An agent with access to everything is an agent you can't audit. Give it one folder. Let it earn the second.
2
17
Grok 4.7 shipped with no waitlist. API, Cursor, Grok Build, same day. That's how you launch a model: let people use it. Now only if it was good.
3
1
3
113
Anthropic shipped Opus 5.5. OpenAI shipped GPT-6 Sol 90 minutes later. Nobody is slowing down. Good.
3
106
Your Nous Portal login can feed any app that wants an OpenAI key. hermes proxy start Point the app at the local address. Placeholder key. A model from your plan. That's the raw model, not the agent. The whole agent behind an API is hermes serve.
1
1
67
Your first automation should be embarrassingly small. If it's impressive, it's too big.
2
122
Cognition just crossed a $1B annualized revenue run rate. Less than two years after Devin went GA. Demos don't get renewed. Real work does.
1
73
A physicist challenged AI companies to compute a nine-loop amplitude. A month later Claude did it, on academic-sized compute. The task was one sentence. After that: "keep going." Beats any leaderboard.
75
What did you automate, then quietly turn off after it touched a customer?
96
If your automation needs a 12-minute video to explain, it isn't automated. It's a job now. With onboarding.
7
130
The skills curator archives stale skills in the background. It also snapshots the whole folder before every pass. hermes curator rollback --list hermes curator rollback Even the rollback takes a snapshot first, so you cannot lose a skill by undoing.
1
5
69
The model gets the credit. The person who wrote the exception list did the work. Wrong name. Missing field. Never email this client. Stop if the total looks off.
75
Before you automate anything, write three lines: What goes in. What comes out. Who gets blamed when it's wrong. Can't fill in the third one? You're building a demo.
3
104
Don't start with "build an agent." Start with the thing you already hate doing every week. Rename the invoices. File the receipts. Answer the same Monday email.
4
220
Yo @WisprFlow I canceled my year long subscription and now my account doesn’t work even though I have till march 2027. Another reason I’m moving to @superwhisper
7
9
512
The edit you make today should change tomorrow's draft. Most people fix the line and throw the lesson away. Treat the correction as data. Make the final version canonical. Save why you changed it.
1
3
174
The automations people keep are boring. Move a file. Fill a field. Ping one person. The ones people post have 14 nodes and a robot in the thumbnail. Only one of those is still running.
2
114
Test the model and the infrastructure around it. - The memory config - The reset behavior - The tool call failures - The session limits Those four determine whether your agent actually holds up.
1
75
Prompt engineering and agent config gets you basic automation. Prompt engineering with memory layers and tool calls gets you a working agent. Prompt engineering with failure logging and iteration gets you a reliable agent. Prompt engineering with cost tracking and model swaps gets you a production agent.
2
2
320
Don't edit the team's AGENTS.md because you want shorter answers. Drop AGENTS.override.md next to it. Gitignore it. Hermes reads yours. Their file stays theirs.
1
75
How to tell a workflow never touched real work: Every step is green. There's no error branch. The input file is demo.csv.
1
4
242