正在加载视频...

视频加载失败

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 天前

👀🔥🚀

相关视频