Skip to content
View dillonpcousins's full-sized avatar

Block or report dillonpcousins

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
dillonpcousins/README.md

Dillon Cousins

Python and TypeScript. I build systems that run unsupervised, which mostly means I spend my time on the part that happens after they're built.

Currently: automation and AI agent work. Available for freelance/contract.


What I work on

Unattended systems. An automated trading system running 24/7 against live market data — portfolio-level circuit breakers, atomic singleton locking, and a supervision layer that catches stalled processes, not just dead ones.

AI agents. An autonomous research agent with scheduled execution, tiered source evaluation and a self-extending task queue. An MCP server exposing its corpus as callable tools.

APIs. A payment-gated HTTP service live in production, with per-endpoint licence gating that disables any route whose upstream data source prohibits commercial redistribution.

Desktop plugins. Two published Obsidian plugins in TypeScript — an animated isometric operations dashboard and an interactive knowledge browser, both with custom Canvas 2D rendering.


Discoveries

I found four measurement errors in my own validation pipeline, each of which made an unprofitable strategy look profitable. Prices sampled after the market had closed. Observations attributed to the wrong local day. Two more like them.

Every one would have gone unnoticed by anyone not actively looking for it. Assessing whether a result is correct rather than whether it looks correct is the habit I care most about.


Repositories

four-bugs — four measurement bugs that each made an unprofitable strategy look profitable, and how each one hid. Including a metric that scored t=+4.89 on nothing at all.

unattended — a lock that holds under a race, and a liveness check a running PID can't fool. Both exist because the obvious version failed in production.

obsidian-mcp — an MCP server giving an AI agent read/write access to a Markdown vault. Four tools, one file, no index to fall out of date.


Background

History and Drama graduate, self-taught engineer.

📍 Galway, Ireland

Popular repositories Loading

  1. unattended unattended Public

    A lock that holds under a race, and a liveness check a running PID can't fool. Stdlib-only, Windows and POSIX.

    Python

  2. dillonpcousins dillonpcousins Public

    Profile

  3. four-bugs four-bugs Public

    Four measurement bugs that each made an unprofitable trading strategy look profitable, and how each one hid.

  4. obsidian-mcp obsidian-mcp Public

    An MCP server giving an AI agent read/write access to an Obsidian vault or any Markdown folder. Four tools, one file.

    Python