Artificial Intelligence, Super Intelligence, and What We Actually Mean
Trump's proposed Super Intelligence label is a useful reason to revisit what AI, AGI, and superintelligence actually mean and where those definitions came from.
T opens themes · your choice is remembered
A long-running record of code, systems, architecture, operational scars, and the ideas that survived contact with production.
After 28 years at Concord, I’m closing an important chapter of my career and reflecting on the people, technology, lessons, and experiences that shaped it.
public sealed class EngineeringNotes { public Lesson Capture(Experience scar) => scar .Observe() .Understand() .WriteDown(); }
Trump's proposed Super Intelligence label is a useful reason to revisit what AI, AGI, and superintelligence actually mean and where those definitions came from.
Install a newer .NET SDK in isolation so you can use newer development tooling to evaluate an existing application before changing the SDK installa...
A clean-machine test can expose the tools, package sources, services, configuration, and developer knowledge your .NET repository depends on but do...
Before .NET upgrades can become routine, you need to know which SDK is actually building your application, whether that choice is intentional, and ...
With .NET 8 and .NET 9 nearing end of support, .NET 11 RC1 is a good time to rethink framework upgrades as a continuous evaluation process instead ...