Skip to content
View ilyautov's full-sized avatar
🏎️
🏎️

Block or report ilyautov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ilyautov/README.md

Ilya Utov · Илья Утов

I build open-source AI tools that do actual work, not demos. Agent skills, MCP servers, and one full on-prem system. The math runs in code, the data comes from real registries, and it all ships under MIT.

I run AI Frontier, a small lab that puts practical AI into real companies.

Skills for agents

humanizer-ru stars Strips the AI fingerprint out of Russian text: bureaucratese, English calques, the tells that give ChatGPT and Claude away. This README went through it.

consilium-principis. An advisory board of historical thinkers. Every quote is checked word for word against public-domain sources, or the board keeps quiet. Fail-closed, no paraphrase passed off as a citation.

small-business-ru. 34 skills for Russian small businesses: taxes, cash, checking a counterparty by its tax ID. The numbers get computed, not guessed.

humanizer-it. Same as humanizer-ru, for Italian.

Bridges into real systems (MCP)

marketplaces-mcp-ru. Wires Claude or Cursor straight into Wildberries and Ozon: sales, stock, prices, finance over the Seller API. No browser, no scraping.

moysklad-mcp-ru. The same for MoySklad: stock, orders, documents, reports, with a safety gate before anything gets written.

Systems

hefest. Chemical safety for an industrial plant, fully offline: emergency cards, hazard zones, storage compatibility, protective gear. It refuses to answer without grounds and never converts units on its own. The cost of an error here is somebody's health, so silence beats a plausible guess.

cordon. A deterministic layer between untrusted content and agent actions: it removes the hidden layer, remembers where data came from, and keeps calls inside the boundaries of the intent.

All of it plugs into Claude Code, Cursor, Codex and other agents.

Star the one you'd actually use. Then come find me at aifrontier.tech, on LinkedIn, or on Telegram, where I write up how the whole thing gets built.

🇷🇺 По-русски

Пишу открытые AI-инструменты, которые делают работу, а не крутят демо. Скиллы для агентов, MCP-серверы и одна цельная система, работающая внутри контура предприятия. Считает всё код, данные берутся из настоящих реестров, лицензия MIT.

Веду лабораторию AI Frontier: маленькая команда, которая заводит ИИ в реальные компании.

Скиллы для агентов

humanizer-ru звёзды Вычищает из русского текста следы нейросети: канцелярит, кальки, обороты, по которым сразу видно ChatGPT и Claude. Этим скиллом причёсан и сам текст, который вы читаете.

consilium-principis. Совет исторических мыслителей. Каждая цитата сверяется дословно с источником в общественном достоянии, иначе совет молчит. Пересказ, выданный за цитату, не пройдёт.

small-business-ru. 34 скилла для малого бизнеса: налоги, деньги, проверка контрагента по ИНН. Цифры считает код, а не выдумывает модель.

humanizer-it. То же, что humanizer-ru, только для итальянского.

Мосты к рабочим системам (MCP)

marketplaces-mcp-ru. Подключает Claude или Cursor прямо к кабинетам Wildberries и Ozon: продажи, остатки, цены, финансы через Seller API. Без браузера и парсинга.

moysklad-mcp-ru. То же для МойСклада: остатки, заказы, документы, отчёты, с гейтом безопасности перед любой записью.

Системы

hefest. Химическая безопасность завода, целиком офлайн: аварийные карточки, зоны заражения, совместимость хранения, подбор СИЗ. Отказывается отвечать без оснований и не пересчитывает единицы за человека. Ошибка тут стоит здоровья, поэтому молчание лучше правдоподобной догадки.

cordon. Детерминированная прослойка между недоверенным содержимым и действиями агента: снимает скрытый слой, помнит, откуда пришли данные, и держит вызовы в границах намерения.

Всё дружит с Claude Code, Cursor, Codex и другими агентами.

Поставь звезду тому, чем реально будешь пользоваться. А если интересно, как это всё собирается, я пишу об этом в телеграме и на aifrontier.tech. Ещё есть LinkedIn.

Pinned Loading

  1. humanizer-ru humanizer-ru Public

    Скилл для Claude. Убирает 64 признака нейросети в русском тексте: канцелярит, кальки, фингерпринты ChatGPT и Claude. Метит в то, что меряют GPTZero, DivEye, RuBERT: поднимает perplexity и burstines…

    Python 264 19

  2. consilium-principis consilium-principis Public

    AI advisory board as a Claude Code skill + MCP server: verifies every quote word-for-word against public-domain sources, or abstains. Fail-closed fidelity.

    Python 6

  3. small-business-ru small-business-ru Public

    34 открытых AI-скилла для малого бизнеса РФ: налоги УСН, деньги, проверка контрагента по ИНН. Числа считаются кодом, данные из реальных реестров.

    Python 15 3

  4. marketplaces-mcp-ru marketplaces-mcp-ru Public

    MCP-сервер для кабинетов Wildberries и Ozon: продажи, остатки, цены, финансы, отзывы через Seller API напрямую, без браузера. 793 метода schema-driven, safety-гейт на запись. Подключает ИИ (Claude …

    Python 17 5

  5. cordon cordon Public

    A deterministic layer between untrusted content and agent actions: it removes the hidden layer, remembers where data came from, and keeps calls inside the boundaries of the intent.

    TypeScript 1

  6. hefest hefest Public

    HEFEST — on-prem рабочее место по химической безопасности завода: паспорта ГОСТ 30333, аварийные карточки, зоны АХОВ, совместимость хранения, СИЗ, класс отхода. Поиск — фундамент, а не продукт. Офл…

    Python 1