Skip to content

Commit 457aa80

Browse files
committed
2026-04-09 21:53:18
1 parent a98e39d commit 457aa80

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

eng_2026/04/2026-04-09-19-08.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
While Claude Code was the undisputed favorite last year, with many tutorials and side projects, I can't quite understand what is happening with the project in 2026. Judging by the decreasing number of YouTube videos, other people can't either.
2+
3+
In February–March, Anthropic announced and rolled out several features that made Claude Code much more autonomous (agentic). There is an active transition from "a single agent in the terminal" to a managed **task system** and coordination of background agents (Ctrl+B) with an ecosystem of hot-reloaded MCP integrations, skills, hooks, and plugins. Through `/teleport`, you can initialize `/remote-control` sessions that can be managed from a mobile app. `/loop` was introduced for periodic prompt/command execution, along with in-session cron scheduling tools, etc.
4+
5+
Of the truly useful additions, only Auto Mode is worth noting.
6+
7+
**Auto Mode**
8+
https://claude.com/blog/auto-mode
9+
Presented as a "middle ground" between two extremes in Claude Code. Previously, you either had to manually approve *every* file change and bash command (very secure but annoying) or use the `--dangerously-skip-permissions` flag. The new Auto Mode allows Claude to decide for itself which actions are safe and execute them automatically without approval.
10+
11+
Before each tool call, a separate classifier (based on Sonnet 4.6) quickly checks the action for danger. Safe actions proceed automatically; risky ones are blocked. If the model persistently insists on blocked actions, a user prompt eventually appears anyway.
12+
13+
**Claude Mythos Announcement Discussion**
14+
https://news.ycombinator.com/item?id=47679258
15+
Anthropic describes the personality, goals, and limitations of the new model in a system card. It is not being released publicly—allegedly due to a sharp jump in capabilities and security risks. They claim Mythos has found **thousands of zero-day vulnerabilities** in OSs, browsers, virtual machines, etc. (including very old bugs). Many write that this could significantly change cybersecurity—for better or worse.
16+
17+
They also announced Project Glasswing, providing Mythos access to a limited circle of companies to fix critical software using the model.
18+
19+
---
20+
21+
Recently, many people paying for subscriptions have found Claude Code becoming practically unusable due to recent changes in Anthropic's policies and restrictions without clear rules. Even just mentioning OpenClaw in the system prompt causes the request to be rejected with an error. The system has also become worse at handling non-coding tasks.
22+
23+
Most likely, due to the launch of the new model, they had to maximize the squeeze on all compute that was previously distributed just to attract people to the infrastructure.
24+
25+
#claudecode #newllmmodel

ukr_2026/04/2026-04-09-21-08.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Якщо минулого року Claude Code був беззаперечним фаворитом, по ньому було багато туторіалів та додаткових проєктів, то що відбувається з проєктом у 2026 році я до кінця зрозуміти не можу. Судячи зі зменшення кількості відео на YouTube, інші люди також.
2+
3+
У лютому–березні Anthropic анонсував і викотив кілька функцій, які зробили Claude Code набагато автономнішим (agentic). Йде активний перехід від «одного агента в терміналі» до керованої **системи завдань** та координації фонових агентів (Ctrl+B) з екосистемою інтеграцій хот-релоадед MCP, скілів, хуків та плагінів. Через `/teleport` можна ініціалізувати remote-сесії `/remote-control`, якими можна керувати з додатка в телефоні. Введено `/loop` для періодичного запуску промпту/команди та інструменти cron-планування всередині сесії тощо.
4+
5+
З реально корисного можна відзначити хіба що Auto Mode.
6+
7+
**Auto Mode**
8+
https://claude.com/blog/auto-mode
9+
Представлений як «середній шлях» між двома крайнощами в Claude Code. Раніше потрібно було або постійно вручну схвалювати _кожну_ зміну файлу та bash-команду (дуже безпечно, але дратує), або використовувати прапор `--dangerously-skip-permissions`. Новий Auto Mode дозволяє Claude самому вирішувати, які дії є безпечними, і виконувати їх автоматично, без схвалення.
10+
11+
Перед кожним tool call окремий класифікатор (на базі Sonnet 4.6) швидко перевіряє дію на небезпеку. Безпечні дії проходять автоматично, ризиковані — блокуються. Якщо модель наполегливо наполягає на заблокованих діях, у підсумку все одно з'являється запит до користувача.
12+
13+
**Обговорення анонсу Claude Mythos**
14+
https://news.ycombinator.com/item?id=47679258
15+
Anthropic описує особистість, цілі та обмеження нової моделі в system card. Не випускає її publicly (не буде в загальному доступі) — нібито через різкий стрибок здібностей і ризики безпеки. Заявляють, що Mythos знайшов **тисячі zero-day уразливостей** в ОС, браузерах, віртуальних машинах тощо (включаючи дуже старі баги). Багато хто пише, що це може сильно змінити кібербезпеку — як у кращий, так і в гірший бік.
16+
17+
Анонсували й Project Glasswing, де дають доступ до Mythos обмеженому колу компаній, щоб ті фіксили критичний софт за допомогою моделі.
18+
19+
---
20+
21+
Останнім часом багато людей, які платили за підписку, бачать, що Claude Code стає практично непридатним через нещодавні зміни в політиці та обмеженнях Anthropic без чітких правил. Навіть якщо просто в системному промпті згадати OpenClaw, запит відхиляється з помилкою. Також система стала гірше працювати з не-кодинг завданнями.
22+
23+
Скоріш за все, через запуск нової моделі довелося максимально стиснути весь комп'ют, який раніше просто роздавали для залучення людей в інфраструктуру.
24+
25+
#claudecode #newllmmodel

0 commit comments

Comments
 (0)