Curated Tech Insights

What captures my interest.

個人的に気になった技術記事、デザインのインスピレーション、そして日々の学びをストックしています。

Back to list
2026年1月26日 - 2026年2月1日

Claude Code運用強化週

#ClaudeCode#AIAgent#MCP#PromptEngineering#DevTools
2 Links22 Tweets

Weekly Insights

今週はClaude Codeを中心に、Subagent/context/forkの違い、Hooksの活用(非同期実行含む)、multi-repo対応やCLAUDE.md読み込み拡張など運用面のアップデートが目立ちました。あわせてSkills/MCP Apps、Bash理解やプロンプト改善、他ツール(Codex Planモード、Cursorのsubagents)との比較など、AI開発エージェントを安全かつ効率的に使うための知見が共有されました。

Highlights: Links

その他

サム・アルトマン「エンジニアの需要は減らない...

2026年1月27日に開催されたOpenAI AIビルダー向けタウンホールにて、サム・アルトマン CEOが約1時間のQ&Aセッションを行いました。 本記事では、その内容をAGIラボのコミュニティで出た議論と合わせてお届けします。 「作る摩擦が激減する」セッションを貫...

chatgpt-lab.com
AI駆動開発

Claude CodeのSubagentとcontext: forkは何が違うのか - 5.1...

Claude Code機能多すぎ問題 2週間ほど前、会社のブログに「LINE iOSアプリ開発を高速化するClaude Code基盤の設計思想」という記事を書いた。 この記事では、ビルド実行のようなタスクをSubagentに分離し、高度な操作をSkillsで隠蔽する方法を紹介している。 --- na...

giginet.hateblo.jp

Highlights: X Likes

@yoppy0123

AIエージェントが使うBashコマンドを読み取る方法が学べる記事です。 Bashを理解しているかどうかで、AIエージェントをうまく扱えるかが大きく変わります。AIエージェントを安全に効率的に活用したいのであれば、Bashを学ぶべきだと思います。

1249
@suna_gaku

Codex に Plan モードが追加されていました! codex --enable collaboration_modes Claude Code と同様に、ユーザーへ質問を投げかける機能も搭載されています。 「Codex と事前に実装の壁打ちをしたい」 ・

23828
@oikon48

The Complete Guide to Building Skills for Claude https://resources.anthropic.com/hubfs/The-Complete-Guide-to-Building-Skill-for-Claude.pdf?hsLang=en…

14418
@bcherny

Just landed multi-repo support for http://claude.ai/code

2405144
@oikon48

Claude Code Hooksが非同期で実行できるように。 “async”: true をsettings.jsonのHooksの設定に書くことで有効化できる。

16125
@suna_gaku

初めて Remotion を触ってみました Claude で Remotion を扱うための Skill(Remotion 公式)を使ってサンプル動画を作ったら、こんな感じになりました。 宣伝用の動画を作りたいけど敷居が高い…という方はぜひ試してみてください。 下記のコマンドで Skill をインストールできます! > npx skills

544
@nukonuko

Claude Code 開発者の Boris 氏による Claude Code のヒント 10 選を、自分の勉強を兼ねて機械翻訳をベースに不自然な部分を手直ししたのでよかったらご覧ください(私は著作権を主張しません) Claude Code を開発した Boris です。Claude Code チームの皆さんから直接聞いた、Claude Code

24034
@theflocko

Haha S/O @CloudflareDev

575
@ysk_en

3063286
@pankajkumar_dev

Gemini 3.5: The "Snow Bunny" Leaks - Snow Bunny Checkpoint: Leaked internal model "Snow Bunny" builds entire apps in one go. - 3,000 Lines of Code: It can generate 3,000 lines of working code from a single prompt. - Fierce Falcon Model: New "Fierce Falcon" model specializes in

4051472
@bcherny

6. Level up your prompting a. Challenge Claude. Say "Grill me on these changes and don't make a PR until I pass your test." Make Claude be your reviewer. Or, say "Prove to me this works" and have Claude diff behavior between main and your feature branch b. After a mediocre

134733
@Fumiya_Kume

Claude Code 向けの decomposition コマンド Plan Mode から実行するときにTaskを細かく分割してくれる君 より規模のデカめなタスクを投げる時に、Claude Code の実装グリップ力を補完してくれる。(既存だと、分解が足りないw https://github.com/fumiya-kume/claude-code/tree/master/decomposition… 頑張って作ったのでRTして拡散してほしい!

51779
@gunta85

MCP Appsの概要を書いた

464
@y_matsuwitter

記事はこちら。 メール処理の自動化から見えた、仕事するAgent、隠れて支えるSaaSの姿|Matsumoto Yuki @y_matsuwitter

60
@bcherny

I'm Boris and I created Claude Code. I wanted to quickly share a few tips for using Claude Code, sourced directly from the Claude Code team. The way the team uses Claude is different than how I use it. Remember: there is no one right way to use Claude Code -- everyones' setup is

23518
@beagle_dog_inu

たまたま2.1.25のまま起動しっぱなしだったから気づかなかったけど、Claude Code 2.1.27はクラッシュするバグが報告されているので、できることならバージョンアップしないことをおすすめ 自動アップデート勢は一応 claude install --force 2.1.25 とした後自動アップデートを切る方法はあるかな

110
@ytiskw

# 推論スピードで出荷する 公開日:2025年12月28日(18分で読めます) (GitHubで編集) # 5月から何が変わった? 今年「vibe

12915
@cursor_ai

Cursor can now use multiple browsers at once with subagents.

2284205
@azu_re

見てる: "Claude CodeのSubagentとcontext: forkは何が違うのか - 5.1さらうどん"

161
@oikon48

今日の対談の時に「Claude Code の Hooks 面白いよー」って話していたら、ちょうどHooks の分かりやすい記事が出てた。

50655
@karpathy

A few random notes from claude coding quite a bit last few weeks. Coding workflow. Given the latest lift in LLM coding capability, like many others I rapidly went from about 80% manual+autocomplete coding and 20% agents in November to 80% agent coding and 20% edits+touchups in

36442
@oikon48

> Added support for loading http://CLAUDE.md files from additional directories specified via --add-dir flag (requires setting CLAUDE_CODE_ADDITIONAL_DIRECTORIES_CLAUDE_MD=1) Claude Code の--add-dirをつけたときに、http://CLAUDE.mdも追加で読み込む機能。 /add-dir

30