ULUOPS
UluOps

Infrastructure for trustworthy
machine judgment

Define AI agents once. Run them everywhere. Track what they find. One command to get started.

$
$ npx @uluops/setup
Scroll

Most tools validate code against known rules. UluOps operates judgment — asking not just "does this work?" but "is this the right approach?"

135+ agents
6 agent types
4 definition languages
The System

Four layers. One feedback loop.

Each layer feeds the next. Definitions become runs. Runs become data. Data improves definitions. The system gets smarter with every validation.

Registry

DEFINE

Define AI agents in structured YAML. Version them. Publish to a shared registry. 135+ agents across validators, analysts, explorers, and forecasters.

Tracker

VALIDATE

Run agents against any artifact. Track issues with fingerprint correlation. Detect regression automatically. See quality converge over time.

Recursive Appreciation

IMPROVE

Agents improve themselves. Meta-layer agents audit domain agents. Improvements cascade through the ecosystem. The system appreciates — it gets better without proportional investment.

SDK & MCP

INTEGRATE

Integrate into any workflow. MCP servers give Claude Code native access. The SDK handles orchestration. One command: npx @uluops/setup.

Two Interfaces

Define. Validate. Repeat.

app.uluops.ai
++++
OPS-ULUOPS-REGISTRYDASHBOARD
87
3open
14resolved
2deferred
[ VALIDATORS ]
code-validator92
security-analyst88
test-architect78
registry.uluops.ai
code-validatorv2.1.0
PUBLISHEDCOMMUNITYsoftware

Validates code quality, standards compliance, test coverage, and best practices. Blocks progression if critical issues found.

Scoring0–100 · 6 dimensions · 48 checks
Executions1,247 runs · 94% completion
Authoruluops
Execution History1,247
code-qualitytypescriptsecurity
SHARED TRUST LAYER
The Loop

Self-improving by design

Every validation run closes the feedback loop. The system doesn't just measure quality — it compounds it.

{ }
DefineRegistry
>
ValidateAgents
#
TrackTracker
~
ImproveRAH
↻ CONTINUOUS LOOP
Multi-Target

One command. Multiple harnesses.

Install UluOps into every agentic harness on your machine in a single run. Failure isolation, per-target summary, one set of prompts.

$ npx @uluops/setup --all-detected
Claude Codestable
OpenCodestable
Gemini CLIstable
Codexexperimental

Or pick a subset: --harness claude-code,gemini-cli. Auto-detection skips experimental harnesses; opt in to Codex with --harness codex.

How It Works

Three steps. Thirty seconds.

Install, validate, track. Every run feeds the system. Quality compounds from the first command.

install
$ npx @uluops/setup --signup

⟨u⟩ ulu·ops
operating intelligence as infrastructure

Account created (you@example.com)
API key generated
MCP config → ~/.claude.json
23 agents · 28 commands installed

Setup complete!
0+
Validation runs
0+
Agent definitions
0
Active validators
0%
Completion rate
For Developers

SDK-first design

Four packages. One pipeline. The SDKs handle auth, type safety, and error handling. The CLI ties them together.

Submit validation runs, track issues, query analytics. The operational layer.

$ npm install @uluops/ops-sdk
example.ts
import { OpsClient } from '@uluops/ops-sdk';
 
const client = new OpsClient({
apiKey: process.env.ULUOPS_API_KEY,
});
 
// Submit a validation run
const run = await client.runs.submit({
project: 'my-app',
agent: 'code-validator',
score: 87,
issues: findings,
});
 
// Query project analytics
const trends = await client.analytics.getTrends(
'my-app'
);
Pricing

Start free. Scale when ready.

189+ agents, workflows, and pipelines — free for everyone. Tiers scale your workspace, not your access.

Free

$0forever

All 189+ agents, workflows, and pipelines. The full catalog, free.

  • All public definitions — agents, workflows, pipelines
  • 3 projects · 5 private definitions
  • 1 member · 100 rpm
  • Full issue lifecycle + regression detection
Start free

Hobbyist

$9/mo

More workspace. New definitions as they ship.

  • Everything in Free
  • 15 projects · 25 private definitions
  • 3 members · 200 rpm
  • New releases as they ship
Start free, upgrade later

Plus

$22/mo

Team scale. Deep-dive analytics for growing orgs.

  • Everything in Hobbyist
  • 50 projects · 50 private definitions
  • 10 members · 500 rpm
  • Deep-dive analytics
Start free, upgrade later

Pro

$50/mo

Stop thinking about limits. Unlimited projects and definitions.

  • Everything in Plus
  • Unlimited projects & private definitions
  • 25 members · 1,000 rpm
  • Cross-project analytics
  • Bulk operations
  • Priority support
Start free, upgrade later

Enterprise

Custom

Unlimited scale. Custom retention. SLA. Dedicated support.

  • Everything in Pro
  • Unlimited members · 10,000 rpm
  • Custom data retention
  • API SLA · SSO/SAML
  • Dedicated support
Contact us