Skip to content
View arpagon's full-sized avatar
👣
On the path to Freedom
👣
On the path to Freedom

Organizations

@sapianco @supabase-community

Block or report arpagon

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

The physical world transformed into a landscape of signals and data

AI copilots for the physical world.

I'm Sebastián Rojo, CTO and co-founder of EmiliaVision. We turn cameras and real-time signals into useful action for frontline teams.

Isometric GitHub contribution city, updated daily

Building where software meets reality

Existing cameras and signals flow through real-time AI and become action for frontline teams

The physical world is hostile to software: networks disappear, cameras move, hardware varies, and reality refuses to match the training data. A promising model is only the beginning—the system must create useful outcomes every day in real businesses.

Turn ambiguity into experiments, experiments into shipped systems, and failures into better judgment.

Operating principles

Principle In practice
Start from reality Solve the user's problem, not the fashionable abstraction
Find the shortest path to evidence Prototype, instrument, observe, and then harden
Own the complete loop Problem, code, deployment, operation, and outcome
Move fast with judgment Speed matters; production is not a casino

Selected builds

pi-rewind — checkpoint and rewind for the Pi coding agent pi-animations — terminal animations for AI coding workflows
pi-context-zone — visual context health for coding agents pyldon — a container-isolated personal AI assistant
A longer note on how I build

I like small teams with high trust, short feedback loops, and end-to-end ownership.

  • Start from the real problem, not the fashionable technology.
  • Find the shortest path to evidence; prototype, measure, and then harden.
  • Use AI as leverage, not as a substitute for judgment.
  • Own the complete loop: problem, code, deployment, observation, and user outcome.
  • Move fast without gambling with production.
  • Make failures visible and turn them into better systems.

I enjoy working with people who are curious enough to inspect the layer below the abstraction, resourceful enough to keep moving when information is incomplete, and responsible enough to know that hacker mindset is not an excuse for reckless engineering.

Before Emilia, I worked on open-source voice AI at Vocode and co-founded Artisan Labs. I have spent more than 15 years building real-time infrastructure, open-source software, machine learning systems, and products where reliability matters.

Elsewhere

Website · LinkedIn · X · Email


Emilia is growing. If AI, edge systems, and messy real-world problems sound like your kind of work, take a look at what we're building.

Pinned Loading

  1. pi-rewind pi-rewind Public

    Checkpoint/rewind extension for the Pi coding agent. 1 checkpoint per turn, /rewind command, diff preview, safe restore, redo stack.

    TypeScript 94 9

  2. pi-animations pi-animations Public

    Animated thinking/working/tool indicators for pi coding agent — 21 terminal animations with ANSI true color and Nerd Font glyphs

    TypeScript 20 4

  3. pi-context-zone pi-context-zone Public

    Visual context health bar for the Pi coding agent — see your smart/warm/dumb zone at a glance

    TypeScript 8

  4. CursorDesktopIntegrator CursorDesktopIntegrator
    1
    #!/bin/bash
    2
    
                  
    3
    # Step 1: Find the latest version of the .AppImage
    4
    LATEST_APPIMAGE=$(ls -t $HOME/Applications/cursor-*.AppImage | head -n 1)
    5
    echo "Latest AppImage: $LATEST_APPIMAGE"