Rumors about the new Gemini Flash coming in. And holy, if true then big: 92% of GPT-5.5’s coding and reasoning performance, reportedly at 15–20x lower inference cost. And the latency? Sub-200ms for most queries. That would be nuts. no joke.
AI
-

Microsoft Explores Acquisition of AI Lab Behind Reasoning Diffusion LLM
By
–

Microsoft is exploring a deal to acquire Inception, an AI lab that recently released Mercury 2, the world's first reasoning diffusion LLM, according to Reuters. Imagine diffusion Copilot
-

Hermes AI Agent Memory Architecture Explained
By
–

the three-tier memory of Hermes agent. AI agents forgets everything when your session ends. Hermes doesn't. it has three memory layers, each at a different speed. 𝘁𝗶𝗲𝗿 𝟭: 𝘁𝘄𝗼 𝘁𝗶𝗻𝘆 𝗺𝗮𝗿𝗸𝗱𝗼𝘄𝗻 𝗳𝗶𝗹𝗲𝘀 MEMORY.md (2,200 chars) and USER.md (1,375 chars).
-
The AI Orchestrator: Tomorrow’s Profession
By
–
The job of the future: AI orchestrator. For every task, deciding between 15 models based on 4 variables: intelligence, cost per token, hallucination rate, and latency. Between Claude Opus at $15 per million tokens and the Chinese Qwen at $0.50, there’s a 30x difference. Multiplied by…
-
Elsevier survey explores nurse perspectives on AI in healthcare
By
–
To mark International Nurses Day, Elsevier is launching Clinician of the Future 2026: Nurses Edition. We asked nurses about their use of AI, their views on AI’s future in healthcare, and what’s needed to increase trust in new technologies. Find out more.
-

OpenSquilla Releases Cost-Efficient Open-Source AI Agent for Long-Running Tasks
By
–

OpenSquilla released a new open-source AI agent designed for executing cost-efficient, long-running tasks. It offers 60-80% token savings and is available under the Apache-2.0 license! > ML classifier sends simple tasks to cheap models, complex ones to stronger models > 60-80%
-
Automated codex review loop skill with architecture limitation
By
–
Wrote a skill that runs codex /review in a loop until there's no booboos anymore. Caveat: It won't fix system architecture for ya, so you still need BRAIN as master model. https://
github.com/steipete/agent
-scripts/blob/main/skills/codex-review/SKILL.md
… -
AI models’ inherent planning and intent inference capabilities
By
–
same, models are so good at planning and inferring intent that you don’t really need to add the extra step of planning!
-

Optimized LLaMA.cpp Patch
By
–
Patched LLaMA.cpp
→
https://github.com/AtomicBot-ai/atomic-llama-cpp-turboquant
… -

GGUF models available on Hugging Face
By
–
GGUF models on @huggingface → https://
huggingface.co/AtomicChat/Qwe
n3.6-27B-UDT-MTP-GGUF
…