I just canceled my Code Claude subscription, sorry @AnthropicAI. And I'm keeping Codex for now with the @OpenAI subscription at €250/month. The king is dead, long live the king. The lifespan of a leading AI model is therefore 2-3 months before being caught up. Interesting
LLMS
-

DeepSeek R1 Model Training Cost and Hardware Requirements Revealed
By
–
„The Nature article, which listed Liang as one of the co-authors, said DeepSeek's reasoning-focused R1 model cost $294,000 to train and used 512 Nvidia H800 chips.“
-
Future papers will include AI bots for automatic discussion
By
–
Before long every paper will come with a bot that will discuss it at any length with anyone.
-
Rebranding LLM Library as Agentic Framework for Market Traction
By
–
I wonder if https://
claudette.answer.ai would have more traction if you labeled it an "agentic framework though – that seems to be the name that other competitors are settling on, I'm seriously considering rebranding my LLM Python library -
Sub-Agent Pattern in Claude: Context Window Job Dispatch
By
–
That's pretty much the sub-agent pattern, as seen in Claude Code and Claude Research and friends – the parent LLM can dispatch a job to a sub-agent which then works on it as part of its own fresh context window and passes the result back up when it's done
-
Repositioning LLM Framework as Agentic to Boost Market Traction
By
–
Yeah, I think accepting this may liberate me to start calling https://
llm.datasette.io an "agentic framework" – I worry I've been losing traction with it partly because that's what people are looking for -
ChatGPT as Agent: Code Interpreter Milestone in 2023
By
–
Yeah, I'd argue that ChatGPT itself has been an "agent" ever since they added Code Interpreter to it back in early 2023
-
LLM Library Gets Tool Calling for Agentic Framework
By
–
I added tool calling to my LLM CLI/Python library a few months ago which upgraded it to an "agentic framework", but I'm only now ready to admit that's what it is because I didn't like using the term agents!
-
Defining LLM Agents: Running Tools in Loops for Goals
By
–
I'm ready to accept a definition of "agent" that I think is widely-enough agreed upon to be useful: An LLM agent runs tools in a loop to achieve a goal This is a big piece of personal character development for me! I've been dismissing the term as hopelessly ambiguous for years
-

Mistral AI Releases Magistral Small 1.2 Reasoning Model on Hugging Face
By
–
Magistral Small 1.2 @MistralAI just dropped on Hugging Face Building upon Mistral Small 3.2 (2506), with added reasoning capabilities, undergoing SFT from Magistral Medium traces and RL on top, it's a small, efficient reasoning model with 24B parameters Magistral Small can be
