Publisher · verified by editors

Habr AI

AI news source. Articles are auto-selected and adapted by Hamidun News editors.

1461 articles in Hamidun·Latest: August 3· Active·habr.com ↗

Latest publications

OTUS launches open lessons on AI agents, Kubernetes and Go in May
LLMHabr AI

OTUS launches open lessons on AI agents, Kubernetes and Go in May

OTUS is preparing an intensive block of open lessons for May 18–28. Over 10 days, you can participate in 9 different tracks — from Kubernetes to AI-agents — and understand which topics to explore in…

May 19, 2026·3 min
Spring Agent Toolkit: effective tools for managing AI agents
LLMHabr AI

Spring Agent Toolkit: effective tools for managing AI agents

AI agents are rapidly moving from the category of experiments into production systems, where every penny spent on tokens matters.

May 19, 2026·2 min
Codex: when an AI assistant becomes a universal work tool
LLMHabr AI

Codex: when an AI assistant becomes a universal work tool

A developer shares how Codex allows stepping beyond programming and automating a wide variety of work tasks. This became possible thanks to tool updates that made it a truly universal assistant.

May 19, 2026·3 min
MAX messenger launched AI Hub: 10 models and 5,900 users in 54 days
LLMHabr AI

MAX messenger launched AI Hub: 10 models and 5,900 users in 54 days

The team integrated 10+ AI models into the MAX messenger in just two months: already 5,900+ users and an operational premium subscription via YooKassa.

May 19, 2026·3 min
Robot with Google LLM: how a 270M-parameter model was trained to control movement
LLMHabr AI

Robot with Google LLM: how a 270M-parameter model was trained to control movement

An engineer integrated a compact Google language model into a tracked robot and trained it in simulation to independently grasp items, manipulate objects, and move through space — an example of the successful use of comp

May 17, 2026·2 min
Perplexity in court over content: the four founders behind the $21 billion scandal
LLMHabr AI

Perplexity in court over content: the four founders behind the $21 billion scandal

AI search engine Perplexity is valued at $21 billion, but has already been hit with lawsuits from The New York Times and the BBC — the company is accused of copying content without a license.

May 17, 2026·3 min
LEGO Education abandons its own platform and introduces AI and NFC cards
LLMHabr AI

LEGO Education abandons its own platform and introduces AI and NFC cards

LEGO Education is reshaping STEM education: abandoning its own platform, reducing the emphasis on programming, and introducing AI assistants and control via NFC cards.

May 17, 2026·3 min
Why GPT gets letter counts wrong: the secret of tokenization
LLMHabr AI

Why GPT gets letter counts wrong: the secret of tokenization

When processing text, LLMs use tokens rather than letters — and that explains why neural networks make mistakes in simple character counts within words.

May 17, 2026·2 min
Chrome automatically downloads a 4 GB AI model without user consent
LLMHabr AI

Chrome automatically downloads a 4 GB AI model without user consent

By default, Chrome downloads the 4 GB local AI model Gemini Nano without asking the user. Estimates suggest that a single rollout to one billion devices results in 6,000-60,000 tons of CO2.

May 17, 2026·3 min
Scammers distribute fake Claude installers with malware
LLMHabr AI

Scammers distribute fake Claude installers with malware

Threat actors create fake websites for Claude and other AI tools, distributing malicious installers through spam and social media.

May 17, 2026·3 min
OpenAI launched /goal in Codex CLI: autonomous agent or an expensive way to code?
LLMHabr AI

OpenAI launched /goal in Codex CLI: autonomous agent or an expensive way to code?

Codex CLI got /goal — an autonomous development mode. In practice: token usage spikes 5x, MCP integrations fail silently, and the cost of this "automation" stays opaque.

May 17, 2026·3 min
Russian in ChatGPT costs 2x more: tokenization is to blame
LLMHabr AI

Russian in ChatGPT costs 2x more: tokenization is to blame

In ChatGPT and other LLM services, Russian text costs twice as much as English, is processed more slowly, and fits less information — all because of the peculiarities of Cyrillic tokenization.

May 17, 2026·3 min
From an LLM prototype to a working product: how to avoid mistakes
LLMHabr AI

From an LLM prototype to a working product: how to avoid mistakes

An AI prototype can be put together in an evening, but between a working demo and a product people are willing to use and pay for lies a gap filled with dirty data, the wrong metrics, and an unclear implementation strate

May 17, 2026·3 min
Anthropic held Code with Claude 2026 with a record number of developers
LLMHabr AI

Anthropic held Code with Claude 2026 with a record number of developers

The second Code with Claude conference in San Francisco drew more people than expected. Anthropic announced expansion to London and Tokyo.

May 17, 2026·2 min
Memory for an AI Agent: From Complexity to 300 Lines of Code
LLMHabr AI

Memory for an AI Agent: From Complexity to 300 Lines of Code

A developer described the search for a working memory system for AI agents — from the complex MemPalace architecture to a simple markdown-based solution and scalable ClickHouse.

May 17, 2026·2 min
Hermes Agent: How to Run a Personal AI Agent on Your Own Server
LLMHabr AI

Hermes Agent: How to Run a Personal AI Agent on Your Own Server

Nous Research has released Hermes Agent — an open-source AI agent that you can run on your own VPS and train for your specific tasks.

May 17, 2026·2 min
MedBro: a reference for doctors comparing Russian and international guidelines
LLMHabr AI

MedBro: a reference for doctors comparing Russian and international guidelines

Russian clinical guidelines lag behind international ones by two years. The new MedBro service helps doctors see both approaches side by side.

May 17, 2026·3 min
GLM-5.1 helped develop a new algorithm for analyzing bit strings
LLMHabr AI

GLM-5.1 helped develop a new algorithm for analyzing bit strings

A C++ programmer used GLM-5.1 and OpenCode to develop an original algorithm based on known components — and explained how to get reasonable code from AI.

May 17, 2026·2 min
The geometry of attention: how QK Norm teaches the model to understand meaning
LLMHabr AI

The geometry of attention: how QK Norm teaches the model to understand meaning

Query-key normalization in transformers is not just a stability hack, but a mechanism that forces the neural network to rely on semantics rather than vector magnitude.

May 17, 2026·3 min
AI agents are changing development: Cursor and Claude Code against the skeptics
LLMHabr AI

AI agents are changing development: Cursor and Claude Code against the skeptics

AI agents are drawing mixed reactions in the IT community: some see a way to automate routine work, others fear technical debt and security issues. We examine how Cursor and Claude Code work.

May 17, 2026·3 min
How to Measure an AI Agent's Performance in QA: The Story of a Benchmark
LLMHabr AI

How to Measure an AI Agent's Performance in QA: The Story of a Benchmark

Engineer Mikhail Fedorov created an objective benchmark for testing AI agents instead of relying on subjective assessments of performance.

May 17, 2026·2 min
Two windows with an AI agent instead of one: architect, developer, and six types of errors
LLMHabr AI

Two windows with an AI agent instead of one: architect, developer, and six types of errors

Separating roles across two AI-agent windows — the architect plans, the developer executes — addresses six common errors and removes the carryover from previous tasks.

May 17, 2026·3 min
How I built 4 MCP servers and a protocol to connect them
LLMHabr AI

How I built 4 MCP servers and a protocol to connect them

A developer built four MCP servers for Claude, created a protocol for them to interact, and assembled an automation pipeline for Telegram and Yandex.Direct.

May 17, 2026·2 min
ArchiMate and AI: how architects can design systems more efficiently
LLMHabr AI

ArchiMate and AI: how architects can design systems more efficiently

ArchiMate notation is rarely used by architects, but it is powerful — an Axenix expert explains its application and the role of AI in system design.

May 17, 2026·3 min
Suno v5 in 2026: the AI music generator that topped the Yandex Music charts
LLMHabr AI

Suno v5 in 2026: the AI music generator that topped the Yandex Music charts

In 2026, AI topped the Yandex Music and VK charts for the first time. We tested Suno v5 and its competitors to find out whether a neural network is ready to create music at a professional level.

May 17, 2026·2 min
Claude blocks Russian IPs: how to avoid losing your AI project
LLMHabr AI

Claude blocks Russian IPs: how to avoid losing your AI project

Hundreds of Claude users lost their accounts because of a block on Russian IPs. Even VPNs did not help. We explain how to protect your AI project from a sudden shutdown.

May 17, 2026·3 min
AI for selecting hypertension treatment in children: MIPT model predicts the drug with 98% accuracy
LLMHabr AI

AI for selecting hypertension treatment in children: MIPT model predicts the drug with 98% accuracy

A MIPT student developed a machine-learning model that predicts effective treatment for arterial hypertension in children from 154 clinical indicators with up to 98% accuracy, cutting therapy selection time from months t

May 17, 2026·3 min
MELT-1: how Metabolic AI tests agents for survival
LLMHabr AI

MELT-1: how Metabolic AI tests agents for survival

MELT-1, an open benchmark for long-lived agents, is out: instead of MMLU, it measures how long a model survives under drift and heat. Metabolic AI outperformed Llama-7B INT8 by 1600× on composite metrics.

May 17, 2026·1 min
Video monitoring instead of transformation: where to start with AI in construction
LLMHabr AI

Video monitoring instead of transformation: where to start with AI in construction

Construction companies are adopting AI not through digital transformation, but through specific solutions — for example, AI-powered construction site video monitoring.

May 17, 2026·3 min
How Claude Code and ChatGPT pull users into expensive plans: a way out via multi-agents
LLMHabr AI

How Claude Code and ChatGPT pull users into expensive plans: a way out via multi-agents

Creators of AI tools use a classic strategy: first a cheap subscription, then a sharp price hike. Here’s how users are choosing an alternative built on several agents.

May 17, 2026·3 min