Developer • builder • tinkerer

Building dumb things that work

2 projects shipped
6k+ active users
Projects

What I
build.

01

Pulse SE

Tiny LLM, big results

A compact language model trained specifically for software engineering. Beats DeepSeek R1 at coding tasks while being a fraction of the size.

LLM AI Training SWE
02

Rosie

Discord bot

A Discord bot serving 6k+ active users.

Python Discord Bot
03

PrayDB

A Python database that stores JSON in an LLM context window and prays the answer is valid JSON. Yes, it's as dumb as it sounds.

PrayDB

The database that
prays.

A Python library and CLI. Writes are local (instant). Reads go through an AI model that looks at your data and answers. No schema, no servers, just vibes.

One JSON file

All data lives in ~/.praydb/db.json

Writes local

Set, delete, insert edit the JSON directly

Reads via AI

Get, dump, search send the JSON to the model

CLI + Python API

Use from terminal or import in your code