Skip to content
View patrickdeanbrown's full-sized avatar

Block or report patrickdeanbrown

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

Pat Brown

I'm a product-minded developer in Los Angeles, building practical software across Swift, Python, and AI-assisted workflows.

My work tends to sit at the intersection of product thinking and hands-on engineering: small tools with clear use cases, iOS apps that respect the user's device, and experiments that turn emerging AI capabilities into maintainable software instead of one-off demos.

Current Focus

  • SwiftUI and SwiftData apps with clean, local-first user experiences
  • Python CLIs and packaging for research, accessibility, and automation workflows
  • AI-assisted development practices that keep product intent, architecture, and tests visible
  • Local models, text-to-speech pipelines, and practical accessibility tooling

Selected Work

wikibee
A Python CLI that extracts Wikipedia articles into clean Markdown, TTS-ready text, and audio-oriented outputs. Built with documentation, CI, type checking, and packaging discipline.

PungentRoots
A SwiftUI iOS app that screens ingredient labels for pungent-root ingredients on device. It uses VisionKit where available, falls back to a legacy capture path when needed, and keeps detection local and rule-based.

FoodSaver
A SwiftUI and SwiftData app for tracking household food inventory and reducing spoilage. The project explores product-spec-driven development and how clear product intent can improve AI-assisted coding workflows.

ChatGPT_CLI
A cross-platform C++ terminal client for working with the ChatGPT API, including command-oriented interaction, history management, and file-based input/output.

Tools And Interests

Swift, SwiftUI, SwiftData, VisionKit, Python, C++, command-line tools, local-first apps, text-to-speech, accessibility, AI development workflows, and the history of programming languages.

Reading And Learning

Recently: Prompt Engineering for Generative AI

Long-running favorites include The C Programming Language, The AWK Programming Language, Structure and Interpretation of Computer Programs, and From Mathematics to Generic Programming.

Contact

I am open to thoughtful collaboration around developer tools, Swift apps, AI-assisted product workflows, and accessibility-focused software.

Pinned Loading

  1. ChatGPT_CLI ChatGPT_CLI Public

    A cross-platform CLI for ChatGPT

    C++ 1

  2. TerminalFormattedString TerminalFormattedString Public

    Easy terminal text formatting. Makes storing, modifying, and printing formatted terminal text simple. Uses ANSI escape sequences for colors and formats.

    Swift

  3. FoodSaver FoodSaver Public

    A SwiftUI app for keeping track of food and avoiding spoilage.

    Swift 1

  4. PungentRoots PungentRoots Public

    OCR Ingredients List For Pungent Root vegetables

    Swift

  5. wikibee wikibee Public

    Extract Wikipedia articles and convert them to TTS-friendly text and audio. Search by URL or keywords, get clean markdown and audio-optimized output. Perfect for creating podcasts, audiobooks, or a…

    Python