It's Quantum Day for Stories in AI. This episode features my Austin buddy @whurley
, Founder and CEO of Strangeworks, Founder/GP at Ecliptic Capital. Listen to this, if you want to know why #quantumcomputing changes everything and it's the beginning of…
INNOVATION
-
Quantum Day Stories: Will Hurley on Quantum Computing’s Revolutionary Impact
By
–
-
Replit Cycles Become Casual Investment Purchase for Developers
By
–
Until a few months ago, I'd have agreed 100%. But @Replit Cycles have recently become a common purchase for me, often without much thought. Maybe it's because I sort of see them as an investment?
-
Software Pricing Psychology: Why We Hesitate to Pay
By
–
I'll spend $20 on something I don't need in-person without thinking twice… but when it comes to software that could solve an acute problem I'm facing, I find myself hesitating to pay even $5/mo. Does anyone else feel the same way?
-
Circular Economy and Green Finance: Key Sustainability Insights
By
–
Superb episode @tecdr so important to shine a light on this! S #circulareconomy #sustainability #greenfintech
-
CICERO AI Diplomacy Game: Win Rate Against Human Players
By
–
Meta AI’s CICERO plays Diplomacy with humans, like humans. And more often than not, wins. Recently, CICERO played Diplomacy games online against 82 competitors. Can you guess CICERO’s win rate compared to that of the human players?
-
NVIDIA Omniverse: Simulations for Large Enterprises and Space Missions
By
–
.@Amazon, @BMW, @Ericsson, @Siemens, @Lowes, and others use #NVIDIAOmniverse to plan and simulate operations, saving millions of dollars. NVIDIA-powered simulations are also helping @NASA plan the landing of its first manned mission to Mars. https://t.co/sf8g0w4Mda #NVIDIAstory
— NVIDIA (@nvidia) 14 décembre 2022Amazon, BMW, Ericsson, Siemens, Lowes, and others use #NVIDIAOmniverse to plan and simulate operations, saving millions of dollars. NVIDIA-powered simulations are also helping NASA plan the landing of its first manned mission to Mars. https://nvda.ws/3xTkalW #NVIDIAstory
-
NeurIPS ICML Experiment: Data Collection on Decision-Making Process
By
–
To make it absolutely clear, like I said, this is an EXPERIMENT, similar to past experiments at NeurIPS and ICML. It will not have a significant impact on the actual decisions, more just to gather data. I have heard there have been emails complaining… x.com/thegautamkamat…
-

LLM Configuration Serialization in JSON and YAML Formats
By
–
Serialization of LLM Configurations Have a favorite temperature/parameter setting for your LLM that you want store/version not in code? Now you can! @AkashSamant4 made it super easy to read/write LLM configurations to/from disk in json and yaml format
-
New abstraction enables returning generation metadata like logprobs
By
–
This abstraction also opens up the door to returning more information about each generation For example, the logprobs associated with a generation (something I know @alexgraveley would love)
-

Map-Reduce Chain Speed Optimization Through LLM Call Batching
By
–
This now means that certain chains see a MASSIVE speed up. For example, the map-reduce chain can batch the map calls to the LLM, resulting in a ~75% drop in time