Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment job description (Score 1) 162

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) 162

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: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.

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

That's not even the problem, the biggest problem is it doesn't reach its own goals. You should be able to use Rust without using Unsafe, otherwise it doesn't solve the problem it claims to solve (or rather, it solves them in a "good enough" fashion, the same as smart pointers in C++ and there's no reason to switch from one to the other).

Slashdot Top Deals

I've got a bad feeling about this.

Working...