Widespread adoption of AI brokers is happening in every single place, together with in software program improvement. At present, we’ve 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 purposes and including options to your purposes. Increase is used extensively for vibe coding, a coding model that has acquired quite a lot of 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 best way to construct an software utilizing it.
What’s Increase AI?
Increase is an enterprise-ready coding platform that allows 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 possibly can acquire insights about your codebase, modify it, and even create a very new software from scratch.
Three issues make Increase clever that it is best to learn 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 contains direct integrations with platforms like Jira and Notion, enabling builders to handle documentation, points, and venture duties from inside their improvement atmosphere utilizing prompts.
- Context Engine: Increase analyzes the whole codebase in real-time, guaranteeing each suggestion and code completion is related to the venture, and follows the same coding model 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, principally differing within the variety of person messages. You could find extra details about the pricing beneath.
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 person prompts by way of textual content/speech to construct or modify purposes counting on Synthetic Intelligence. The person refines the appliance with a number of prompts primarily based on the outputs and guides AI in the direction of the objective. It may be used for:
- Fast Prototyping and MVP Improvement: 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.
Observe: Customers have to remember that they could not totally perceive the code written by AI, and in addition, LLMs won’t at all times repair or perceive bugs. Generally, it wants customers have to experiment with a number of prompts to get the specified outcomes.
The way to Set up Increase?
Time wanted: 2 minutes
Comply with these easy steps to put in Increase:
- Login
Head to Increase’s web site and enroll or check in 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, it is best to 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 purposes.

Observe: Use the ‘@’ to deal with a specific file, folder, or documentation whereas prompting.
Constructing with Increase
Let’s construct a gaming software, extra particularly, our model of the Flappy Birds recreation from scratch utilizing Increase. Ensure 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 recreation utilizing [your preferred programming language, e.g., Python with Pygame, or JavaScript with HTML Canvas]. The sport ought to embody:
- A player-controlled hen that strikes upward when a key (such because the spacebar) is pressed and falls resulting from gravity when not pressed.
- Collision detection so the sport ends if the hen hits a pipe or the bottom.
- A scoring system that will increase every time the hen efficiently passes by way of a set of pipes.
- Monitor of the very best rating”

Discover how there are checkpoints created earlier than any modifications are made. This may provide help to simply transfer to a checkpointed model of code anytime. I additionally counsel you create a brand new chat with the Agent often, as an alternative of continuous the chat for greater than 4-5 prompts for higher outcomes.
Output:
The sport was ready in lower than a minute, and the information have been displayed within the chat.



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

Output:

Now, you possibly can see that all of it boils right down to clear and particular prompts. You could possibly additionally dive into the code and ask it to particularly modify one thing or outline a operate.
I might counsel that you simply proceed vibe coding and modify the sport to alter the side ratio to 16:9 for desktops and alter the background picture.
Conclusion
AI brokers will be priceless to builders to construct, modify, and handle complicated codebases with nice velocity and accuracy. Increase may be very succesful, as I’ve used it on codebases having over 1000 traces 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 tasks to see what it’s able to.
Incessantly 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 couple of options to Increase.
A. You’ll be able to select to not settle for the modifications achieved by the Agent within the venture; you possibly can 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.
