Widespread adoption of AI brokers is going on all over the place, together with in software program improvement. Right now, we now have Increase Code, an AI agent that may index your codebase, and the brokers underneath the hood. Now, powered by the most recent Claude Sonnet 4, making it very sensible for constructing functions and including options to your functions. Increase is used extensively for vibe coding, a coding fashion that has obtained numerous traction not too long ago. On this article, we’ll go over what Increase is, how it may be used for vibe coding, and the right way to construct an utility utilizing it.
What’s Increase AI?
Increase is an enterprise-ready coding platform that permits you to analyze, handle, and work with repositories. It indexes the code in real-time and has entry to instruments like net search to assist the agent perceive any new documentation. With easy prompts, you’ll be able to achieve insights about your codebase, modify it, and even create a totally new utility from scratch.
Three issues make Increase clever that you must find out about:
- Mannequin Context Protocol (MCP): Acts like a common connector, permitting AI brokers to work together with a variety of exterior instruments and knowledge sources, making it straightforward to fetch data or carry out actions.
- Native instruments: Increase consists of direct integrations with platforms like Jira and Notion, enabling builders to handle documentation, points, and undertaking duties from inside their improvement atmosphere utilizing prompts.
- Context Engine: Increase analyzes your entire codebase in real-time, making certain each suggestion and code completion is related to the undertaking, and follows the same coding fashion whereas modifying the present codebase.
Additionally Learn: Constructing a CodeBase Explorer with Google’s Gemini-2.0
Pricing Data
Increase presents a free trial for the primary 14 days to new customers, and there are a number of paid plans starting from $0 to $250, largely differing within the variety of consumer messages. You’ll find extra details about the pricing under.
What’s Vibe Coding?
This can be a latest method to coding launched by Andrej Karpathy (co-founder of OpenAI) in February 2025, the place a consumer prompts by textual content/speech to construct or modify functions counting on Synthetic Intelligence. The consumer refines the applying with a number of prompts based mostly on the outputs and guides AI in the direction of the purpose. It may be used for:
- Speedy Prototyping and MVP Growth: Minimal viable merchandise (MVPs) or prototypes will be rapidly constructed and examined simply by describing the specified options.
- Automating Repetitive Coding Duties: Vibe coding can simplify duties reminiscent of producing writing documentation, automating the present code, and testing the code.
- Constructing a Web site: Vibe coding lets you create an internet site by merely describing your necessities and letting AI deal with the technical implementation.
Study extra about Vibe coding right here.
Notice: Customers have to remember that they might not absolutely perceive the code written by AI, and in addition, LLMs won’t all the time repair or perceive bugs. Generally, it wants customers have to experiment with a number of prompts to get the specified outcomes.
Learn how to Set up Increase?
Time wanted: 2 minutes
Observe these easy steps to put in Increase:
- Login
Head to Increase’s web site and join or sign up along with your particulars.
- Select a Plan
As soon as logged in, select a plan and proceed. Set up the extension in any of the supported IDEs. On this tutorial, we’ll be utilizing VS Code. After creating the account, click on on ‘set up’ on the highest proper of the homepage and log in along with your account. Now, you’ll see an possibility to put in the extension in VS Code (or whichever supported IDE you’re utilizing).
- Choose Increase Icon
After set up, you must be capable of see the Increase icon on the left:
- Index your Codebase
Now you can index your codebase, ask questions, and begin constructing or modifying functions.
Notice: Use the ‘@’ to concentrate on a selected file, folder, or documentation whereas prompting.
Constructing with Increase
Let’s construct a gaming utility, extra particularly, our model of the Flappy Birds sport from scratch utilizing Increase. Be sure you set the mode to ‘Agent’ for correct performance.
Simply ship a immediate and sit again and watch the magic.
Immediate 1: Create a Flappy Hen Sport
“Create a primary model of the Flappy Hen sport utilizing [your preferred programming language, e.g., Python with Pygame, or JavaScript with HTML Canvas]. The sport ought to embody:
- A player-controlled fowl that strikes upward when a key (such because the spacebar) is pressed and falls as a consequence of gravity when not pressed.
- Collision detection so the sport ends if the fowl hits a pipe or the bottom.
- A scoring system that will increase every time the fowl efficiently passes by a set of pipes.
- Monitor of the very best rating”

Discover how there are checkpoints created earlier than any adjustments are made. It will allow you to simply transfer to a checkpointed model of code anytime. I additionally counsel you create a brand new chat with the Agent continuously, as a substitute of constant the chat for greater than 4-5 prompts for higher outcomes.
Output:
The sport was ready in lower than a minute, and the information had been displayed within the chat.



Nice! It’s working as anticipated, and the excessive rating can be being saved in a textual content file.
Now, let’s add an possibility to pick the fowl:
Immediate 2: Modify the Sport
“Modify the @flappy_bird.py script to assist a number of fowl colours and add a fowl choice characteristic earlier than gameplay begins. Particularly:
- Add not less than three distinct fowl colours (e.g., purple, blue, yellow)
- Implement a variety display screen that seems earlier than the sport begins, permitting the participant to decide on their most well-liked fowl shade utilizing the left & proper arrow keys.
- Guarantee the chosen fowl shade is used all through the sport session.”

Output:

Now, you’ll be able to see that all of it boils all the way down to clear and particular prompts. You can additionally dive into the code and ask it to particularly modify one thing or outline a operate.
I’d counsel that you just proceed vibe coding and modify the sport to vary the facet ratio to 16:9 for desktops and alter the background picture.
Conclusion
AI brokers will be precious to builders to construct, modify, and handle advanced codebases with nice velocity and accuracy. Increase could be very succesful, as I’ve used it on codebases having over 1000 strains of code, and it does an excellent job of analyzing the code, adapting to the code, fixing bugs, and including new code. I counsel you discover Increase on different initiatives to see what it’s able to.
Regularly Requested Questions
A. In Synthetic Intelligence, you give a immediate as a pointy natural-language instruction to a mannequin to elicit a response.
A. Windsurf, Cursor, and GitHub co-pilot are a number of options to Increase.
A. You may select to not settle for the adjustments performed by the Agent within the undertaking; you’ll be able to then modify the immediate and information it to not make the identical mistake once more.
Login to proceed studying and luxuriate in expert-curated content material.