The Single Stock Intelligence Agent — internally designated CLAW VRT — is a continuously running analytical system that produces actionable swing-trading signals for a single equity instrument. At the time of this writing that instrument is NYSE:VRT (Vertiv Holdings). The agent operates as one node in the broader Agentic Womb fleet, sharing infrastructure conventions with sibling agents but specialized exclusively for the rigors of equity intelligence.
This document is a non-technical overview of how SSIA does what it does. It describes the loop, the ledger, the lifecycle of a hypothesis, and the risk discipline that wraps the whole system. It does not describe the exact composition of the composite scoring model, the specific entry triggers, or the parameter thresholds that turn data into decisions. Those remain under glass.
Most retail and even prosumer trading systems suffer from the same structural flaw: their model is fixed. A fixed model is a snapshot of the past masquerading as a window into the future. It works until it doesn't, and the moment it stops working is precisely the moment it appears most confident.
SSIA is built on the opposite premise. The model itself is not the product. The product is the process by which the model continuously revises itself. Every hypothesis we hold about VRT — about what makes it move, what predicts a pullback, what signals a regime shift — is treated as a candidate, not a conclusion. Each one earns its place through evidence. Each one is killed when evidence stops accumulating.
This is intelligence, not divination. The system is not designed to be right. It is designed to find out it is wrong faster than its competitors.
SSIA sits on a six-layer stack, each with a distinct responsibility:
The heartbeat of SSIA is a continuous loop that runs throughout the trading session and during select pre-market windows. We refer to each cycle as a Loop, indexed sequentially. The dashboard pictured at the time of this writing shows Loop #391.
INGEST pulls fresh data from all subscribed sources. Critically, this phase enforces a market-hours gate: signal-generating writes to the source-of-truth database are suppressed outside the 9:15 AM – 4:15 PM ET window, with decision logic gated more tightly to 9:30 AM – 4:00 PM ET. This was a hard-won lesson — early versions of the system produced false-positive signals overnight as stale percentage values triggered thresholds without active price discovery.
EVALUATE runs each active hypothesis against the new data and updates its individual signal value. This is the layer where domain knowledge lives — what counts as a "signal fire" for hypothesis H08 is structurally different from what counts for H01.
SCORE combines the individual signals into the composite. The weighting mechanism is informed by each hypothesis's running hit rate over a rolling 90-day window. VERDICT maps the composite to one of four action bands. The current verdict at writing — composite 52, WATCH band — implies "trim into strength to half-risk."
EXECUTE is human-supervised. SSIA does not place orders. It produces actionable instructions which are reviewed and routed manually. This is by design. AUDIT records the entire loop transaction: what fired, what didn't, what the verdict was, and what the trail of reasoning looked like. The audit log is the source of truth for the next loop's hit-rate computations.
Every hypothesis on the stack passes through a defined lifecycle. The visible dashboard surfaces these states explicitly.
Worked example: H21, "DSU accrual misread · code≠P," was killed on March 21. It had accumulated 18 fires at a 42.0% hit rate — measurably worse than coin-flip. The post-mortem found the original specification had been too permissive about which insider-buy filing codes counted; tightening the filter to code='P' produced a cleaner signal that has since been re-instrumented as H12. The system did not patch H21. It killed it and replaced it. That is the design.
VRT does not trade in isolation. It moves inside a constellation of structurally related instruments, and many of the system's most productive hypotheses are relational rather than absolute.
The cohort layer exists for two reasons. First, relational signals are harder to fake — a single ticker can be moved by news, but a structural ratio between two tickers tends to revert to fundamental forces. Second, cohorts provide implicit cross-validation: a VRT signal that fires in isolation while every cohort peer is silent is treated more skeptically than one that fires with cohort confirmation. The peer tickers are in the model. They are not in the portfolio.
A signal that works in a risk-on environment may behave perversely in a risk-off one. SSIA addresses this with a regime-detection layer that runs in parallel with the hypothesis stack. The current regime read is RISK-ON · TIER 2, derived from a composite of:
When the regime shifts, hypothesis weights shift with it. A hypothesis with strong hit rate in expansionary regimes may have its weight de-emphasized — or zeroed — when the system reads contraction. The regime layer is not a switch; it is a continuous bias applied to the composite.
The most expensive part of any trading system is the part that decides when not to trade. SSIA implements three concurrent risk protocols that compose with each other and with the upstream signal layer.
A signal can fire, the regime can be supportive, the cohort can confirm, and the protocol layer can still say no — and that vetoes everything upstream.
The system is observable through six interlocking views, each pictured in the production dashboard:
The Brief is, for daily operational purposes, the most important view in the system. Everything else is the audit trail for what the Brief recommends.
VRT is at $284.52, six trading days off an all-time high of $297.10. The composite reads 52 — squarely in the WATCH band. The ratio mean-revert hypothesis (H08) fired at +3.3σ on April 20 and has since validated, with the ratio now compressed to +2.1σ. The soft drawdown gate has tripped. The verdict is: trim to 0.5R into strength.
This is the system doing exactly what it is built to do. It is not predicting the bottom of a pullback. It is reducing exposure as evidence accumulates that recent strength is unsustainable, while keeping skin in the game in case the broader thesis — capex-driven structural demand — reasserts itself.
The current configuration represents Beta 1.0: backtest-calibrated, with several originally proposed signals (S4, S9, S10) disabled after they failed to outperform random. Live signals include S1_LAG and the COMPOSITE, both at 67% historical hit rate over a +4.3% average 3-day return.
The immediate roadmap focuses on three threads:
Longer term, the framework itself — the loop, the lifecycle, the audit discipline — is intended to be portable. SSIA is the first instance, calibrated for VRT. Nothing about the architecture is specific to a single ticker. The model dies and revives every day; the system is what persists.