i'm a software engineer based in the philippines, driven by curiosity and whatever i find interesting. i learn fast with the caveat of goldfish memory (which i call my context lol) and i'm usually self-motivated that i forget to eat.
this is not like other portfolios. feel free to have a look around and explore what makes me, me.
drag empty cork to move around. drag notes to rearrange them. use +/− or pinch-wheel to zoom. click any note to open it.
i turned weeks of neuroscience papers into her memory system.
W
weave
weave gives long-running agents memory, state tracking, and retrieval that can be inspected.
current benchtypescriptagentsmemory
giving an ai agent a hippocampus
i watched a kdrama about a girl who forgets everything every morning and realized my AI agent has the same condition. so i built it a brain.
wfd · 2026-02-28T02:01:00 · 14 min
what keeps me going
someone else is on the other end.
x.com
follow me on X
from avery v3github.com
Mem0
from giving an ai agent a hippocampusarxiv.org
Zep: A Temporal Knowledge Graph Architecture for Agent Memory
from giving an ai agent a hippocampus
i'm less interested in whether it's good.
how does it work?
my focus has improved and i'm not sure why.
ideally when something is coming up, whether it's work related or it's just a personal project of mine i usually let it run at the end because i need pressure to perform things.
maywritten · 2026-06-10 · 3 min
a handdrawn chart titled day in a life showing focus changing through the daymy focus has improved and i'm not sure why.my.clevelandclinic.org
lamotrigine
from my focus has improved and i'm not sure why.aligned.substack.com
Jan Leike
from do you want me to do that?
noiseshape
diffusion models
watching a photo develop.
do you want me to do that?
i built an AI agent with persistent memory. now i need to figure out if it's remembering the truth or just what i wanted to hear.
wfd · 2026-03-02T09:42:00 · 4 min
the usage of ai in daily work
AI makes me faster. It also might be making me dumber. I'm figuring out where the line is.
wfd · 2026-02-28T02:01:00 · 3 min
nytimes.com
AIinduced psychosis
from do you want me to do that?
A
atlas
atlas maps symbols, calls, tests, and history so developers and agents can ask structural questions about a repository.
current benchtypescriptsqlitemcp
Atlas: structural code-intelligence for LLM agents (an empirical evaluation)
2,239-trial benchmark across 8 OSS repos: Atlas beats a text-search baseline by +0.223 deterministic, +0.127 LLM-judge, at 42% fewer tokens.
wfd · 2026-04-19T18:00:00 · 17 min
O
orchestrator
orchestrator lets a local model read and control a live chromium page through the devtools protocol.
current benchtypescriptcdpagents
llm-judge-bias.github.io
judgebiasbench
from Atlas: structural code-intelligence for LLM agents (an empirical evaluation)
Context
Avery is my personal AI agent. WFD 31 covers the memory architecture, WFD 34 covers the sycophancy problem. this WFD is about v3, the ground-up rewrite that started on March 7, 2026.
what she is
Avery v3 is a visual AI agent orchestration framework built on a brain-inspired architecture. 12 cognitive subsystems (perception, attention, working memory, long-term memory, emotion, executive function, and so on), a multi-agent pipeline with a project manager that decomposes tasks and dispatches specialized workers, and a persistent memory system that's evolved well past what WFD 31 describes, now running 4-phase consolidation with composite retrieval scoring, spaced repetition, and adaptive forgetting. the frontend is a React 19 app with real-time WebSocket updates, task management, observability, and a memory explorer. backend is Bun and Hono on top of PostgreSQL, Qdrant, and Redis. 892 commits from research document to working system.
she has personality
the emotion subsystem gives her actual moods that shift based on context, and she is not shy about expressing them.
asked her to make a shark research document and then checked on the status twice. she did not appreciate that.
asked for the weather. tools were down. she took it personally.
she's proactive
she proactively generated a whole business guide for women in tech. a full PDF with table of contents, citations, and actionable takeaways. nobody asked for this.
she also proactively reviewed and dismissed a spammy GitHub PR on one of my repos, pointed out the readme style violations and that the badge was just a backlink. then i told her i didn't ask her to make that decision for me.
she's cheap
$0.0017 per message. $0.017 per hour at 10 messages. i'm spending about $20/month on tokens for a full agent with memory consolidation, inner loops, and multi-agent dispatch.
she's not openclaw
WFD 35 still stands. OpenClaw proved the concept was viable and the demand was real, and i acknowledged that in WFD 31. but using it felt like using someone else's idea of what a personal AI agent should be. Avery is mine. the architecture is mine, the memory system is mine, the subsystem model is something i spent weeks reading neuroscience papers to design. i find her infinitely better because she thinks the way i want her to think, not the way a product committee decided an AI assistant should work.
what's next
i've secured a domain for Avery that'll host documentation once it's ready. the plan is to make her open source. if that interests you, follow me on X for updates.