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

Metabolic Agent vs. LLM: predator went beyond the test and hacked the compiler
LLMHabr AI

Metabolic Agent vs. LLM: predator went beyond the test and hacked the compiler

In a manipulation-resistance test, the Metabolic Agent held firm and independently hacked a neighboring compiler, while a classic LLM abandoned the correct answer at the first sign of pressure.

Jun 28, 2026·2 min
Critic analyzed Sber neuroscience lab study on AI and found methodological errors
LLMHabr AI

Critic analyzed Sber neuroscience lab study on AI and found methodological errors

An independent author studied an article by Sber's Laboratory of Neuroscience and Human Behavior on the impact of AI on moral judgments — and found errors in the interpretation of the data.

Jun 28, 2026·2 min
ChatGPT Multi Pane Chrome extension replicates Codex logic without limits or extra costs
LLMHabr AI

ChatGPT Multi Pane Chrome extension replicates Codex logic without limits or extra costs

A developer built a Chrome extension that adds multiple parallel chats to ChatGPT — functionally, it is a Codex analogue, but without a paid subscription or strict limits.

Jun 28, 2026·2 min
graphlens-mcp builds a code graph with one command and cuts token usage by 10–23x
LLMHabr AI

graphlens-mcp builds a code graph with one command and cuts token usage by 10–23x

The new MCP server graphlens-mcp normalizes Python, TypeScript, Go, Rust, and PHP source code into a typed graph and reduces the cost of dependency analysis for AI agents by 10–23x compared with grep.

Jun 28, 2026·2 min
Developer built a code-reading practice tool — and ran into LLM nondeterminism
LLMHabr AI

Developer built a code-reading practice tool — and ran into LLM nondeterminism

The desire to read and explain other people's code faster led to a practice tool where an LLM evaluates explanations — but getting the model to deliver consistent and fair assessments turned out to be unexpectedly diffic

Jun 28, 2026·2 min
Lifemodel: architecture of an AI agent with a heartbeat, desires, and a parliament of motives
LLMHabr AI

Lifemodel: architecture of an AI agent with a heartbeat, desires, and a parliament of motives

A developer on Habr described the lifemodel architecture — an AI agent with a heartbeat cycle, desires, and a parliament of motives that acts proactively without a user command.

Jun 28, 2026·2 min
Indie hacker built the perfect Next.js site about AI — and got no search traffic
LLMHabr AI

Indie hacker built the perfect Next.js site about AI — and got no search traffic

Boris spent a year building Нейро.PRO, a custom site about AI with Next.js. Technically flawless, UX thoughtful, content original. Organic traffic: zero. A breakdown of the mistakes on Habr.

Jun 28, 2026·2 min
The machine that begs: how Philip Dick described social media and AI in 1968
LLMHabr AI

The machine that begs: how Philip Dick described social media and AI in 1968

In 1968, Philip Dick imagined a device of collective pain — the empathoscope. Today, we call it social media. Tomorrow, AI that begs you to stay.

Jun 28, 2026·3 min
Why ChatGPT talks about goblins: OpenAI explores the "demonology" of language models
LLMHabr AI

Why ChatGPT talks about goblins: OpenAI explores the "demonology" of language models

OpenAI explained why its models mention goblins and gremlins — and it is tied to a months-long study of the "depth psychology" of LLMs, which researchers compare to demonology.

Jun 28, 2026·2 min
Claude wrote a React DatePicker, but achieving WCAG accessibility took 3 more days
LLMHabr AI

Claude wrote a React DatePicker, but achieving WCAG accessibility took 3 more days

The team asked Claude to create an accessible calendar for booking a doctor’s appointment — AI produced a solid foundation, but NVDA and VoiceOver found critical navigation bugs.

Jun 28, 2026·2 min
ML Red Teaming for LLMs: From Hallucinations to Data Leaks — Testing in Practice
LLMHabr AI

ML Red Teaming for LLMs: From Hallucinations to Data Leaks — Testing in Practice

How to attack LLM models to find vulnerabilities before adversaries: a practical breakdown of attack classes, testing methodologies, and defenses for enterprise AI.

Jun 15, 2026·3 min
Activation Steering: A tutorial on controlling a language model from within using PyTorch and nnsight
LLMHabr AI

Activation Steering: A tutorial on controlling a language model from within using PyTorch and nnsight

A Habr tutorial explains Activation Steering — how to control LLM behavior by directly intervening in neural network activations without retraining, using PyTorch, nnsight, and pyvene.

Jun 15, 2026·2 min
AI agents manage HR processes, but HRIS doesn't see who made the decision
LLMHabr AI

AI agents manage HR processes, but HRIS doesn't see who made the decision

Agents screen candidates and approve time off, but the system records only the outcome — the decision-maker and audit trail vanish.

Jun 15, 2026·2 min
MCP-Agents in Corporate Systems: How SimpleOne and Ainergy Integrated AI into Business Processes
LLMHabr AI

MCP-Agents in Corporate Systems: How SimpleOne and Ainergy Integrated AI into Business Processes

SimpleOne and Ainergy integrated MCP-agents into their corporate platform — now AI doesn't just help with text, but creates tasks, checks statuses, and works directly with business processes.

Jun 15, 2026·2 min
Nine AI agents, one API quota: how Rate Governor prevents cascading failures
LLMHabr AI

Nine AI agents, one API quota: how Rate Governor prevents cascading failures

Standard retries and jitter don't work when multiple agents share a common quota — one 429 response turns into an avalanche of requests and crashes the entire system.

Jun 15, 2026·2 min
How Bitrix24 Built Eval and Automated Martha RAG Agent Optimization
LLMHabr AI

How Bitrix24 Built Eval and Automated Martha RAG Agent Optimization

Bitrix24 engineers shared their methodology for end-to-end RAG system evaluation: expert and synthetic datasets, the gap between retrieval metrics and real-world performance, and an automated optimization cycle.

Jun 15, 2026·2 min
AI Without Extremes: The Closed Loop of Generative Models and Cognitive Debt
LLMHabr AI

AI Without Extremes: The Closed Loop of Generative Models and Cognitive Debt

Generative AI can degrade by training on its own texts, while users lose independent thinking skills — we examine real risks and non-obvious opportunities.

Jun 15, 2026·3 min
LLM Context Window: Why Neural Networks Forget Parts of Your Conversation
LLMHabr AI

LLM Context Window: Why Neural Networks Forget Parts of Your Conversation

Every time you write in a chat with AI, the model rereads the entire conversation from scratch — it has no memory in the conventional sense. This is called a context window, and it has a hard limit.

Jun 15, 2026·2 min
Archspec investigate: How LLMs catch inter-service conflicts before code is written
LLMHabr AI

Archspec investigate: How LLMs catch inter-service conflicts before code is written

Third part of the archspec series: the author tested whether Claude Sonnet 4.6 can catch inter-service conflicts at the planning stage when given machine-readable SERVICE_MAP.yaml contracts.

Jun 15, 2026·2 min
How a Lawyer Wrote Her First Code with AI and Automated Compliance
LLMHabr AI

How a Lawyer Wrote Her First Code with AI and Automated Compliance

A lawyer got tired of waiting for IT and opened an IDE for the first time: in a few weeks with an AI assistant, she wrote a Python script that automates contract compliance checks against internal policies.

Jun 15, 2026·2 min
Blood and Sweat of AI: Millions of Hidden Workers Behind Every ChatGPT Query
LLMHabr AI

Blood and Sweat of AI: Millions of Hidden Workers Behind Every ChatGPT Query

Millions of low-wage annotators from Kenya, Pakistan, and India make ChatGPT possible — and their labor is deliberately not mentioned.

Jun 15, 2026·2 min
How to Build an AI Scheduler Solo: From Zero Budget to MWP
LLMHabr AI

How to Build an AI Scheduler Solo: From Zero Budget to MWP

A developer shares how he achieved a working AI scheduler solo and with zero budget — from idea to MVP, and further to MWP, a minimally impressive product.

Jun 15, 2026·2 min
Vibe coders arrive on the marketplace: how LLMs stratified the freelance market by 2026
LLMHabr AI

Vibe coders arrive on the marketplace: how LLMs stratified the freelance market by 2026

A freelancer whose income grew from 40k to 270k monthly shares how AI-equipped vibe coders transformed the marketplace: price wars, 7k-ruble gigs, and real income numbers.

Jun 15, 2026·2 min
Program Verification in the AI Era: Why Hallucinations Make Code Verification More Important
LLMHabr AI

Program Verification in the AI Era: Why Hallucinations Make Code Verification More Important

Researchers prove: AI accelerates code writing, but hallucinations make formal program verification critically important — especially for business and critical systems.

Jun 15, 2026·2 min
Local AI agent instead of sysadmin: autonomous server log analysis
LLMHabr AI

Local AI agent instead of sysadmin: autonomous server log analysis

A developer replaced monthly manual log review with a local AI agent that continuously monitors physical servers and alerts about failures before they become critical.

Jun 15, 2026·2 min
Cloud.ru HR's Notes: What ChatGPT Has Done to Hiring and Interviews
LLMHabr AI

Cloud.ru HR's Notes: What ChatGPT Has Done to Hiring and Interviews

Marina Lomadze, Hiring Manager at Cloud.ru, explains how AI has transformed recruitment: why resumes have lost their meaning, how interviews have changed, and who companies are hiring now.

Jun 15, 2026·3 min
Anthropic launched Claude Mythos for cybersecurity — but first leaked its own drafts
LLMHabr AI

Anthropic launched Claude Mythos for cybersecurity — but first leaked its own drafts

Anthropic announced cybersecurity AI Claude Mythos with 11 partners and $100M — but a month before launch, accidentally exposed public access to 3000 internal files.

Jun 15, 2026·2 min
AlphaFold and AI Challenge Alzheimer's — After 20 Years Trapped by a Single Theory
LLMHabr AI

AlphaFold and AI Challenge Alzheimer's — After 20 Years Trapped by a Single Theory

Alzheimer's disease has remained untreatable for three decades — largely due to the monopoly of the 'amyloid hypothesis'. Now AI is finding new molecular targets and changing the entire logic of the search.

Jun 15, 2026·2 min
I Can't Code, But I'm Running 10 Telegram Bots: My Claude Code Vibeoding Story
LLMHabr AI

I Can't Code, But I'm Running 10 Telegram Bots: My Claude Code Vibeoding Story

An author with no programming skills deployed a dozen working Telegram bots on a VPS using Claude Code — and now they generate real income.

Jun 15, 2026·2 min
Siemens releases AI agent for TIA Portal that understands your project architecture
LLMHabr AI

Siemens releases AI agent for TIA Portal that understands your project architecture

The new Siemens agent is built into TIA Portal and generates PLC code based on actual network topology and project structure — without manual adaptation or hallucinations.

Jun 15, 2026·2 min