PortfolioBuilt workLive sitesPortfolio viewsResumeDesign studieslocal · not published
Michael Morgenstern, MD

Dr. Michael Morgenstern, MD

Entrepreneur since age 20Built and exited a company within 3 years; scaled to serve hundreds of law firms nationwide.
Physician + AI Diagnostics ResearcherBoard-certified neurologist; developed AI-assisted diagnostic systems; published researcher.
LLM Power User Turned BuilderYears of coding with LLMs across healthcare, finance, and productivity.

Applications

27applications
2013first, 2013-03-04
24in 2026, across 142 days

HATS

2013-03-04

HATS

Healthcare · 2013-03 → 2013-03

A confidential online questionnaire that tells someone whether they should get tested for HIV, and prints advice they can hand to a doctor.

Technical

HATS is the HIV/AIDS Test Screening Software: a confidential online survey that assesses whether a user should obtain HIV testing, generates customized recommendations, and provides a printable report for a physician or emergency department. The legacy web application is primarily PHP, runs on Apache, stores data in MySQL, and includes PDF reporting and account/report storage. Its documentation also covers Windows and Linux development setup for Medwiser.org contributors.

· hats

TWS Options Play

2024-12-29

TWS Options Play

Finance · 2024-12 → 2024-12

Places multi-leg options trades through a broker platform, so complex positions go in as one order instead of four.

Technical

An experimental options-trading codebase for Interactive Brokers Trader Workstation. Buys butterfly structures, submits option orders, returns offset-debit data, and constructs a four-leg combination from a three-leg butterfly plus an offset-debit leg.

· tws-options-play

NIA

NIA

2025-12-21

NIA

AI & agents · 2025-12 → 2026-07

A workbench for building and testing AI assistants: set them up, run them against real tasks, and compare which setup performs best.

Technical

NIA is the principal AI platform in the account: a Vite/React interface, FastAPI gateway and optimization engine integrating assistants, personas, runtimes, tools and agent systems. Its development rules require user-visible integration, proof tests and regression coverage. Documented workflows include project/agent/toolbox configuration, benchmark uploads, optimization pipelines, reports, parameter exploration, output validation, Storybook component previews and optional OpenClaw, Nanobot and ZeroClaw runtime integrations.

· nia

IconForge

IconForge

2026-03-05

IconForge

Developer tools · 2026-03 → 2026-07

Turns any picture into a Windows icon and builds a one-screen board of tiles that launch every program on the machine.

Technical

IconForge is a standalone Tkinter desktop application that converts images to .ico files, creates Windows shortcuts and places them at chosen desktop positions. It also powers the dark Launcher Board shown in the screenshots. The current system includes editable launcher metadata, sections, search, usage statistics, smart folders such as Most Used/recent, portable path tokens, shortcut rebuilding and a Quick Access folder manager. Its launchers.json registry is the authoritative mapping from tiles and icon names to external applications.

· iconiforge

Distill

2026-03-10

Distill

AI & agents · 2026-03 → 2026-05

Points at a large codebase and tells you which files actually matter, so a newcomer knows where to start reading.

Technical

A software-distillation pipeline designed to identify the essential core of a codebase. It combines structural dependency analysis and centrality, optional runtime coverage, and Git archaeology such as age and churn, then merges the signals into ranked files and directory reports. Expanded from JavaScript/TypeScript to Python, with a staged hybrid funnel in which deterministic analysis precedes LLM interpretation.

· distill

Dictionary

2026-03-17

Dictionary

AI & agents · 2026-03 → 2026-03

A shared glossary that keeps everyone using the same word for the same thing across a large project.

Technical

A terminology and code-understanding repository centered on a large Project Lexicon. It defines precise meanings, hierarchies and relationships for NIA concepts such as Agent, Persona, Runtime, Tool, Parameter and Project, and records where common names collide with generic dictionary meanings. The goal is consistent technical writing, code generation and review across a complex multi-repository system.

· dictionary

Macro

2026-03-29

Macro

Developer tools · 2026-03 → 2026-05

Watches long-running AI coding sessions and keeps them moving: spots when one is stuck, restarts it, and queues the next job.

Technical

A broad Windows/VS Code automation workspace for supervising AI coding sessions. Covers screen recognition and OCR, chat-title discovery, cycling among visible chats, model switching, CSV task queues, stuck/error detection, restarts, prompt injection, monitoring dashboards, and a CLI runner that drives Copilot through subprocess/JSONL instead of screen scraping. It also stores launch scripts, calibration assets, tests and VS Code settings backup/restore tools.

· macro

Prompt Engineering

2026-03-31

Prompt Engineering

AI & agents · 2026-03 → 2026-07

The working library of instructions that tell AI assistants how to behave, kept in one place instead of scattered across projects.

Technical

A private prompt-engineering workspace containing instruction documents, model inventory work, rule templates, planning notes and synchronization concepts. Includes an agent-model inventory scanner; rule-template organisation moved out into the dedicated ai-instruction-sync utility.

· PromptEngineering

Plans

2026-04-01

Plans

Program management · 2026-04 → 2026-07

The planning and evidence workspace behind everything else: what is being built, what is finished, and the proof it works.

Technical

The central private planning and proof repository for the broader application ecosystem. It contains specifications, task lists, capability matrices, acceptance evidence, operational scripts and working implementations that later become standalone repositories. Major workstreams include NIA optimization, agent activation, chat supervision, Codespace deployment and sharing, OpenClaw integration, Twitter workflows, reporting, email assistance, autonomy and the Matrix Program. It is a source of project history and operational truth, not a single product.

· plans

AI Instruction Sync

2026-05-01

AI Instruction Sync

AI & agents · 2026-05 → 2026-07

Keeps one set of AI instructions in step across many projects, so a change written once reaches all of them.

Technical

A small CSV-driven utility for keeping agent instruction files consistent across repositories, worktrees and user-level locations. Enabled rows map source templates to destination filenames; dry-run previews changes, real runs copy files and update last-synced timestamps. It includes reusable AGENTS.md/CLAUDE.md templates, diff and audit helpers, legacy maps and archived expansion ideas. It was separated from the broader PromptEngineering workspace.

· ai-instruction-sync

PDT Patient Billing Interface

2026-05-28

PDT Patient Billing Interface

Healthcare · 2026-05 → 2026-05

Rebuilds a complete medical insurance claim from the underlying patient records, and shows its working line by line so every figure can be traced.

Technical

An end-to-end proof that a 129-field CMS-1500-style PDT4 claim output can be assembled from normalized patient, insurance, visit, provider, CPT, ICD-10 and claims tables rather than copied from cached strings. It separates deterministic normalization, payer mappings and human review; logs every transformation; supports overrides and review HTML; and uses de-identified data. Current proofs report 517/519 claim rows byte-exact and 531/531 visits byte-identical to the computed source.

· PDT_patient_billing_interface

chat2markdown

chat2markdown

2026-06-01

chat2markdown

AI & agents · 2026-06 → 2026-07

Saves conversations with AI assistants as readable, searchable documents, so nothing is lost when a session closes.

Technical

A portable chat-archive system that exports conversations from VS Code, Cursor, Claude Code, Codex and Copilot CLI into Markdown. It filters conversations by role, date, size, duplicate/tool-message status and selected sessions; can generate readable titles using local or cloud models; and includes SearchMD utilities for keyword/FTS search and CSV results. IconForge exposes filter_run, SearchMD and generated monthly/summary folders from this system.

· chat2markdown

CodeReader

2026-06-03

CodeReader

Healthcare · 2026-06 → 2026-06

Lets you operate an AI coding assistant entirely by voice from a phone: it reads answers aloud and takes dictated instructions.

Technical

CodeReader is an Android accessibility application for operating Claude Code without a computer keyboard. It detects completed Claude answers and reads them aloud, accepts an offline Vosk wake phrase and dictated prompts, taps Send, and supports 20 commands for reading speed, navigation and session selection. Controls are available through voice, overlay, notification or Bluetooth headset. The APK is built through a manual javac/d8/aapt2/signing chain without Gradle or Android Studio.

· codeReader

llmDash

llmDash

2026-06-03

llmDash

AI & agents · 2026-06 → 2026-07

A control room for AI work sessions: see what each one is doing, message it, and track what it is costing.

Technical

A cross-engine control layer for Claude Code and OpenAI Codex sessions. The canonical agentcli dispatcher lists sessions, reads transcript tails and sends/resumes messages while handling engine-specific path rules. The repo also contains a chat-manager that keeps unattended sessions alive, monitors models, budgets, escalations and scheduled components, plus audit packets, reviewer/remediation planning, safety ledgers, vendored skills and acceptance tests. IconForge’s llmDash tile launches its chat and usage dashboards.

· agent-cli

PersonalOps

2026-06-12

PersonalOps

Automation · 2026-06 → 2026-07

A private assistant for everyday admin: it reads email, files and messages, drafts replies, and never sends anything without approval.

Technical

A private, CLI-first local operations platform for agent handoffs and workflow automation. It connects approved metadata and actions across GitHub, Gmail, WhatsApp exports, Google Sheets/Drive, local files, browser/observation plans, calendars, contacts and phone reports while defaulting to redaction, dry runs, read-only access and human approval. It stores assist events in SQLite and is the live deployment source for extracted Twitter, tenant-mail and Zaps subsystems.

· personal-ops

Mail Tenants

2026-06-12

Mail Tenants

Automation · 2026-06 → 2026-07

Sends certified physical letters to tenants and tracks them to the doorstep, with rent ledgers and notices generated automatically.

Technical

A private tenant-mail application extracted from PersonalOps. It creates mail-merge letters, stages certified Click2Mail jobs, records job state in SQLite, retrieves real USPS tracking numbers and scan timelines, and offers read-only status reports. It also maintains rent ledgers, calculates delinquency/aging, generates dry-run 5-day or 14-day notice plans and renders DOCX letters. Vendor submission is protected by explicit proof, target and environment gates; sensitive addresses and credentials remain outside Git.

· mail-tenants

NIA Codespace Server

NIA Codespace Server

2026-07-13

NIA Codespace Server

Cloud & deployment · 2026-07 → 2026-07

Puts an application on a cloud computer and keeps it awake, so anyone with a link can use it without installing anything.

Technical

The NIA cloud-server toolchain. It creates and maintains GitHub Codespaces running the NIA frontend, backend and agent runtimes; exposes password-gated public URLs; and supports guided installation, recipient packaging, link sharing, restart-only access, keep-awake controls and delivery. It enforces a no-secrets-in-repo policy and retains historical proof artifacts in the plans repository.

· nia-codespace-server

Codespace Launcher

Codespace Launcher

2026-07-13

Codespace Launcher

Cloud & deployment · 2026-07 → 2026-07

Packages any application so a non-technical person can run their own private copy in the cloud from a single link and password.

Technical

A generalized framework derived from the proven NIA Codespaces workflow. It creates/reuses cloud boxes, builds one-window guided installers, packages recipient-specific downloads, supports full-copy, link-only and self-restart sharing tiers, rotates and verifies passwords before delivery, republishes ports, restores services and offers scheduled keep-awake. A template contract separates machine/repo/start layers so other apps can adopt the system. An acceptance harness performs about 85 integrity, parity and secret-leak checks.

· codespace_launcher

Twitter API Libraries

2026-07-10

Twitter API Libraries

Automation · 2026-07 → 2026-07

Runs a social media account end to end: writes posts, schedules them, replies, and reports what worked. Nothing publishes without a yes.

Technical

The Twitter/X subsystem built inside PersonalOps. It reads public/account data through twscrape and performs approved writes through a cookie-injected real Firefox controlled by Playwright, avoiding an official developer API key. Modules cover posting, replies, threads, schedules, engagement, analytics, growth, mentions, CRM, notifications, quote cards and health probes. Publishing is approval-gated, DMs are read-only, and 56 offline tests are documented.

· twitter-api-libraries

OpenClaw Codespace

OpenClaw Codespace

2026-07-16

OpenClaw Codespace

Cloud & deployment · 2026-07 → 2026-07

A one-click cloud setup for an AI agent, protected behind a sign-in so only invited people can reach it.

Technical

A minimal GitHub Codespaces template that deploys the external OpenClaw agent and its Control UI without the full NIA stack. It configures Node/pnpm/OpenClaw, secrets, public port 18789, allowed origins and token authentication. The project documents real-browser sign-in proof, authenticated API behavior and a completed Gmail-draft task. It is original deployment/integration work around an upstream runtime, not authorship of OpenClaw itself.

· openclaw-codespace

Paletography

Paletography

2026-07-24

Paletography

Creative · 2026-07 → 2026-07

Pulls the colours out of any image, shows where each one appears, and recolours the picture while keeping its shading and brushwork.

Technical

A local color-palette and image-recoloring studio. It extracts dominant colors while ignoring transparent pixels, displays palette strips, highlights where each swatch appears in the source image, supports eyedropper selection, reordering and rescanning, and performs relative OKLCH color shifts that preserve shading and brushwork. Users can stack swaps, make colors transparent, skin UI regions and export full-resolution PNGs, palette images, JSON, CSS variables and hex lists.

· paletography

Matrix Program

Matrix Program

2026-06-19

Matrix Program

Program management · 2026-06 → 2026-07

A dashboard showing what is finished and what is still open across every project, with the decisions that need a human.

Technical

A control hub for capability matrices, extracted from the planning monorepo into its own program. Its localhost dashboard checks whether project capability matrices are clean or stale, shows shipped versus open roadmap cells, runs sweeps, regenerates generated views, enables or disables a daily scheduled sweep and exposes human approval gates such as voice review and safe Zap dry runs. Configured matrices cover automation, Twitter, NIA optimization, reporting, autonomy and email assistance.

· matrix-program

OptionAir

OptionAir

2026-07-25

OptionAir

Finance · 2026-07 → 2026-07

Screens the whole options market each morning and returns a short, explained list of the trades worth looking at.

Technical

The repository behind OptionAir, a quantitative vertical-spread screening engine. A one-click run downloads current equity and options data, combines debit and credit structures, evaluates roughly 43,000 spread combinations, calculates about 480 valuation, liquidity, historical and scenario metrics per spread, and scores the survivors under 16 named strategy playbooks. The documented scale exceeds 20 million calculated values per refresh, compressed into an explainable ranked shortlist.

· quantchameleon

PortGuard

PortGuard

2026-07-25

PortGuard

Developer tools · 2026-07 → 2026-07

Shows which programs are using which connections on the computer and warns before two of them collide.

Technical

A Windows, standard-library developer utility for the fixed-port local application ecosystem. Its registry maps each port to an owning app, role, launcher and command-line signature; a process on a registered port counts as valid only if the signature matches. PortGuard can check apps, refuse conflict-prone launches, scan batch files, discover unregistered listeners and display a live Tkinter dashboard. It covers NIA, Storybook, llmDash, Matrix Program and agent gateways.

· portguard

SearchMD

SearchMD

2026-07-25

SearchMD

AI & agents · 2026-07 → 2026-07

Instant search across every saved conversation, so an answer from months ago can be found in seconds.

Technical

Search utilities for exported Markdown chat archives. It includes substring/keyword search and an SQLite FTS5 indexed variant with local, git-ignored indexes. The repository’s own README states that the scripts are also vendored inside chat2markdown, which is the canonical export/filter repository.

· searchmd

Tasker

Tasker

2026-07-25

Tasker

Program management · 2026-07 → 2026-07

A shared task board where a person and an AI assistant work the same list together, with messages and progress in one place.

Technical

Tasker evolved from an always-on-top shared checklist into a Slack-style browser application backed by common board data. Human and agent participants can add, edit, check, reorder and nest tasks; exchange messages; attach files and links; set dates, labels and dependencies; insert templates; search and filter; use split views; inspect activity; and track completion velocity and active versus paused time. CLI parity and delivery bridges allow agents to operate and verify the same workflows.

· tasker

Zaps

Zaps

2026-07-16

Zaps

Automation · 2026-07 → 2026-07

Watches for things happening — an email, a mention — and prepares the response automatically, leaving the send button to you.

Technical

A small extracted automation engine implementing POLL → MATCH → ACTION → NOTIFY. It includes scheduling, deduplication, state and kill-switch logic plus handlers for polling sources and creating actions/notifications. Actions are intentionally draft-only and human-gated. Handlers call the PersonalOps Gmail and Twitter modules, where it runs live.

· zaps

Timeline

2001
Nov

Founder — Silvergate Evaluations

Credential evaluation, translation and legal-support services used by thousands of immigrants and hundreds of law firms.

more…

Founder — Silvergate Evaluations

Career · Nov 2001 – Present

Credential evaluation, translation and legal-support services used by thousands of immigrants and hundreds of law firms.

2005
Jun

Founder — Medwiser

Public-health education, disease prevention, organizational development and nonprofit programming.

more…

Founder — Medwiser

Career · Jun 2005 – Present

Public-health education, disease prevention, organizational development and nonprofit programming.

2010
Jan

Neurology Resident & Sleep Medicine Fellow — North Shore-LIJ

Clinical training and research involving headaches, sleep disorders and artificially intelligent diagnostic tools.

more…
2010
Jan

Neurology Resident & Sleep Medicine Fellow — North Shore-LIJ

Career · 2010 – 2014

Clinical training and research involving headaches, sleep disorders and artificially intelligent diagnostic tools.

2011
Jun

Founder — Neurology Artificial Intelligence Research Group

Volunteer research group focused on clinical decision-making, patient education and AI-assisted diagnostic concepts.

more…
2011
Jun

Founder — Neurology Artificial Intelligence Research Group

Career · Jun 2011 – Jul 2014

Volunteer research group focused on clinical decision-making, patient education and AI-assisted diagnostic concepts.

2013
Mar 04

HATS

A confidential online questionnaire that tells someone whether they should get tested for HIV, and prints advice they can hand to a doctor.

more…

HATS

2013-03-04

HATS

Healthcare · 2013-03

HATS

Healthcare · 2013-03 → 2013-03

A confidential online questionnaire that tells someone whether they should get tested for HIV, and prints advice they can hand to a doctor.

Technical

HATS is the HIV/AIDS Test Screening Software: a confidential online survey that assesses whether a user should obtain HIV testing, generates customized recommendations, and provides a printable report for a physician or emergency department. The legacy web application is primarily PHP, runs on Apache, stores data in MySQL, and includes PDF reporting and account/report storage. Its documentation also covers Windows and Linux development setup for Medwiser.org contributors.

· hats

2014
Sep

Founder — American Sleep Apnea Society

Public education, awareness and improvement of sleep-apnea care.

more…
2014
Sep

Founder — American Sleep Apnea Society

Career · Sep 2014 – Present

Public education, awareness and improvement of sleep-apnea care.

2014
Sep

Medical Director — Telasleep.com

Developed an online sleep-medicine platform and remote clinical workflow.

more…
2014
Sep

Medical Director — Telasleep.com

Career · Sep 2014 – Mar 2015

Developed an online sleep-medicine platform and remote clinical workflow.

2015
Mar

Director — Cedarhurst Sleep Center

Led sleep services, increased study volume and developed a home sleep-testing program.

more…
2015
Mar

Director — Cedarhurst Sleep Center

Career · Mar 2015 – Jun 2016

Led sleep services, increased study volume and developed a home sleep-testing program.

2016
Jun

Medical Director — Morgenstern Medical

Clinical neurology and sleep medicine combined with telemedicine, software development and practice automation.

more…

Medical Director — Morgenstern Medical

Career · Jun 2016 – Present

Clinical neurology and sleep medicine combined with telemedicine, software development and practice automation.

2016
Nov

Founder — New York Medical Marijuana Association

A nonprofit organization dedicated to improving and advancing medical-marijuana care.

more…
2016
Nov

Founder — New York Medical Marijuana Association

Career · Nov 2016 – Present

A nonprofit organization dedicated to improving and advancing medical-marijuana care.

2024
Dec 29

TWS Options Play

Places multi-leg options trades through a broker platform, so complex positions go in as one order instead of four.

more…

TWS Options Play

2024-12-29

TWS Options Play

Finance · 2024-12

TWS Options Play

Finance · 2024-12 → 2024-12

Places multi-leg options trades through a broker platform, so complex positions go in as one order instead of four.

Technical

An experimental options-trading codebase for Interactive Brokers Trader Workstation. Buys butterfly structures, submits option orders, returns offset-debit data, and constructs a four-leg combination from a three-leg butterfly plus an offset-debit leg.

· tws-options-play

2025
Dec 21

NIA

A workbench for building and testing AI assistants: set them up, run them against real tasks, and compare which setup performs best.

more…
NIA

NIA

2025-12-21

NIA

AI & agents · 2025-12

NIA

AI & agents · 2025-12 → 2026-07

A workbench for building and testing AI assistants: set them up, run them against real tasks, and compare which setup performs best.

Technical

NIA is the principal AI platform in the account: a Vite/React interface, FastAPI gateway and optimization engine integrating assistants, personas, runtimes, tools and agent systems. Its development rules require user-visible integration, proof tests and regression coverage. Documented workflows include project/agent/toolbox configuration, benchmark uploads, optimization pipelines, reports, parameter exploration, output validation, Storybook component previews and optional OpenClaw, Nanobot and ZeroClaw runtime integrations.

· nia

2026
Mar 17

Dictionary

A shared glossary that keeps everyone using the same word for the same thing across a large project.

more…

Dictionary

2026-03-17

Dictionary

AI & agents · 2026-03

Dictionary

AI & agents · 2026-03 → 2026-03

A shared glossary that keeps everyone using the same word for the same thing across a large project.

Technical

A terminology and code-understanding repository centered on a large Project Lexicon. It defines precise meanings, hierarchies and relationships for NIA concepts such as Agent, Persona, Runtime, Tool, Parameter and Project, and records where common names collide with generic dictionary meanings. The goal is consistent technical writing, code generation and review across a complex multi-repository system.

· dictionary

2026
Mar 10

Distill

Points at a large codebase and tells you which files actually matter, so a newcomer knows where to start reading.

more…

Distill

2026-03-10

Distill

AI & agents · 2026-03

Distill

AI & agents · 2026-03 → 2026-05

Points at a large codebase and tells you which files actually matter, so a newcomer knows where to start reading.

Technical

A software-distillation pipeline designed to identify the essential core of a codebase. It combines structural dependency analysis and centrality, optional runtime coverage, and Git archaeology such as age and churn, then merges the signals into ranked files and directory reports. Expanded from JavaScript/TypeScript to Python, with a staged hybrid funnel in which deterministic analysis precedes LLM interpretation.

· distill

2026
Mar 05

IconForge

Turns any picture into a Windows icon and builds a one-screen board of tiles that launch every program on the machine.

more…
IconForge

IconForge

2026-03-05

IconForge

Developer tools · 2026-03

IconForge

Developer tools · 2026-03 → 2026-07

Turns any picture into a Windows icon and builds a one-screen board of tiles that launch every program on the machine.

Technical

IconForge is a standalone Tkinter desktop application that converts images to .ico files, creates Windows shortcuts and places them at chosen desktop positions. It also powers the dark Launcher Board shown in the screenshots. The current system includes editable launcher metadata, sections, search, usage statistics, smart folders such as Most Used/recent, portable path tokens, shortcut rebuilding and a Quick Access folder manager. Its launchers.json registry is the authoritative mapping from tiles and icon names to external applications.

· iconiforge

2026
Mar 29

Macro

Watches long-running AI coding sessions and keeps them moving: spots when one is stuck, restarts it, and queues the next job.

more…

Macro

2026-03-29

Macro

Developer tools · 2026-03

Macro

Developer tools · 2026-03 → 2026-05

Watches long-running AI coding sessions and keeps them moving: spots when one is stuck, restarts it, and queues the next job.

Technical

A broad Windows/VS Code automation workspace for supervising AI coding sessions. Covers screen recognition and OCR, chat-title discovery, cycling among visible chats, model switching, CSV task queues, stuck/error detection, restarts, prompt injection, monitoring dashboards, and a CLI runner that drives Copilot through subprocess/JSONL instead of screen scraping. It also stores launch scripts, calibration assets, tests and VS Code settings backup/restore tools.

· macro

2026
Mar 31

Prompt Engineering

The working library of instructions that tell AI assistants how to behave, kept in one place instead of scattered across projects.

more…

Prompt Engineering

2026-03-31

Prompt Engineering

AI & agents · 2026-03

Prompt Engineering

AI & agents · 2026-03 → 2026-07

The working library of instructions that tell AI assistants how to behave, kept in one place instead of scattered across projects.

Technical

A private prompt-engineering workspace containing instruction documents, model inventory work, rule templates, planning notes and synchronization concepts. Includes an agent-model inventory scanner; rule-template organisation moved out into the dedicated ai-instruction-sync utility.

· PromptEngineering

2026
Apr 01

Plans

The planning and evidence workspace behind everything else: what is being built, what is finished, and the proof it works.

more…

Plans

2026-04-01

Plans

Program management · 2026-04

Plans

Program management · 2026-04 → 2026-07

The planning and evidence workspace behind everything else: what is being built, what is finished, and the proof it works.

Technical

The central private planning and proof repository for the broader application ecosystem. It contains specifications, task lists, capability matrices, acceptance evidence, operational scripts and working implementations that later become standalone repositories. Major workstreams include NIA optimization, agent activation, chat supervision, Codespace deployment and sharing, OpenClaw integration, Twitter workflows, reporting, email assistance, autonomy and the Matrix Program. It is a source of project history and operational truth, not a single product.

· plans

2026
May 01

AI Instruction Sync

Keeps one set of AI instructions in step across many projects, so a change written once reaches all of them.

more…

AI Instruction Sync

2026-05-01

AI Instruction Sync

AI & agents · 2026-05

AI Instruction Sync

AI & agents · 2026-05 → 2026-07

Keeps one set of AI instructions in step across many projects, so a change written once reaches all of them.

Technical

A small CSV-driven utility for keeping agent instruction files consistent across repositories, worktrees and user-level locations. Enabled rows map source templates to destination filenames; dry-run previews changes, real runs copy files and update last-synced timestamps. It includes reusable AGENTS.md/CLAUDE.md templates, diff and audit helpers, legacy maps and archived expansion ideas. It was separated from the broader PromptEngineering workspace.

· ai-instruction-sync

2026
May 28

PDT Patient Billing Interface

Rebuilds a complete medical insurance claim from the underlying patient records, and shows its working line by line so every figure can be traced.

more…

PDT Patient Billing Interface

2026-05-28

PDT Patient Billing Interface

Healthcare · 2026-05

PDT Patient Billing Interface

Healthcare · 2026-05 → 2026-05

Rebuilds a complete medical insurance claim from the underlying patient records, and shows its working line by line so every figure can be traced.

Technical

An end-to-end proof that a 129-field CMS-1500-style PDT4 claim output can be assembled from normalized patient, insurance, visit, provider, CPT, ICD-10 and claims tables rather than copied from cached strings. It separates deterministic normalization, payer mappings and human review; logs every transformation; supports overrides and review HTML; and uses de-identified data. Current proofs report 517/519 claim rows byte-exact and 531/531 visits byte-identical to the computed source.

· PDT_patient_billing_interface

2026
Jun 03

CodeReader

Lets you operate an AI coding assistant entirely by voice from a phone: it reads answers aloud and takes dictated instructions.

more…

CodeReader

2026-06-03

CodeReader

Healthcare · 2026-06

CodeReader

Healthcare · 2026-06 → 2026-06

Lets you operate an AI coding assistant entirely by voice from a phone: it reads answers aloud and takes dictated instructions.

Technical

CodeReader is an Android accessibility application for operating Claude Code without a computer keyboard. It detects completed Claude answers and reads them aloud, accepts an offline Vosk wake phrase and dictated prompts, taps Send, and supports 20 commands for reading speed, navigation and session selection. Controls are available through voice, overlay, notification or Bluetooth headset. The APK is built through a manual javac/d8/aapt2/signing chain without Gradle or Android Studio.

· codeReader

2026
Jun 12

Mail Tenants

Sends certified physical letters to tenants and tracks them to the doorstep, with rent ledgers and notices generated automatically.

more…

Mail Tenants

2026-06-12

Mail Tenants

Automation · 2026-06

Mail Tenants

Automation · 2026-06 → 2026-07

Sends certified physical letters to tenants and tracks them to the doorstep, with rent ledgers and notices generated automatically.

Technical

A private tenant-mail application extracted from PersonalOps. It creates mail-merge letters, stages certified Click2Mail jobs, records job state in SQLite, retrieves real USPS tracking numbers and scan timelines, and offers read-only status reports. It also maintains rent ledgers, calculates delinquency/aging, generates dry-run 5-day or 14-day notice plans and renders DOCX letters. Vendor submission is protected by explicit proof, target and environment gates; sensitive addresses and credentials remain outside Git.

· mail-tenants

2026
Jun 19

Matrix Program

A dashboard showing what is finished and what is still open across every project, with the decisions that need a human.

more…
Matrix Program

Matrix Program

2026-06-19

Matrix Program

Program management · 2026-06

Matrix Program

Program management · 2026-06 → 2026-07

A dashboard showing what is finished and what is still open across every project, with the decisions that need a human.

Technical

A control hub for capability matrices, extracted from the planning monorepo into its own program. Its localhost dashboard checks whether project capability matrices are clean or stale, shows shipped versus open roadmap cells, runs sweeps, regenerates generated views, enables or disables a daily scheduled sweep and exposes human approval gates such as voice review and safe Zap dry runs. Configured matrices cover automation, Twitter, NIA optimization, reporting, autonomy and email assistance.

· matrix-program

2026
Jun 12

PersonalOps

A private assistant for everyday admin: it reads email, files and messages, drafts replies, and never sends anything without approval.

more…

PersonalOps

2026-06-12

PersonalOps

Automation · 2026-06

PersonalOps

Automation · 2026-06 → 2026-07

A private assistant for everyday admin: it reads email, files and messages, drafts replies, and never sends anything without approval.

Technical

A private, CLI-first local operations platform for agent handoffs and workflow automation. It connects approved metadata and actions across GitHub, Gmail, WhatsApp exports, Google Sheets/Drive, local files, browser/observation plans, calendars, contacts and phone reports while defaulting to redaction, dry runs, read-only access and human approval. It stores assist events in SQLite and is the live deployment source for extracted Twitter, tenant-mail and Zaps subsystems.

· personal-ops

2026
Jun 01

chat2markdown

Saves conversations with AI assistants as readable, searchable documents, so nothing is lost when a session closes.

more…
chat2markdown

chat2markdown

2026-06-01

chat2markdown

AI & agents · 2026-06

chat2markdown

AI & agents · 2026-06 → 2026-07

Saves conversations with AI assistants as readable, searchable documents, so nothing is lost when a session closes.

Technical

A portable chat-archive system that exports conversations from VS Code, Cursor, Claude Code, Codex and Copilot CLI into Markdown. It filters conversations by role, date, size, duplicate/tool-message status and selected sessions; can generate readable titles using local or cloud models; and includes SearchMD utilities for keyword/FTS search and CSV results. IconForge exposes filter_run, SearchMD and generated monthly/summary folders from this system.

· chat2markdown

2026
Jun 03

llmDash

A control room for AI work sessions: see what each one is doing, message it, and track what it is costing.

more…
llmDash

llmDash

2026-06-03

llmDash

AI & agents · 2026-06

llmDash

AI & agents · 2026-06 → 2026-07

A control room for AI work sessions: see what each one is doing, message it, and track what it is costing.

Technical

A cross-engine control layer for Claude Code and OpenAI Codex sessions. The canonical agentcli dispatcher lists sessions, reads transcript tails and sends/resumes messages while handling engine-specific path rules. The repo also contains a chat-manager that keeps unattended sessions alive, monitors models, budgets, escalations and scheduled components, plus audit packets, reviewer/remediation planning, safety ledgers, vendored skills and acceptance tests. IconForge’s llmDash tile launches its chat and usage dashboards.

· agent-cli

2026
Jul 13

Codespace Launcher

Packages any application so a non-technical person can run their own private copy in the cloud from a single link and password.

more…
Codespace Launcher

Codespace Launcher

2026-07-13

Codespace Launcher

Cloud & deployment · 2026-07

Codespace Launcher

Cloud & deployment · 2026-07 → 2026-07

Packages any application so a non-technical person can run their own private copy in the cloud from a single link and password.

Technical

A generalized framework derived from the proven NIA Codespaces workflow. It creates/reuses cloud boxes, builds one-window guided installers, packages recipient-specific downloads, supports full-copy, link-only and self-restart sharing tiers, rotates and verifies passwords before delivery, republishes ports, restores services and offers scheduled keep-awake. A template contract separates machine/repo/start layers so other apps can adopt the system. An acceptance harness performs about 85 integrity, parity and secret-leak checks.

· codespace_launcher

2026
Jul 13

NIA Codespace Server

Puts an application on a cloud computer and keeps it awake, so anyone with a link can use it without installing anything.

more…
NIA Codespace Server

NIA Codespace Server

2026-07-13

NIA Codespace Server

Cloud & deployment · 2026-07

NIA Codespace Server

Cloud & deployment · 2026-07 → 2026-07

Puts an application on a cloud computer and keeps it awake, so anyone with a link can use it without installing anything.

Technical

The NIA cloud-server toolchain. It creates and maintains GitHub Codespaces running the NIA frontend, backend and agent runtimes; exposes password-gated public URLs; and supports guided installation, recipient packaging, link sharing, restart-only access, keep-awake controls and delivery. It enforces a no-secrets-in-repo policy and retains historical proof artifacts in the plans repository.

· nia-codespace-server

2026
Jul 16

OpenClaw Codespace

A one-click cloud setup for an AI agent, protected behind a sign-in so only invited people can reach it.

more…
OpenClaw Codespace

OpenClaw Codespace

2026-07-16

OpenClaw Codespace

Cloud & deployment · 2026-07

OpenClaw Codespace

Cloud & deployment · 2026-07 → 2026-07

A one-click cloud setup for an AI agent, protected behind a sign-in so only invited people can reach it.

Technical

A minimal GitHub Codespaces template that deploys the external OpenClaw agent and its Control UI without the full NIA stack. It configures Node/pnpm/OpenClaw, secrets, public port 18789, allowed origins and token authentication. The project documents real-browser sign-in proof, authenticated API behavior and a completed Gmail-draft task. It is original deployment/integration work around an upstream runtime, not authorship of OpenClaw itself.

· openclaw-codespace

2026
Jul 25

OptionAir

Screens the whole options market each morning and returns a short, explained list of the trades worth looking at.

more…
OptionAir

OptionAir

2026-07-25

OptionAir

Finance · 2026-07

OptionAir

Finance · 2026-07 → 2026-07

Screens the whole options market each morning and returns a short, explained list of the trades worth looking at.

Technical

The repository behind OptionAir, a quantitative vertical-spread screening engine. A one-click run downloads current equity and options data, combines debit and credit structures, evaluates roughly 43,000 spread combinations, calculates about 480 valuation, liquidity, historical and scenario metrics per spread, and scores the survivors under 16 named strategy playbooks. The documented scale exceeds 20 million calculated values per refresh, compressed into an explainable ranked shortlist.

· quantchameleon

2026
Jul 24

Paletography

Pulls the colours out of any image, shows where each one appears, and recolours the picture while keeping its shading and brushwork.

more…
Paletography

Paletography

2026-07-24

Paletography

Creative · 2026-07

Paletography

Creative · 2026-07 → 2026-07

Pulls the colours out of any image, shows where each one appears, and recolours the picture while keeping its shading and brushwork.

Technical

A local color-palette and image-recoloring studio. It extracts dominant colors while ignoring transparent pixels, displays palette strips, highlights where each swatch appears in the source image, supports eyedropper selection, reordering and rescanning, and performs relative OKLCH color shifts that preserve shading and brushwork. Users can stack swaps, make colors transparent, skin UI regions and export full-resolution PNGs, palette images, JSON, CSS variables and hex lists.

· paletography

2026
Jul 25

PortGuard

Shows which programs are using which connections on the computer and warns before two of them collide.

more…
PortGuard

PortGuard

2026-07-25

PortGuard

Developer tools · 2026-07

PortGuard

Developer tools · 2026-07 → 2026-07

Shows which programs are using which connections on the computer and warns before two of them collide.

Technical

A Windows, standard-library developer utility for the fixed-port local application ecosystem. Its registry maps each port to an owning app, role, launcher and command-line signature; a process on a registered port counts as valid only if the signature matches. PortGuard can check apps, refuse conflict-prone launches, scan batch files, discover unregistered listeners and display a live Tkinter dashboard. It covers NIA, Storybook, llmDash, Matrix Program and agent gateways.

· portguard

2026
Jul 25

SearchMD

Instant search across every saved conversation, so an answer from months ago can be found in seconds.

more…
SearchMD

SearchMD

2026-07-25

SearchMD

AI & agents · 2026-07

SearchMD

AI & agents · 2026-07 → 2026-07

Instant search across every saved conversation, so an answer from months ago can be found in seconds.

Technical

Search utilities for exported Markdown chat archives. It includes substring/keyword search and an SQLite FTS5 indexed variant with local, git-ignored indexes. The repository’s own README states that the scripts are also vendored inside chat2markdown, which is the canonical export/filter repository.

· searchmd

2026
Jul 25

Tasker

A shared task board where a person and an AI assistant work the same list together, with messages and progress in one place.

more…
Tasker

Tasker

2026-07-25

Tasker

Program management · 2026-07

Tasker

Program management · 2026-07 → 2026-07

A shared task board where a person and an AI assistant work the same list together, with messages and progress in one place.

Technical

Tasker evolved from an always-on-top shared checklist into a Slack-style browser application backed by common board data. Human and agent participants can add, edit, check, reorder and nest tasks; exchange messages; attach files and links; set dates, labels and dependencies; insert templates; search and filter; use split views; inspect activity; and track completion velocity and active versus paused time. CLI parity and delivery bridges allow agents to operate and verify the same workflows.

· tasker

2026
Jul 10

Twitter API Libraries

Runs a social media account end to end: writes posts, schedules them, replies, and reports what worked. Nothing publishes without a yes.

more…

Twitter API Libraries

2026-07-10

Twitter API Libraries

Automation · 2026-07

Twitter API Libraries

Automation · 2026-07 → 2026-07

Runs a social media account end to end: writes posts, schedules them, replies, and reports what worked. Nothing publishes without a yes.

Technical

The Twitter/X subsystem built inside PersonalOps. It reads public/account data through twscrape and performs approved writes through a cookie-injected real Firefox controlled by Playwright, avoiding an official developer API key. Modules cover posting, replies, threads, schedules, engagement, analytics, growth, mentions, CRM, notifications, quote cards and health probes. Publishing is approval-gated, DMs are read-only, and 56 offline tests are documented.

· twitter-api-libraries

2026
Jul 16

Zaps

Watches for things happening — an email, a mention — and prepares the response automatically, leaving the send button to you.

more…
Zaps

Zaps

2026-07-16

Zaps

Automation · 2026-07

Zaps

Automation · 2026-07 → 2026-07

Watches for things happening — an email, a mention — and prepares the response automatically, leaving the send button to you.

Technical

A small extracted automation engine implementing POLL → MATCH → ACTION → NOTIFY. It includes scheduling, deduplication, state and kill-switch logic plus handlers for polling sources and creating actions/notifications. Actions are intentionally draft-only and human-gated. Handlers call the PersonalOps Gmail and Twitter modules, where it runs live.

· zaps