https://www.theguardian.com/technology/2026/mar/01/claude-anthropic-iran-strikes-us-military
a lot of people dont realise the MS military is still using claude, the only good, clean models are the open source, open weight ones
https://www.theguardian.com/technology/2026/mar/01/claude-anthropic-iran-strikes-us-military
a lot of people dont realise the MS military is still using claude, the only good, clean models are the open source, open weight ones
Thinking about programmers losing their coding skills because of their reliance on AI tools made me wonder if there was some other industry where heavy automation led to concerns over loss of skills. And yes, there is: airplane pilots.
They train manual flight maneuvers regularly to preserve pilot skills, because when the automation fails is precisely when you need a skilled operator.
Check out VRHI, a great Vulkan RHI inspired by bgfx, based off NvRHI built by an ex-Khronos member
I've noticed most rust libraries have their objects as "handles" where they wrap the internal impl in an Arc<> (C++ shared_ptr)
Not sure if I like this design...