Jariel Balberona Staff-Level AI-Native Software Engineer

Founder-led product

Ordr.now

Multi-tenant hospitality platform built around offline-first operations, connected venue workflows, and end-to-end product ownership.

Oct 2025 - Present Founder & CTO | Staff AI-Native Software Engineer TypeScript / React / Node.js / PostgreSQL / Offline-first synchronization / AWS
  • Own product direction, architecture, implementation, verification, and cloud delivery across the platform.
  • Build connected point-of-sale, ordering, kitchen, inventory, and operational workflows for hospitality teams.
  • Apply repository-grounded agent workflows to bounded implementation, automated quality gates, runtime verification, and corrective follow-through.

Context

A hospitality platform has to remain useful through unreliable connectivity, shared operational devices, live service pressure, and coordination across venue workflows.

Why it mattered

Ordr.now provides one owned product context in which architecture, operational behavior, delivery systems, and AI-native engineering practices can be evaluated together.

What I owned

  • Product strategy and technical architecture
  • Frontend, backend, data, synchronization, and cloud delivery
  • Automated testing, runtime verification, and release confidence

Constraints

  • Offline and intermittent-connectivity operation
  • Multi-tenant data and operational boundaries
  • Shared devices and time-sensitive venue workflows

What I changed

  • Built an offline-first operating path for point-of-sale work
  • Connected ordering, kitchen, inventory, and operational state across product surfaces
  • Established scoped, repository-grounded AI-native delivery practices around the product codebase

Context

Ordr.now is a multi-tenant hospitality platform built for operational work rather than a polished demo path. Point of sale, ordering, kitchen activity, inventory, and venue administration have to remain coherent under service pressure, shared-device use, and unreliable connectivity.

What I own

As Founder & CTO and Staff AI-Native Software Engineer, I own the product and technical system end to end:

  • product direction and technical priorities
  • frontend, backend, data, and synchronization architecture
  • multi-tenant boundaries and operational workflows
  • cloud delivery, automated testing, observability, and runtime verification
  • release decisions and production accountability

Engineering problem

Hospitality software crosses several kinds of state at once. An order can affect service flow, kitchen coordination, inventory, payments, and later reporting. Connectivity can disappear without removing the need to keep operating. That makes clear domain ownership, durable local behavior, synchronization, and explicit recovery more important than surface-level feature count.

System shape

The platform is built around:

  • offline-first point-of-sale operation and later synchronization
  • connected ordering and kitchen workflows
  • inventory and venue-operating state
  • multi-tenant application and data boundaries
  • frontend, API, persistence, and cloud-delivery systems
  • automated checks plus runtime and device-oriented verification where the risk requires it

AI-native engineering in practice

Ordr.now is also the primary environment in which I apply AI-native engineering methods to real product delivery. Repository-owned context defines architecture rules, acceptance criteria, verification requirements, and operational boundaries. Agents assist with investigation, planning, scoped implementation, testing, and evidence collection.

The authority remains bounded. Financial behavior, identity and tenant scope, destructive operations, ambiguous recovery, and release judgment require deterministic controls or human approval. A successful code generation step is never treated as proof that the product works.

Read the detailed Ordr.now agentic engineering workflow for the repository-owned lifecycle, worktree isolation, offline execution path, device proof, and production-canary boundaries behind this case study.

Offline Recovery and Idempotent Synchronization

Problem

A mobile point-of-sale system has to continue operating when connectivity or authentication state changes. Queued operations must not cross tenant, venue, or register boundaries. They must not execute twice after reconnect, disappear after restart, drain while authentication is invalid, reopen already closed operational state, or apply inventory twice.

The problem is not merely retaining requests until a network returns. The system has to preserve the authorization and operational meaning of each command while local and server state temporarily diverge.

System risk

Unsafe replay can duplicate financial or inventory effects, apply work under invalid authorization, create inconsistent shift state, lose commands, or leave a device unable to recover after restart. A queue that drains successfully can still be wrong if it sends an operation into the wrong scope or repeats an effect the server already accepted.

Engineering constraints

The recovery model therefore combines offline-first operation, durable local state, explicit authorization context, idempotent backend commands, restart persistence, bounded recovery, canonical server state, and physical-device behavior. Each layer has a different responsibility. Local persistence prevents valid queued work from disappearing. Scope and authentication checks prevent unsafe execution. Backend idempotency prevents a replay from duplicating a completed effect. Reconciliation returns the device to canonical server state.

Execution model

The work was handled through explicit behavioral acceptance criteria, repository-owned context, scoped agent execution, automated tests, API and integration verification, runtime checks, physical Android validation, and a human release decision. Agent assistance accelerated investigation, implementation, and evidence collection, but it did not define the security or release boundary.

The verification categories included:

  • wrong-scope commands remain blocked;
  • revoked authentication prevents draining;
  • queued valid work resumes after reauthentication;
  • blocked work remains blocked;
  • offline close does not mutate the server prematurely;
  • reconnect synchronizes the canonical result once;
  • restart does not duplicate the completed effect;
  • inventory replay remains idempotent;
  • physical Android release gates were exercised.

These statements describe verified behavioral categories, not a claim that every device, infrastructure path, or long-running production condition has been exhausted.

Result

The release process demonstrated that AI-assisted implementation was subordinate to explicit behavioral proof across local persistence, authorization, synchronization, backend effects, and physical-device behavior.

This is one independently owned implementation context for the broader agentic closed-loop development model. The methodology is general; the proof above is specific to the responsibilities and evidence that can be publicly attributed to Ordr.now.

Why it matters

This work demonstrates the full operating range: product judgment, conventional software architecture, offline-first systems, multi-tenant design, cloud delivery, automated QA, runtime verification, and governed agent execution inside one product I am accountable for.