MemoPop AI
AI-native investment memo generator
Turns a company into an institutional-quality investment memo — research, sourcing, and citation trails included. The memo is the artifact, and every part of it is traceable back to where it came from.
A field guide
Six projects, in roughly the order I would describe them at a dinner table. Some are open source software, some are infrastructure, one is a learning community for VCs. They share a thread: each one is a tool I wanted to exist before I built it.
Most are made through The Lossless Group, which I cofounded. The longer write-ups live there.
An operating system
Four pieces that assume a firm wants to own its stack rather than rent it. Every one is a public repo.
One account across the family. It holds the keys you bring — your Claude, your Perplexity, your models — and hands them to whichever app needs them. Your keys, your billing, your data.
AI-native investment memo generator
Turns a company into an institutional-quality investment memo — research, sourcing, and citation trails included. The memo is the artifact, and every part of it is traceable back to where it came from.
AI-native deck designer
A code-first slide-deck OS for due-diligence-grade content. Give it the content once and it renders that same substance in different styles — because the argument and its presentation are separate problems.
Agentic data augmentation pipeline
Takes input data and enriches it through agent-based web research, with human-in-the-loop guardrails at the points where being wrong is expensive. It is what makes the memos and the decks worth reading — everything above is only as good as what this hands them.
Run your firm on software you own
A curated, deployable open-source stack a firm can self-host instead of renting: CRM, document sharing, scheduling, chat, analytics — each wrapped in thin deploy artifacts so standing it up is a weekend, not a quarter.
All of it is open source, and we build it in the open. We welcome other VCs as collaborators — as developers on the repos, or as firms running it.
An Agentic VC Dojo. We come together to practice.
Most VCs I know are either "AI is a toy" or "AI is going to eat our jobs," and neither is a useful working stance. The middle path — actually practicing with the tools, in the open, with people doing the same thing — does not have many natural homes. So we made one.
FullStack VC is a learning community where venture capitalists deliberately practice using AI to give their firms superpowers. Monthly working sessions, recordings, working groups around specific use cases (sourcing, memo writing, portfolio support, LP reporting), and a coalition of people willing to share what is working and what is not.
It is not a course. There are no certificates. Show up, bring a real problem, leave with three things you can use Monday morning.
Treat context with the same vigilance you give code.
Every AI session starts from zero. Vibe coding produces spaghetti. Prompt engineering is ad hoc. The thing missing is not a better model — it is externalized memory: documentation modular enough to fit in a context window and structured enough to be loaded selectively.
Context Vigilance is a deceptively simple framework: a context-v/ directory in every project, with four folders that pair into two cognitive modes. Specs and prompts handle planning — what you are building and the step-by-step path to get there. Blueprints and reminders handle reflection — codified patterns and the short, sharp corrections that keep AI from drifting.
When the work does not fit a known loop, two more folders appear — explorations for "I do not know where this is going yet," and issues for the half-day debugging journeys that "debug" does not honor. The kit, schema, and reference catalog are open source.
A pseudomonorepo for the age of AI-assisted development.
Twelve Astro sites in one workspace. Not a true monorepo — every site is its own git repository, independently deployable. Not a loose pile of repos either — co-located so patterns, brand conventions, and AI context can travel between them without coupling deployments.
The honest reckoning is part of the project. We tried the "one shared component package, all sites import it" approach. It collapsed under abstraction overhead the moment two sites needed different colors. So @knots/* packages stayed as workspace-local pattern references — code you copy and adapt, not import. Where sharing genuinely earned its keep was the markdown processing pipeline, which became the only published package: @lossless-group/lfm.
This site (mpstaton.com) lives in the workspace. So does FullStack VC, the Hypernova site, the Water Foundation, Cilantro, Dark Matter, Banner, Arthouse, LearnStart, Cogs, Coglet Shuffle, and the Lossless changelog roll-up.
MDX power without MDX’s opinions.
Every site I work on ends up wanting more from markdown — Obsidian callouts, citations that renumber themselves, bare YouTube URLs that become embedded players, link cards with build-time OpenGraph metadata. After writing the same render pipeline three times across different sites, I extracted it into a real package.
LFM is a polyglot remark/rehype pipeline. Authors keep authoring in whatever flavor they prefer (CommonMark, GFM, Obsidian, remark-directive); LFM normalizes the variations into one canonical AST. Syntax declares what you want; a trigger plugin parses it; one component renders it. Three steps, no MDX lock-in.
Published to GitHub Packages and JSR. The llms.txt endpoints, context-v document rendering, and demo Scroll Report on this site all run through it.
A small farm of writing tools — nine plugins, one vault, working in chorus.
I write in Obsidian. So do most of the people I work with. Out of the box, Obsidian is excellent for thinking; for AI-assisted drafting, citations, image generation, and search-augmented enhancement, it needs help. Content Farm is what fills that gap.
Nine plugins that share a vault and complement each other: drafting helpers, citation tools, an image-generation bridge, OG-metadata enrichment, a context-loader for AI sessions. None of them try to be everything; together they form a content-creation surface that lets me move from a half-formed thought to a published piece without leaving the editor.
Open source, small footprint, no telemetry. If a plugin earns its place in the chorus, it stays; if not, it goes.
Four of the nine are live in Obsidian’s Community Plugins directory — installable from inside the app, no sideloading.



