P
🤖AutomatisationBeginner6 steps

Devin 2.0: the AI software engineer coding autonomously

Devin 2.0 is the second iteration of the AI software engineer from Cognition Labs. It runs in a full cloud sandbox with IDE, web browser and terminal, and can deliver complete pull requests to your repos. The drop from $500/mo to $20/mo (plus ACU consumption, Agent Compute Units) made Devin accessible to the mainstream. V2 introduces Devin Wiki, which auto-indexes your repos to surface relevant context, plus Interactive Planning, which makes you validate the plan before execution. For teams looking to delegate full tickets to an AI without babysitting, Devin 2.0 is probably the most polished offer on the market today.

coding-agentcognitionsandboxpull-requestdevinsoftware-engineercloud

For who

Dev teams wanting to delegate complete tickets (bug fixes, medium features, migrations) to a supervised AI agent without managing local infrastructure.

Input

Type: text
Format: libre

Description d'un ticket, issue GitHub, lien vers une specification ou bug report.

steps (6)

1

Subscribe to Devin

info

Create an account at cognition.ai/devin, subscribe to the $20/mo plan and top up ACU based on expected workload.

2

Connect GitHub/GitLab

info

Grant Devin access to the target repos. Devin Wiki auto-indexes code to build relevant context.

3

Create a session

info

Describe the ticket in natural language or paste a GitHub issue. Devin generates a detailed plan (Interactive Planning).

4

Approve the plan

info

Read the proposed plan, tweak technical choices if needed, then approve to launch execution.

5

Follow execution

info

Watch Devin code, run tests, navigate the web, and commit inside its cloud sandbox in real time.

6

Review the PR

info

Devin opens a pull request ready for team review. Iterate via comments as with a human developer.

Output

Type: text
Format: structure

Plan d'execution valide, pull request ouverte avec commits, tests passants et resume des modifications.

Example

Input

Ticket: "Migrate our authentication middleware from Express to Fastify, keep current JWT compatibility, and add integration tests."

Output

Devin analyzes the code via Devin Wiki, proposes a 7-step plan (audit, new route structure, JWT adapter, tests, docs), waits for approval, executes the migration in its cloud sandbox, and opens a PR with 14 commits, 32 green tests and a detailed changelog.

Customization

ParameterDescriptionDefault
PlanOffre tarifaire Devin (Core 20$ + ACU ou Enterprise).Core 20$ + ACU
Mode planificationInteractive Planning (validation humaine) ou auto pour les taches simples.Interactive Planning
Niveau d'autonomieDevin peut merger automatiquement les PR triviales ou attendre review systematique.Review systematique

Technical Notes

Runs 100% in Cognition's cloud. ACU consumption above monthly quota. Requires read/write access to your repos.