Install Now
Introducing Code Review

The Software Agent Company

Build software with AI agents that understand your entire codebase.
From IDE to CLI to code review, Augment works where you work.

TRUSTED BY ENGINEERING TEAMS

CONTEXT ENGINE

Why context quality determines code quality

Every AI coding tool uses the same models. Augment's Context Engine is the difference. We maintain a live understanding of your entire stack — code, dependencies, architecture, and history.

Discover the Context Engine
< -50
0
>50
-13.9
-11.8
+12.8
-11.8
-9.3
+14.8
-12.4
-12
+18.2
-15.8
-9.3
-4.4
-16.4
-10.5
+12.4

Blind study comparing 500 agent-generated pull requests to merged code written by humans on the Elasticsearch repository — 3.6M Java LOC from 2,187 contributors

IDE AGENTS

From prompt to pull request

Most AI-generated code needs cleanup. Augment agents are different: our deep contextual understanding of your codebase means the code they write is superior, not slop.

Augment is built for pro software teams:

  • Task lists for complex, multi-step work
  • Automatic memories across sessions
  • VS Code & JetBrains
Explore IDE Agents
VS Code — Augment Agent
U

Add rate limiting to the API endpoints

A

I'll add rate limiting to your API. Let me check the existing middleware setup.

Context Engine: Codebaserate limit api
Creating src/middleware/rateLimit.ts+42 -0

We like you already.

Install Augment now
routes.ts
Auto
github.com — Pull Request #1842
···
components/open-source/mdx-components.tsx
8
+
*/
9
+
export const mdxComponents: MDXComponents = {
10
+
h1: ({ children, ...props }: React.ComponentProps<'h1'>) => {
11
+
const id = generateHeadingId(String(children));
Augment Code Reviewbot3 hours ago

Using String(children) to derive heading IDs can return '[object Object]' when the heading contains inline elements (e.g., code/emphasis), leading to anchor mismatches with the TOC; consider extracting plain text from children (also applies to h2/h3).

Was this useful? React with thumbs up or thumbs down

Reply...

CODE REVIEW

Augment Code Review

The only AI code reviewer that thinks like a senior engineer. We benchmarked 7 leading tools on real production codebases—Augment delivered the highest precision and recall by a significant margin. Context-powered reviews catch critical bugs without the noise.

  • Inline comments in GitHub
  • Full codebase context via industry-leading Context Engine
  • One-click fixes in your IDE
Discover Code Review

TERMINAL

Augment CLI

AI-powered coding in your terminal. For engineers who prefer the command line. Same Context Engine, same powerful agents, no GUI required.

  • Full terminal integration
  • Works with your shell
  • Same context as IDE agents
Start Building Today
auggie-cli
···

 ██████  █    █  ██████  ██████  █  ██████
 █    █  █    █  █       █       █  █
 ██████  █    █  █  ███  █  ███  █  █████
 █    █  █    █  █    █  █    █  █  █
 █    █  ██████  ██████  ██████  █  ██████
BY AUGMENT CODE
Personalized prompt suggestions, for you (.•◡•.)
Remove unnecessary packages: dist, node-sass, sass-loader
Reorganize dependencies: Moved sass to devDependencies where it belongs
Added essential dev tools: ESLint, Prettier, TypeScript support
For automation, use 'auggie --print "your task"'
>Try 'how do I log an error?' or type / for commands
? to show shortcuts~/Augment/Augment

Get Started

Give your codebase the agents it deserves

Install Augment to get started. Works with codebases of any size, from side projects to enterprise monorepos.