Skip to content
View myfeng10's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report myfeng10

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
myfeng10/README.md
Michelle Yilin Feng — I turn messy human context into memory, judgment, and reusable agent behavior

Website LinkedIn Email Now

I build tools for the part of AI work that breaks after the demo: fragmented context, changing state, hidden effort, unclear positioning, and the gap between thinking and action.

Now: Founding engineer at Iditor (EchoMemory) — cross-platform AI memory across iOS, web, Chrome extension, and MCP/agent workflows. BU Computer Science '25.

My current focus is simple:

Turn messy human context into memory, judgment, and reusable agent behavior.


🧭 Current Thesis

AI can generate more output than people can judge.

So the bottleneck moves to:

  • what context should be preserved
  • what changed since last time
  • what evidence supports the answer
  • what mode is safe next
  • what identity a repeated behavior is reinforcing
  • what one sentence makes the work understandable

I am interested in AI systems that do not only answer the current prompt, but help people carry context forward.


🛠️ Public Agent Skills

Small installable skills that turn personal systems into reusable agent behavior.

Skill What it does
🪞 identity-votes Turns ordinary self-talk into identity votes, pattern reads, and one high-ROI next action.
🔋 next-mode Reads hidden effort from AI-assisted work and chooses the next safe mode: push, switch, recover, or stop.
🎯 one-shot-positioning Turns messy work into a 10-second intro, proof stack, hard-part answer, and one sentence to memorize.
🤝 smart-people-prep Prepares high-context conversations with one sharp intro, proof, a strong question, pushback practice, and follow-up.

The thread: less tracking overhead, more decisive support.


⚙️ Personal Operating Systems

Some repos are public projects; some are private workspaces. I still treat them as part of my GitHub map because they capture how I work, what I am building toward, and what future agents should not miss.

Project What it does
thinking-video-pipeline Local video-editing pipeline that turns raw thinking videos into transcripts, edit plans, rough cuts, marker-based edits, and burned-in captions. The point is to capture real thinking first, then use AI and lightweight tools to make it legible.
ResumeWorkspace (private workspace) Personal job-search operating system: source-of-truth profile, job tracking, role-specific resume variants, application materials, and agent instructions for turning raw career context into targeted positioning.

The thread: turn messy personal context into systems that preserve judgment, reduce repeated effort, and make the next action easier.


🧠 Memory And Context Work

I work on cross-platform AI memory: capturing real AI conversations and turning them into retrievable context with evidence.

flowchart LR
    A["💬 messy conversations<br/>(ChatGPT · Claude · coding agents)"] --> B["capture"]
    B --> C[("memory<br/>+ evidence")]
    C --> D{"retrieve at<br/>the right time"}
    D --> E["🤖 coding agents / MCP"]
    D --> F["💭 next chat session"]
    D --> G["🎬 content pipeline"]
Loading

The interesting part is not storing more text. It is making AI able to answer:

What do we know, why do we know it, when was it true, and what should be reused now?

Current product questions I care about:

  • How should AI preserve live context without over-compressing away taste?
  • When does a conversation become memory instead of just transcript?
  • How can human discussion become implementation context for another agent?
  • How should assistants behave when they can actually save, route, and reuse context?
  • How do privacy and trust change the design of memory products?

📄 Research

Co-author on two papers from undergrad research at BU:

  • Explore Reinforced — equilibrium approximation with reinforcement learning; accepted at GameSec 2025.
  • DebiasPI — inference-time debiasing of text-to-image generative models by prompt iteration; presented at an ECCV 2024 workshop.

What research left me with: the habit of breaking a fuzzy problem down until it can be measured — which is most of what evaluation work on memory systems actually is.


🌱 Older Roots — undergrad projects (algorithms, planning, data, full-stack)

They are older, but they still matter. The throughline was already there: take something hard to track, and make it legible enough for someone else to use.


🚀 Direction

I am building toward AI memory, context engineering, agent workflows, and human-centered tools for self-management and communication.

The long-term bet:

The best AI products will not just produce more output. They will help people preserve context, make better judgments, and act with clearer timing.

Pinned Loading

  1. gnauheinna/SportPal gnauheinna/SportPal Public

    An ASP .NET CORE MVC web app dedicated for fellow sportsmen to connect, build community, and start sport events

    C# 1

  2. emmagg6/CASTLE-GT emmagg6/CASTLE-GT Public

    Game Theory Model for the CASTLE MARL Grant

    Python 1

  3. PlannerX-www PlannerX-www Public

    JavaScript and React-based frontend for our Course Planning Tool, offering an intuitive interface for students to manage their academic courses. Features include login, dashboard, and dynamic plan …

    CSS

  4. CompetitiveProgramming CompetitiveProgramming Public

    A repository for my competitive programming course work, containing Python solutions to various programming challenges and questions. This repository serves as a record of my learning and progress …

    Python

  5. HighestTempPrediction HighestTempPrediction Public

    A Python application for predicting the highest temperatures in cities like New York, Chicago, Austin, and Miami by aggregating weather data from APIs such as OpenMeteo and WeatherAPI. It calculate…

    Jupyter Notebook

  6. PersonalPage-React PersonalPage-React Public

    Check up my newest personal page: https://www.myfeng10.com/! (a private repo)

    CSS