Skip to content
View DiscoStew6082's full-sized avatar

Block or report DiscoStew6082

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.

Content in all repositories owned by your account will be closed.
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
DiscoStew6082/README.md

I'm Stewart, an AI engineer building practical tools around local models, coding agents, evaluation, and accessibility.

Before working independently, I spent more than 10 years at Microsoft as an Escalation Engineer working on complex Exchange Server issues. That experience shapes how I build: reproduce the problem, understand the failure, and verify the fix.

Blog and experiments · LinkedIn

Open-source contributions

I contribute to oMLX, an inference server for Apple Silicon. My merged contributions include:

Selected projects

Ground Ball
A local query engine for historical MLB data. Natural-language questions and structured recipes compile into validated query plans and execute against DuckDB. Results include the exact SQL, parameters, and source fingerprints. The primary query path is deterministic and runs offline without an LLM.

PTT Dictation
A Windows dictation app with local speech recognition and live text insertion in supported applications. Built with C# and .NET, with Parakeet models behind a replaceable transcription interface and a CPU fallback.

ObviousSaveMD
A native macOS Markdown editor built with SwiftUI and AppKit. Plain-text files, conservative file loading, and tests for document state and save behavior.

My current work centers on local inference performance, model evaluation, reliable agent workflows, and tools that make computers easier to use.

Pinned Loading

  1. groundball groundball Public

    Local-first MLB query engine with natural-language questions, validated DuckDB query plans, exact SQL, source provenance, and deterministic offline execution.

    Python

  2. ptt-dictation ptt-dictation Public

    Local push-to-talk dictation for Windows with replaceable transcription engines and Parakeet models built in.

    C#