A Single Neuron Is Sufficient to Bypass Safety Alignment in Large Language Models
LLMS
-

Inefficient caching for LLMs with parallel strategies
By
–
1/5 Caching relies on a deterministic assumption: same input, same output. This breaks down with LLMs, particularly with agents using parallel rollout strategies like best-of-N sampling.
-
Codex knows that command with many edits, no large blob
By
–
oh codex knows that command. there’s no large blob, just a ton of edits.
-
Rumored Gemini Flash achieves 92% GPT-5.5 performance at 15-20x lower inference cost
By
–
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.
-

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…
-

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!
