Skip to content
View cloudpresser's full-sized avatar

Block or report cloudpresser

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

Hi, I'm Luiz Ozorio

Building control-system primitives for supervised AI execution. Software development is the first proving ground — the architecture generalizes to any domain where humans supervise agents in high-consequence workflows.

What I Do

  • Platform Engineering — Cross-platform build systems, CI/CD automation, release engineering, and developer productivity tooling serving 5+ platforms from a single codebase
  • AI Execution Infrastructure — Agent orchestration pipelines, RAG systems, MCP servers, execution tracing (OpenTelemetry), reconciliation layers, and human-in-the-loop supervision interfaces
  • Engineering Leadership — Defined architecture, standards, and mentoring practices for a 25-engineer organization; drove ~300% release cadence improvement through platform infrastructure and engineering culture
  • Open Source — React Native core contributor, ArduPilot autonomous systems contributor, OpenCode ecosystem, and control-surface reliability artifacts

The Stack

These repos are not independent tools. They are layers of a single control-system architecture.

LayerRepoRole
Supervisioncontrol-surface-agentProduction reliability control surface: explicit intent, plan, telemetry, reconciliation, operator intervention, and decision artifact in one supervised run.
ObservabilityemergingEnd-to-end execution tracing, replay, and longitudinal system introspection (OpenTelemetry)
Verificationopencode-devtoolsControl-loop gates — type checks, tests, build status as execution constraints
ExecutionOpenCodeAgent runtime (contributor — RLM REPL sandbox fix, Learn plugin)
Learned Policyopencode-learnFeedback-driven adaptive controller — agents learn adaptive control hints, not ground truth
Epistemic Safetyagent-memory-failure-demoControlled experiment proving lossy memory degrades agent correctness
ThesisControl Systems for Intelligent SoftwareArchitecture essay series — execution, verification, observability, control surfaces, supervision

How I Think About Systems

Human Intent ──> Orchestration ──> Agent Execution ──> Verification ──> Human Supervision
│ │ │
task routing tool calling trace trees
context mgmt parallel exec replayable
priority queue checkpoints sessions

The same architecture that governs robotics and industrial automation (I'm an ArduPilot/MAVLink contributor) applies to AI agent systems: machine telemetry, reconciliation, operator interfaces, and human-in-the-loop control.

Verification is bounded. Execution is open-ended. Reliability emerges through supervision, telemetry, and correction across repeated runs.

This Architecture Is Domain-General

Software development is the current implementation context — it's observable, replayable, rich in intermediate artifacts, and a strong sandbox for control-loop design. But the primitives generalize:

DomainAgent executes...Human supervises...
Softwarecode edits, test runsmerge decisions, architecture
Researchevidence gathering, synthesissource evaluation, conclusions
Operationsworkflow executionexception handling, escalation
Analyticsdata traversal, pattern detectiondecision validation

The architecture is always: intent → orchestration → execution → verification → supervision.

Safety in staging is a checkpoint. Reliability in production is a continuous control problem.

The anchoring constraint across every domain: never destroy raw evidence. Summarize for navigation, not for storage.

Tech

Platform EngineeringCI/CD automation, release engineering, cross-platform build systems, deployment infrastructure, OTA updates, developer productivity tooling
AI InfrastructureAgent orchestration, RAG pipelines, MCP servers, execution tracing (OpenTelemetry), LLM applications, prompt engineering
Systems & CloudAWS serverless, microservices, DDD, multi-tenant SaaS, Docker, Kubernetes, infrastructure as code
Languages & RuntimeTypeScript, Python, C#/.NET, Node.js, React/React Native, GraphQL

Open Source Contributions

  • React Native — Contributor to the core framework
  • ArduPilot — Contributor to autonomous vehicle/drone firmware and documentation
  • OpenCode — Submitted fix for critical RLM REPL sandbox crash (experimental PR), built mobile supervision client, created knowledge persistence plugin

Writing

Series: Control Systems for Intelligent Software — mapping robotics and industrial automation architecture onto AI agent systems.

Thesis Artifacts

  • control-surface-agent — Production reliability infrastructure for agentic systems. A bounded decision workflow with explicit intent, explicit planning, telemetry, reconciliation, operator intervention, and a decision artifact.
  • agent-memory-failure-demo — Controlled experiment showing how lossy memory degrades agent correctness.

Connect

Pinned Loading

  1. react-native-opencode-clientreact-native-opencode-clientPublic

    Supervision interface for long-running agent workflows — real-time observation, intervention, and approval of AI execution

    TypeScript 3

  2. opencode-learnopencode-learnPublic

    Feedback-loop-driven controller for operational knowledge — agents learn adaptive control hints, not ground truth

    TypeScript 3

  3. agent-memory-failure-demoagent-memory-failure-demoPublic

    Controlled experiment proving lossy memory degrades agent correctness — never destroy raw evidence

    Python 1

  4. opencode-devtoolsopencode-devtoolsPublic

    Verification and build-status primitives for AI agent execution — type checking, testing, and CI as control-loop gates

    TypeScript

  5. wildlifeAppwildlifeAppPublic

    ML inference API for species detection (YOLOv5/PyTorch) — proof that control-system thinking applies outside SDLC

    HTML

  6. cloudpresser-sitecloudpresser-sitePublic

    Thesis site — control systems for intelligent software

    TypeScript