Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment job description (Score 1) 176

Our algorithmic infrastructure creates a scalable graph over source code at scale. Our AI processing infrastructure then enables us to apply AI agents, guided by algorithms, to make code modifications at scale. The core of this infrastructure is already operating at scale

He put some scale in his scale.

AI agents, guided by algorithms

Computers are guided by algorithms, amazing.

Even if you use AI, bullshit is still bullshit. That doesn't change.

Comment Re:What could possibly go wrong? (Score 1, Insightful) 176

If a software engineer can suprivise 1 million lines of code being written a month, then there is no job for software engineers anymore. A single person can't verify that much code in a month, so writing code would no longer be an important skill.

The difficulty here isn't the Rust (since literally anything can be rewritten in Rust with more or less difficulty); the difficulty here is the Ai.

Comment Re:Seriously (Score 1) 94

No laws, cameras, or any type of surveilance ever stopped a crime from happening.

You should just go to Somalia and experience what it's like when there are no laws, cameras, or any type of surveillance.

About 25% of murders in the US are premeditated. Legal ramifications are definitely a consideration for those people.

Comment Re:How to Make Rust Grow (Score 1) 80

The problem is that without allowing some "unsafe" operations in Rust or any other language it is impossible to do any I/O

I don't think that's true, unless you insist on immutability. In particular, it IS possible to do safe IO, most languages can handle it. For Rust, it's just a matter of defining the proper rules that make IO safe, and then enforcing them.

Slashdot Top Deals

In case of injury notify your superior immediately. He'll kiss it and make it better.

Working...