The Agentic Gemini era: @GeminiApp
LLMS
-

Elon Musk, deemed crazy, sees Google rent Colossus for $1B monthly
By
–


Incredible! Elon Musk, considered "crazy" by industry "experts," takes it all. Again. GOOGLE signs and asks ELON MUSK to use Colossus to run their AI for $1 billion per month. This announcement follows Anthropic, creator of the AI
-
LLM inference: mostly about avoiding unnecessary movements
By
–
LLM inference is mostly about avoiding unnecessary movements btw
-
Elon asked to promote public LLMs 101 course
By
–
Elon, how about spreading the word around this to help me create a quality LLMs 101 course available to the public? We need more smart people in the field and this is an excellent way to do that
-
Three-tier memory system prevents context decay after model failures
By
–
Pretty much. Context decay is one of those problems you don't feel until it's already cost you, and by then you've usually blamed the model instead of the memory setup. That's why the three-tier system lands once you've been burned. It turns memory into something you design on
-

State of Generative AI in the Creator Economy
By
–
The state of #GenerativeAI in the creator economy
by Alyssa Mercante @Digiday Learn more: https://
bit.ly/4tgaxHX #AI #LLM #GenAI #ArtificialIntelligence #MI #MachineLearning -
Dreaming of free LLM course inspired by CS50
By
–
I wanna teach a course on LLMs 101 in an educational institution + have it recorded and available online to the public for free I still have an email thanking David J. Malan when I was 13 for putting CS 50 online for free for me to watch it in Egypt Who knows maybe it’ll happen
-
Frame tasks as questions to invite model critique and alternatives
By
–
a smarter alternative to "always use plan mode": always frame your task as a question, so that the model is invited to push back and rate the quality of the idea/suggest alternatives, rather than blindly execute what you SAID to do (which is often not precisely what you
-

Kernels Are the Actual Work in Model Inference
By
–
You don’t “run a model”
You run Kernels The model is just a graph The Inference Engine is scheduler / optimizer / executor But the actual work? That happens in the Kernels – MatMul Kernels
– Attention Kernels
– RMSNorm Kernels
– KV cache Kernels
– Quantized linear Kernels
–
