Advertisement · 728 × 90
#
Hashtag
#claudecode
Advertisement · 728 × 90
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

1 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

1 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
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/

#BuildInPublic #ClaudeCode

2 0 0 0
Preview
【2026年3月版】Claude Codeがどれだけ進化したかまとめました(3/3〜28)|kazu@生成AI×教育 / 谷 一徳 | AI Academy こんにちは、kazuです。 Clade Code皆さん使っていますか?今回は今月Claude Codeがどれだけ進化したかまとめました。 2026年3月のClaude Code、みなさんもお気づきかと思いますが、アップデートの量がおかしいんです笑 v2.1.72からv2.1.86まで、約2週間で13バージョンでしょうか!?ほぼ毎日何かが変わっていますよね笑 しかも小さなバグ修正ではなく、使い方そのものが変わるレベルの機能追加が次々に入っています。 全部追いかけるのは正直しんどいので、AIの力も借りつつ、この記事では「これだけ押さえておけば3月の進化がわかる!」という注目機能を

Claude Code、今月だけで13回もアップデート入ってて進化が止まらない。

個人的な推しは「/loop」と「Channels」。
ターミナルに張り付かなくても、スマホから指示出してバックグラウンドでガシガシ処理してくれる環境、これぞエンジニアが求めてた未来。

https://note.com/kazu_t/n/n1a207262b51c

#ClaudeCode #AIエンジニア #開発効率化

0 0 0 0
Preview
Claude Code vs 主要ツール比較2026年3月版|セキ 2026年3月時点で、AIコーディングツールの勢力図が一気に変わっている。Claude Codeが開発者採用率でCopilotを抜いて1位になり、Windsurfが$15/月でコスパ最強を名乗り始めた。 製造業の営業をやりながら夜な夜な個人開発しています。Claude Codeを1年近く使い続けているので、2026年3月版の比較データをもとに「実際どれを使うべきか」を整理しました。 ツール選びの話は「なんとなく話題」で選ぶと後から後悔するので、ベンチマークと価格の数字ベースで比較します。 AIコーディングツール勢力図(2026年3月) 2026年3月の勢力図:5つのツールで何

2026年3月のAIコーディングツール勢力図、Claude Codeが開発者採用率41%でついにCopilot超え。

個人の体感でもAgent Teamsによるタスク並列化は破壊力抜群。フロントとAPIの同時生成が爆速になったのはデカい。

皆さんはCursor派?Claude Code派?🤔
#AI #ClaudeCode #開発効率化

https://note.com/seki_neko/n/nc8966f214e4e

1 0 0 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-7/

#BuildInPublic #ClaudeCode

3 1 0 0
Preview
Claude Code on Amazon Bedrock のデプロイパターンとベストプラクティス | Amazon Web Services 本稿は、2025 年 11 月 19 日に AWS Machine Learning Blog で公開された […]

Claude CodeをBedrockで動かす時の認証、PoCならAPIキーでもいいけど、本番運用ならIdP直接連携一択ですね。

IAMフェデレーションでユーザー属性までOpenTelemetryで追えるから、コスト配分も楽。AWS界隈はここがしっかりしてて助かる。

詳細: aws.amazon.com/jp/blogs/news/claude-cod...

皆さんは本番の認証、どうやって構築してます?🤔

#AI #ClaudeCode #AWS #...

2 0 0 0

Claude CodeをAmazon Bedrock経由で運用するなら、PoCはAPIキーでいいけど、本番はIAM Identity CenterやIdP連携で一時認証情報を回すのが鉄板ですね。

ユーザーごとのコスト可視化とセキュリティを両立させる構成、皆さんはどう組んでますか? #ClaudeCode #AWS #AIエンジニア

2 0 0 0
Preview
Claude Code同士が会話できるようになったらしいので試してみた

「Claude Code」同士が会話できる…だと?
「claude-peers-mcp」使ったら、ローカル上のセッション間でお互いを発見してメッセージ送り合えるようになりました。これ、マルチエージェント開発がローカルで爆速化する予感しかない。

Windows環境での泥臭い設定備忘録も書いておきました(特にMCP登録でハマった)。

https://zenn.dev/acntechjp/articles/7bb9f418be6e68

これ、役割分担させて自動開発回すの楽しそう…!皆さんはもう試しました?🤔

#AI #ClaudeCode #LocalLLM #AgenticWorkflow

1 0 0 0
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

4 2 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
Post image

Claudeline will now indicate (with an ⚡️) when #ClaudeCode is at peak hours if you're on free/pro/max plans
github.com/fredrikaverp...

1 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-4/

#BuildInPublic #ClaudeCode

2 1 0 0
Preview
Every Claude Code Update From March 2026, Explained Claude Code’s March 2026 updates explained: computer use, auto mode, remote control, scheduled tasks, cloud fixes, visuals, and much much bigger limits.

Claude Codeの3月アップデート、正直エグい。

特に「スケジュール実行」と「Auto mode」が最高。PC閉じててもクラウド側でCIチェックやPRレビュー自動化できるのは、開発体験の次元が変わる。

もう「開発者が常時張り付く」時代じゃないね。これ使いこなしてる人いる?

#AI #ClaudeCode #エンジニアリング #自動化 @AnthropicAI

https://www.builder.io/blog/claude-code-updates

2 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

5 0 0 0