Behavioral Bias Is a Release-Blocking Bug, Not an AI Ethics Topic
Agentic finance workflows should not be deployed until they pass adversarial bias tests derived from behavioral finance, because removing the human from the loop makes LLM training-data skew—especially loss aversion—a direct fiduciary and portfolio risk.
AngleGovernance and model-risk engineering
Source video ↗Your High-Frequency Finance Agent Should Probably Run on a Local 36B Model
For frequent, data-heavy finance tasks, defaulting every call to a proprietary API is both a privacy leak and a cost anti-pattern; routing repetitive work to small local open-source models is the economically and governance-sound architecture.
AngleEngineering economics and agent architecture
Source video ↗The Skill File Is the New Governance Artifact
When investment workflows become editable markdown files rather than bespoke code, governance review shifts from opaque application code to readable workflow diffs, letting compliance and non-technical stakeholders shape automation directly.
AngleWorkflow automation and governance
Source video ↗Synthetic Market Scenarios Need a Crisis Bench
Generative scenario simulation is only as credible as its ability to reproduce the non-linear tails of historical crises, so every synthetic-data pipeline for stress testing should be validated against held-out regime-shift periods before it informs capital decisions.
AngleQuantitative methodology and model validation
Source video ↗Adversarial Loss-Aversion Screening Probe
beyond-evalsAn LLM configured for stock screening will display statistically significant loss-aversion bias when equivalent expected-value investment cases are framed as gain-seeking versus loss-avoidance, and a red-team probe can reliably surface that bias before deployment.
Proof of conceptConstruct paired screening cases with identical expected values but opposite gain/loss framing; ask the LLM to rank or screen the opportunities; also run adversarial variants designed to amplify loss aversion; compare with a neutral baseline prompt set.
MeasurementProportion of loss-framed vs gain-framed choices; chi-square or logistic-regression p-value; agreement rate with neutral baseline recommendations.
Source video ↗Local 36B Cost-Router for High-Frequency Finance Tasks
movement-labFor a representative high-frequency finance data-extraction task, routing calls to a locally hosted 36B open-source model cuts cost per 1,000 calls by at least 70% versus a comparable proprietary API while maintaining at least 95% field-level agreement and acceptable p95 latency.
Proof of conceptDeploy a 36B open-source model locally; build a task router that selects the local model for repetitive calls; run 5,000 extraction tasks against both the local model and a proprietary API; compare outputs, cost, and latency.
MeasurementCost per 1,000 calls; p95 latency per call; aggregate field-level agreement between local and API outputs.
Source video ↗Synthetic Scenario Crisis Validation Harness
newA generative time-series model trained only on pre-crisis macro history will fail to reproduce the return distribution of a held-out historical crisis period, with a Kolmogorov-Smirnov test rejecting distributional equivalence at p < 0.05.
Proof of conceptTrain a generative model on macroeconomic and equity-return history before a known turbulent period; generate scenarios conditioned on negative growth and rising inflation; compare the simulated return distribution to the actual crisis-period distribution.
MeasurementKolmogorov-Smirnov p-value; simulated versus actual tail-mass ratio below the 5th percentile; maximum-drawdown exceedance rate.
Source video ↗Portable Skill-File Interoperability Test
gatehouseA single markdown skill file that embeds an Excel model template and uses MCP connectors will, when executed by two independently built agent runtimes, yield equivalent outputs within a 1e-6 numerical tolerance for a representative financial workflow.
Proof of conceptAuthor a minimal skill file describing a monthly data-pull, forecast-parameter, and Excel-model-population workflow; implement two lightweight runtimes (e.g., a Python executor and a CLI agent executor); execute the same file across both and compare produced spreadsheets.
MeasurementField-level numerical tolerance; number of runtime execution errors; schema validation pass rate.
Source video ↗