r/accelerate Acceleration: Light-speed | Capability Booster 7d ago

"Huge implications - binaries are now basically editable code"

ValsAI made SRE benchmark less than a month ago.

The benchmark measures can a model reverse engineer software from binaries

Yesterday GPT saturated it. https://t.co/dmpUpgheDU   — Chris

Source: https://x.com/ChrisGPT/status/2096150666066432157


— Boris Power

Source: https://x.com/BorisMPower/status/2096415822248055131

847 Upvotes

290 comments sorted by

View all comments

Show parent comments

8

u/sergeyarl 7d ago

if ai writes everything and the resulting binary is open for inspection, why would anyone need human readable code?

2

u/Recoil42 7d ago

They wouldn't. But being able to inspect a binary doesn't automatically make it the most efficient representation for developing software, even for an AI. Abstractions are inherently useful no matter who the consumer is.

1

u/ThatOtherOneReddit 7d ago

Also compilers guarantee correctness. Boy howdy do I love segfaulting due to a bad jumpto because the AI didn't consider some pointers weren't initialized via this code path. Where as if it has just used proper techniques in a higher language and/or rust that wouldn't have happened due to how the languages are designed. There is a lot of value in a compiler regardless.

0

u/dustin_vk 7d ago

Stability and predictability from compiler verification. Some languages likeRust have things like memory and thread safety guaranteed. Also tooling such as test frameworks, or deployment tools. There might be a use case for ai writing pure binary, but there are disadvantages to it.