Skip to content
View escapables's full-sized avatar

Block or report escapables

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

Hello!

Welcome to my GitHub profile. I'm a hobbyist experimenting with LLMs and agentic coding systems.

I don't give agency to the AI beyond limited scopes depending on the context. That means I give the computer a specific task to iterate on until the source code reaches a point of stability/security/effectivity that I'm satisfied with. I have extensive knowledge of hardware and software in general and have been tinkering with them for over twenty years. I cannot write code but I can read and understand it and know when the AI produces a program that is good or bad. Rick Rubin but for computers.

I design everything manually and then outsource all the manual labor to the Codex factory, and when that code comes back I close my eyes, massage my toes, and make a Decision, and in the end there is good software (well, good enough at least for my purposes and they work the way I want them to without any issues -- motis-portable has been tested extensively).

I know enough about most architectures to be able to design plans that are specific enough to get a good product out of hallucinating rocks and if you don't believe me check out my MOTIS fork further down below. If it looks like shit to you, please tell me what's bad about it. I won't hurt you

Current Projects

A workflow template for coordinating AI agent work using a local Markdown-based versioning system. Dual-agent coordination between Claude and Codex via /pickup, /receive, and /handoff commands—minimizing GitHub API dependency while enabling parallel task execution.

Other Projects

  • ordning — Portable offline calendar for Linux. Apple Calendar-inspired weekly view, local-only JSON storage, optional AES-256-GCM encryption, recurring events, and single-file AppImage deployment. Built with Tauri v2.
  • motis-portable — Linux-only offline transit/routing desktop app, forked from MOTIS. Runs multimodal routing, geocoding, and map tiles fully offline from a USB drive. Accepts GTFS and OSM PBF data.
  • ltengine-esc — Free, self-hosted local AI machine translation API in Rust. LibreTranslate-compatible, powered by Gemma3 models via llama.cpp with CUDA/Metal/Vulkan acceleration. Maintaining-attempt fork.
  • sotis — Portable offline fuzzy file search tool for Linux. Typo-tolerant filename and content search across PDF, DOCX, EPUB, XLSX, and more. Native GUI via egui, powered by tantivy full-text search.

Popular repositories Loading

  1. motis-portable motis-portable Public

    Forked from motis-project/motis

    multimodal routing, geocoding, and map tiles -- experimental and educational fork that I use to play with AI (and get it to make correct decisions). Every commit in this repo is written by Codex th…

    C++

  2. escapables escapables Public

  3. LTEngine-esc LTEngine-esc Public

    Forked from LibreTranslate/LTEngine

    Local AI Machine Translation. Powered by LLMs. LibreTranslate compatible. Maintaining attempt-fork.

    Rust

  4. kalender kalender Public

    Portable offline CLI scheduler — insert tasks with deadlines and available hours, calculates daily time allocation and generates a schedule. Organized and orchestrated by me, reviewing/testing by C…

    Python

  5. sotis sotis Public

    Portable offline file search for Linux. Fuzzy and regex across PDF, DOCX, EPUB, spreadsheets, and plain text. Built by Codex, reviewed by Claude, directed by me.

    Rust

  6. template template Public

    Agent work-order workflow for running Codex and Claude in parallel, with a local Markdown-based versioning layer that reduces reliance on GitHub API. Both start with /pickup and use /receive and /h…

    Python