Blessed that @techgirl1908 VP of @AgenticAIFdn, and absolute GOAT is gonna be hosting our panel, where Shaun (@huggingface) Shub (@TryArcade) and of course me @github will be discussing challenges and opportunities with MCP today at AGNTCon + MCPCon Europe 🚀
AIO went from niche to a line on every marketing plan in about a year, and most of us are still working out what it takes.
The instinct is to reach for the SEO playbook, but it doesn't work. An LLM answering a question writes its own search queries first, then answers from whatever pages come back so you lose at steps you've never had to optimize for.
@torresmateo open sourced the tool we built to measure it: arcade.dev/blog/aio-tool-…
Arcade CEO @TheMostlyGreat reveals the 2 opposite failure modes killing enterprise agents: give them too little access and they’re useless, give them your access and they’re too dangerous to trust.
"The biggest problem that everybody runs into when they try to connect an agent to something else is how do they trust that the agent can do it. We typically see two failure patterns."
"The first one is they give the agent its own identity. If I create an agent that can read compensation data in Workday, and the intern has access to it, can the intern have access to the CEO’s compensation? The answer is no, so you end up reducing what it can do to a place where it’s not that valuable."
"The other failure pattern is you put an agent on your laptop, and then the agent can do things as you. You can delete all your emails, delete all your files, and if you’re senior enough in an organization, you can drop a database table."
"Where we come in is we help control and govern: can this agent, on behalf of this user, perform this action on this system?"
Guardrails stop a rogue agent most of the time. Probably. Hopefully.
"Probably" doesn't cut it in an enterprise. You need to know your agent won't send that payment, delete that record, or fire off that email. That's what AI agent governance is for.
We put together videos, articles, and a downloadable playbook to help: arcade.dev/aiagentgoverna…
🐶 (paid in treats, not dollars)
The Arcade team is in Amsterdam this week for AGNTCon + MCPCon Europe. @shubcodes is joining a panel on MCP challenges and opportunities with Sam Morrow of GitHub, Angie Jones of the @AgenticAIFdn , and Shaun Smith of Hugging Face.
Catch the panel Friday at 16:10 CEST in the Emerald Room, and find the rest of the team at booth S3 both days.
Schedule: events.linuxfoundation.org/agntcon-mcpcon…
A loan officer asks an agent to approve a $95K loan and double-check its work. Four things go wrong and the model catches none of them.
That's the running example in a live online workshop with @mastra on 9/22. Build a Mastra agent doing real work, with Arcade enforcing policy before the model sees a tool, before the tool runs, and before the result comes back.
Register: luma.com/mastra-z2sd
I'm at @imaginationxyz today at Google Bay View for a panel called “What Runs Without You.”
It's about what small teams are building once software that used to need a person at every step starts running on its own, and where a human still has to stay in the loop.
Come find me if you're around.
An agent spent a few hundred Clay credits on one of our team's behalf last week, and the only record of what it did is the one the agent wrote itself.
He only used Grok Bot because Clay's MCP server couldn't do the job he needed. When your MCP server covers six actions and your interface has two hundred, people will hand a browser agent their credentials instead.
arcade.dev/blog/grok-bot-…
Say your agent needs to send an email with an attachment to someone outside the company.
Scopes answer whether it can send email at all, as that user. They can't answer whether that user should be sending this attachment to an external domain. That takes a policy check before the action runs, and a record afterward of what went out and which policies were in place.
Full webinar on demand, next one 9/16: arcade.dev/webinars/2026-…
Execution Tool Logs are now live in Arcade. Every tool your agents run traced: which tool, which user it ran for, every retry, and the error if it failed.
Arcade already decides what your agents are allowed to do. This is the record of what they actually did.
@avoguru and Jose Barrueta wrote it up: arcade.dev/blog/execution…
Your agent isn't failing because it can't reason. It's failing because it has too many tools and no clarity on which to use.
Arcade’s River Stevens and @render on why tool selection is a retrieval problem, plus a live demo of Arcade as a Claude plugin: youtube.com/watch?v=kiUTMC…
@ptdamiba spent a day with xAI's Grok Build and watched it spin up 57 sub-agents in about three minutes.
The verification won him over. When Grok finishes a goal it launches an adversarial verifier told to refute the work, runs two in parallel, tops out at six passes, and rechecks only the delta. That's how it caught a blocker.
This feels like a little slice of AGI.
youtube.com/watch?v=1NwO2d…
OpenAI shipped support for Skills Over MCP on August 26. The spec it implements is still not merged.
@torresmateo on what that means. The extension is good engineering, but OpenAI imports skills as snapshots rather than live resources, so the headline feature doesn't work in the largest implementation.
Breakdown and video: arcade.dev/blog/skills-ov…
The worst ROI on an agent: a large token bill for work that never got finished.
Paying a painter who does a great job is not a problem. Paying for a bad job, or never letting them in the house because you can't be sure what they'll touch, is.
The question isn't just what you're spending on tokens; it's how much your agents are getting done.
@TheMostlyGreat on how AI agent governance gets you there: arcade.dev/blog/approve-o…
If you've run an agent on anything long, you know this one. You send it off on a two hour job, come back, and it stopped ten minutes in waiting for you to authorize.
Arcade now clears all of it up front. The agent maps out what it needs and you approve it all in one pass before it starts, scoped to exactly what the job needs.
More on the blog: arcade.dev/blog/pre-autho…
Can this agent, on behalf of this user, take this action, on this resource, right now? AI agent governance is the ability to answer that at every tool call, before the action goes through.
We’ve covered why agents need their own governance and why guardrails won’t do it. This blog: the mechanics.
Most agent breaches start with identity, either a service account with standing permissions or an agent inheriting whoever is driving it. Authorizing at the intersection of the two is what closes it.
Full post: arcade.dev/blog/one-quest…
Most teams building agents start with guardrails, which is the right instinct but also only half the job.
A guardrail lives inside the model and the agent, the one part of your stack that can be talked past. Replit's agent deleted a production database during a code freeze with no attacker in the loop at all.
@avoguru on why AI agent governance needs to sit at the actions runtime layer: arcade.dev/blog/guardrail…
With people, the actor and the accountable party are the same. The analyst who runs the report answers for it, which is why “is this user allowed?” has been enough.
With agents, that framework comes apart. The agent acts, a human carries the consequence, and the controls you already run aren’t built to handle that new reality.
@torresmateo on why: arcade.dev/blog/ai-agent-…
OpenAI shipped WebMCP support in ChatGPT's browser and in Codex, then put Chrome, Shopify, Cloudflare, Vercel and Netlify on the judging panel of a ten-day challenge. This could be huge for the future of the web!
New MCP servers arrive every week from vendors, partners, and internal teams, and you should not have to choose between using them and governing them.
Register a third-party server with Arcade and its tools will sit alongside ours, with one gateway, one authorization model, and every end user authenticating as themselves.
Full post: arcade.dev/blog/bring-thi…
378 Followers 6K FollowingBorn in the US, raised in the UK, Switzerland, and Japan. Now studying economics at the University of Rochester. Loves soccer, snowboarding, and traveling.
7 Followers 116 FollowingA hostname that resolves and a certificate that stays current, in one API call. No domain to buy, no zone to configure, no person in the loop.
74 Followers 825 FollowingBuild business web apps fast, with less resources to create highly customizable internal tools, dashboards, admin panels, workflow automations, and B2B apps.
1K Followers 5K FollowingI do technology things.
Working on SeedSpec, an agentically composable protocol for packaging intent into portable, agent-ready specifications
Play Phrasify!
17K Followers 4K FollowingTesting Al tools, exploring trends sharing what works For Collab DM for paid collaboration
📨[email protected]
https://t.co/78UOJDhwue
313 Followers 7K Following"Empty your mind. Be formless, shapeless like water. Pour into cup, it becomes cup; bottle, bottle; teapot, teapot. Water can flow or crash. Be water, my friend
969 Followers 5K FollowingBuilding Refinery: data monitoring and source repairs, with proof.
PostgreSQL first. In development. Explore the sample demo.
221 Followers 7K FollowingTransformando el ecosistema automotriz, asegurador y financiero con automatización e Inteligencia artificial. Entusiasta por el sector tech y financiero.
3K Followers 145 FollowingAI Consultant | Public Speaker | Building an Open Source Knowledge Hub + Community | 85K+ stars on GitHub | 60K+ Newsletter Subscribers | Open to Sponsorships