Some huge leak updates! – Gemini 3 is targeted for 9th October
– Claude 4.5 1-2 weeks away! That means next week could be relatively quiet, but the week after that, a veritable storm will descend upon us.
LLMS
-
Major AI Model Releases Expected: Gemini 3 and Claude 4.5 Coming Soon
By
–
-
GRPO-based models and gibberish detection techniques
By
–
I think they are all basically based on GPRO++, Dr. GRPO etc. But the one interesting one is the Gibberish detection. Need to borrow this!
-
Anuar Sharafudinov’s ollm Repository: Open Source LLM Project
By
–
Awesome work by Anuar Sharafudinov! Here's the repo:
↳ https://
github.com/Mega4alik/ollm -

oLLM: Lightweight Python Library for LLM Inference
By
–
Ace. oLLM is a lightweight Python library for LLM inference built on top of transformers Run qwen3-next-80B, GPT-OSS, Llama3, on consumer hardware. ↳ Handle 100k tokens on an 8GB GPU
↳ Works with contracts, logs, reports
↳ No quantization, just fp16/bf16 Repo in ↓ -

Embodied AI: From LLMs to World Models Survey
By
–
8. Embodied AI: From LLMs to World Models This paper surveys embodied AI through the lens of LLMs and World Models (WMs).
-
Frontier AI Models Approach Expert Parity in Accuracy
By
–
9. GDPval It shows frontier models improve roughly linearly and are nearing expert parity, with Claude Opus 4.1 preferred or tied 47.6% of the time, while GPT-5 leads in accuracy.
-

Language Models Learn to Think and Chat Better with RL
By
–
7. Language Models that Think, Chat Better A simple recipe, RL with Model-rewarded Thinking, makes small open models “plan first, answer second” on regular chat prompts and trains them with online RL against a preference reward.
-

ARK-V1: Lightweight Agent for Knowledge Graph Navigation
By
–
6. ARK-V1 ARK-V1 is a lightweight agent that helps language models answer questions by actively walking through a knowledge graph instead of relying only on memorized text.
-

LLM-JEPA: Adapting JEPA Training to Language Models
By
–
5. LLM-JEPA A JEPA-style training objective is adapted to LLMs by treating paired views of the same underlying content (for example, text and code) as prediction targets in embedding space, added on top of the usual next-token loss.
-
Meta FAIR Releases CWM: 32B Open-Weights Code Execution Model
By
–
3. Code World Model Meta FAIR releases CWM, a 32B open-weights coder trained to model code execution and to act inside containers.