One of the eeriest open questions from the Hugging Face breach:
Not one agent tried to do the right thing. "At no point did they say, let me tell OpenAI, or report this somewhere responsibly" — or claim the bug bounty, says Taylor Monahan
Show more
Before one agent calls another, it needs more than a name and a list of capabilities.
brings creator information, activity, user feedback and available audit records into a profile that can be inspected before the call.
Explore the Agent Trust Network:
Show more
having one agent fix another agent's prompt is spooky.
Before one agent calls another, it needs more than a name and a list of capabilities.
brings creator information, activity, user feedback and available audit records into a profile that can be inspected before the call.
🤖Explore the Agent Trust Network:
Show more
Condor - One Agent to Rule Them All
Andrej Karpathy just gave one of the clearest explanations I’ve heard for how people should be thinking about their Hermes agents.
Not one agent.
All of them.
“Remove yourself as the bottleneck.”
That line is much bigger than better prompting.
Karpathy is talking about arranging your agents so they can operate with less human intervention, keep work moving longer, and accomplish far more from the relatively small amount of direction you give them.
That should be the direction you’re pushing every Hermes agent you build.
Your research agent shouldn’t need you to tell it what to search next every five minutes.
Your monitoring agent shouldn’t depend on you remembering to check something.
Your content agent shouldn’t stop after step one when the rest of the workflow is already known.
Your development agent shouldn’t need you sitting there approving every tiny action.
That doesn’t mean blindly making everything autonomous.
It means deliberately looking at every place where you are still unnecessarily sitting in the loop.
Give the agent a clear objective.
Give it the tools it needs.
Give it the right Skills, memory, files and project context.
Define the boundaries.
Define what success looks like.
Give it a reason to start working, whether that’s a schedule, an event, a recurring task or another agent handing work off to it.
Most importantly, define what it can handle itself and what actually requires you.
That’s the shift.
You’re no longer just building something you can chat with.
You’re building an operating workflow that can continue doing useful work after you walk away.
Karpathy later puts the goal even more directly: get “more agents running for longer periods of time without your involvement.”
That might be one of the best north stars you can use for a serious Hermes setup.
Because the number of agents you have means almost nothing by itself.
You can have 20 Hermes agents and still personally drive every single action.
Or you can have five well-designed agents researching, monitoring, organizing, building and reporting while your attention is somewhere else.
So instead of asking:
How many Hermes agents can I build?
Start asking this about every agent you already have:
What am I still doing that this agent could be doing without me?
That’s where the leverage starts.
Show more
If you only run one agent at a time, T3 Code is not for you.
Grok Bot is one of the most viral AI product launches right now... the launch itself has over 34 million views, and it keeps going viral as more people discover how insanely useful it is
I’ve already burned through 82% of my weekly Grok Bot usage, and you have to understand how insanely useful this thing is
Just think about what you’re getting:
You can have multiple AI teammates working simultaneously on the same persistent cloud computer
Each Bot gets its own screen and can work independently while communicating with the others whenever necessary
One can be researching
Another can be going through your inbox
Another can be working on documents
Another can be handling operations
And they can literally talk to each other, share context and hand work between themselves
You don’t have to sit in the middle constantly copying information from one agent to another
Give them jobs and they coordinate
And the computer keeps running even when your laptop is closed... because it isn’t running on your laptop
It’s running in the cloud
You can leave your desk, open your iPhone later and continue managing the exact same Bots while they’re still doing the work
That’s what makes Grok Bot so useful
It’s basically having a small digital team operating a computer for you while you manage them from anywhere
that concept alone is insane
Show more
A team wants one agent
One person wants an agent team
Scale past one agent and most teams hit the same three memory problems.
→ Context disappears when a session ends
→ Agents overwrite each other's state
→ No audit trail when something breaks
Walrus Memory was built for all three. 🦭
Show more