Glad you’re pushing the team! @TimSweeneyEpic I hope you will too and ask the RealityScan team to reconsider – RS is so good for photogrammetry and y’all could be at the heart of the radiance field ecosystem too
GENERATIVE AI
-
Codex efficiency improvements reduce need for context workarounds
By
–
codex is so much better at being efficient with context window that this is rarely needed anymore. This was an old claude workaround.
-
RL Post-training Efficiency: 4x Fewer Rollouts for Coding
By
–
4x fewer rollout turns for competitive accuracy is a big deal for making RL post-training practical. Curious to see if this generalizes beyond coding tasks.
-
Veo 3: AI-powered audio generation for video creations
By
–
— Ahmad (@TheAhmadOsman) 29 mars 2026
NVIDIA AI pulled me in for an interview at GTC this week x.com/TheAhmadOsman/…
-
Model Improvements Reduce Need for Complex Workflows
By
–
That was last year’s workflow, not doing that much anymore, models got better.
-

Training vs Context: How to Actually Give AI Your Company Data
By
–
If you paste your company data into ChatGPT, you did NOT just train it. ❌ I keep getting different versions of this same question: → Can I inject knowledge directly into the model? → Does adding data through RAG actually change how the model thinks? Let's understand the answer with the example of a small company that sells climbing gear. 🧗 They have a return policy, a product catalog, and internal guidelines. They want AI to handle customer questions. If they paste their return policy into ChatGPT – did they train the model? No. They gave it temporary context. The model's brain didn't change at all. If they build a RAG system that retrieves relevant documents when a question comes in – did they train the model? Still no. They built an external bookshelf the model can read from. But the model itself is exactly the same. If they fine-tune the model on their climbing gear data – now they actually changed the brain. But even then, they didn't insert a clean fact into a specific location. The knowledge gets distributed across millions of parameters. There's no single neuron labeled "climbing shoe return policy." 🧠 So what should they actually do? If the goal is for the model to know a specific fact, don't retrain it. Give it through context or external memory. It's cheaper and more controllable. Save fine-tuning for changing behavior like tone, style, reasoning patterns, not for injecting knowledge. I covered all of this and more in a video: → How embeddings work (without the math) → What the latent space actually is → Why reasoning models aren't fundamentally different → When to choose prompting vs RAG vs fine-tuning The mental model I want you to keep: 👉 Parameters = the brain 👉 Training = changes the brain 👉 Embeddings = coordinates for searching meaning 👉 RAG = a bookshelf the brain reads from 👉 Latent space = the internal geometry created by the brain Full video 👇
-
Autonomous AI Agent Implements Voice Transcription and Response Workflow
By
–
This is nuts: Clawdbot figured out how to transcribe and respond to a voice message on its own, detecting the Opus format, converting it via FFmpeg, calling OpenAI’s Whisper with a found API key, and replying as if voice support had always existed.
— Chubby♨️ (@kimmonismus) 29 mars 2026
pic.twitter.com/n9kmt8eNjRThis is nuts: Clawdbot figured out how to transcribe and respond to a voice message on its own, detecting the Opus format, converting it via FFmpeg, calling OpenAI’s Whisper with a found API key, and replying as if voice support had always existed.
-
LLM token prices decreased 99% since 2022 launch
By
–
To give you an idea since we launched godinabox in 2022 till today token prices for top of the line LLM is something like 1% of what it used to be.
→ View original post on X — @waitin4agi_, 2026-03-29 11:30 UTC
-
Kyutai and Moshi: Strategic positioning in AI solutions
By
–
c'est parcqu'ils veulent mettre en avant l'autre solution Moshi avec kyutai
-
KV Cache Optimization and DDR5 Memory Pricing Misconception
By
–
The claim mixes up memory types: KV cache optimization (like TurboQuant) reduces GPU VRAM usage during inference, not system memory like DDR5 RAM. DDR5 prices are driven by broader semiconductor supply-demand cycles, so there’s no direct link between KV cache compression and