Getting Started: tips + tricks for Agent & Assistant

If you’re new to Agent / Assistant, you might be looking for some tips and tricks on how to get started.

I’m constantly sharing videos on our YouTube and examples of how to start building, but I’ll share a few of them here to help you get started:

Agent: Your AI Developer

Agent builds entire projects for you. Just describe what you want, and it handles the setup, code, and deployment.

If you’re new to Replit or Agent, watch below to see how I create and deploy a starter app without writing any code.

Agent Demo - Watch Agent build a complete app from a text prompt

Learn the best ways to use Agent for building better apps.

Agent Tips - Learn advanced techniques for building with Agent

Assistant Tips

Assistant helps you edit code and answers your questions. Here’s how to use it effectively.

Assistant Tips - Learn to use Assistant for better code editing

Build a markdown conversion app without code

If you’d like another, more technical example, watch Agent + Assistant build a complete markdown converter app from scratch.

Markdown App Tutorial - See Agent build a markdown conversion app

Want more? Check out our YouTube channel for new tutorials every week.

3 Likes

In my experience, Agent is great for building and the architecture of the app. Once it starts failing - i.e. by hallucinating instructions to change other parts of the app or over-engineering a simple solution - it’s time to switch to the Assistant. I then stick with Assistant for most of the rest of development. Assistant is good for surgical and iterative aspects of the process.

Exception: When adding a whole new functionality, tool, or especially database-oriented addition, going back to Agent is really useful since it excels at novel and wide-reaching tasks.

5 Likes