Megha Jain
12 followers · 7 following · 2030 views
on the atlas — 38
- Brain2Qwerty — Decoding typed sentences from non-invasive brain activity2 savers
- Anthropic Supply Chain Risk Designation Takes Effect — Latest Developments and Next Steps for Government Contractors | Insights | Mayer Brown1 savers
- AI’s trillion-dollar opportunity: Context graphs - Foundation Capital1 savers
- Temporal Primer - Building Long-Running Systems1 savers
- Being Someone who Does Things - by Joe Hovde1 savers
- Inside Stargate1 savers
- you don't get to hate the girl that got you here1 savers
- making yourself proud - starting from nix3 savers
- choice loneliness - starting from nix1 savers
- Interviewer asked me why is 1 == 1 True but 1000 == 1000 False in Java? | by Harry | JavaGuides | Medium1 savers
- Becoming a magician – Autotranslucence40 savers
- The AI Boom Needs a Market for Compute, Just Like Oil and Spectrum - Bloomberg1 savers
- Is OpenAI Already Too Big to Fail?1 savers
- Dwarkesh Patel's Chronicle of Intelligence1 savers
- Unpacking DOE's proposal to transform data center interconnection | Latitude Media1 savers
- The birth of the AI compute market - by Dave Friedman2 savers
- In Memoriam, Oma - Amanda Knox1 savers
- Ordering flex items - CSS | MDN1 savers
- So Much Rejection6 savers
- The data model behind Notion's flexibility6 savers
- Deep Dive: Economics of the AI Build-Out | Contrary Research1 savers
- Everything I know about good system design36 savers
- Honey, AI Capex is Eating the Economy3 savers
- Silicon Valley’s New Strategy: Move Slow and Build Things - WSJ1 savers
- How tariffs could kneecap Trump’s ‘energy emergency’ - E&E News by POLITICO1 savers
- Will Trump tariffs delay utility transmission, power plant plans? | Utility Dive1 savers
- San Francisco Climate Week 2025: AI x Energy, Gridlocked or Grid Unlocked? - E31 savers
- 2025 trends: aerosols, oil demand, and carbon removal | Latitude Media1 savers
- Why is quality so rare? - Linear Blog1 savers
- Introducing Halcyon's Large Load Tariff Tracker (LLTT)1 savers
- Meet the companies using AI to reinvent the energy business | Fortune1 savers
- Mooncake Blog: but, my Postgres (+ lakehouse) is free1 savers
- The Case for Software Craftsmanship in the Era of Vibes — Zed's Blog3 savers
- How to Do Great Work51 savers
- Nadia Asparouhova | Mapping out the tribes of climate37 savers
- TPU Deep Dive10 savers
- She asked me what I wished for on my wishlist - by Aadil7 savers
- Eight lessons from the first climate tech boom and bust3 savers
highlights — 290
this method still makes too many word-level or character-level errors to be practical. Still, our results follow a scaling law: the more data used for training, the better the decoder, without -- at least for now -- a detectable performance plateau.
Brain2Qwerty — Decoding typed sentences from non-invasive brain activityreaches up to 78% word accuracy for the best participant.
Brain2Qwerty — Decoding typed sentences from non-invasive brain activitynon-invasive magnetoencephalography (MEG) recordings
Brain2Qwerty — Decoding typed sentences from non-invasive brain activitythe first such designation ever applied to an American company
Anthropic Supply Chain Risk Designation Takes Effect — Latest Developments and Next Steps for Government Contractors | Insights | Mayer Browna structured, replayable history of how context turned into action
AI’s trillion-dollar opportunity: Context graphs - Foundation CapitalIf you persist those traces, you get something that doesn’t exist in most enterprises today: a queryable record of how decisions were made.
AI’s trillion-dollar opportunity: Context graphs - Foundation CapitalAgents don’t just need rules. They need access to the decision traces that show how rules were applied in the past, where exceptions were granted, how conflicts were resolved, who approved what, and which precedents actually govern reality.
AI’s trillion-dollar opportunity: Context graphs - Foundation CapitalBall’s framing assumes the data agents need already lives somewhere, and agents just need better access to it plus better governance, semantic contracts, and explicit rules about which definition wins for which purpose.
AI’s trillion-dollar opportunity: Context graphs - Foundation Capitalanything that touches the outside world is an activity, and anything that only coordinates and makes decisions is the workflow.
Temporal Primer - Building Long-Running SystemsSpawn goroutines or threads that run outside Temporal’s control
Temporal Primer - Building Long-Running SystemsMake direct network calls or database queries - those belong in activities
Temporal Primer - Building Long-Running SystemsThe replay mechanism requires that given the same history, the workflow always makes the same decisions.
Temporal Primer - Building Long-Running SystemsTemporal handles retrying Activities automatically when they fail.
Temporal Primer - Building Long-Running SystemsActivities are the “do a thing” units. They are explicitly not deterministic
Temporal Primer - Building Long-Running SystemsWorkflow functions must be deterministic
Temporal Primer - Building Long-Running SystemsThe key aspects to his approach seem to be to articulate what you want to have happen, develop any sort of approach to starting to tackle it, and then act on that approach.
Being Someone who Does Things - by Joe HovdeThis becomes more interesting over the course of a decade or so, because you can clearly see the compounding benefits of actively productive activities, and you can see too much leisure have real negative effects
Being Someone who Does Things - by Joe Hovdethey are expected to generate additional property taxes equal to one third of Abilene’s current total property tax base
Inside Stargatethe entire cooling system across all eight buildings only needs to be topped off each year with an amount of water equal to that used by four households per year
Inside StargateOur available compute grew roughly 3x year-over-year from 0.2GW in 2023, to 0.6GW in 2024, to ~1.9GW in 2025
Inside Stargatei don’t think hope is something to be embarrassed about. i think it’s actually one of the bravest things about us
you don't get to hate the girl that got you hereWhen I first read it, I took it to mean that we are all composites of the world around us, that the self is assembled from external material. Now I believe the inverse is also true. The world is shaped by an internal vitality, by what I do when no one is watching.
making yourself proud - starting from nixThat is the very underpinning of transformation: you can’t predict how it will warp you or turn you into who you weren’t before. It simply feels like acute recognition at the site of change: the way you recognize a perfect fit on a pair of jeans, or begin to fall for someone. It’s just like, Oh.
choice loneliness - starting from nixSo here’s my advice: stop trusting == when wrappers are involved
Interviewer asked me why is 1 == 1 True but 1000 == 1000 False in Java? | by Harry | JavaGuides | MediumUse .equals() like a sane developer.
Interviewer asked me why is 1 == 1 True but 1000 == 1000 False in Java? | by Harry | JavaGuides | MediumJava maintains a cache of Integer objects from -128 to 127. That’s it.
Interviewer asked me why is 1 == 1 True but 1000 == 1000 False in Java? | by Harry | JavaGuides | MediumIt hands you the same cached Integer instance. Both x and y are literally pointing to the same memory reference.
Interviewer asked me why is 1 == 1 True but 1000 == 1000 False in Java? | by Harry | JavaGuides | MediumImagine yourself as the person you would be afraid to say you want to be out loud to others
Becoming a magician – AutotranslucenceSometimes, jumping ship and having no strategy for a while can be better, and allow you to clarify what you want
Becoming a magician – Autotranslucenceoften in areas when you are actually making progress you won’t be able to imagine a nonlinearly better version of yourself, only one who in fact followed the current strategy to its logical conclusion and is now about as great (at the thing the strategy is for) as you expected to be
Becoming a magician – Autotranslucenceasking my most interesting friends to introduce me to their most interesting friends, going down similar rabbit holes with the bibliographies of books that excite me, and generally living in ‘explore’ mode at various points in life
Becoming a magician – AutotranslucenceMagicians or their work often seem to have a subconscious glow that I am drawn to, particularly if they use a type of magic that I recognise is on my critical path and thus something I’m currently seeking
Becoming a magician – AutotranslucenceThe ‘describe the version of you that seems impossible right now’ trick I described above is largely an attempt to bypass that part of my brain that dismisses the work of magicians as crazy and starts allowing it to make the necessary shifts required to become the kind of magician I am envisioning.
Becoming a magician – AutotranslucenceAnd that, in fact, is my definition of magic – competence so much more advanced than yours with such alien mental models that you cannot predict the outcomes of the model at all.
Becoming a magician – Autotranslucenceimprovement on tasks of different complexity has varied: models are now cheaper to use for the most complex tasks, but only somewhat cheaper for simple tasks
Deep Dive: Economics of the AI Build-Out | Contrary Researchthere is an imbalance between the present demands of data centers and the compute capacity they can provide
Deep Dive: Economics of the AI Build-Out | Contrary ResearchBoth upgrades to existing data centers and construction of new data centers are major expenses for the developers of AI models, either directly or via compute partners
Deep Dive: Economics of the AI Build-Out | Contrary ResearchThe part of the equation this narrative fails to capture is the increasing demand for AI capabilities
Deep Dive: Economics of the AI Build-Out | Contrary Researchremains largely optimistic given the falling cost of inference, with OpenAI’s March 2025 letter to Congress noting that the cost of a given AI capability falls by an order of magnitude every 12 months
Deep Dive: Economics of the AI Build-Out | Contrary Researchno frontier AI company relying on third-party data centers is yet profitable
Deep Dive: Economics of the AI Build-Out | Contrary Researchrationalize AI demand
The AI Boom Needs a Market for Compute, Just Like Oil and Spectrum - BloombergThat in turn maximizes value, not least because it significantly reduces the risk associated with buying compute.
The AI Boom Needs a Market for Compute, Just Like Oil and Spectrum - BloombergCompute markets — both spot and futures — involve so many variables that they’ve become a possibility only with the advent of AI agents that can accept natural-language inputs
The AI Boom Needs a Market for Compute, Just Like Oil and Spectrum - Bloombergwhen chunks of the electromagnetic spectrum previously allocated by governments started being auctioned, priced and invested in
The AI Boom Needs a Market for Compute, Just Like Oil and Spectrum - Bloombergwhile vendors enjoy the extra pricing power the status quo gives them, they’d also love to be able to compete effortlessly on every contract being negotiated anywhere in the world
The AI Boom Needs a Market for Compute, Just Like Oil and Spectrum - BloombergWalmart Inc. after all, is a lot more profitable than LVMH Moët Hennessy Louis Vuitton SE
The AI Boom Needs a Market for Compute, Just Like Oil and Spectrum - Bloombergcompute providers will be more akin to Walmart, with its high-volume, low-margin stores, than a high-margin, medium-volume business like LVMH
The AI Boom Needs a Market for Compute, Just Like Oil and Spectrum - BloombergWhat’s unclear is whether those valuations are based on a scarcity thesis — that demand is likely to outstrip supply for years to come — or an abundance thesis, foreseeing a multitrillion-dollar market where these companies will be among the many winners.
The AI Boom Needs a Market for Compute, Just Like Oil and Spectrum - Bloombergas long as they agree to be curtailable or colocate with dispatchable generation.
Unpacking DOE's proposal to transform data center interconnection | Latitude MediaTo fund this, tech giants are turning to a growing list of complex debt financing options, including corporate debt, securitization markets, private financing and off-balance sheet vehicles
Is OpenAI Already Too Big to Fail?