Тренд на «честность»: обзор употребления слова «честный» на Хабре
На прошлой неделе обратил внимание на обильное и, на мой взгляд, не всегда уместное использование слова «честный» на Хабре. Решил детальней изучить…
Tech news from the best sources
На прошлой неделе обратил внимание на обильное и, на мой взгляд, не всегда уместное использование слова «честный» на Хабре. Решил детальней изучить…
При LoRA‑дообучении адаптеры обычно применяются ко всем слоям модели, хотя активность разных слоев во время обработки промпта заметно разл…
My message detector worked on my test set. On messages it had never seen, it missed one real case out of two. TL;DR : I built a small detector that…
I'm building a Chinese learning project called HanziHero , and one feature started with what looked like a ridiculously simple data problem: Why do…
Electric-vehicle assistants rarely have just one job. A short Turkish question may ask for a nearby station, a charging-price comparison, help plann…
If you've ever wired up the Web Speech API and rendered the result straight to the page, you've seen this: const recognition = new ( window . Speech…
I built a Korean dialect converter that runs entirely in the browser and uses no LLM. Type a standard Korean sentence and it rewrites it the way peo…
Today I'm releasing Pythonaibrain-NLP 0.2.0 , the latest public release of my Python NLP framework. The package is now available on PyPI, and the co…
Сегодня HR-службам не позавидуешь. Часто именно они оказываются в центре скандалов, обвинений и объекты «раздачи слонов». И везде есть своя правда.…
Если вся вторая половина века XX-го и начало XXI-го веков проходили под знаком глобализации, то теперь, если верить Хантингтону ( я имею ввиду его р…
Крупные компании начинают не просто привлекать, а брать в штат философов , культурологов. Цукерберг и Безос начинают ходить на благотворительн…
Гипотеза «новости двигают рынок» — самая интуитивная в трейдинге. Настолько интуитивная, что я потратил на её проверку неде…
Привет, это команда Яндекс Практикума. Приём документов на поступление в 2026 году закончится меньше, чем через неделю, но вы ещё можете успеть пост…
Привет, Хабр! Меня зовут Дмитрий Тимохин, я лидер команды ML CRM «Кластер CRM и клиентский опыт» в ВТБ. В этой статье расскажу, как мы разрабатывали…
What is Synchronous? Everything goes sequentially. Example: P1, P2, and P3 are the three processes. Synchronous means P2 will start when P1 starts a…
Unlocking the Magic: A Deep Dive into Transformer Architecture Basics Ever felt like the world's information is a giant, jumbled puzzle, and you're…
Dear DEV Community, It feels great to be here, and thank you for the opportunity to be a part of this platform! This is my first post, and I am thri…
Имея некоторый опыт в построении классических ML и CV-проектов, я решил разобраться в NLP (Natural Language Processing) и собрать свою RAG-систему б…
We need memory to store the previous conversational history. For example: Previous question is: User: File handling in Python Assistant: Explain abo…
Идея Andrej Karpathy с LLM-wiki набирает сторонников. На Хабре уже было несколько публикаций ( 1 , 2 , 3 ), в том числе и моя про сравнение LLM-wiki…
LinkedIn CringeBot 3000: When AI Learned to Speak 'Influencer' It was the summer of 2026 when a Hacker News post titled "Show HN: LinkedIn CringeBot…
В естественном языке распространена ситуация, когда значение слова нельзя установить без контекста: «замок закрыли ключом», «замок окружён рвом». С…
Как превратить записи встреч в рабочий материал для согласования требований: текущая версия проекта AudioToText. В статье показываю, как собрать сер…
This article covers how raw text becomes something that an NLP model can actually compute with. Why Computers Cannot Understand Words? A neural netw…
Have you ever wondered how an AI model understands the sentence you type? For example, when you ask: «"How do I learn Python?"» An AI model doesn't…
Recently I read aboyt this article: The Silent Hyperparameter: Quantifying the Impact of Inference Backends on LLM Reproducibility Here is what I le…
Этот проект долго вынашивался и, в конце концов, начался как очередная попытка разобраться в философских текстах, написанных Джейн Робертс во второй…
Query Transformation When a user asks a blended or incomplete query, such as: "How do I deploy it?" the LLM uses the background context it already h…
Ask an AI chatbot a question in formal Arabic (Fusha) and it answers beautifully. Ask it the same thing in Gazan, Egyptian, or Moroccan dialect — an…
Most text processing assumes tokens are separated by spaces. Japanese and Korean quietly violate that assumption in different ways, and pipelines bu…