Advertisement · 728 × 90
#
Hashtag
#ClaudeCode
Advertisement · 728 × 90
Notes From the Build

Notes From the Build

Notes From the Build

I run a real business and build my own AI tools. No dev team. No six-figure budget. Just Claude...

https://goodquestion.ai/posts/notes-from-the-build-6/

#BuildInPublic #ClaudeCode

1 0 1 0
https://dev.to/drakkotarkin/how-signal-based-routing-actually-works-and-the-3-times-it-broke-5eop

I built a routing engine where 28 AI personas activate from natural language. No commands. No slash tools. You talk, they listen.

New article: the 4-layer anatomy and 3 spectacular failures that shaped it.

dev.to/drakkotarkin...

#ClaudeCode #OpenSource #DevTools #AI

1 0 0 0

Anyone else feeling this? Drop how you're handling model drift below. Curious what workarounds people have found.

https://news.ycombinator.com/item?id=47526097

#ModelDrift #ClaudeCode

0 0 0 0

La vie classique d'un VP Engineering dans une scale-up internationale. Certains tech leads se plaignent de ne plus pouvoir autant coder qu'avant, c'est exactement le même délire (au carré 😄).

Et puis j'ai vraiment découvert #ClaudeCode depuis que j'ai changé de job. Et là… quelque chose a changé 🤯

0 0 1 0
Notes From the Build

Notes From the Build

Notes From the Build

Most founders think AI automation is for big companies. It's not. Here's proof from today's...

https://goodquestion.ai/posts/notes-from-the-build-5/

#BuildInPublic #ClaudeCode

2 0 0 0
Preview
Before the Law How I built a database of 400,000 Chinese state media articles and what I found about the disappearance of my own people

A powerful look at erasure in plain sight: in a database of 400,000+ PRC state media articles, Soyonbo Borjgin found just one mention of “蒙古族” (“Mongolians”). He built PropagandaScope in three weeks to make that pattern visible through data #ClaudeCode #Mongolian soyonbo.substack.com/p/before-the...

2 1 0 0
Preview
Making frontier cybersecurity capabilities available to defenders Claude Code Security is one step towards our goal of more secure codebases and a higher security baseline across the industry.

Making frontier cybersecurity capabilities available to defenders

🔗 www.anthropic.com/news/claude-...

#Claude #ClaudeCode #ClaudeCodeSecurity #Anthropic @anthropic.com #AI #ArtificialIntelligence #Security #CyberSecurity

1 0 0 0

🤖 Claude Code ahora revisa y fusiona tu código automáticamente en desktop

claude.com/blog/preview-review-and-...

#ClaudeCode #IA #Desarrollo #Automatizacion

0 0 0 0

The scale:

10 Billion recipes

4,000 Card profiles

13 Archetypes

5 Schools with distinctly unique strategies

#indiegame #GameDev #CardGame #TCG #ClaudeAI #ClaudeCode #MathGen

3 2 0 0
Post image

Building a math-based, non-linear emergent card crafting & PVP game. 🃏✨

The crafting-combat loop MVP is finally complete, all thanks to Claude and Claude Code!

#indiegame #GameDev #CardGame #TCG #ClaudeAI #ClaudeCode #MathGen

5 2 2 0
Notes From the Build

Notes From the Build

Notes From the Build

Every hour you spend on manual tasks is an hour not spent growing your business. Today I automated...

https://goodquestion.ai/posts/notes-from-the-build-4/

#BuildInPublic #ClaudeCode

3 0 0 0
Preview
Antigravity × Claude Code:AIネイティブ開発を加速させるパートナーシップの組み方 「AntigravityとClaude Code、どちらを使うべきか?」 SNSやコミュニティで巻き起こっている問いに対する1つの解です。 #資料の構成 -本資料では、GUIベースのAIネイティブIDE 「Antigravity」 と、ターミナルで圧倒的な実装力を発揮する 「Claude Code…

「Vibe Coding」とか「Antigravity」とか、AIツールで直感的に組むのが主流になりつつあるけど、結局大事なのは「AIをどう自分のワークフローに組み込むか」ですよね。

Claude Codeと連携させて、環境構築からテストまで自動化する構成、最近かなり安定してきた。これ組んでる人いる?🤔

#AI #ClaudeCode #自動化 #エンジニア

speakerdeck.com/tame/antigravity-x-claud...

0 0 0 0
Preview
WEBディレクターがClaude Codeを初めてインストールしてみた話【Windows編】 📅 2026年3月30日 ⏱ 読了約7分 🏷 Claude Code / AI / WSL 「これからはAIツールを実際に触って理解しておかないとダメだ」そう思い立って、Claude Codeのインストールに挑戦した。結果、約1時間。詰まりまくった。でも動いた。その記録。 Claude Codeって何? まず前提として、Claude Codeはclaude.aiのチャット画面とは別物だ。ブラウザで使うClaudeはチャット形式のAIだが、Claude Codeはターミナル(黒い画面)の中で動く開発特化型のAIエージェントだ。コードを書いてくれるだけじゃなく、ファイルの読み書き、コマンドの実行、データの分析まで、PCの中で直接作業してくれる。WEBディレクター的に言うと「指示したことを自分でやってくれる優秀なエンジニア」のイメージに近い。正直、エンジニア向けのツールだと思っていた。でもCSVの分析や作業自動化にも使えると知り、試してみることにした。 環境と前提 PC:Windows Claude.aiのプラン:Pro($20/月) プログラミング経験:ほぼなし ターミナル経験:ほぼなし これが本日の戦力だ。心もとない。 インストールの流れ Windowsの場合、Claude Codeを動かすにはWSL(Windows Subsystem for Linux)という仕組みが必要になる。WindowsのPC内にLinuxという別のOSの動作環境を作り、その中でClaude Codeを走らせるイメージだ。 Step 01:WSLのインストール スタートボタンを右クリックして「ターミナル(管理者)」を開く。以下を貼り付けてEnterを押すだけ。 wsl --installPowerShell インストール完了後、PCを再起動する。 Step 02:Ubuntuの起動とユーザー設定 再起動後、スタートメニューから「Ubuntu」を探して起動。初回はユーザー名とパスワードの設定を求められる。 🔥 ここで詰まった パスワード入力中、画面に何も表示されないので「あれ、入力できてない?」と焦った。Linuxではセキュリティ上、パスワード入力時は何も表示されない仕様らしい。落ち着いて入力してEnterでOK。 🔥 さらに詰まった 2回目のパスワード入力でタイプミスして「passwords do not match」エラー。y…

WEBディレクターがClaude Codeを初めてインストールしてみた話【Windows編】

「これからはAIツールを実際に触って理解しておかないとダメだ」そう思い立って、Claude Codeのインストールに挑戦した。結果、約1時間。詰まりまくった。でも動いた。その記録。

#ClaudeCode,
#AI,
#WSL,
#Windows,
#WEBディレクター,
#初心者,
#ターミナル,
#体験記

0 0 0 0
Notes From the Build

Notes From the Build

Notes From the Build

If you're running a business and not using AI to automate yet, you're leaving money on the table....

https://goodquestion.ai/posts/notes-from-the-build-3/

#BuildInPublic #ClaudeCode

2 0 0 0
Claude Code Status Line

Claude Code Status Line

Did you know you can have two toolbars in one row?

I use that to show:
* 5h and weekly limits
* when they reset

Pretty dope to have that visible all the time.

#ClaudeCode

0 0 0 0

Claude Code helps surface security hot spots and annotate secure/insecure patterns during reviews. Use targeted system prompts, monitor context windows, and prefer private hosting for IP protection. #ClaudeCode #SecureCodeReview #AppSec https://bit.ly/4mhoWSB

0 0 0 0

Spent the weekend playing with #RaspberryPi and #ClaudeCode (since I've long since forgotten any Python I once knew). I now have a Discord bot running on my Pi that keeps an eye on my [Steam/Epic/GOG/EA/Ubisoft] games libraries, and will recommend a random !game (with IGDB description) when asked.

0 0 0 0
Notes From the Build

Notes From the Build

Notes From the Build

Every hour you spend on manual tasks is an hour not spent growing your business. Today I automated...

https://goodquestion.ai/posts/notes-from-the-build-2/

#BuildInPublic #ClaudeCode

1 1 0 0
Preview
a pixel art drawing of a deer with a crown on its head Alt: a pixel art drawing Claude

I’ve been using #ClaudeCode at work. With some personalization, I’ve had a good relationship with #Claude.

This weekend I decided to subscribe to #Claude for personal use as well, next to #ChatGPT.

Right now I’m trying it out for roleplay, and I was surprised, twice, by the creative writing.

#AI

2 0 0 0
Preview
AI活用というけど、2026年の進化はMCP活用がポイントか。Claude code、Claude.aiでの進化 - info 生成AIの進化により、Claudeなどを中心にAI活用は新たな段階へ。2026年はMCPの普及でAIとコンピュータやIoTが本格連携し利便性が飛躍する一方、新たなリスク領域も拡大。本記事ではその仕組みと注意点をわかりやすく解説します。

最近のAIエージェント開発、MCP(Model Context Protocol)の活用で接続先が劇的に増えてるのが熱い。

Claude Codeで外部ツールを叩く際、プロトコルが標準化されると自作CLIとの連携がめちゃくちゃ楽になる。みなさんはどんなMCPサーバー自作してます?🤔

#AI #ClaudeCode #MCP #開発者体験

mic.or.jp/info/2026/03/29/claude-m...

0 0 0 0
Preview
Claude Code Auto Mode: Full AI Control, Zero Risk Claude Code Auto Mode: AI handles permissions, blocks risky ops, cuts approval fatigue.

Claude Code's new Auto Mode replaces manual approvals with a classifier, but misses 17% of truly dangerous actions. What trade-off would you accept for autonomy?
#ClaudeCode
open.substack.com/pub/aidisrup...

0 0 0 0

Claude CodeのSkills機能、プロンプトごとの試行錯誤を自動化できるのが強すぎる。これぞ開発体験の底上げ。AI任せのデバッグが当たり前になる未来が見える。#AI #ClaudeCode #開発者体験

1 0 0 0
Preview
Skillにアプリケーションを組み込んでみる Agent Skillにローカルで動くWebアプリを同梱する実装パターン。Agentがプラットフォームとなりアプリが組み込まれる未来について考える。

Claude Codeの「Skills」機能、触れば触るほど便利。単にスクリプトを走らせるだけじゃなくて、CLIツールや既存のワークフローを直接エージェントに組み込めるのが強い。

開発環境を丸ごとLLMに「理解」させる感覚、これに慣れると戻れない。

みんなはSkills活用してる?

#AI #ClaudeCode #エンジニアリング

https://nyosegawa.com/posts/skill-with-app/

1 0 0 0
Preview
最近(v2.1.86)出てこないClaude CodeのThinkingを表示する方法(Windows) - スタジオおふとん 結論 より具体的に thinkingを出した方がいい理由 参考 結論 ~/.claude/settings.json に下記を記入する。 { "showThinkingSummaries": true } より具体的に おそらく C:\Users\ユーザー名\.claude にsettings.jsonがあるので、下記のように追記する。 { "env": { "CLAUDE_CODE_EXPERI...

はてなブログに投稿しました
最近(v2.1.86)出てこないClaude CodeのThinkingを表示する方法(Windows) - スタジオおふとん asahane.hatenablog.com/entry/2026/0...
#はてなブログ #ClaudeCode

0 0 0 0
Preview
Claude Code のベストプラクティス - Claude Code Docs 環境設定から並列セッションでのスケーリングまで、Claude Code を最大限に活用するためのヒントとパターン。

Claude Codeのベストプラクティスを読んでたんだけど、結局「検証」の質がすべてを分けるね。

「UIを良くして」じゃなくて「スクショとって比較して」と指示する。成功基準を曖昧にしないだけで自律エージェントの精度が段違いになる。

皆さんはエージェントにどうやって「自己検証」させてる? #ClaudeCode #AIエージェント #技術共有

https://code.claude.com/docs/ja/best-practices

0 0 0 0
Preview
Claude Codeのサブスクリプションで動くSlack常駐AIエージェントを作った Claude Code CLIの `-p` フラグとサブスクリプションを活用して、Slack上で常駐するパーソナルAIエージェント「むぎ苦労(mugi-claw)」を開発しました。Chrome DevTools Protocolによるブラウザ操作、機密情報をLLMに渡さないCredential Server、macOSのsandbox-execとプロキシによる多層防御など、実装の技術的な詳細を紹介します。

Claude CodeをSlackに常駐させて個人エージェント化する試み、これ最高にエンジニアの遊び心くすぐる…。

ただチャットするだけじゃなくて、環境操作と連携させると「自律的にタスク回す自分専用秘書」ができるのが熱い。

皆さんは、Claude Codeをどんなタスクに常駐させてる?

#ClaudeCode #AIエージェント #OSS #SlackBot

tubone-project24.xyz/2026/03/27/mugi-claw-sla...

1 0 0 0
Preview
GitHub - luongnv89/claude-howto: A visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value. A visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value. - luongnv89/claude-howto

🤖📚 Claude HowTo - структурований практичний посібник для поглибленого вивчення можливостей #ClaudeCode. Розроблено для користувачів, які хочують перейти від базових діалогів до професійного використання інструменту.

github.com/luongnv89/cl...

0 0 0 0
Preview
Codex vs Claude Code: The Divergence in Subagent Design Philosophy A structured comparison of Codex and Claude Code subagent architectures across design philosophy, implementation, and practical use cases.

Claude Codeのサブエージェント設計、正直言ってここまで柔軟だとは…。「コード修正」と「テスト実行」を別々に分離して、コンテキストをクリーンに保てるの、開発効率が段違い。

みんなはどんなタスクに分離して使ってる? #ClaudeCode #AI開発

smartscope.blog/en/blog/codex-vs-claude-...

2 0 0 0
Preview
Create custom subagents - Claude Code Docs Create and use specialized AI subagents in Claude Code for task-specific workflows and improved context management.

Claude Codeのサブエージェント機能、自分で定義したタスク単位でコンテキストを分離できるのがめちゃくちゃ便利。

「コードの修正専用」「テスト実行専用」みたいに役割分担させると、モデルの混乱が激減して爆速になる。これ使いこなすと開発体験が別物になるね。

#ClaudeCode #AIコーディング #エンジニアあるある

https://code.claude.com/docs/en/sub-agents

2 0 0 0
Preview
Claude Code vs Cursor vs GitHub Copilot (2026 Comparison) Claude Code vs Cursor vs GitHub Copilot compared for 2026. Architecture, pricing, strengths, and which AI coding tool fits your workflow best.

「Claude Code vs Cursor vs GitHub Copilot、結局どれがいいの?」問題。2026年現在の結論:役割が全く違う。

・Copilot:爆速オートコンプリート(リアクティブ)
・Cursor:AIネイティブIDE(コラボレーティブ)
・Claude Code:自律型エージェント(プロアクティブ)

結局、CLI派か、IDE派か、オートコンプリート派か。皆さんは仕事でどれをメインにしてる? #AI #ClaudeCode #Cursor #GitHubCopilot

https://dev.to/raxxostudios/claude-code-vs-curso

3 0 0 0