v4.2.0

Evidence-First Financial AI

Every signal traces to a real SEC filing.

Agent Research API · MCP · LangChain/LlamaIndex · pip install yuclaw
Disclaimer — Research & education only. Not investment advice. Signal labels are research classifications, not buy/sell recommendations.
Current signals — Forward Tracking Ledger
TickerSignal labelScore
AMATSTRONG_BULLISH+0.579
SMHBULLISH+0.539
DELLBULLISH+0.505
HPEBULLISH+0.502
LRCXBULLISH+0.487
MRVLBULLISH+0.482
MUBULLISH+0.469
LLYBULLISH+0.404
XLKNEUTRAL+0.379
ABBVNEUTRAL+0.375
ARMNEUTRAL+0.371
WFCNEUTRAL+0.366
CNEUTRAL+0.352
DHRNEUTRAL+0.352
MRKNEUTRAL+0.326
MSNEUTRAL+0.322
XLINEUTRAL+0.309
XLVNEUTRAL+0.306
JNJNEUTRAL+0.301
AAPLNEUTRAL+0.285
XLBNEUTRAL+0.284
TMONEUTRAL+0.282
IBBNEUTRAL+0.280
PFENEUTRAL+0.278
DIANEUTRAL+0.275
XBINEUTRAL+0.274
MDYNEUTRAL+0.272
UUPNEUTRAL+0.271
IWMNEUTRAL+0.264
GSNEUTRAL+0.259
KRENEUTRAL+0.257
BACNEUTRAL+0.254
ABTNEUTRAL+0.250
QQQNEUTRAL+0.243
TLTNEUTRAL+0.242
SPYNEUTRAL+0.231
IEFNEUTRAL+0.229
TAILNEUTRAL+0.225
EEMNEUTRAL+0.225
AXPNEUTRAL+0.220
UNHNEUTRAL+0.218
XLYNEUTRAL+0.218
BMYWATCH+0.184
XLFWATCH+0.181
JPMWATCH+0.147
MSFTWATCH+0.143
XLREWATCH+0.139
AMDWATCH+0.134
PGWATCH+0.130
LUNRWATCH+0.128
FXIWATCH+0.121
XOMWEAKENING-0.112
TSLAWATCH+0.111
KOWATCH+0.104
INTCWATCH+0.097
SLVWEAKENING-0.097
XLCWATCH+0.096
RKLBWATCH+0.094
METAWATCH+0.076
NVDAWATCH+0.075
SLBWEAKENING-0.071
CRCLWEAKENING-0.068
COPWEAKENING-0.065
PSXWEAKENING-0.060
VIXYWATCH+0.053
CVXWEAKENING-0.053
VXXWATCH+0.051
GLDWATCH+0.050
AMZNWATCH+0.041
VWATCH+0.041
XLEWEAKENING-0.038
PEPWEAKENING-0.038
GOOGLWEAKENING-0.036
WMTWEAKENING-0.034
COSTWEAKENING-0.032
XLPWATCH+0.026
XLUWEAKENING-0.020
PYPLWATCH+0.013
MAWEAKENING-0.001
data as of 2026-06-11 17:10 UTC · landing page rebuilt 2026-06-12 04:07 UTC
Public signal vocabulary

Labels are research classifications, not buy/sell recommendations:

STRONG_BULLISH · BULLISH · NEUTRAL · WATCH · WEAKENING · NEGATIVE_EVENT · BEARISH_WATCH · RISK_ALERT

There is no SELL or SHORT label. The SDK's _validate_label() is invoked on every signal-bearing return.

How it works

1 · Evidence layer

SEC EDGAR filings (Form 4, 8-K, 10-Q, 10-K, 6-K) are extracted with a local Llama 3.1 70B model. A deterministic SourceLock Guard validates every extraction against the source text before any signal sees it.

2 · Composite scoring

Nine components combine into a confidence-weighted composite. C6 event impact carries the highest weight (0.18) — by design, the evidence layer leads.

3 · Time-machine replay

Any signal can be recomputed as of a past date. Point-in-time filtering (available_as_of <= as_of) is leak-audited; reproducible via the yuclaw replay CLI or REST API.

4 · Verified Research Ledger

Each day's published signals have their content hashes committed to a public git repo (yuclaw-trust). Anyone can call yuclaw verify to confirm a signal hasn't been edited since publication.

Full disclaimer & methodology

Open-source equity research where every composite signal traces back to a verifiable SEC filing or deterministic supply-chain cascade. Replayable point-in-time. Tamper-evidenced via a public git-anchored Verified Research Ledger. Research and education only.

Disclaimer — YUCLAW research output. Not investment advice. Past performance does not guarantee future results. Signal labels are research classifications, not buy/sell recommendations. YUCLAW is not a registered investment adviser. Past results — in-sample or forward-tracked — do not predict future performance.
Install + try it
pip install yuclaw
yuclaw demo                         # 3-minute guided "Why AMD?" journey
yuclaw why NVDA                     # signal + evidence trail
yuclaw verify NVDA --as-of 2026-05-20   # check the public ledger

SDK + REST API + MCP server documented at github.com/YuClawLab/yuclaw-brain. REST API terms at /API_TERMS.md.