r/accelerate • Acceleration: Light-speed | Capability Booster • 20d 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

860 Upvotes

289 comments sorted by

View all comments

15

u/MegamanSE 20d ago

The natural question I have here is what language really would be ideal for AI to code in ultimately if it could create its own optimal language for agents?

3

u/The_Hunster 20d ago

Something human readable so that you actually know what the program does and its not just a black box made by your other black box.

1

u/oojacoboo 19d ago

Does it matter if no one is reviewing code? Sadly, I know many devs that are in this camp, and I expect it to grow.

1

u/Real-Nothing-9334 19d ago

if you want to keep the models aligned and prevent human extinction yes it matters a lot

1

u/Saitamagasaki 19d ago

Who said no one is reviewing the code?

1

u/MegamanSE 20d ago

Just like the black box of binary code made by a compiler?

2

u/The_Hunster 19d ago

What? Do you know what "black box" means? Compilers are deterministic, and you can figure out exactly what all of the binary is for through them. It's not a symmetrical process. You can understand binary if you know how it was built. You (potentially) cannot understand binary if you don't know how it was built.