iOS アプリ · iOS
One loop, built by hand.
MicroAgent
MicroAgent は、集中したワークフロー、明確なドキュメント、可能な場合はローカルファーストの設計を組み合わせています。
MicroAgent
- status
- statuslive
- App Store
- iOS
- techstack
- SwiftUI · Simulated Endpoint · Python Lesson Files · 教育
atglanceガイド
Fig. 01An agent looks like magic until you build one — then it is a loop you can hold, step through, and understand.
featuresガイド
No. 01seeitrunfirstunderstandwhysecondガイド
明確なデザインとサポート文書
可能な場合はローカルファースト設計
workflowガイド
No. 02routerunningmasteryガイド
-
01
runexampleガイド
openfinishedmicroagentwatchperceiveplanactガイド
-
02
takeitapartcourseガイド
structuredcourseisolateseachpartloopthenbuildsガイド
-
03
modifyverifyガイド
changebehaviormockendpointsobservedifferenceexportcourseガイド
trustprivacyガイド
No. 03learnagentswithoutsurrenderingdataガイド
privacyfirstガイド
localfirstnoaccountadstrackingdataneverガイド
noaccountneededガイド
nosignuplogininstallitjustworksガイド
worksofflineガイド
everythingcorerunsofflinenonetworkrequiredガイド
appstorewhileotherstalkingaboutagentsyouガイド
概要 MicroAgent
No. 4longerstorywhatitwhochoicesbehindガイド
最終更新:2026年3月26日
MicroAgent は、AI エージェントの構築方法を理解するためのローカルファーストな iPhone・iPad 学習アプリです。リプレイ可能なデモ、ビジュアル解説、ソースコードベースのレッスンを組み合わせ、ブラックボックスとして扱うのではなく、エージェントの動作をステップバイステップで学べるように設計されています。
アプリの対象範囲
- プロンプトからツールの結果まで見えるエージェントループ
- ツールディスパッチ、プランニング、メモリ、マルチステップ実行
- チームメイト、承認フロー、バックグラウンド作業などのコラボレーションパターン
- タスク分離、ワークツリースタイルの思考、洗練された終了状態ランタイムデモ
学習形式
MicroAgent は、一般的な AI チャットアプリではなく、構造化されたレッスン体験として設計されています。
- レッスンではリプレイ可能なアプリ内シミュレーションを使用し、主要な動作が安定して確認しやすくなっています
- ソースコード例は実際のランタイム構造に近い形で提供されます
- 無料のスターターセクションと、残りのレッスンをアンロックする一回限りの購入が含まれています
- 設定からオープンソースの謝辞とライセンス情報を確認できます
対象ユーザー
MicroAgent は、AI エージェントアーキテクチャを具体的に理解したい青少年、学生、開発者、好奇心のあるビルダーに最適です。
ドキュメントとサポート
No. 5plainlanguagedocumentsnofineprintyouwouldガイド
よくある質問
A finished, runnable micro-agent — the kind you can demo, not a toy snippet. The course walks through the agent loop, then layers on planning, memory, collaboration, and task isolation until the example genuinely orchestrates tasks.
No. Endpoints are simulated inside the app, so the agent runs against local previews that behave like real services — you learn the patterns without wiring infrastructure. Lesson files are export-first: take the Python files out and adapt them to a real stack later.
A course shaped like an app. You read structured lessons, then watch and step through the runnable example — the demo is the lab. It is built for learning how agents work, not for shipping production bots.
The loop is the heartbeat of every agent: observe, decide, act, repeat. Planning and memory are improvements on that loop; orchestration is many loops cooperating. Start with the simplest version and every later concept has somewhere to attach.
Developers and students who have read about agents but never opened one up. If "tool use" and "context" feel like buzzwords, building the loop with your own hands turns them into code you understand.