[Перевод] Руководство, считающее, что ИИ заменит персонал — это фиговое руководство
За последние три месяца я сталкивался с четырьмя случаями сумасшествия CEO из-за искусственного интеллекта. Поразительным для меня было сходство всех …
Latest AI & ML news from Tech News
За последние три месяца я сталкивался с четырьмя случаями сумасшествия CEO из-за искусственного интеллекта. Поразительным для меня было сходство всех …
Тут в твитторе разгорелся очередной скандал вокруг Anthropic. Под катом я постарался разобраться в сути и пересказал вам. В 2024 году Anthropic з…
Думаю все, кто начинал использовать claude code, рано или поздно ощущали на себе его недостатки. Не удобно навигироваться по чекпоинтам, не удобно смо…
Всем привет! Я Юля Гончарова — продакт, дизайнер и... «вайбкодер». Последний год я строю продукты в одиночку с помощью Claude Code — от идеи и UX до к…
Like a lot of you I hit the 5-hour cap most days. What actually annoyed me was realizing the weekly limit doesn't line up with that. Even capping out …
Moonshot AI выпустила веса Kimi K3 — мультимодальной MoE‑модели с 2,8 трлн параметров, из которых на каждом токене активируются 1…
TL;DR: Tested whether representing Claude's responses as bullets instead of prose loses any information. Ran it across 14 technical topics — 24-78% to…
Последние несколько лет Саймон Уиллисон тестировал каждый крупный релиз LLM одним и тем же промптом: «Сгенерируй SVG с пеликаном, сидящим на велосипед…
Context for readers outside Japan Japan's kakutei shinkoku is the annual self-employed tax return — the local equivalent of the US Schedule C or the U…
A few weeks ago, I completed Anthropic Education's AI Frameworks and Fluency course. I joined out of curiosity. One part of the course stayed with me …
After processing thousands of bank statements, invoices, and receipts through Claude Vision API, I've learned that financial document OCR is harder th…
Claude Opus 5, Claude Fable 5, GPT 5.6 Sol, Kimi K3, Claude Opus 4.8, Grok 4.5, Composer 2.5, GPT 5.5, DeepSeek v4, GLM 5.2, Qwen 3.8 Max, Claude Sonn…
For months I had the same problem with coding agents: the session drops a pile of changes, and by review time I no longer know what it touched or why.…
MCP (Model Context Protocol) connectors extend Claude's reach into external services, but connector coverage is uneven across platforms. dev.to is one…
I keep finding a new agent skill I want to add to my library. Each one is a good addition on its own, and that is exactly the trap. Skills are not fre…
I can't write code. I've never written a line of it by hand. I still wanted something that didn't exist: a leaderboard for AI companion sites that sho…
Part 8 of the "Automating Playwright with Claude Code" series. Our pack from Part 6 catches problems (flaky tests, locator issues); this post adds a S…
There's a term developers have started using for what's piling up in their pull requests: AI slop. Not an insult to the tools. A name for the specific…
Пробовали работать с Битриксом через AI-агента? Если ещё нет, то вам будет интересно узнать, как это :-) Читать далее
Hi friends Here's a tip for when you're setting up Claude Code (or any coding agent) in a real codebase, this came in clutch for me when I discovered …
Opus 5 не делает Fable 5 ненужным: благодаря вдвое более низкой официальной цене за токен, управляемому effort и близкому уровню возможностей Opus под…
Claude Opus 5 is here. At half the price, it beats Fable 5 on most benchmarks; it scored a perfect 42/42 at IMO 2026 with no external tools; and it's …
TL;DR : после каждого проекта на диске остаётся 2–40 ГБ мусора, который никто никогда не убирает. Я раскопал свой Mac (460 ГБ, из них свободно было 14…
Claude can write a working app right inside a chat. Close the chat and it's gone: no URL, no saved data, nothing to open tomorrow. This is how you tur…
Anthropic shipped Claude Opus 5 today. Nobody asked us for a video, so we made one anyway — fifty-five seconds, twelve beats, every claim on screen li…
There is a way for agent memory to fail that is worse than forgetting, and it took me a while to even recognize it as a failure. The preference is sit…
CN: Death I. The letter My father died in November. Sometime between the 16th and the 19th — the death certificate gives a range, not a date, which is…
If you have only ever used Claude Code's permission prompts, hooks are the next layer down: deterministic shell commands (or HTTP endpoints, MCP tools…
There's a whole ecosystem of "agent skills" now — reusable instruction files you drop into Claude Code (or Cursor, or Copilot) to make the model write…
I wanted Claude Code to read a Google Sheet while it worked. Some of my test fixtures and a small config table live in a spreadsheet a teammate mainta…