新清士@(生成AI)インディゲーム開発者 (@kiyoshi_shin)
Claude Code의 토큰 소모가 평소보다 빨랐던 이유가, 어제(27일)로 끝난 토큰 2배 캠페인 때문이었다는 내용이다. 100달러짜리 Max 플랜은 사용 한도에 금방 도달할 수 있어 체감상 더 빨리 소진된다고 언급한다.
"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.
新清士@(生成AI)インディゲーム開発者 (@kiyoshi_shin)
Claude Code의 토큰 소모가 평소보다 빨랐던 이유가, 어제(27일)로 끝난 토큰 2배 캠페인 때문이었다는 내용이다. 100달러짜리 Max 플랜은 사용 한도에 금방 도달할 수 있어 체감상 더 빨리 소진된다고 언급한다.
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

先日紹介した 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
Claude Codeにサービスをまるっとプレゼントして自律開発させてみた
https://qiita.com/s1019/items/5ae7f08ad291f73a9e0f?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
AWSが100万基のNvidia GPUを調達 。 2000億ドルAI投資と自社チップ「二刀流」戦略の全貌
https://qiita.com/miruky/items/23180d8c4706ca03e4f8?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
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.