Widespread adoption of AI brokers is going on in all places, together with in software program growth. At the moment, we now have Increase Code, an AI agent that may index your codebase, and the brokers underneath the hood. Now, powered by the newest 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 type that has acquired quite a lot of traction just lately. On this article, we’ll go over what Increase is, how it may be used for vibe coding, and how you can construct an software 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 internet search to assist the agent perceive any new documentation. With easy prompts, you may achieve insights about your codebase, modify it, and even create a totally new software from scratch.
Three issues make Increase clever that you must 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 simple 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 mission duties from inside their growth setting utilizing prompts.
- Context Engine: Increase analyzes your complete codebase in real-time, making certain each suggestion and code completion is related to the mission, and follows an analogous coding type whereas modifying the present codebase.
Additionally Learn: Constructing a CodeBase Explorer with Google’s Gemini-2.0
Pricing Info
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 consumer messages. You could find extra details about the pricing beneath.
What’s Vibe Coding?
It is a latest method to coding launched by Andrej Karpathy (co-founder of OpenAI) in February 2025, the place a consumer prompts by way of textual content/speech to construct or modify functions counting on Synthetic Intelligence. The consumer refines the applying with a number of prompts primarily based on the outputs and guides AI in the direction of the purpose. It may be used for:
- Speedy Prototyping and MVP Improvement: Minimal viable merchandise (MVPs) or prototypes could be rapidly constructed and examined simply by describing the specified options.
- Automating Repetitive Coding Duties: Vibe coding can simplify duties equivalent to 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.
Be aware: Customers must remember the fact that they might not totally perceive the code written by AI, and in addition, LLMs won’t at all times repair or perceive bugs. Typically, it wants customers must experiment with a number of prompts to get the specified outcomes.
Methods 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 register 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 might be 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.
Be aware: 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. Be sure to set the mode to ‘Agent’ for correct performance.
Simply ship a immediate and sit again and watch the magic.
Immediate 1: Create a Flappy Fowl Recreation
“Create a primary model of the Flappy Fowl recreation 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 resulting from 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 way of a set of pipes.
- Monitor of the best rating”

Discover how there are checkpoints created earlier than any adjustments are made. It will show you how to simply transfer to a checkpointed model of code anytime. I additionally recommend you create a brand new chat with the Agent continuously, as a substitute 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 had 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 out the fowl:
Immediate 2: Modify the Recreation
“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 no less than three distinct fowl colours (e.g., pink, blue, yellow)
- Implement a range display 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 may see that all of it boils right down to clear and particular prompts. You would additionally dive into the code and ask it to particularly modify one thing or outline a operate.
I’d recommend 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 could be priceless 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 traces of code, and it does an excellent job of analyzing the code, adapting to the code, fixing bugs, and including new code. I recommend you discover Increase on different tasks to see what it’s able to.
Ceaselessly 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 adjustments performed by the Agent within the mission; you may then modify the immediate and information it to not make the identical mistake once more.
Login to proceed studying and revel in expert-curated content material.