【2026年2月】AIエージェントのフレームワーク、い...
ジェネラティブエージェンツの大嶋です。 LLMアプリケーション・AIエージェントの開発で、フレームワークを使う?使わない?という議論が盛り上がっています。 LangChain、Strands Agents、OpenAI Agents SDK、Claude Agent SDK、その他たくさんありますが...
個人的に気になった技術記事、デザインのインスピレーション、
そして日々の学びをストックしています。
今週はClaude Opus 4.6やGPT-5.3-Codex、Codex macOSアプリなど、コーディング支援が「単体AI」から「複数エージェントの並列オーケストレーション」へ進む話題が中心でした。Claude CodeのAgent Teams/Subagentsの永続メモリ、/rewind・/insights、権限管理やSlack連携など運用機能も拡充し、実務導入の解像度が上がっています。加えて、Figma→コードへのデザインシフトやRemotion/モーションデザインなど生成AIの制作ワークフローも“コードが残る”方向に寄っていました。
ジェネラティブエージェンツの大嶋です。 LLMアプリケーション・AIエージェントの開発で、フレームワークを使う?使わない?という議論が盛り上がっています。 LangChain、Strands Agents、OpenAI Agents SDK、Claude Agent SDK、その他たくさんありますが...
Lovart @lovart_jpの「Skills」がすごい!! ・ロゴを作って ・商品のECセットができて ・販促用パンフレットもできて ・SNS用の画像もできちゃいます まずは「ロゴとブランドSkills」
Claude Codeの/rewind コマンド(or Esc 2回)でチャットを巻き戻す際に、 ”Summarize from here ”(ここから要約する) を使用することで、別パスの情報を巻き戻しの際に持ち帰ることが可能。
「SaaS is Dead」文脈で、AI技術を持ってしても業務システムを内製化してはいけない理由を書きました! これは、SaaSベンダーCEOとしてもそうですが、それ以上に、元エンジニアとしての切なる思いです。 読んでくれ〜
Video Overviews are now available on the NotebookLM mobile app (and in full-screen!) Generate and enjoy Video Overviews directly from your phone, because learning is an anywhere and everywhere activity.
Anthropic’s research preview for Claude Opus 4.6 (Fast mode) is here, and it's in Figma Make for a limited time (for free and 2.5x the speed) Show us what you've made in Make and we'll DM you for special access through the weekend
Higgsfield が Claude を使って、リアルタイムでモーションデザインができる機能を公開していた。 https://x.com/higgsfield_ai//higgsfield_ai/status/2018701876963987647…
OpenAIがCodex app for macOSをリリース。 複数エージェントの並行管理、Skills機能による画像生成・Figmaデザイン実装・クラウドデプロイなどへの拡張、Automationsによる反復作業の自動化を実現。 期間限定でFree/Goユーザーにも提供。有料プランのレート制限は2倍に。
ほぼ同じタイミングでOpus 4.6とGPT-5.3-Codexが来ました!ざっと読んだ内容を箇条書きでメモ 【Claude Opus 4.6】 ・ついに100万トークンのコンテキストウィンドウに対応! ・Humanity's Last Exam、GDPval-AAなど複数のベンチマークで業界最高スコアを達成 (SWE-bench VerifiedはOpus 4.5と同等)
I love building with this model; it feels like more of a step forward than the benchmarks suggest. Also you can choose "pragmatic" or "friendly" for its personality; people have strong preferences one way or the other!
最近使ってるデザインやビデオのAIツール、コードが残るのがありがたすぎる。バージョン管理できるし、何よりAIエージェントフレンドリーすぎる。 特に気に入ってるのはこの3つ。 https://pencil.dev https://remotion.dev https://variant.com もう昔のワークフローには戻れないよぉ…
Remotion使ってる人、これは保存案件 良質なRemotionプロンプトが集約され始めてる その中のひとつをコピペして、 ちょっとしたバイブコーディングで "簡単にできちゃった" 動画に合ったBGMと効果音もMCP組んで一気通貫したのでぜひ音ありで
You can now connect Slack to Claude on Pro and Max plans. Search your workspace channels, prep for meetings, and send messages back to keep work moving forward—without leaving your conversation with Claude. Get started: http://claude.com/connectors/slack…
Claude Code にオーケストレーション機能 Agent Teams が追加されました。Claude Codeがリードエージェントとメンバーエージェントに分かれて並列駆動します。ざっと実際に試してみました。 "env": { "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" }
This has one been one of my biggest productivity boosts of the past year. Highly recommend trying this out, in some ways it feels just as impactful as a model intelligence upgrade.
Our teams have been building with a 2.5x-faster version of Claude Opus 4.6. We’re now making it available as an early experiment via Claude Code and our API.
Claude Code v2.1.30 に、リリースノートに記載のない /insights コマンドが入ってた。 Claude Codeの過去の使用履歴や使用方法の改善案について、HTMLファイル形式のレポートを発行してくれる。
Claude Code の Subagents に、memory (永続メモリ) をFrontmatterで設定できるようになりました。 e.g.) --- name: code-reviewer description: Review code memory: user --- .claude/agent-memory/<name-of-agent>
vercel @v0 のデザイナーによる 「デザイン・バイブシフト」の記事 ポイントまとめ ・デザインの主戦場が、Figmaからコードへ移り始めている ・Figmaは消えないが、最終成果物ではなく起点ツールになりつつある ・その結果、デザイナーの役割は実装寄り・戦略寄りへ拡張している ーー以下要約ーー
Claude Code の Permissions (権限) が、単独のページに移されました。 ・Allow, Ask, Denyの分類 ・Permissionsモード (acceptEdits, plan, dontAskなど) ・ワイルドカード (Bash(ls *) と Bash(ls*) の差) ・File path (//path, ~/path, /path, ./path) など、
"Software Engineering is back" という記事から: ・エンジニアの役割は、現場でレンガを積む作業員から、全体の設計図を描く建築家へと完全に変わった ・これまで重宝されてきたモダンなフレームワークやライブラリは、今や不要な複雑さを生むだけの邪魔な存在になる
Claude CodeにAgent-based Hooksが来るの? Hooks Referenceの公式ドキュメントを見てたらAgent Hooksの章が追加されてた! これがあると検証が超強化されるので自律性をかなり上げられるぞ!!
GPT-5.3-Codex is here. It advances both frontier coding performance and professional knowledge capabilities together in a single model. http://openai.com/index/introducing-gpt-5-3-codex/…
I've been using Opus 4.6 for a bit -- it is our best model yet. It is more agentic, more intelligent, runs for longer, and is more careful and exhaustive. For Claude Code users, you can also now more precisely tune how much the model thinks. Run /model and arrow left/right to
New Engineering blog: We tasked Opus 4.6 using agent teams to build a C compiler. Then we (mostly) walked away. Two weeks later, it worked on the Linux kernel. Here's what it taught us about the future of autonomous software development. Read more: https://anthropic.com/engineering/building-c-compiler…
NEW: Create custom agent skills ◆ Choose what your agent should be good at ◆ Context7 reads the docs and creates the skill ◆ Auto-installs into your project Quick demo
Introducing the Codex app—a powerful command center for building with agents. Now available on macOS.