
Rhys
@RhysSullivan • 59,255 subscribers
building https://t.co/gIFOwRUrLU to connect any agent to every tool, API, and service your team uses | yc 26
Shorts
Videos

My favorite videos are people showing ChatGPT a terrible scenario and it not caring at all
Rhys1,244,413 views • 8 months ago

MCP sucking is a harness problem, not an MCP problem MCP unlocks behavior that is fundamentally impossible to get via CLI or APIs Bad auth, too much context usage, all get solved with an execution layer - your agent writes code to progressively discover and call tools
Rhys376,723 views • 5 months ago

like it or not, this is what software engineering in 2026 will be +53,395 characters on a 100 line PR
Rhys458,757 views • 8 months ago

I'm now building Executor full time as a startup! The state of tool calling is a mess: - Everyone is using different agents - You have no idea what actions are going to run - Destructive actions are treated the same as normal Executor lets you set up everything once & use it with any agent. You're able to control what tools can be called, require approval on destructive actions, and invite your team to all use them. Under the hood, it's built on codemode to let you add thousands of tools with 0 context bloat. I've been using it for a month so far and it has completely changed how I interact with agents. There's so much to be built here, immediately next up on the roadmap is workspaces, skills, workflows, and generative ui. Everything is being built open source over at there's a lot more coming on an SDK to embed it into your own agents, a self hostable cloud app, and plugins There's an early beta version over at It's very early on - if you hit any bugs let me know and I'll get them fixed up, excited to share more as I build it!
Rhys220,559 views • 3 months ago

Doing Executor's YC launch today! Executor is your tool gateway - it gives you one place to sign in to all of the services you use and then every agent adopt (Hermes, Codex, OpenClaw, etc) carry over the same signed in accounts, permissions, etc Executor gets a ton right about how tool calling should work. It supports multiple accounts for all integrations including things like Gmail, it lets you filter which tools are available for agents. We see teams adopt Executor and immediately setup their whole company with it because its the first time they've had the ability to integrate with everything they use - give it a try!
Rhys58,862 views • 29 days ago

I'm concerned we're entering a local maxima with CLIs, they're the wrong interface for agents The right interface is regular REST APIs with CIMD (same spec that MCP uses to allow for dynamic client registration) Your agent then writes code to interact with the API (like Cloudflare codemode) Think about how this works for humans today for the following action: "I want to set a DNS record on my domain" -> You Google "Vercel set DNS records" -> Docs page tells you what buttons to press -> You press buttons on a website, those call an API Now for agents, they search Google: -> "Set DNS record on Vercel Domain" -> they land on the same docs page, except it outlines what api endpoints are used as well -> the agent then calls those api endpoints for you, credentials are dynamically inserted where the agent can run them -> (optional) set auto approval policies / require approval of all non GET options by default You don't need separate interfaces for agents, nor do you really need separate skills for them CLIs have terrible discoverability, no input / output typing, they're harder to make profiles for for allowed / disallowed tools They work as a stop gap solution, but companies should be focusing on making good docs and APIs, not CLIs I've been prototyping this over at (open source if you want to play with what this world would look like - still early on it so appreciate feedback - open source and can run completely on your machine
Rhys221,133 views • 6 months ago

you can use the browser in cursor to watch tiktok while your agents work!
Rhys153,053 views • 6 months ago

i hate the way tool calling works today, so i built a fix for it its called `executor` and it lets your agent run code to call any API / MCP / GraphQL server rather than installing CLIs this is a soft launch, you can try it with npm i -g executor but im still making it great
Rhys130,265 views • 5 months ago