Right now I spend a bunch of time integrating AI tools into apps, but I hear soon we’ll have built in integrations (probably already do that I’m not aware of) where everything will have access to some model or another. This is going to open up so many new paths. Obviously developers have been doing it for a while now but is vibe coders have to “manually” connect to an API, but not for long.

Reply to this note

Please Login to reply.

Discussion

are you using MCP servers?

I’ve only used v0 and cline mostly. Don’t know if either qualify. V0 basically does all the code generation for you and deploys to vercel. It has limits. Cline is more flexible and you can do things like extensions with it and deploy elsewhere.

Both tools are somewhat dumb though. They constantly have to read all the files - especially Cline. I sort of hate it. Is that what MCP solves?