A field guide

Things I’m building

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

The Venture Capital Agent OS

Four pieces that assume a firm wants to own its stack rather than rent it. Every one is a public repo.

didi.shLight SSO carrying your own API keys

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.

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.

DidiDecks AI

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.

Augment-It

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.

VC Self Host Stack

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.

01Community · Practice

FullStack VC

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.

Cadence
Monthly working sessions
Format
Live + recorded
Structure
Coalition · working groups
02Framework · Open Spec

Context Vigilance

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.

Directory roles
4 + 2
context-v files cataloged
1,001
Projects using it
41
03Pseudomonorepo · Pattern Library

Astro Knots

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.

Astro sites
12
Theme modes
3 (light / dark / vibrant)
Published package
1 (LFM)
04Package · Published

Lossless Flavored Markdown

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.

Plugins
8+
Latest
v0.5.1
Registries
JSR · GitHub Packages
License
MIT
05Plugin Suite · Obsidian

Content Farm

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.

Plugins in the suite
9
Editor
Obsidian
License
Open source

Shipped to the Obsidian directory

Four of the nine are live in Obsidian’s Community Plugins directory — installable from inside the app, no sideloading.

  • image-gin

    BetaCommunity Plugin

    Generate, search, and place AI images without leaving Obsidian.

    One wide modal across Recraft, Ideogram, and Magnific. Pick the model, dial the temperature, write the prompt, and drop the result straight into the note.

    • Imagery
    • AI
    • Modals
  • cite-wide

    BetaCommunity Plugin

    Citations as a first-class concern, not an afterthought.

    Capture sources, link them to passages, render footnotes, and keep references aligned as a draft evolves. For writing that has to hold up under scrutiny.

    • Citation Management
    • Research Tools
  • metafetch

    BetaCommunity Plugin

    Turn any URL into structured frontmatter — title, image, description, publisher.

    Pulls OpenGraph metadata into a note’s YAML via OpenGraph.io or Microlink. Downstream tooling then treats every saved URL as structured data rather than opaque link text.

    • Open Graph Metadata
    • Article Metadata
  • perplexed

    BetaCommunity Plugin

    Search-augmented text enhancement powered by Perplexica.

    Select a passage, hit a key, get a streaming enhancement that blends the selection with live web context — citations included.

    • Search
    • AI
    • Enhancement