Skip to content
View sikanoumi's full-sized avatar

Block or report sikanoumi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sikanoumi/README.md

SIKANOUMI | Applied AI Engineer

生成AIを使える価値に変えるために、Agent / RAG / Memory / Evaluation を軸とした実験基盤と、
それを伝わるUIとプロダクト体験に落とす実装に取り組んでいます。

個人開発では、Router / Memory / Eval を含む再現可能な検証環境を作り、
動くデモ + bench + metrics + evidence log で改善を進めています。


🔥 Featured Projects

✅ NeuroLikeLab — persona router × memory × eval

LLMの応答スタイルを persona = policy として扱い、Router(state × task)で切り替えながら、
MemGPT型メモリと AgeMem gate を組み合わせて 再現可能な評価 を行う実験基盤です。

✅ Inner Palette — non-judgmental color flow interface

自由記述をラベルやスコアではなく、個人固有の色の流れとして返す非裁定インターフェースです。
Next.js / FastAPI / SQLite で、入力・分析・履歴表示まで含む MVP を実装しました。


🧰 Stack

  • Backend: Python / FastAPI
  • Frontend: Next.js / TypeScript / UI prototyping
  • LLM: OpenAI API / local LLM
  • RAG: FAISS / Vector Search
  • Memory: Redis / structured memory design
  • Evaluation: JSONL metrics / reproducible benches
  • Infra / Tools: Azure / GitHub / SQLite

🎯 Focus

  • Applied AI / LLM feature implementation
  • Agent / RAG / Memory design
  • Evaluation-first development
  • Turning AI systems into usable product experiences

📫 Contact

Popular repositories Loading

  1. persona-line-bot persona-line-bot Public

    AI人格を持つLINE Bot

    Python

  2. sikanoumi sikanoumi Public

  3. YggPersonaBot YggPersonaBot Public

    Python

  4. NeuroLikeLab NeuroLikeLab Public

    Persona router + MemGPT memory + AgeMem gate (reproducible eval harness)

    Python

  5. inner-palette inner-palette Public

    A non-judgmental interface that reflects free-form writing as personal color flow.

    Python