Global Feed Post Login
Replying to Avatar calvadev⚡️

I solely use Replit Core with Claude 3.5 Sonnet as the main model.

I primarily use the assistant as a way to refactor code and help parse and fix error messages. The agent is great for quickly getting a UI and base foundation out for a new and simple app, but with context specific and more advanced requests, it can be a bit lackluster. The assistant picks up the slack where the agent lacks, however, since it has full context on the codebase and essentially performs the same functions as the agent (just on an existing project rather than from scratch).

Avatar
0xtr 10mo ago

Never heard about Replit Core before and tbh I don't really get what it is by reading on their website. What is it?

Reply to this note

Please Login to reply.

Discussion

Avatar
calvadev⚡️ 10mo ago

It's a cloud-based IDE that's basically an all-in-one app builder. You have the built-in AI (similar to Cursor) along with one-click deployments, native DB management, a bounty platform, etc.

Thread collapsed