一番下に日本語版もあります
AI Agent Researcher / Software Engineer — Researching how AI agents select and safely execute resources, and running AI services in production.
At Keio University Graduate School of Media and Governance, I research and develop AI agents.
My current focus is less on LLMs themselves and more on the foundational technologies that connect LLMs to real applications.
Alongside research, I build, launch, and operate web services including ChatCore-AI. I develop the backend, frontend, and infrastructure needed to run AI features reliably in production.
- Focus: Object Routing, AI Agent Infrastructure, Multi-Agent Systems, RAG, Browser Agents, UI/UX.
- Location: Japan | Languages: Japanese (Native) / English
I aim to implement AI agents in society to foster a world where human communication flourishes. I want AI to be woven naturally into everyday life — present in the robots and displays we pass simply by walking through the city. By delegating daily tasks to AI, I want to create a society where people can truly focus on meaningful, face-to-face interactions.
I study Object Routing: selecting a set of task-relevant, executable resources from large catalogs of Memory, Skills, Tools, and Agents.
Beyond candidate retrieval, I evaluate the selection pipeline across dependency resolution, conflict handling, permission checks, decisions to abstain or request elevated permissions, and hierarchical routing.
I also study how agents safely execute selected resources, maintain state and context, and recover from failures.
I am implementing these research areas in Marmo-Core, a kernel for routing and safely executing agent resources.
-
FIT 2025 (24th Forum on Information Technology, September 4, 2025) — Presented “On Database Structures for Retrieval-Augmented Generation in AI Chatbots” (F-029). I compared document formats for building vector databases from FAQ data. JSON and JSONL achieved the highest success rate in the 100-question evaluation, while CSV performed best in the 1,000-question evaluation, showing that the effective format can depend on dataset scale. (Program)
-
NCSP'26 (Honolulu, Hawaii, February 27–March 2, 2026; presentation on February 28) — Gave an oral presentation in English on “Development of Cooperative AI Agents for Improving the Efficiency of Household Tasks”. The system combined an orchestrator with four specialist agents—Browser, Lifestyle/RAG, Scheduler, and IoT—connected through MCP. Across 10 collaborative task scenarios, combining long- and short-term memory improved task completion by approximately 1.7× and made confirmation questions unnecessary. (Program)
My current master's research extends this work to AI-agent resource routing and safe execution infrastructure.
- Resume: https://github.com/kota-kawa/resume
- Portfolio: https://project-kk.com/
- LinkedIn: https://www.linkedin.com/in/kota-kawa/
- Email: kota7kawagoe@gmail.com
Direct access to my currently active applications and platforms.
- ChatCore-AI — Production AI chat platform with multi-model streaming and web tools.
- FS-QR — File Sharing & QR Code Generator.
-
ChatCore-AI (Live) — Production AI chat platform.
- Overview: Built with FastAPI and Next.js, this live platform supports streaming responses from multiple LLMs, web research and tool use, Tasks and Skills, persistent context, prompt sharing, and generative UI. It also includes Redis-backed session management, usage and cost controls, SSE recovery, tests, and CI/CD, with ongoing improvements for production operation.
- Technologies: Python, FastAPI, Next.js, React, TypeScript, PostgreSQL, Redis, Docker, Nginx, GitHub Actions, OpenAI, Anthropic, Groq.
-
Marmo-Core — (Lightweight AI-Agent Kernel)
- Overview: A lightweight Python kernel for registering, retrieving, selecting, and safely executing AI-agent resources. It provides policy-gated execution, audit trails, human approval, recovery, a CLI, and integrations with OpenAI-compatible and Anthropic models.
- Technologies: Python, LLMs, retrieval, policy and security, CLI, JSON resource definitions.
-
Browser-Agent — Control the web with natural language.
- Overview: A browser automation agent with a FastAPI web interface. Executes tasks via natural language instructions with real-time monitoring via noVNC.
- Performance: WebArena Shopping task success rate: 32.6%.
- Technologies: Python, FastAPI, TypeScript, Docker.
- Keio University, Graduate School of Media and Governance
- Master's Program, Cyber Informatics (CI) Program
- Kanagawa, Japan | April 2026 – Present
- Kanagawa Institute of Technology (KAIT)
- Faculty of Information Technology
- Department of Information Network and Communication
- University of North Alabama — Exchange Program Completed
- Alabama, USA | May 2023 – May 2024
| Category | Technologies |
|---|---|
| Programming Languages | Python, TypeScript, SQL |
| Web / Application Frameworks | FastAPI, React, Next.js, Tailwind CSS, PostgreSQL, Redis |
| AI / LLM Engineering | RAG, Multi-Agent Systems, LangChain, LangGraph, browser-use |
| Infrastructure | Docker, AWS (EC2, VPC, Systems Manager), Linux, Nginx, Git, GitHub Actions, pytest |
| IoT / Hardware | NVIDIA Jetson Orin Nano, Raspberry Pi 4/Pico W |
| AI Tools | Codex, Claude Code, NotebookLM, Antigravity, Gemini, ChatGPT, Claude |
- Researching / Building: I am developing Marmo-Core, focusing on its resource selection pipeline and execution controls.
Last updated: 2026-09-23
日本語版(Japanese Version)
AI Agent Researcher / Software Engineer — AIエージェントのリソース選択と安全な実行を研究し、AIサービスを本番環境で運用しています。
慶應義塾大学大学院 政策・メディア研究科で、AIエージェントに関する研究・開発を行っています。
現在は、LLMそのものよりも、LLMと実際のアプリケーションをつなぐ基盤技術に重点を置いています。
研究だけでなく、ChatCore-AIをはじめとしたWebサービスを実際に公開・運用し、AI機能を本番環境で安定して動かすためのバックエンド・フロントエンド・インフラまで一貫して開発しています。
- 専門領域: Object Routing, AIエージェント基盤, マルチエージェントシステム, RAG, Browser Agent, UI/UX Design.
- 拠点: 日本 | 言語: 日本語(母国語)/ 英語
AIエージェントの社会実装を通じて、人同士のコミュニケーションがより促進される豊かな社会の実現を目指しています。街を歩けばロボットやディスプレイなど、AIが当たり前のように生活に溶け込んでいる——そんな社会を作りたいと考えています。「日常のタスクをAIに委ね、人が対面でのコミュニケーションに集中できる社会」を実現することが私の目標です。
大規模なMemory / Skill / Tool / Agentのカタログから、タスクに適合し、実行可能なリソース集合を選択するObject Routingを研究しています。
候補検索にとどまらず、依存関係や競合の処理、権限の判定、棄権や権限昇格要求の判断、階層ルーティングまで含めた選択パイプライン全体を評価しています。
また、選択したリソースの安全な実行、エージェントの状態やコンテキストの維持、障害からの回復についても研究しています。
これらの研究成果を、エージェント用リソースのルーティングと安全な実行を担う Marmo-Core に実装しています。
-
FIT 2025(第24回情報科学技術フォーラム、2025年9月4日) — 「RAGとしてAIChatBotに与えるデータベースの構造に関する一考察」(F-029)を発表。FAQデータからベクトルデータベースを構築する際のファイル形式を比較し、100問の評価ではJSON/JSONL、1,000問の評価ではCSVが最も高い成功率を示すなど、データ規模によって有効な形式が異なることを確認しました。(プログラム)
-
NCSP'26(米国ハワイ州ホノルル、2026年2月27日〜3月2日、発表は2月28日) — 「Development of Cooperative AI Agents for Improving the Efficiency of Household Tasks」を英語で口頭発表。MCPで連携するOrchestratorと4種類の専門エージェント(Browser、Lifestyle/RAG、Scheduler、IoT)からなるシステムを開発しました。複数エージェントが協調する10ケースの評価で、長期・短期メモリの併用によりタスク達成率が約 1.7倍 に向上し、確認質問も不要になりました。(プログラム)
現在の修士研究では卒業研究を発展させ、AIエージェントのリソースルーティングと安全な実行基盤を研究しています。
- Resume: https://github.com/kota-kawa/resume
- Portfolio: https://project-kk.com/
- LinkedIn: https://www.linkedin.com/in/kota-kawa/
- Email: kota7kawagoe@gmail.com
現在実際にアクセスして利用可能なサービスです。
- ChatCore-AI — 複数LLMのストリーミングとWebツールに対応した本番運用AIチャットプラットフォーム。
- FS-QR — ファイル共有 & QR。
-
ChatCore-AI (Live) — 本番運用中のAIチャットプラットフォーム
- 概要: FastAPIとNext.jsで構築し、公開・運用しているAIチャットプラットフォーム。複数LLMのストリーミング応答、Web調査とツール利用、Task / Skill、永続コンテキスト、プロンプト共有、生成UIを実装。Redisによるセッション管理、利用量・コスト制御、SSEストリームの障害復旧に加え、テストとCI/CDも整備し、本番運用を継続的に改善。
- 使用技術: Python, FastAPI, Next.js, React, TypeScript, PostgreSQL, Redis, Docker, Nginx, GitHub Actions, OpenAI / Anthropic / Groq.
-
Marmo-Core — (軽量AIエージェント・カーネル)
- 概要: AIエージェント用リソースの登録・検索・選択・安全な実行を担う軽量なPythonカーネル。ポリシーによる実行制御、監査ログ、人による承認、リカバリ、CLI、OpenAI互換およびAnthropicモデルとの連携を提供。
- 使用技術: Python, LLM, Retrieval, Policy / Security, CLI, JSONリソース定義.
-
Browser-Agent — 自然言語でWebを操作する
- 概要: FastAPIベースのWebインターフェースを持つブラウザ自動操作エージェント。自然言語の指示でタスクを実行し、noVNCでリアルタイム監視が可能。
- 性能: WebArena Shoppingタスク成功率: 32.6%。
- 使用技術: Python, FastAPI, TypeScript, Docker.
- 慶應義塾大学大学院 政策・メディア研究科(SFC)
- 修士課程 サイバーインフォマティクス(CI)プログラム
- 神奈川県 | 2026年4月 – 現在
- 神奈川工科大学
- 情報学部 情報ネットワーク・コミュニケーション学科
- University of North Alabama — 交換留学プログラム修了
- アラバマ州, 米国 | 2023年5月 – 2024年5月
| カテゴリ | 技術 |
|---|---|
| プログラミング言語 | Python, TypeScript, SQL |
| Web / アプリケーション基盤 | FastAPI, React, Next.js, Tailwind CSS, PostgreSQL, Redis |
| AI / LLM エンジニアリング | RAG, Multi-Agent Systems, LangChain, LangGraph, browser-use |
| インフラ | Docker, AWS (EC2, VPC, Systems Manager), Linux, Nginx, Git, GitHub Actions, pytest |
| IoT / ハードウェア | NVIDIA Jetson Orin Nano, Raspberry Pi 4/Pico W |
| AI ツール | Codex, Claude Code, NotebookLM, Antigravity, Gemini, ChatGPT, Claude |
- 研究・開発: 現在は、Marmo-Coreのリソース選択パイプラインと実行制御の開発を進めています。
Last updated: 2026-09-23



