Publisher · verified by editors

Habr AI

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

1440 articles in Hamidun·Latest: July 22· Active·habr.com ↗

Latest publications

AI is displacing office jobs. What skills will children need
LLMHabr AI

AI is displacing office jobs. What skills will children need

The promise of freeing people for creativity has not come true: AI is targeting the highest-paid professions, and the traditional one-profession-for-life model is becoming a thing of the past.

May 17, 2026·3 min
Goblins in GPT-5.1: how a fantasy habit took over OpenAI's model
LLMHabr AI

Goblins in GPT-5.1: how a fantasy habit took over OpenAI's model

An unusual phenomenon has been spotted in GPT-5.1: the model started constantly using metaphors about goblins and gremlins in its responses. The habit intensified across training generations.

May 17, 2026·3 min
LLM aggregators: how to choose working free models and not misreport the result
LLMHabr AI

LLM aggregators: how to choose working free models and not misreport the result

How to build an aggregator that selects stable free models, survives provider outages, and honestly tells the interface which model actually responded.

May 17, 2026·3 min
Gemma 4 and Qwen Coder vs. the cloud: local LLMs in production
LLMHabr AI

Gemma 4 and Qwen Coder vs. the cloud: local LLMs in production

Local LLMs (Gemma 4, Qwen Coder) successfully handle production coding tasks on GPUs with 16 GB of memory — with the right parameter settings.

May 17, 2026·3 min
How to automate reading engineering drawings: 6 YOLO models instead of manual work
LLMHabr AI

How to automate reading engineering drawings: 6 YOLO models instead of manual work

An engineering team developed a system that automatically extracts all parameters from PDF drawings and turns them into data for production cost calculation.

May 17, 2026·3 min
The AI industry has gone through all 5 stages of acceptance — where are we now
LLMHabr AI

The AI industry has gone through all 5 stages of acceptance — where are we now

From Google being in denial about transformers in 2017 to the recognition that AI will not replace humans: how the industry went through the five stages of psychologically accepting innovation.

May 17, 2026·3 min
Ollama and Open WebUI on a VPS without a GPU: a candid look at the limitations
LLMHabr AI

Ollama and Open WebUI on a VPS without a GPU: a candid look at the limitations

Running a local LLM on a basic server works, but speed suffers and models need to be chosen to match the hardware.

May 17, 2026·1 min
Planulix: a control center for Claude Code, Cursor, and Kimi in one tool
LLMHabr AI

Planulix: a control center for Claude Code, Cursor, and Kimi in one tool

A developer built a multi-vendor control center for AI coding: when one vendor is unavailable, switch to another without losing project context.

May 17, 2026·3 min
Sber study: how AI quietly substitutes for strategic decision-making
LLMHabr AI

Sber study: how AI quietly substitutes for strategic decision-making

Sber's lab studied how top executives use AI for strategic decisions and found a critical problem: models quietly replace missing context with their own assumptions, without caveats.

May 17, 2026·3 min
Three experts on whether AI will save Russia from a labor shortage
LLMHabr AI

Three experts on whether AI will save Russia from a labor shortage

Elvira Nabiullina called the labor shortage unprecedented. Experts discussed whether AI can solve the problem and what will happen to people in the labor market.

May 17, 2026·3 min
Claude Mythos supposedly found a vulnerability, but it was already in the training data
LLMHabr AI

Claude Mythos supposedly found a vulnerability, but it was already in the training data

Anthropic said Claude Mythos had discovered a remote kernel exploit, but researchers found it was a 20-year-old bug already present in the model's training data.

May 17, 2026·2 min
Seven companies captured 80% of Russia's speech analytics market worth 12.5 billion rubles
LLMHabr AI

Seven companies captured 80% of Russia's speech analytics market worth 12.5 billion rubles

Russia's speech analytics market grew 25% year-over-year to 12.5 billion rubles. Seven enterprise vendors control 80% of the market, while the SMB segment accounts for less than 1% of revenue.

May 17, 2026·3 min
Python microframework: training AI agents without freezing the interface
LLMHabr AI

Python microframework: training AI agents without freezing the interface

A developer has created a microframework for parallel training of AI agents in Gymnasium environments. The key feature: a non-blocking GUI thanks to a multiprocessing architecture, plugins for new environments, and suppo

May 17, 2026·2 min
AI in cryptography: a model with no right to be right
LLMHabr AI

AI in cryptography: a model with no right to be right

How do you integrate AI into a cryptographic system so the model cannot make a critical mistake? We examine governed solver orchestration and the boundary where AI's authority ends.

May 17, 2026·2 min
How Sber trained smart speakers to generate smart home routines by voice
LLMHabr AI

How Sber trained smart speakers to generate smart home routines by voice

Sber integrated GigaChat into its smart speakers so users can create automation routines for their smart home by voice, without complex interfaces or code.

May 17, 2026·3 min
The best code didn't win: what the Dev-to-Dev hackathon final says about agentive engineering
LLMHabr AI

The best code didn't win: what the Dev-to-Dev hackathon final says about agentive engineering

At the Dev-to-Dev hackathon final, a project with flawless code (65 tests, full type coverage, security) took second place. The winning solution was the one that best captured the essence of agentive engineering. This po

May 17, 2026·2 min
Process Mining: the tool that saves corporate AI budgets
LLMHabr AI

Process Mining: the tool that saves corporate AI budgets

Most corporate AI projects eat up millions but deliver no results — Process Mining helps make sense of processes and invest money wisely.

May 17, 2026·2 min
Yandex automated Chromium updates with an LLM agent
LLMHabr AI

Yandex automated Chromium updates with an LLM agent

Every four weeks, when Chromium is updated, Yandex Browser developers have to resolve thousands of code conflicts. An LLM agent now helps automate the routine and saves several person-months of work.

May 17, 2026·3 min
AI video requires more manual work than the tools promise
LLMHabr AI

AI video requires more manual work than the tools promise

A Habr author tried making videos with AI and found that the tools' polished promises do not match reality.

May 17, 2026·2 min
Where AI Really Helps Sales: 2026 Use Cases Instead of Disappointment
LLMHabr AI

Where AI Really Helps Sales: 2026 Use Cases Instead of Disappointment

AI adoption in sales often disappoints because it starts with ChatGPT rather than strategy. We break down where AI saves hours and where it is better kept away from customer communication.

May 17, 2026·3 min
YOLO and Redis: how to cache video detection results
LLMHabr AI

YOLO and Redis: how to cache video detection results

YOLO video processing recalculates frames from scratch after a network failure. Redis caching solves this: each frame is processed once, and the results are restored after a restart.

May 17, 2026·3 min
Cursor in enterprise development: an AI editor for rapid prototyping
LLMHabr AI

Cursor in enterprise development: an AI editor for rapid prototyping

How the team used Cursor to develop the Planning module, reducing tab switching and staying focused on code instead of routine tasks.

May 17, 2026·2 min
Deepseek-agent: how to write your own Claude Code in 2,000 lines of code
LLMHabr AI

Deepseek-agent: how to write your own Claude Code in 2,000 lines of code

A developer created a fully functional Claude Code equivalent for DeepSeek with support for tool use, permissions, and memory. Just 2,000 lines of Node.js and four dependencies rather than frameworks.

May 17, 2026·2 min
How to save 70% of Claude tokens with targeted code access
LLMHabr AI

How to save 70% of Claude tokens with targeted code access

A developer built a CLI tool in PHP + SQLite that creates a project graph and gives Claude targeted access to the required code instead of reading entire files.

May 17, 2026·3 min
How 15 AI models approach finding the optimal XML parser for iOS: benchmark results
LLMHabr AI

How 15 AI models approach finding the optimal XML parser for iOS: benchmark results

A developer gave 15 popular AI models the same task of finding a fast XML parser for iOS and compared their results with his own three-hour manual benchmark — the outcome was unexpected.

May 17, 2026·2 min
Self-recovery metric: researchers created an ASI criterion for evaluating AI
LLMHabr AI

Self-recovery metric: researchers created an ASI criterion for evaluating AI

Researchers proposed the ASI criterion, a new approach to evaluating AI models based on their ability to self-recover and develop from an informational 'seed'.

May 17, 2026·3 min
AI agent security in production: a practical guide to Red Teaming
LLMHabr AI

AI agent security in production: a practical guide to Red Teaming

AI agents with access to corporate data and tools require a special approach to security testing. Doubletapp shared a practical guide to Red Teaming: how to find vulnerabilities before deployment to production and reduce

May 17, 2026·2 min
Spring AI made it easier to integrate Java applications with Claude and other LLM providers
LLMHabr AI

Spring AI made it easier to integrate Java applications with Claude and other LLM providers

Spring AI provides ready-made techniques for integrating LLM providers into Java, including working with Claude from Anthropic. The article covers practical development examples and when this makes sense.

May 16, 2026·3 min
Claude AI resolves arbitration disputes in 12 minutes instead of weeks
LLMHabr AI

Claude AI resolves arbitration disputes in 12 minutes instead of weeks

An author created a Telegram bot on Claude Sonnet that analyzes court cases in 12 minutes. In three out of four tests, its decision matched the verdicts of human arbitrators.

May 16, 2026·3 min
Protecting LLMs from semantic-level attacks: why a traditional firewall is ineffective
LLMHabr AI

Protecting LLMs from semantic-level attacks: why a traditional firewall is ineffective

Neural networks face new types of attacks that traditional firewalls cannot stop. AI/LLM Firewall operates at the semantic level, blocking 80+ techniques from the MITRE ATLAS framework.

May 16, 2026·3 min