🚨 NEWS: Ribbie trasforma le statistiche MLB in diretta in animazioni pixel art anni 80

Ecco i punti chiave in breve:
💡 Guardare una partita di baseball in diretta può diventare un'esperienza visivamente coinvolgente grazie a Ribbie, un progetto web indipendente che converte i dati in tempo reale de...

🚀 LINK: https://meteoraweb.com/news/ribbie-trasforma-le-statistiche-mlb-in-diretta-in-animazioni-pixel-art-anni-80

#ai #claudeCode #pixelArt #mLB

The Coming Loop

Loops, harnesses, and why even loop skeptics may end up with them.

Armin Ronacher's Thoughts and Writings

It's an amazing time to be alive. Sky is the limit. 🌍

Live → https://atlas.strq.dev

#ClaudeCode #AI #BuildInPublic

Climate Atlas — Sydney vs London

Two cities laid over one calendar year — temperature, sunshine, rain, snow, wind and UV, compared day by day and month by month.

Climate Atlas
I pressed 4 for EXCELLENT! #claude #claudecode
Hopefully they fix this soon, or we're going to have to start doing work ourselves again (like the old days)!
#claudecode #claude #ai #llms
Claude Code v2.1.178、サブエージェントをモデル名で止められるようになった ── 権限ルールの新構文とネスト.claudeスキル
#AI #ClaudeCode
https://hide10.com/post/claude-code-2-1-178-perms-nested-skills-2026/
Claude Code v2.1.178、サブエージェントをモデル名で止められるようになった ── 権限ルールの新構文とネスト.claudeスキル

サブエージェント(Claude が裏で呼ぶ別働隊の Claude)が勝手に高額な Opus を起動して、知らないうちに利用枠(トークン消費)を削っていた——という経験はないだろうか。 2026年6月15日に出た Claude Code v2.1.178 は、まさにそこに手を入れてきた。 派手な新機能はないが、サブエージェントを毎日のように使っている人ほど嬉しい修正が3つ入っている。\nこのブログの記事づくりも、gh コマンド(GitHub 操作)は Haiku のサブエージェントに丸投げしている。 だから今回の更新は他人事ではなかった。手元の運用に直結する3点を順に見ていく。\n1. Opus のサブエージェントだけを狙って止める これまでの権限ルールは「ツール単位」だった。 Bash を許可するか、Agent(サブエージェント起動)を許可するか、というレベル。\nv2.1.178 で Tool(param:value) という書き方が増えた。 ツールに渡す引数の中身で許可・拒否を分けられる。* のワイルドカードも使える。\n公式が挙げている例がわかりやすい。\nAgent(model:opus) これを .claude/settings.json の permissions.deny に書く。 たとえばこう。\n1 2 3 4 5 { "permissions": { "deny": ["Agent(model:opus)"] } } すると Opus を使うサブエージェントの起動だけをブロックできる。 Haiku や Sonnet のサブエージェントは通したまま、重い(=枠を食う)Opus 配下だけ止める、という制御だ。 プロジェクト直下に置けばそのリポジトリだけ、~/.claude/settings.json に置けば全プロジェクトに適用される。\n

hide10.com
Anthropic's Claude Code lead Boris Cherny told Meta's @Scale that recursive agent loops are the next era of coding. The pattern is a long-running, self-improving subagent that submits pull requests and never stops. Token cost is the ceiling. #AI #ClaudeCode #Agents #AIDev

Claude Code セキュリティガードレール 実装テンプレ集 — コピペで使える settings.json と hook スクリプト
https://qiita.com/nogataka/items/bab35c7b58a664d3b8f1?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #Security #生成AI #AI駆動開発 #AIエージェント #ClaudeCode

Claude Code セキュリティガードレール 実装テンプレ集 — コピペで使える settings.json と hook スクリプト - Qiita

はじめに この記事は、Claude Code のセキュリティガードレールを「概念」ではなく「動くコード」で示すことを目的にしています。 「ガードレールが必要だとは分かった。でも何をどう書けばいいのか」という段階の方に向けて書いています。 settings.json の p...

Qiita
Claude CodeでExcel仕様書を効率的に解析・引き継ぎするための命名・管理術 - Qiita

はじめに 開発の現場では、いまだに大量の仕様書が Excel(xlsx) で管理されています。調査結果、機能一覧、対応状況、データ項目定義……。これらをAIエージェント(私の場合は Claude Code)に読み込ませて「解析」「要約」「引き継ぎ資料化」させたい、というニ...

Qiita