@carnage4life

"Just telling Ai agents what to do and checking their work" sounds very good.

Avoid the drugery, just do the interesting stuff.

Personal anectode: When I was a code monkey, I loved to code...
...initially.
Then when I was working accounting systems and databases... it was a chore. There was a small blip of dopamine when a bug was splatted or the module was finished. But overall, it was boring. I would often 'ornamentalise' my code, add unnecessary bits to keep me insterested.

Anyway, the point I want to make, to #vibecode you still have to know how to program, how to break down the outcome into smaller pieces of the elephant and how to make it work together when the #agent gets into the weeds.... and the best part you can 'code' in frameworks you are unfamiliar with on syntax level because code primitives remain code primitives and functions remain functions.

#LLM #ClaudeCode #x10

新清士@(生成AI)インディゲーム開発者 (@kiyoshi_shin)

Claude Code의 토큰 소모가 평소보다 빨랐던 이유가, 어제(27일)로 끝난 토큰 2배 캠페인 때문이었다는 내용이다. 100달러짜리 Max 플랜은 사용 한도에 금방 도달할 수 있어 체감상 더 빨리 소진된다고 언급한다.

https://x.com/kiyoshi_shin/status/2037892657272512930

#anthropic #claude #claudecode #tokens #pricing

新清士@(生成AI)インディゲーム開発者 (@kiyoshi_shin) on X

Claude Codeのトークン消費が今日早いなと思っていたら、2倍キャンペーンの期間が、昨日(27日)で終わってた。100ドルのMaxプランだと、すぐ上限に達してしまう……。

X (formerly Twitter)
Claudeline will now indicate (with an ⚡️) when #ClaudeCode is at peak hours if you're on free/pro/max plans
https://github.com/fredrikaverpil/claudeline
So, wanna know why you should NOT depend on generative AI to do you job and solve your problems? Because you can be banned in a second. I was using #ClaudeCode from @[email protected] to do some experiments with music theory and #heartmula, and needed some song lyrics and BPM test data. BOOM.

Anthropic hat die Funktion "Auto Dream" stillschweigend in Claude Code integriert, um Sitzungsprotokolle und Memory-Dateien im Hintergrund zu konsolidieren.

Ein vierstufiger Prozess parst JSONL-Dateien, wandelt relative in absolute Datumsangaben um und bereinigt den Index, um Context-Window-Limits technisch zu umgehen.

#Anthropic #ClaudeCode #LLM #News
https://www.all-ai.de/news/news26/claude-code-dream

Claude Code: Neue Funktion heimlich eingeführt

Ein versteckter Befehl konsolidiert ab sofort Memory-Dateien. Das Kontextfenster der KI-Modelle bleibt dadurch von alten Daten befreit.

All-AI.de
gstack v0.13:UIモックアップ生成とブラウザ統合が加わった
#AI #ClaudeCode #Anthropic
https://hide10.com/post/gstack-v013-update/
gstack v0.13:UIモックアップ生成とブラウザ統合が加わった

先日紹介した gstack が v0.13.0.0 になった。GitHubスターはすでに53,000を超えており、本日だけで複数のコミットが入っている。\n前回は「要件整理から実装・テスト・デプロイまでを28スキルで流す」という全体像を書いた。今回は v0.12〜v0.13 で加わった機能に絞る。\n/design バイナリ:UIモックアップをブラウザで生成・比較 v0.13 の目玉は /design($D)コマンドだ。テキストによるモックアップ説明ではなく、実際にブラウザ上でUIを描画し、複数案を並べて比較できる。13の操作が用意されており、デザイン案の生成・選択・調整をClaude Codeのセッション内で完結できる。\nこれまでのgstackはコードとレビューに寄った構成だったが、デザインフェーズもカバーするスキルが増えてきている。\nデプロイ後まで面倒を見るスキルが増えた v0.12 以降、デプロイ後の工程を担うスキルがいくつか追加された。\n/land-and-deploy は PR統合 → CI待機 → 本番デプロイ検証を一連で流す。手動でマージして「CI通ったかな」と確認しにいく手間がなくなる。\n/canary はデプロイ後の監視担当だ。コンソールエラーやパフォーマンス低下を検知する。デプロイ直後に何か壊れていないかをその場で確認できる。\n/retro は週次の振り返りスキル。個人別の活動分析やテスト健全性のトレンドを出す。\nChrome拡張との統合 /connect-chrome でClaude Codeから実際のChrome(起動済みのもの)を操作できる。Chrome拡張が extension/ に含まれており、認証済みページのテストには /setup-browser-cookies でブラウザのCookieをインポートして使う。\nセキュリティ強化(v0.12.12) v0.12.12 ではセキュリティ面を大きく整理した。ハードコードされたcredentialsの削除、telemetryのデフォルトオフへの変更、不要コード2,000行の削除が入った。スキルファイル自体がプロンプトインジェクションの媒体になるのを防ぐ「ファイルシステム境界」も Codex スキルに追加されている。\nその他の変更 /autoplan:CEO → デザイン → エンジニアリングのレビューを自動で連鎖実行するスキル スキルプレフィックスのカスタマイズ(v0.12.11):/plan- 系コマンドなどのプレフィックスを変更できる /plan-ceo-review:拡張・選別・維持・削減の4モードで機能を再検討するCEO視点のレビュー /plan-design-review:デザインを0〜10でスコアリング、AIっぽさを検出 参考 garrytan/gstack - GitHub Garry TanがgstackをOSSで公開した記事(当サイト) この記事は Claude Sonnet 4.6 が執筆しました。\n

hide10.com
Claude Codeにサービスをまるっとプレゼントして自律開発させてみた - Qiita

Claude Codeにサービスをまるっと自律開発させてみた話 はじめに 「AIを使って開発する」ではなく、「AIにサービス開発を任せる」を試してみました。 コードを書くだけじゃなく、マーケティング・ツイート投稿・note記事作成・QAリサーチ・開発タスク管理まで、一人...

Qiita

AWSが100万基のNvidia GPUを調達 。 2000億ドルAI投資と自社チップ「二刀流」戦略の全貌
https://qiita.com/miruky/items/23180d8c4706ca03e4f8?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #AWS #NVIDIA #AI #生成AI #ClaudeCode

AWSが100万基のNvidia GPUを調達 。 2000億ドルAI投資と自社チップ「二刀流」戦略の全貌 - Qiita

はじめに こんばんは、mirukyです。 2026年3月、NvidiaのGTC(GPU Technology Conference)で衝撃的な発表がありました。AWSがNvidiaから100万基以上のGPUを調達するという大型契約です。しかもGPUだけではなく、ネットワー...

Qiita

Another way to give Claude Code PARTIAL control instead of all-or-nothing (looking at you, --dangerously-skip-permissions). Testing it out. Looks like the whole permissions model is shifting. And honestly, good.

#ClaudeCode #AIAgents #DevTools

Who else ends up having two or more #AI subscription plans? Both are great: #ChatGPT plus #Codex and #Claude plus #ClaudeCode. They are definitely the frontier AI models out there. #SWE #AGI #GenAI #LLM #dev #development #AINativeEngineer