Easy to achieve if the ai just wraps all code in an
unsafeblock ^^Honestly migrating from one language to another night actually be one of the best use cases for AI, if you don’t change the architecture much it should be doable especially if it’s a well tested codebase.
Maybe if the languages are very similar. If you convert C to Rust using AI it might work well but will most definitely not leverage the unique features of Rust. Might as well stay with C in that case. Migrating from an object oriented language like C++ to a language with another paradigm (such as Rust) will most likely produce a burning pile of shit
especially if it’s a well tested codebase.
So not for microsoft products then.
In theory.
But there’s no doubt all their tests will also be shat out from an LLM.
That’s funny because using unsafe might be an hint that Rust is not the right tool for the job. Yet we have rust in the kernel, rust coreutils… I just can’t wrap my head arout it, yet.
You shouldn’t have said that. Now the rust zealots are going to come for you.
Got downvoted, here they come…
Unsafe is expected and necessary in certain situations. Using other languages doesn’t change that fact.
It’s talked about in the docs
Windows 11 was released 4 years ago and you still can’t move the task bar to a different edge of the screen. If Microsoft can’t implement simple feature of a core part of Windows in 4 years they most certainly can’t replace their entire C/C++ codebase in 5 years

Surely there’s no way for Microsoft to vibe-fuck their OS.
Surely.
Surely.
That’s OK. I’m using Linux. Perhaps this will drive more people to Linux. The less people using corporate owned tools the better.
“Our strategy is to combine AI and Algorithms to rewrite Microsoft’s largest codebases,” he added. “Our North Star is ‘1 engineer, 1 month, 1 million lines of code.’”
This could have been good news, however, Microsoft’s insistance on using AI, and general incompetence even without it, makes me very doubtful this will be successful.
They are going to try and replace C and C++ written by actual experts a few decades ago, with Rust written by idiots. Expect tons of logic bugs, and very little measurable difference in memory corruption.
little measurable difference? the last time they rewrote something they replaced the start menu with fucking react
the difference will be measurable and enormous
Isn’t React technically safer for memory ? I was only talking about memory corruption, Rust’s actual main strength.
Don’t get me wrong, it is absolutely terrible that they shoved JavaScript in the start menu. It’s buggy as hell, but I don’t think it can ever segfault.
perhaps… i guess the single directional execution model would help to prevent memory leaks, and components would help keep things relatively contained… and also javascript in general avoids whole classes of c/c++ bugs… but it’s also incredibly slow. imo it’s just not something you should write core system components in
to be clear, it’s not react that’s the problem here: its execution model is an excellent way of structuring UI… but something as core as the start menu just really isn’t something you should fuck around with slow languages with
and also, that’s not to say that FOSS shouldn’t do it - they’re open, and thus something like react makes it easier for devs to write plugs and extend etc… but that’s not an engineering concern for windows: they don’t get the luxury of using extensibility as an excuse
All the black hats are going to have a field day uncovering all manner of zero-day exploits…
No no no you see, they’re using rust, which is a ‘safe’ language. That means it’s not possible to have security issues…
Replace the spaghetti with slop. Sounds like a great idea.
reimplement … with help from AI
Meaning, it will have more bugs and less features after.
I tried vibe coding a rust project and it was total ass.
AI doesn’t reason, so it heavily depends on what’s been presented in the training set.
Python is everywhere and most importantly whatever you can think exists in Python, from critical bioinformatics tools to somebody learning programming from the first time and posting their prime number finder or sorting algorithm online.
Rust? Not at that point yet, so the AI fails
Yeah, for everything I’ve seen it’s just a classical case of overfitment. I only tried it because it was recommended to me by a coworker. It failed at problem solving and choosing comparable dependencies. Completely jarring because like you said, it could likely do it in JS and Python. But clearly not Rust. I often wonder if the code you get from AI is +85% stolen verbatim.
JS and Python code is equally garbage.
In Python it can work but sometimes with crazy inefficient methods incorporated. In obscure geospatial stuff it often loses the plot. Still occasionally recommends functions that don’t exist
I dunno man, I tried coding a simply http listener with an LLM one time in python (a language I’m unfamiliar with). Just something to sit on a port, listen for a request, and run a script.
I ended up spending more time troubleshooting the maybe two dozen lines of code than I would have spent just looking up a tutorial online.
My experience exactly. We gotta just read the docs.
This sounds like a great idea, I might finally be able to use Linux at work in the future.
so glad i switched to linux in time to avoid this clusterfuck. at least on my private machines.
Will this finally be the end of Windows?
Also fun fact: Windows uses a lot of COM Interfaces for API, which in my opinion often makes developing for Windows a better experience, than developing for Linux. Rust does not have anything OOP related by default, and are often emulated with macros instead, like in C.
I work for a company developing software for Windows and deal with COM all the time. How do you communicate across dynamic libraries and languages in Linux?
Linux usually just uses C API, most of which reads horribly. Libevdev is quite notorious for using files and the docs not telling you that the reading is blocking. Some additional things use C++ classes though.
Could you provide a link to the documentation? It’s strange that it’s so barebones.
Rust has traits and reference counting which map nicely to COM objects.
By the way, the Linux Kernel is OOP. That’s a good choice for things like queues, file systems, and device drivers.
That’s a crazy take. I hate com and oop with a passion. If you like com that much there’s gobject for you on Linux.
I hate everything GTK/GNOME, they didn’t even call it
gnobject.
Just fucking stop please

Yet another good time to get off of Windows
It’s always a good time to get off of Windows!
Well known in the industry how you don’t assess programmers by lines of code. You kind of want them to be efficient and clean. Spend their day thinking and design clever solutions… Not pump out lots of unmaintainable low quality stuff. And have a million lines of that by tomorrow. But yeah, guess every aspect of this aligns well. You should be using Linux by now. Or at least do the switch in the near future.
Incoming brainrot-video from Bryan Lunduke in 3…2…1
(With react native)
I can’t wait for online trolls to blame the language after the AI slop code gets flagged with a billion CVEs
This is coming from someone who is pretending to think Microsoft is currently doing well and could lose some quality at the expense to introduce new features users want faster to sell an image of technology innovators or at a baseline a user friendly experience
What is actually happening is they are trying really hard to sell Microsoft after windows 11 launch pushed a lot of users away or at least gave them an accurate impression of how MS caters to corporations and advertisers and they don’t give a shit about users as long as they keep buying computers with windows monopoly pre installed. The ‘ai is going to be good enough to replace developers’ longshot could come in 10 years or 10,000 years and is a hand wave to not understand the problem or currently available possible solutions.
Also the interview only covers corpo interests and doesn’t include any labor or software union leaders.














