You don’t remove any information. You just use the right model. The action distribution is a delta function for your own actions. You still train on how the world is affected by or reacts to your actions
LLMS
-

Educational Resource: The Hundred-Page Language Models Book
By
–
The Hundred-Page Language Models Book — Hands-on with PyTorch: http://
amzn.to/4sJl7YC by @burkov -

GenAC: chain-of-thought generative critic for LLM RL
By
–
What if LLM reinforcement learning could assign credit more accurately by thinking step by step? Researchers from Peking University and Microsoft Research Asia introduce GenAC: a generative critic that replaces one-shot value predictions with chain-of-thought reasoning before
-
The relationship between tokens, intelligence, and problem-solving complexity
By
–
Simply put ‘tokens’ are what makes up a measure of non-biological Intelligence. And with more intelligence you can solve infinitely more complex problems. And no, there is no ceiling on complexity, so it’s not a zero-sum game (IE humans vs machines). It just means we can do…
-

GPT-5.5 Pro applies research technique to generate funny word pairs
By
–

GPT-5.5 Pro faces its hardest academic challenge: to apply the technique from a paper analyzing which word pairs were funny & why to come up with its own It came up with scrotum snorkel, tuba subpoena, waffle coffin, toad commode, diarrhea tiara, banana tribunal & muffin ruffian
-

Hermes Agent Self-Evolving Skills and Memory Architecture
By
–

self-evolving skills in Hermes agent. i found this to be the most powerful feature in Hermes. the agent doesn't just solve problems, it remembers how it solved them. memory handles facts, and skills handle procedures. the difference matters because knowing that a Kubernetes
-
Transformer Explainer: Visualizing How GPT Models Work
By
–
This free interactive explainer just exposed how GPT actually works.
— AlphaSignal AI (@AlphaSignalAI) 17 mai 2026
Most people treat Transformers like magic. You type something in, words come out.
What happens inside stays a black box for almost everyone.
Transformer Explainer cracks that box wide open. It runs a live… pic.twitter.com/dkSxhjTFIgThis free interactive explainer just exposed how GPT actually works. Most people treat Transformers like magic. You type something in, words come out. What happens inside stays a black box for almost everyone. Transformer Explainer cracks that box wide open. It runs a live
-

Top AI Papers of the Week (May 11–17)
By
–
The Top AI Papers of the Week (May 11 – May 17) – AEvo
– δ-mem
– AutoTTS
– AI Co-Mathematician
– Lighthouse Attention
– Is Grep All You Need?
– A Geometric Calculator Inside a Neural Network Read on for more: -

optillm: Proxy tool for optimizing LLM reasoning without fine-tuning
By
–
Your LLM can reason better without any fine-tuning! optillm is an OpenAI API-compatible proxy that implements 20+ optimization techniques to improve LLM accuracy on reasoning tasks without training or fine-tuning. The concept: Instead of one API call, optillm makes multiple
-

Checklist: How to Build AI Agents
By
–
How to build AI Agents • Define scope
• Structure I/O
• Add tools
• Enable reasoning
• Orchestrate agents
• Add memory Smart ≠ enough
Structure + context = performance Via Giuliano Liguori (
@ingliguori
) #AI #AIAgents #BuildInPublic