This isn't about that at all. This is about the breakdown of the rule of law, a unitary executive bypassing all other branches of government and demanding a private enterprise give itself over to the government.
If you don't think there was an "or else" as part of this deal, you're largely mistaken. If you don't think that there will be other questionalbe demands placed on Intel in the future from this government, you are largely mistaken.
But y'all go ahead and can keep arguing over whether we should "get something back" from this deal. Because that's really going to maker ameraica graet agian.
Wherever Law ends, Tyranny begins.
On a side note.. ya’ll must be prompt wizards if you can actually use the LLM code.
I use it for debugging sometimes to get an idea, or a quick sketch up of an UI.
As for actual code.. the code it writes is a huge mess of spaghetti code, overly verbose, with serious performance and security risks, and complete misunderstanding of pretty much every design pattern I give it..
Here's a relatively straightforward application of AI that is set to save my company millions of dollars annually.
We operate large call centers, and agents were previously spending 3-5 minutes after each call writing manual summaries of the calls.
We recently switched to using AI to transcribe and write these summaries. Not only are the summaries better than those produced by our human agents, they also free up the human agents to do higher-value work.
It's not sexy. It's not going to replace anyone's job. But it's a huge, measurable efficiency gain.
Deleted Comment
The most surprising thing to me is that people that are by most measures intelligent are falling for it hook, line, and sinker.
Sadly that's usual for learning such things first hand.
Welcome tho the People’s Republic of the Soviet States of America.
But sadly not fast enough. The monopolies get to make everyone else miserable for far too long.
I finally got it working. I had to flush both the encrypted writer and then the stream writer. There was also some issues with reading. Streaming works, but it'll always return 0 on the first read because Writer.Fixed doesn't implement sendFile, and thus after the first call, it internally switches from streaming mode to reading mode (1) and then things magically work.
Currently trying to get compression re-enabled in my websocket library.
(1) https://github.com/ziglang/zig/blob/47a2f2ddae9cc47ff6df7a71...