How to build a second brain with Obsidian and Claude Code (step by step)
Six folders, one context file, a memory directory, and a handful of slash commands. The exact setup, in build order. TL;DR A second brain fails when n…
Tech news from the best sources
Six folders, one context file, a memory directory, and a handful of slash commands. The exact setup, in build order. TL;DR A second brain fails when n…
AI-агенты уже вышли за пределы чат-ботов. Они читают документы, вызывают API, анализируют логи, создают тикеты, готовят правки в коде и выполняют мног…
I launched a SaaS product called QRflows — a dynamic QR code platform. Two months in, I decided to build an MCP (Model Context Protocol) server for it…
Claude Opus 4.8 is showing up where developers work The most useful way to read the Claude Opus 4.8 news is not as a pure model launch. I would read i…
Putting The Status Line To Work I used to think the Claude Code status line was just an ornamental decoration that had little practical value. I still…
Простым языком об Claude Code Claude Code — это интеллектуальный инструмент для работы с программированием, построенный на основе ИИ Claude от Anthrop…
Оказывается, документация Claude Code рассказывает не всё. Стоило только лишь заглянуть в исходники. И вот что можно настроить, но чего нет в доке: — …
Claude Code dropped median time-to-first-commit from 47 minutes to 9 minutes across 200 internal Anthropic tasks (Anthropic 2025). That is not a minor…
Подробный обзор Claude Opus 4.8. Эта нейросеть от Anthropic исправляет самую главную беду современных LLM: галлюцинации. Абсолютная честность, мощнейш…
You know that feeling when a tool clicks and suddenly you're 3x faster? That's what's happening right now in dev communities with Claude Pro. This isn…
At a recent event, someone asked me two questions. I could not answer them well at the time: How do you decide which tasks to give to Claude Code, and…
Your Claude Code session knows your project inside out. Your teammate's Claude Code session knows nothing. Every morning, one of you re-explains the a…
Every team using AI coding tools has invented their own version of the same hack. Some put everything in CLAUDE.md and commit it to the repo. Some mai…
There are now dozens of MCP memory servers. I've tried most of them. They almost all solve the same problem: your AI forgets everything between sessio…
The most downloaded and widely used methodology in the Claude Code ecosystem is Superpowers , with over 208k stars⭐️ and 18.5k forks🍴 on GitHub (and c…
There’s a quiet assumption in almost every AI discussion right now: “If we scale compute and models, intelligence will keep improving.” That assumptio…
Anthropic shipped Claude Sonnet 4.6 in February 2026, roughly five months after Sonnet 4.5 launched in September 2025. Both carry the same API pricing…
This isn't about AI being dangerous. It's about a habit most of us have developed without noticing. You start a Claude Code session. The agent asks pe…
The problem with Claude Code PR reviews I use Claude Code for almost everything. But PR reviews kept frustrating me. The workflow looks like this with…
Anthropic shipped Claude Opus 4.8 today. Same price as Opus 4.7, fast mode at 2.5x speed, fast mode 3x cheaper than before. Alongside the model releas…
Несколько лет, я экспериментирую с генераторами картинок. Меня интересует один вопрос: можно ли из нейронок получить приемлемые концепт-дизайны сайтов…
Новый проект, фреймворк, с которым не работал несколько лет, приложение в процессе миграции. Раньше на погружение уходил месяц. В этот раз — неде…
The Claude Agent SDK exposes three budget tiers ( haiku , sonnet , opus ) and reads its routing target from environment variables on every call. That …
Introduction "If it sounds like a pull-quote, rewrite it." This is the 78th article in the "One Open Source Project a Day" series. Today's project is …
Most people (myself included) mainly use Claude Code like a chatbot — type a request, get some code, repeat. But there's a whole layer of slash comman…
Spin up from FirstDraft Co-pilot. It's been a while since I've done this, so I'll outline the process. Include devise gem on gemfile bundle install de…
Most developers using Claude Code work the same way: one long conversation, manual prompting between tasks, context that grows until the model loses t…
Part one reached 69,000 views on r/webdev in two days. I did not expect that. I wrote it because I thought replacing a 3.4 MB video with 40 KB of DOM …
Problem The longer a Claude Code session runs, the worse the model’s judgment gets. Anthropic calls it “context rot.” In one dissected 70 MB session d…
Originally published at malcolmlow.com . Several posts on this blog — including Word Embeddings Explained , SingIDBot , and the OpenClaw Telegram inte…