Q Talking about integrations, you prompted me, so I got to ask MCP, CLI, what's going on? What's the opinion?
A I think, I mean, I'm, I'm definitely bullish and excited about CLIs. I think there's a few really cool things about CLI. So one really cool thing is like, um, is that it's in the terminal environment, so it gets a bunch of extra power. So, you know, for example, I can like, like paginating and cursor through like long outputs. Um, and it has a progressive disclosure inherently. Uh, so, you know, You don't see all the tools at once. It's just, you see the CLI wrapper and you can like use the help commands and, and, and read files. And then I think the most important thing that's, that's super cool is that there it's also inherently a bootstrapped. So if there's an issue of the agent can debug and fix itself within the same environment that it uses the tool, right? Like, you know, I think I saw a tweet this morning. Someone said, you know, my agent didn't have a browser. So I asked it to make it a little browser tool. And within a hundred lines of code, it gave us a little browser, like, like wrapping the, the, the Chromium API. Um, that's pretty incredible. And then if there was a bug, it would just immediately try to fix it.
AI assessment note: “I'm definitely bullish and excited about CLIs. I think there's a few really cool”