OpenCode Needs Memory, Not Another Background Pipeline
I kept explaining the same project facts to new OpenCode sessions. Not the durable rules that already belonged in AGENTS.md . Those were present. Th…
Tech news from the best sources
I kept explaining the same project facts to new OpenCode sessions. Not the durable rules that already belonged in AGENTS.md . Those were present. Th…
I ran a skill migration and nothing broke. Or so I thought. Break 3 in my migration diary noted that skills degraded silently. This is the deep dive…
Агенты пишут код быстрее, чем любой человек способен его проверять — поэтому знания, которые раньше хранились в головах разработчиков, теперь должны…
Всем привет. На связи Сергей Игнатенко, основатель ИИ-платформы VibePilot. C недавнего времени партнер Яндекс, у меня грант AI Studio Boost, платфор…
The file was loaded. The rules just weren't followed. Here's the two-failure diagnostic that tells you which one you have — and what to do for each.…
Kimi K3 launched with impressive benchmark results—and a lot of debate about its price. For developers using coding agents, however, price per milli…
How a 1,920-line file turned into 410 lines, why "it works" was a lie twice, and why the fix wasn't a smarter model — it was a gate that doesn't tru…
Пример реализации простого кэширующего прокси для пакетов npm, composer и pip на базе node.js для Windows и Linux. Читать далее
А что, если не писать сложные SQL-запросы, не выгружать логи в CSV и не строить графики в Python? Просто спрашиваете у AI-агента: «Покажи максимальн…
Всем привет! Меня зовут Дмитрий Бутенко, я эксперт-разработчик банка Уралсиб. Всё началось с рабочего созвона в первой половине февраля, на котором…
The Problem TeachSim taught me LangGraph because the bot had to actually work, with real conversations running through it. GitHub Digest taught me a…
В последнее время большинство обсуждений агентской разработки крутится вокруг Claude Code, Codex, Gemini CLI и других облачных инструментов. Но, с о…
Спойлер: архитектура AIналитика полностью переписана, теперь Платформу можно запускать практически под любым харнесом (OpenCode, Kodik, Codex, Claud…
I've always felt out of step with the prevailing trends. Before the AI explosion, the mantra was "ship fast" — the Minimum Viable Product. If you we…
Малое вводное. Если посмотреть в далекое прошлое, можно узнать о личном опыте автоматизации тестирования и разработке в общем и целом. Но это отдель…
PewDiePie последние полтора года ушёл из развлекательного контента в технику: домашний сервер, локальные LLM, self-hosting. Результат — репозиторий…
This article was originally published on aicoderscope.com TL;DR : OpenCode is an MIT-licensed, provider-agnostic terminal coding agent with 167k Git…
Написал агента который за ночь переписал 100 тестов с Mockito на MockK, а за следующую — исправил 1700 ошибок линта. Спойлер: секрет не в крутом про…
Всем привет, недавно я собрал и сейчас активно использую ПК для локального запуска хоть сколько-то серьезных LLM, и захотелось поделиться этим опыто…
The problem isn't your prompts If you're running Claude Code, Codex, opencode, or openclaw and the API bill keeps climbing, you've probably tried wr…
I use opencode as my daily TUI coding agent. It's good. But there's one thing that kept biting me. When you want to remove a single provider — say y…
This page is a practical reference for agentic LLM inference tuning (temperature, top_p, top_k, penalties, and how they interact in multi-step and t…
The Problem Every OpenCode session starts from scratch. Your AI doesn't remember past conversations, decisions, or solved problems. You repeat conte…
Привет, меня зовут Вячеслав. Я интересуюсь локальными LLM и тем, как они ведут себя в реальных задачах — не на синтетически…