<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>ai-magazine</title><description>Plain-English AI definitions, research summaries and language model data with a source next to every number.</description><link>https://ai-magazine.com/</link><language>en</language><item><title>Prompt Caching: How It Works and What It Actually Saves</title><link>https://ai-magazine.com/prompt-caching-explained/</link><guid isPermaLink="true">https://ai-magazine.com/prompt-caching-explained/</guid><description>Prompt caching reuses the work a model already did on a repeated prefix. How it works, what each vendor charges, and the measured savings on a 50,000-token prompt.</description><pubDate>Tue, 22 Sep 2026 00:00:00 GMT</pubDate></item><item><title>How to Run an LLM Locally With Ollama</title><link>https://ai-magazine.com/how-to-run-an-llm-locally-with-ollama/</link><guid isPermaLink="true">https://ai-magazine.com/how-to-run-an-llm-locally-with-ollama/</guid><description>Install Ollama, pull a model and run it on your own machine. What fits in your RAM, what a laptop without a GPU really delivers, and where local stops making sense.</description><pubDate>Mon, 21 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Claude Skills: What They Are and How to Write Your First Skill</title><link>https://ai-magazine.com/claude-skills-how-to-write-your-first-skill/</link><guid isPermaLink="true">https://ai-magazine.com/claude-skills-how-to-write-your-first-skill/</guid><description>Agent Skills package instructions, scripts and files into a folder Claude loads only when it needs them. What they cost in tokens, and how to build one.</description><pubDate>Sat, 19 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Vector Databases: How They Work and How to Choose One</title><link>https://ai-magazine.com/vector-databases-how-they-work/</link><guid isPermaLink="true">https://ai-magazine.com/vector-databases-how-they-work/</guid><description>What a vector database does, how HNSW and IVF indexes trade recall for speed, what each option costs, and how to tell when Postgres with pgvector is enough.</description><pubDate>Fri, 18 Sep 2026 00:00:00 GMT</pubDate></item><item><title>What Is RAG? Retrieval-Augmented Generation Explained With a Working Example</title><link>https://ai-magazine.com/what-is-rag-retrieval-augmented-generation/</link><guid isPermaLink="true">https://ai-magazine.com/what-is-rag-retrieval-augmented-generation/</guid><description>RAG lets a language model answer from your own documents by retrieving relevant text and adding it to the prompt. How it works, what it costs, and working code.</description><pubDate>Thu, 17 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Claude Sonnet 5 Keeps Its $2 / $10 Price: Anthropic Cancels the Planned Increase</title><link>https://ai-magazine.com/claude-sonnet-5-price-increase-cancelled/</link><guid isPermaLink="true">https://ai-magazine.com/claude-sonnet-5-price-increase-cancelled/</guid><description>Anthropic made Claude Sonnet 5&apos;s $2 / $10 introductory price its standard price on August 10, 2026. The increase to $3 / $15 planned for September 1 did not happen.</description><pubDate>Wed, 16 Sep 2026 00:00:00 GMT</pubDate></item><item><title>DeepSeek V4.1 Flash Arrives With Lower Prices, and V4 Pro Gets a Reprieve</title><link>https://ai-magazine.com/deepseek-v4-1-flash-release-pricing-v4-pro-stays/</link><guid isPermaLink="true">https://ai-magazine.com/deepseek-v4-1-flash-release-pricing-v4-pro-stays/</guid><description>DeepSeek released V4.1 Flash on September 10, 2026, with new peak and off-peak API prices. It planned to route V4 Pro to Flash, then kept V4 Pro running.</description><pubDate>Wed, 16 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Gemini 3.8 Flash Launch Pricing Ends December 31: API Price Doubles in 2027</title><link>https://ai-magazine.com/gemini-3-8-flash-price-increase-2027/</link><guid isPermaLink="true">https://ai-magazine.com/gemini-3-8-flash-price-increase-2027/</guid><description>Gemini 3.8 Flash costs $0.75 input and $3.75 output per 1M tokens through December 31, 2026. From January 1, 2027, Google&apos;s API price doubles.</description><pubDate>Wed, 16 Sep 2026 00:00:00 GMT</pubDate></item><item><title>GPT-5.5 Leaves ChatGPT and Codex on October 14, but Stays in the OpenAI API</title><link>https://ai-magazine.com/gpt-5-5-retired-from-chatgpt-and-codex-api-stays/</link><guid isPermaLink="true">https://ai-magazine.com/gpt-5-5-retired-from-chatgpt-and-codex-api-stays/</guid><description>OpenAI is removing GPT-5.5 from ChatGPT, ChatGPT Work and Codex on October 14, 2026. The API is not affected: no shutdown date is listed for gpt-5.5.</description><pubDate>Wed, 16 Sep 2026 00:00:00 GMT</pubDate></item><item><title>GPT-5.6 Sol&apos;s $4 / $20 API Price Is a Promotion Through at Least November 21</title><link>https://ai-magazine.com/gpt-5-6-sol-promotional-price-november-2026/</link><guid isPermaLink="true">https://ai-magazine.com/gpt-5-6-sol-promotional-price-november-2026/</guid><description>OpenAI cut GPT-5.6 Sol to $4 input and $20 output per 1M tokens on August 21, 2026. The price is promotional and runs at least through November 21.</description><pubDate>Wed, 16 Sep 2026 00:00:00 GMT</pubDate></item><item><title>GPT-6 Astra API Pricing: $10 per Million Input Tokens, $50 Output</title><link>https://ai-magazine.com/gpt-6-astra-api-pricing/</link><guid isPermaLink="true">https://ai-magazine.com/gpt-6-astra-api-pricing/</guid><description>OpenAI released GPT-6 Astra on September 3, 2026. Its API costs $10 input and $50 output per 1M tokens, with higher rates above 272K tokens and in Fast mode.</description><pubDate>Wed, 16 Sep 2026 00:00:00 GMT</pubDate></item><item><title>How to Connect an MCP Server, and Why MCP Is Simpler Than Custom Integrations</title><link>https://ai-magazine.com/how-to-connect-mcp-server/</link><guid isPermaLink="true">https://ai-magazine.com/how-to-connect-mcp-server/</guid><description>What the Model Context Protocol is, why it beats one-off API integrations, and step-by-step setup for Claude, ChatGPT, VS Code, Cursor, Gemini CLI and the APIs.</description><pubDate>Wed, 16 Sep 2026 00:00:00 GMT</pubDate></item><item><title>The Biggest US AI Startups Raising $100 Million or More in 2026</title><link>https://ai-magazine.com/the-complete-list-of-28-us-ai-startups-to-earn-over-100-million-in-2026/</link><guid isPermaLink="true">https://ai-magazine.com/the-complete-list-of-28-us-ai-startups-to-earn-over-100-million-in-2026/</guid><description>A factual roundup of the largest US AI startups securing major funding rounds in 2026, from frontier labs to robotics and enterprise agents.</description><pubDate>Wed, 16 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Ray – A Distributed Computing Framework for Reinforcement Learning</title><link>https://ai-magazine.com/ray-a-distributed-computing-framework-for-reinforcement-learning/</link><guid isPermaLink="true">https://ai-magazine.com/ray-a-distributed-computing-framework-for-reinforcement-learning/</guid><description>Ray is an open-source framework designed to address the needs of scalable distributed computing, especially in the context of machine learning tasks. It was developed at the University of California, …</description><pubDate>Mon, 09 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Research Investigates LLMs’ Effects on Human Creativity</title><link>https://ai-magazine.com/research-investigates-llms-effects-on-human-creativity/</link><guid isPermaLink="true">https://ai-magazine.com/research-investigates-llms-effects-on-human-creativity/</guid><description>Large Language Models (LLMs) are advanced AI systems capable of understanding and generating human speech in response to written prompts. All over the world, they are used for a wide range of tasks, s…</description><pubDate>Thu, 31 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Research Shows Over-Reliance On AI When Making Life-Or-Death Decisions</title><link>https://ai-magazine.com/research-shows-over-reliance-on-ai-when-making-life-or-death-decisions/</link><guid isPermaLink="true">https://ai-magazine.com/research-shows-over-reliance-on-ai-when-making-life-or-death-decisions/</guid><description>In simulated scenarios involving critical life-or-death decisions, about two-thirds of participants in a UC Merced study allowed a job to change their initial judgments when it disagreed with them. Th…</description><pubDate>Tue, 10 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Keras Model</title><link>https://ai-magazine.com/keras-model/</link><guid isPermaLink="true">https://ai-magazine.com/keras-model/</guid><description>Artificial intelligence and its subset, deep learning, have significantly changed how technology interacts with various industries. From healthcare to finance, deep learning to learn and create comple…</description><pubDate>Thu, 18 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Scientists Develop AI Solution to Prevent Power Outages</title><link>https://ai-magazine.com/scientists-develop-ai-solution-to-prevent-power-outages/</link><guid isPermaLink="true">https://ai-magazine.com/scientists-develop-ai-solution-to-prevent-power-outages/</guid><description>Researchers at the University of Texas at Dallas have created an artificial intelligence (AI) model designed to help power grids prevent blackouts by rerouting power in milliseconds. This innovative s…</description><pubDate>Fri, 28 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Research Reveals Contradictory Positions Of AI Models On Controversial Issues</title><link>https://ai-magazine.com/research-reveals-contradictory-positions-of-ai-models-on-controversial-issues/</link><guid isPermaLink="true">https://ai-magazine.com/research-reveals-contradictory-positions-of-ai-models-on-controversial-issues/</guid><description>Not all generative AI models are the same, especially in that they address controversial topics. A recent study analyzed various plaintext analysis models, including Meta&apos;s Llama 3. The aim was to see…</description><pubDate>Fri, 07 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Researchers Found That LLMs Are Vulnerable To Disclosure Of Harmful Information</title><link>https://ai-magazine.com/researchers-found-that-llms-are-vulnerable-to-disclosure-of-harmful-information/</link><guid isPermaLink="true">https://ai-magazine.com/researchers-found-that-llms-are-vulnerable-to-disclosure-of-harmful-information/</guid><description>A team of artificial intelligence experts at AWS AI Labs, part of Amazon, discovered that almost all publicly available large language models (LLMs) can be easily manipulated to reveal dangerous or un…</description><pubDate>Fri, 24 May 2024 00:00:00 GMT</pubDate></item><item><title>A Framework For Improving Security In Text-To-Image Generation Systems</title><link>https://ai-magazine.com/a-framework-for-improving-security-in-text-to-image-generation-systems/</link><guid isPermaLink="true">https://ai-magazine.com/a-framework-for-improving-security-in-text-to-image-generation-systems/</guid><description>The development of machine learning technologies capable of generating text and visual elements based on user input has opened new avenues for the cost-effective creation of targeted content. Among th…</description><pubDate>Fri, 03 May 2024 00:00:00 GMT</pubDate></item><item><title>The Study Reveals The Potential Of Artificial Intelligence To Take Over Key Management Functions In Scientific Research</title><link>https://ai-magazine.com/the-study-reveals-the-potential-of-artificial-intelligence-to-take-over-key-management-functions-in-scientific-research/</link><guid isPermaLink="true">https://ai-magazine.com/the-study-reveals-the-potential-of-artificial-intelligence-to-take-over-key-management-functions-in-scientific-research/</guid><description>Recent research from ESMT Berlin shows that artificial intelligence (AI) can effectively supervise humans involved in large-scale research initiatives, taking on roles related to task allocation, orga…</description><pubDate>Fri, 12 Apr 2024 00:00:00 GMT</pubDate></item><item><title>The Quiet-STAR Algorithm, Which Allows Chatbots To Think About Answers Before Responding</title><link>https://ai-magazine.com/the-quiet-star-algorithm-which-allows-chatbots-to-think-about-answers-before-responding/</link><guid isPermaLink="true">https://ai-magazine.com/the-quiet-star-algorithm-which-allows-chatbots-to-think-about-answers-before-responding/</guid><description>A partnership between artificial intelligence experts from Stanford University and Notbad AI Inc. led to the creation of an innovative algorithm that allows modern chatbots to consider different answe…</description><pubDate>Fri, 29 Mar 2024 00:00:00 GMT</pubDate></item><item><title>An Ai Chatbot Designed To Provide Emotional Support</title><link>https://ai-magazine.com/an-ai-chatbot-designed-to-provide-emotional-support/</link><guid isPermaLink="true">https://ai-magazine.com/an-ai-chatbot-designed-to-provide-emotional-support/</guid><description>Rapid advances in natural language processing (NLP) and the creation of sophisticated large language models (LLM) have paved the way for specialized conversational interfaces. These interfaces are tai…</description><pubDate>Fri, 01 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Innovative Ai Technology Predicts Data Trends To Improve Storage Efficiency</title><link>https://ai-magazine.com/innovative-ai-technology-predicts-data-trends-to-improve-storage-efficiency/</link><guid isPermaLink="true">https://ai-magazine.com/innovative-ai-technology-predicts-data-trends-to-improve-storage-efficiency/</guid><description>Scientists have invented an innovative algorithm-based approach that allows digital systems to predict trends in data and improve the storage process. Their findings suggest that such prediction can s…</description><pubDate>Fri, 16 Feb 2024 00:00:00 GMT</pubDate></item><item><title>OpenAI Introduces Sora, An Ai Tools That Turns Text Prompts Into Instant Video</title><link>https://ai-magazine.com/openai-introduces-sora-an-ai-tools-that-turns-text-prompts-into-instant-video/</link><guid isPermaLink="true">https://ai-magazine.com/openai-introduces-sora-an-ai-tools-that-turns-text-prompts-into-instant-video/</guid><description>As recently as Thursday, the creators of the ChatGPT phenomenon launched a revolutionary AI feature that instantly creates short videos from text prompts. San Francisco-based tech firm OpenAI has unve…</description><pubDate>Fri, 16 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Reinforcement Learning with OpenAI Gym</title><link>https://ai-magazine.com/reinforcement-learning-with-openai-gym/</link><guid isPermaLink="true">https://ai-magazine.com/reinforcement-learning-with-openai-gym/</guid><description>Reinforcement learning (RL) has been brought to the forefront of artificial intelligence research due to its ability to solve complex problems involving a sequence of decisions. This methodology allow…</description><pubDate>Thu, 08 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Amazon Introduces Rufus, a New AI-Powered Shopping Assistant in Its Mobile App</title><link>https://ai-magazine.com/amazon-introduces-rufus-a-new-ai-powered-shopping-assistant-in-its-mobile-app/</link><guid isPermaLink="true">https://ai-magazine.com/amazon-introduces-rufus-a-new-ai-powered-shopping-assistant-in-its-mobile-app/</guid><description>Amazon today unveiled an innovative virtual shopping companion called Rufus, equipped with artificial intelligence technology to navigate the retailer&apos;s wide range of products and integrate informatio…</description><pubDate>Fri, 02 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Scientists Create Algorithm to Analyze Users’ Eye Movements on Screens</title><link>https://ai-magazine.com/scientists-create-algorithm-to-analyze-users-eye-movements-on-screens/</link><guid isPermaLink="true">https://ai-magazine.com/scientists-create-algorithm-to-analyze-users-eye-movements-on-screens/</guid><description>Can the eyes be portals to our inner thoughts? That seems to be the case, thanks to the recent development of an advanced AI-based system that interprets eye movements to predict a person&apos;s next actio…</description><pubDate>Fri, 02 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Theano Overview and Guide</title><link>https://ai-magazine.com/theano-overview-and-guide/</link><guid isPermaLink="true">https://ai-magazine.com/theano-overview-and-guide/</guid><description>In the field of deep learning, Theano has become a very influential and powerful tool among data scientists and machine learning enthusiasts. At its core, Theano is a computational framework for writi…</description><pubDate>Fri, 26 Jan 2024 00:00:00 GMT</pubDate></item></channel></rss>