Increase AI: Enhancing Your Improvement Workflow

Widespread adoption of AI brokers is going on in every single place, together with in software program improvement. Immediately, now we 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 purposes and including options to your purposes. Increase is used extensively for vibe coding, a coding fashion that has acquired plenty of traction just lately. On this article, we’ll go over what Increase is, how it may be used for vibe coding, and construct an utility 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’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 learn about:

  • Mannequin Context Protocol (MCP): Acts like a common connector, permitting AI brokers to work together with a variety of exterior instruments and information sources, making it simple 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 undertaking duties from inside their improvement surroundings utilizing prompts.
  • Context Engine: Increase analyzes your complete codebase in real-time, guaranteeing each suggestion and code completion is related to the undertaking, and follows an analogous coding fashion whereas modifying the present codebase.

Additionally Learn: Constructing a CodeBase Explorer with Google’s Gemini-2.0

Pricing Info

Increase provides 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 person messages. You could find extra details about the pricing beneath. 

What’s Vibe Coding?

It is a latest strategy to coding launched by Andrej Karpathy (co-founder of OpenAI) in February 2025, the place a person prompts by textual content/speech to construct or modify purposes counting on Synthetic Intelligence. The person refines the applying with a number of prompts based mostly on the outputs and guides AI in the direction of the objective. It may be used for:

  1. Fast Prototyping and MVP Improvement: Minimal viable merchandise (MVPs) or prototypes will be rapidly constructed and examined simply by describing the specified options.
  2. Automating Repetitive Coding Duties: Vibe coding can simplify duties equivalent to producing writing documentation, automating the present code, and testing the code.
  3. 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.

Be taught extra about Vibe coding right here.

Notice: Customers must take into account that they might not absolutely perceive the code written by AI, and likewise, LLMs is not going to all the time repair or perceive bugs. Generally, it wants customers must experiment with a number of prompts to get the specified outcomes.

How you can Set up Increase?

Time wanted: 2 minutes

Comply with these easy steps to put in Increase:

  1. Login

    Head to Increase’s web site and enroll or register together with your particulars. Login Page

  2. 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 together with your account. Now, you’ll see an choice to put in the extension in VS Code (or whichever supported IDE you’re utilizing).Welcome Page

  3. Choose Increase Icon

    After set up, you must be capable to see the Increase icon on the left:IDE

  4. Index your Codebase

    Now you can index your codebase, ask questions, and begin constructing or modifying purposes.Chat Options

Notice: Use the ‘@’ to deal with a specific file, folder, or documentation whereas prompting.

Constructing with Increase

Let’s construct a gaming utility, 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 Chicken Recreation

Create a primary model of the Flappy Chicken recreation utilizing [your preferred programming language, e.g., Python with Pygame, or JavaScript with HTML Canvas]. The sport ought to embrace:

  • A player-controlled chicken 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 chicken hits a pipe or the bottom.
  • A scoring system that will increase every time the chicken efficiently passes by a set of pipes.
  • Monitor of the very best rating”
Augment AI

Discover how there are checkpoints created earlier than any modifications are made. This may assist 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 recordsdata have been displayed within the chat.

Augment Output
Flappy Bird
Game over

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 choice to pick the chicken:

Immediate 2: Modify the Recreation

“Modify the @flappy_bird.py script to help a number of chicken colours and add a chicken choice function earlier than gameplay begins. Particularly:

  • Add not less than three distinct chicken colours (e.g., purple, blue, yellow)
  • Implement a variety display that seems earlier than the sport begins, permitting the participant to decide on their most popular chicken shade utilizing the left & proper arrow keys.
  • Guarantee the chosen chicken shade is used all through the sport session.”
Augment Memories

Output:

Choosing Bird

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 perform.

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 helpful to builders to construct, modify, and handle complicated 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 counsel you discover Increase on different initiatives to see what it’s able to. 

Regularly Requested Questions

Q1. What are prompts?

A. In Synthetic Intelligence, you give a immediate as a pointy natural-language instruction to a mannequin to elicit a response.

Q2. What are options to Increase?

A. Windsurf, Cursor, and GitHub co-pilot are just a few options to Increase.

Q3. What if the Agent wrote incorrect code?

A. You may select to not settle for the modifications accomplished 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.

Keen about know-how and innovation, a graduate of Vellore Institute of Expertise. At the moment working as a Knowledge Science Trainee, specializing in Knowledge Science. Deeply inquisitive about Deep Studying and Generative AI, wanting to discover cutting-edge strategies to resolve complicated issues and create impactful options.

Login to proceed studying and luxuriate in expert-curated content material.