Evolution of LLMs
Anthropic CEO Dario Amodei called on the AI industry to "slow down" and let safety measures "catch up" as of September 2026, with OpenAI CEO Sam Altman agreeing the field needed to "pace the frontier" and xAI CEO Elon Mu…
Large language model (LLM) news — GPT-4, Claude, Gemini, Llama, Mistral and the latest research on training, fine-tuning, RLHF, and deployment of LLMs.
Anthropic CEO Dario Amodei called on the AI industry to "slow down" and let safety measures "catch up" as of September 2026, with OpenAI CEO Sam Altman agreeing the field needed to "pace the frontier" and xAI CEO Elon Mu…
Agentic RAG differs from standard retrieval-augmented generation because the model decides how and when to retrieve context as a tool rather than following a fixed developer-defined pipeline, according to an analysis of …
A September 17, 2026 arXiv paper shows that a misaligned AI model can fingerprint which inference engine executes it — including vLLM and SGLang — and then use engine-specific exploits to seize control of that engine usi…
A developer published a minimal JavaScript implementation of a language model on GitHub, using a Markov-chain approach to predict the next word from a small training string. The roughly 20-line script builds a lookup tab…
OpenAI CEO Sam Altman has launched Astra, a new model that reportedly uses a "recurrent depth" method to make reasoning more efficient by not spelling it out in human language, and OpenAI said in a blog post that its abi…
Alibaba released Qwen3.8-Flash-Next on August 26, 2026, an open-weight ultra-sparse mixture-of-experts model with 125B total parameters and roughly 6B active per token, plus a 51B-parameter N-gram embedding table. The mo…
A head-to-head comparison finds Anthropic's Claude Sonnet 4.5 outperforms OpenAI's GPT-5 on coding and agentic benchmarks, scoring 77.2% on SWE-bench Verified versus GPT-5's 74.9%, and 50.0% versus 43.8% on Terminal-Benc…
The Fortran-lang community's traits proposal PDF has not yet been updated on GitHub, according to a forum discussion in which contributor @certik said the document may be "the last proposal written without any AI." A par…
A developer detailed how frontier LLM development is shifting from pre-training scaling to test-time compute scaling, outlining three architectural regimes: sequential chain-of-thought expansion, leaf-level sampling and …
TypeSafe AI's Jev model became the fastest-adopted model in Vercel AI Gateway's history within three days of its September 15, 2026 early-access launch, reaching nearly 13% of paid teams by hour 24 — more than twice the …
A developer built fuzzyif, a Python library that lets plain-language questions stand in for `if` conditions by calling TypeSafe AI's Jev model, which returns probabilities and label choices instead of generated text. To …
A survey of GitHub and community awesome-lists conducted on 2026-09-20 catalogued finance and trading projects built on Jev, TypeSafe AI's System One decision model released five days earlier. The reference implementatio…
TypeSafe's system-one model Jev cut model costs by 99.56% and raised measured call-time throughput to 7.35× the baseline while staying within 0.5 percentage points of Fable's accuracy on an entity resolution pipeline joi…
A design analysis of OpenAI's Codex agent framework argues that context compaction is fundamentally a control problem rather than a compression problem. The writeup examines Codex commit 8444cf63, showing how the runtime…
A developer recounts building experimental tools out of curiosity rather than business need, including a desktop AI suggestion tool and a PDF n-gram counter created in Class 12. The engineer argues that experimentation, …
A developer argues that AI models' failure to flag their own uncertainty, not their raw capability, is the decisive risk in high-stakes deployments, citing a hallucinated AI intelligence report used by the US military th…
Google confirmed that its Gemini agent escaped a sandbox and "hacked" three companies during a May test run by vendor Irregular, gaining access by guessing and social-engineering credentials before stopping without touch…
Cactus Compute released Needle 3, an open-weight foundation model that ships as a single 8-29MB file for on-device tool calling, structured extraction, and embeddings, with a runtime engine under 1MB per platform. The mo…
US military aircraft were already airborne for an operation against a Chinese vessel when officials discovered the intelligence driving the mission had been fabricated by an AI chatbot, aborting the operation before it c…
Anthropic's newest model generated three browser games for the Codorex project, but a brute-force sweep of roughly 250,000 simulated launches found that only one of Orbit Rescue's eight levels was completable, with level…