Загрузка видео...

Не удалось загрузить видео

На главную

Some engineering tasks require reasoning across the codebase: Which code is safe to delete? What queries are slowing performance? Introducing Code Scans: codebase-wide audits for any goal. Devin investigates, reports findings, and opens the PRs. Powered by Agentic MapReduce.

190,606 просмотров • 5 дней назад •via X (Twitter)

Комментарии: 37

Фото профиля Cognition
Cognition5 дней назад

We asked Devin to speed up compilation in the @dioxuslabs repo. Devin analyzed thousands of files and applied changes to reduce the debug build time from 58.6s to 21.0s – a 64% reduction across 22 workspace crates tested.

Фото профиля Cognition
Cognition5 дней назад

What you can scan for: ▪️ Slow paths and N+1 queries ▪️ Untested flows and edge cases ▪️ Dead code and stale feature flags ▪️ Accessibility against your WCAG criteria ▪️ Your team's own coding standards

Фото профиля Cognition
Cognition5 дней назад

Scans work best with a clear goal. Devin helps you scope what to inspect, what to skip, and what counts as a finding before it starts. Type /scan in Devin to try it.

Фото профиля Cognition
Cognition5 дней назад

Read more about how Code Scans work:

Фото профиля Jared Zoneraich
Jared Zoneraich5 дней назад

“just throw agents at it” actually is a totally reasonable solution now

Фото профиля rayhan khilji
rayhan khilji5 дней назад

What's going on w. Devin?? I'm on the 200$ plan.

Фото профиля Hybrid 🏃🏾
Hybrid 🏃🏾5 дней назад

We need to check the kitchen because all this cooking, something has to be on fire right now😭😭

Фото профиля Julian Goldie SEO
Julian Goldie SEO5 дней назад

can it scan really massive codebases?

Фото профиля Darshan Dhande
Darshan Dhande5 дней назад

Please bring it to the CLI!

Фото профиля MISSANTHROP\C
MISSANTHROP\C5 дней назад

SWE-2 on two occasions now decided to not only wipe my last PR but my entire backup folder in another directory as it decided it was 'stale code.' Practice what you preach.

Фото профиля Farhan Ahmed
Farhan Ahmed5 дней назад

@imjaredz This looks interesting. Does it work across repositories or only mono repos?

Фото профиля Farouk Saleh
Farouk Saleh5 дней назад

why is devin eating 49gb of my disk space after running sessions?

Фото профиля Sadok
Sadok5 дней назад

letting an agent open prs to delete code is high trust

Фото профиля max
max5 дней назад

@dabit3 Alright @dabit3, you finally got me. Spinning up an account.

Фото профиля Ibesh
Ibesh5 дней назад

code scans as codebase wide audits is a neat framing, reasoning across whole repo to decide what to delete or which queries drag performance beats file by file linting

Фото профиля Jeremy Bosma
Jeremy Bosma4 дней назад

Codebase-wide context is the real unlock

Фото профиля Marius Laurusevicius
Marius Laurusevicius5 дней назад

Which code is safe to delete is the expensive one to get wrong. What does Devin check before proposing a deletion: static reachability only, or reflection and dynamic call paths too? And is there a measured false positive rate on that class of PR?

Фото профиля Dewaldt Huysamen
Dewaldt Huysamen5 дней назад

Most codebase audits start only after someone already knows where to look. Code Scans flips that model: define the outcome, shard the whole repo, verify every batch, then turn findings into PRs. That is a big contrast with the usual manual, needle-in-a-haystack approach, and Cognition's reported 64% Dioxus debug-build reduction is a strong first demo. Takeaway for developers: stop waiting to search. Build scans that cover the whole repo, verify continuously, and make fixes actionable.

Фото профиля Philip Fowdar
Philip Fowdar5 дней назад

@grok does this work on Devin Desktop or only cloud?

Фото профиля AI News Daily
AI News Daily5 дней назад

Code review automation feels most useful when it explains why a change matters, not just whether it passes. I would love to see how teams handle false positives at scale.

Фото профиля Matheus Pagani
Matheus Pagani5 дней назад

Great new feature! I've tried some skills for that but the results would vary a lot. It's nice to see a simple workflow for that baked in Devin!

Фото профиля João Bricio I lojasbricio.com
João Bricio I lojasbricio.com5 дней назад

@andrew_locke when in CLI?

Фото профиля Mitchell Mecum
Mitchell Mecum5 дней назад

Pretty awesome.

Фото профиля ofir smol
ofir smol5 дней назад

is it also a seperate limit like Review?

Фото профиля Keep Your Head
Keep Your Head5 дней назад

Safe to delete is the hard one. Reflection and config driven dispatch never show up as call sites, so the confident answer is the wrong one.

Фото профиля José Julián Sánchez
José Julián Sánchez5 дней назад

Devin isn't letting me work today; this error keeps popping up constantly.

Фото профиля S4ck3
S4ck35 дней назад

The interesting implication is goal-scoped audits, not “AI read my repo.” If Devin scopes what counts as a finding before it runs, that’s closer to a real eng review than a dump of nits.

Фото профиля Ctf Enjoyer
Ctf Enjoyer4 дней назад

“Safe to delete” is the question that turns a five-line function into a three-day investigation.

Фото профиля vikas
vikas4 дней назад

hey guys ive been making a game can i get a free trial to test devin so, i can keep developing using swe 2? please 😶

Фото профиля Priyanka Jain
Priyanka Jain5 дней назад

For codebase-wide agent audits, what do you track after Devin opens the PRs — finding precision, false-positive rate, and regressions introduced by the fix itself?

Фото профиля William Wolf
William Wolf5 дней назад

@alexkaplan0 super cool

Фото профиля Josh Birdwell
Josh Birdwell5 дней назад

Can't wait to try this on my projects soon.

Фото профиля LucasOl1337
LucasOl13374 дней назад

I track agent sessions and outcomes in DailyWork. For Code Scans, I'd want to trace a finding back to the workers that investigated it. Does the report expose where workers disagreed, or only the final conclusion?

Фото профиля eSagra
eSagra5 дней назад

Every day i get more reasons to try devin...

Фото профиля ofir smol
ofir smol4 дней назад

how is it any different than just telling devin "scan the entire codebase for X using subagents"?

Фото профиля shaun
shaun5 дней назад

'which code is safe to delete' has been the question for 20 years. someone finally shipped it as a button

Фото профиля xdevzero
xdevzero5 дней назад

👀🔥🚀

Похожие видео

Nothing beats Augment Code answering questions about large codebases. It's a free extension (works in VSCode, JetBrains, and NeoVim), and has a community edition you can run for free forever. Try this experiment: 1. Download any large open-source project from GitHub 2. Augment will index the code 3. Start asking questions about the codebase 4. Do the same using any other coding agent 5. Compare the speed and the depth of the answers you get If you have a small codebase, the differences with other coding agents won't be obvious, but if you are working on a large project, things will click immediately. Suggestion: download the Keras repository (~180,000 lines of code). I know the library well, and the answers I got from Augment were pretty impressive. By the way, Augment is a fully-fledged AI coding assistant. You can use its agent in every imaginable way: • To implement brand new functionality • To make quick edits to your code • To refactor existing functionality • To generate unit tests • To generate documentation • To handle GitHub—pull requests, commits, branching, etc My favorite feature is their "Next Edit" functionality: 1. You edit the code 2. Augment analyzes the change (across the entire codebase!) 3. Augment determines the ripple effects of that change 4. Augment suggests everything you need to update Here is a link to the tool: Thanks to the team at Augment Code for partnering with me on this post.

Santiago

34,977 просмотров • 1 год назад