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

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
RAGAS and RAG metrics: how to stop guessing and start measuring quality
LLMHabr AI

RAGAS and RAG metrics: how to stop guessing and start measuring quality

The third part of our quality engineering series: how to automate the evaluation of RAG systems with RAGAS and monitor completeness, precision, and faithfulness of outputs instead of relying on manual review.

May 16, 2026·3 min
AI agent in one day: a local prototype without the cloud or developers
LLMHabr AI

AI agent in one day: a local prototype without the cloud or developers

A practical guide for companies that want to quickly deploy an AI agent without the cloud, large budgets, or a team of developers: Ollama, n8n, and prompt engineering in one working day.

May 16, 2026·2 min
Rosenblatt's Perceptron: How the History of AI Began
LLMHabr AI

Rosenblatt's Perceptron: How the History of AI Began

The story of the first working neural network, the perceptron, created by Frank Rosenblatt in 1958, and its role in the beginning of the modern AI era.

May 16, 2026·2 min
How DocAI adapts medical education for each student
LLMHabr AI

How DocAI adapts medical education for each student

DocAI is a Russian AI-based project for medical education that automatically adapts content to each student's level and provides a personalized learning path.

May 16, 2026·2 min
Artëm built Stopilot: the editor that refuses to write code
LLMHabr AI

Artëm built Stopilot: the editor that refuses to write code

Artëm created a code editor that stops the developer and forces them to formulate the task before they start writing. The project makes 1.29 million rubles a month.

May 16, 2026·1 min
AI image generators aren't creative: why and what to do
LLMHabr AI

AI image generators aren't creative: why and what to do

Illustrations for a text can be generated in a couple of minutes. But why does the result often look generic? Because neural networks choose statistically likely solutions, not creative ones.

May 16, 2026·3 min
How Creatures (1996) created the first true computer creatures
LLMHabr AI

How Creatures (1996) created the first true computer creatures

Steve Grand refused to write AI. Instead, he wrote genetics, emotion simulation, and neurons. The result became a cultural phenomenon.

May 16, 2026·3 min
Can LLMs find flaky tests from code? Study says no
LLMHabr AI

Can LLMs find flaky tests from code? Study says no

A study found that LLMs are poor at identifying unreliable tests, even when dataset metrics suggest otherwise.

May 16, 2026·3 min
Computer vision platform that requires no GPUs or ML specialists
LLMHabr AI

Computer vision platform that requires no GPUs or ML specialists

Developers unveiled a platform for training computer vision models on small datasets — a dozen images is enough to achieve 86% accuracy without GPUs or ML expertise.

May 16, 2026·3 min
Axera AX650N: Edge AI chip for local robotics instead of Jetson
LLMHabr AI

Axera AX650N: Edge AI chip for local robotics instead of Jetson

Axera has unveiled the AX650N Edge AI chip for local neural network execution in robotics. An alternative to the costly NVIDIA Jetson, it runs YOLO, LLM and VLM directly on the device without the cloud.

May 16, 2026·3 min
LLMs write Rust with seven categories of hidden errors the compiler doesn’t catch
LLMHabr AI

LLMs write Rust with seven categories of hidden errors the compiler doesn’t catch

After six months of using Claude, GPT, and Cursor for Rust development, seven categories of errors were identified that the compiler misses but that compromise code safety or architecture.

May 16, 2026·3 min
Managing AI agents is now easier: the best open-source interfaces
LLMHabr AI

Managing AI agents is now easier: the best open-source interfaces

User-friendly open-source tools with graphical interfaces have emerged for managing a fleet of AI agents. They help build task pipelines and distribute work among agents without programming.

May 16, 2026·3 min
How BERTopic with a local LLM helps Rostelecom analyze large text collections
LLMHabr AI

How BERTopic with a local LLM helps Rostelecom analyze large text collections

An NLP engineer at Rostelecom shows a pipeline for clustering large volumes of text and generating interpretable topic names using BERTopic and a local LLM.

May 16, 2026·3 min
Several LLMs in one Telegram chat: how to combine Groq and Google AI
LLMHabr AI

Several LLMs in one Telegram chat: how to combine Groq and Google AI

A developer created a Telegram bot where several LLM models work in a single chat and pretend to be corporate employees. Users switch between them on demand, using only free APIs.

May 16, 2026·3 min
Harness around an LLM delivers multi-fold gains: what changed after a year with Claude Code
LLMHabr AI

Harness around an LLM delivers multi-fold gains: what changed after a year with Claude Code

An engineer who spent a year with Claude Code found that the harness around the model — system prompt, tools, context and skills — delivers a much larger quality gain than upgrading the model itself.

May 16, 2026·3 min
How Alpina Digital shielded AI from Russia's data law
LLMHabr AI

How Alpina Digital shielded AI from Russia's data law

88% of companies use AI, but only 1% have reached maturity. Alpina Digital found a solution: an architecture where requests go to the cloud while processing stays local. The result: 4.5x faster and $700,000 saved.

May 16, 2026·3 min
A neural network is a tool, not a teammate: how to work with AI properly
LLMHabr AI

A neural network is a tool, not a teammate: how to work with AI properly

A developer often projects human work patterns onto a neural network — that is the main mistake. Habr explains why AI is not a second programmer and how to split tasks properly.

May 16, 2026·2 min
Bot4Web automates sales: how an AI chatbot works as a sales manager
LLMHabr AI

Bot4Web automates sales: how an AI chatbot works as a sales manager

Leo Lukin, a RAEC AI expert, automated lead generation, consultations, and service sales through the Bot4Web AI chatbot — now his website operates 24/7 without expanding the team.

May 16, 2026·2 min
The wave of AI automation has reached business. But who will manage it all?
LLMHabr AI

The wave of AI automation has reached business. But who will manage it all?

Demand for AI automation is growing, hundreds of solutions are appearing on the market, but few explain to businesses how to manage deployed automation. This is the market’s key blind spot.

May 16, 2026·1 min