Topics /
LLM RSS Feeds
1 feed from 1 site tagged “LLM”. Follow one here, or copy its address into any RSS reader.
Latest LLM posts
How to Secure a Custom AI Application: From Prompt Injection to Data Leakage
The security controls organizations need when putting AI applications into production. Building a custom AI application is easier than ever. A team can connect an LLM to internal documents, add RAG, create a chatbot interface, and have a useful prototype running quickly. But getting an AI…
I Trusted My Agent Demos for Years. Then I Built a Gate That Says No.
Every agent I have ever shipped was qualified the same way: someone watched it work once, nodded, and called it production-ready. I did this for years. I trusted my own demos. So I built the thing that stops me. It's called HivePlane — an open-source control plane where an agent cannot touch a…
How to Maximize Your Coding Agent Subscriptions
Get more out of your coding agent subscriptions The post How to Maximize Your Coding Agent Subscriptions appeared first on Towards Data Science .
Beyond RAGs: Building Actually Truthful AI Harnesses
Retrieval is not evidence. How to build AI that proves its own claims. The post Beyond RAGs: Building Actually Truthful AI Harnesses appeared first on Towards Data Science .
Towards Spec-Driven Test Automation: Part 1
Why a green test suite can mean nothing The post Towards Spec-Driven Test Automation: Part 1 appeared first on Towards Data Science .
When the Correct Answer Is Nothing, What Does Your Pipeline Return?
The reliability mechanisms we add to LLM pipelines are often the ones that make them confidently wrong. The post When the Correct Answer Is Nothing, What Does Your Pipeline Return? appeared first on Towards Data Science .
I Trained a Tiny Network to Compress Data. It Drew a Pentagon.
Reproducing Anthropic's "Toy Models of Superposition" from scratch in NumPy, with hand-derived gradients and no borrowed numbers. The post I Trained a Tiny Network to Compress Data. It Drew a Pentagon. appeared first on Towards Data Science .
From Words to Vectors: What Happens in Between?
A Journey through TF-IDF, vector space, and text classification The post From Words to Vectors: What Happens in Between? appeared first on Towards Data Science .
How GRPO Trains Small Language Models with Verifiable Rewards
The mechanics behind local reasoning experiments with Unsloth and why the reward function matters as much as the model. The post How GRPO Trains Small Language Models with Verifiable Rewards appeared first on Towards Data Science .
How to Make Your First World Model from Scratch
A beginner-friendly guide to building a world model in Python, letting it daydream its way through CartPole, and accurately measuring when the illusion collapses. The post How to Make Your First World Model from Scratch appeared first on Towards Data Science .
llm 0.36
Release: llm 0.36 New OpenAI models: gpt-6-sol for GPT-6 Sol and gpt-6-luna for GPT-6 Luna . #1702 Model plugins can now declare supports_conversation = False for models that only accept single-turn prompts. LLM raises llm.ConversationNotSupported when these models receive assistant or tool…
llm-anthropic 0.29
Release: llm-anthropic 0.29 Adds support for Claude Opus 5.5 : llm -m claude-opus-5.5 "prompt goes here" Tags: llm , anthropic
llm-typesafe 0.1a0
Release: llm-typesafe 0.1a0 I built this new plugin for LLM to add support for TypeSafe AI's new Jev model . Install it like this: llm install llm-typesafe Then set an API key ( get one here , the waitlist seems to move pretty fast): llm keys set typesafe # Paste key And now you can ask yes/no…
Break Your Own RAG Pipeline Before Users Do
A small adversarial test set that catches the retrieval failures your evaluation set never will The post Break Your Own RAG Pipeline Before Users Do appeared first on Towards Data Science .
Build a Speaker-Recognition App with Claude Code
Learn how to effectively code up an internal tool using Claude code or Codex The post Build a Speaker-Recognition App with Claude Code appeared first on Towards Data Science .
4 Ways to Use AI on a PhD Thesis
Finding citations, consolidating code, fact-checking and preparing for the defence The post 4 Ways to Use AI on a PhD Thesis appeared first on Towards Data Science .
An Introduction to Jev
The AI that makes decisions instead of generating text The post An Introduction to Jev appeared first on Towards Data Science .
A New Kind of Model for AI Decision-Making?
Exploring TypeSafe's Jev and comparing it with OpenAI on intent classification The post A New Kind of Model for AI Decision-Making? appeared first on Towards Data Science .
GPT-6 Astra Just Hit OpenAI's Highest Cybersecurity Risk Level
Why this matters less for what Astra can do and more for what every other model hasn't been tested for The post GPT-6 Astra Just Hit OpenAI's Highest Cybersecurity Risk Level appeared first on Towards Data Science .
Google Offered $10M for a Dying Airline's Data. How Can You Value Yours?
How to put a dollar value on your organization's operational data The post Google Offered $10M for a Dying Airline's Data. How Can You Value Yours? appeared first on Towards Data Science .