Living on a Curve

We are living on a curve of accelerating LLMs, moving rapidly from quarterly model drops to weekly releases. But whether this trajectory represents an unbroken exponential curve or a reality-checked series of stacked S-curves, the real-world impact is already here. Financial bubble or not, existing models are actively transforming science, automating business workflows, and bridging into physical robotics. Buckle up: between supply bottlenecks, institutional hurdles, and second-order breakthroughs, the next decade is shaping up to bring as much dramatic change as the last thirty years combined. Welcome to living on the curve! Continue reading Living on a Curve

Uploading a binary file to Firebase storage from Node JS

I Needed to upload a binary file ( a document, pdf or image file) from a Node JavaScript application to Cloud Storage for FireBase which stores your files in a Google Cloud Storage bucket. Documentation was a mess and I had 2 (code) problems. Continue reading Uploading a binary file to Firebase storage from Node JS