The graph as the primary surface
Engines, missions, workflows, integrations, and data sources are nodes. Selecting a node opens the Inspector, which is how you navigate the system rather than a side panel you occasionally consult.
React Flow
“The graph is the application — every node is clickable, opens the Inspector.” That is the product’s own in-app tagline, and it is the literal design of the system.
BLKPVNTHR.OS is an AI-native operating system for financial intelligence, quantitative research, knowledge management, and operational automation. The platform represents applications, workflows, integrations, research experiments, financial resources, and system capabilities as connected resources inside an interactive knowledge graph.
Live at os.blkpvnthr.com — opens in guest mode, no sign-up.
at a glance
/research-api.the problem
Financial tools, research systems, automation, knowledge, and operational workflows are typically fragmented across disconnected applications. The accounts live in one place, the research in another, the notes in a third, and the automation nowhere at all.
Each boundary between those applications is a place where context disappears. A hypothesis loses its link to the data that produced it. A balance loses its link to the goal it was supposed to serve. A workflow loses its link to the engine it was meant to trigger. The work of holding the whole picture together falls back on the person, every single time.
BLKPVNTHR.OS is a personal answer to that fragmentation, built and operated by one engineer. It is not investment advice, and it is paper-first.
the approach
Rather than another dashboard, BLKPVNTHR.OS models everything it knows about as a resource, and every relationship between those resources as an edge. The graph is not a visualization bolted onto the app. The graph is the app.
Engines, missions, workflows, integrations, and data sources are nodes. Selecting a node opens the Inspector, which is how you navigate the system rather than a side panel you occasionally consult.
React Flow
Finance, research, knowledge, trading, and automation are separate engines with their own routes and their own boundaries, so a change in one does not silently reach into another.
/engines/*
The landing surface is a terminal at root@blkpvnthr-os:~$. Typing start
opens the AI Brain. Commands are a first-class way into the system, not a hidden power-user mode.
Command interface
Analysis is tied back to the resources it came from. Evidence and provenance are modelled explicitly so a conclusion can be traced to the data and the experiment that produced it.
evidence_fusion
Workflows, missions, and an event bus compose engines into repeatable operations, so automation is assembled from parts that already exist rather than written from scratch each time.
/workflows
The same operating model serves an individual tracking their own finances and goals, and a research operation running laboratories, schedules, and a strategy pipeline.
Guest mode available
capabilities
BLKPVNTHR.OS is an AI-assisted wealth-building platform: an autonomous quantitative research pipeline with investment account integration, a Personal Accounting Agent with live bank account integrations, a career goal tracker, an emailing assistant, and a day-to-day personal assistant — designed to help everyday people learn how to build their wealth, keep track of their finances, and work toward their financial goals.
The Finance engine presents itself as an accounting department that closes the books each month and tracks long-term net worth across linked accounts.
An agent sits over the connected accounts and keeps the picture current, so goals and progress are read off the account data rather than maintained by hand.
Bank accounts are connected through Plaid, and brokerage data through the Alpaca proxy.
Financial reporting is built on read-only data workflows. Balances only: no transfers, no trading.
/engines/finance
The Research Division runs 18 laboratories against an explicit research lifecycle. A candidate has to survive the whole chain before anything downstream will look at it:
Observation → phenomenon detection → hypothesis generation → counter-hypothesis.
Experimental design → statistical validation → economic validation.
Historical robustness → paper trading validation → replication.
Publication → market law → deployable strategy. The division states plainly: paper / research only.
Hypotheses, counter-hypotheses, and experiments are tracked as resources, not as scattered notebooks.
Walk-forward analysis and regime-aware research sit inside the validation stages of the lifecycle.
Results carry their sources, so a claim can be traced back to the run and the data behind it.
research_engine (FastAPI, stdlib-first), pattern_engine, alpha_discovery, evidence_fusion, strategy_lab.
/research-division
Trading is paper-first: a strategy runs as paper-trading research, and live orders stay disabled until it clears the platform’s paper-trading threshold. Execution is kept separate from analysis — the research side proposes, and nothing it produces reaches a live venue on its own.
The trading page states the bar directly: live orders are disabled until a strategy consistently averages $100/day net in paper.
A trading discipline layer applies risk limits to a strategy before it is allowed to progress.
A trading discipline module and strategy monitoring keep a record of what was done and why.
Portfolio construction and allocation are studied as research questions, separately from execution.
/engines/trading
The AI Brain at /os. Every node is clickable and opens the Inspector.
A memory module and a knowledge base hold context across sessions and across engines.
Workflows, missions, an event bus, a Meta-Agent, and a research scheduler coordinate the engines.
Terminal, Graphify, Vault, Email, Career, and Automation are all reachable as part of one system.
/graphify · /vault · /memory
architecture
The interface talks to orchestration, orchestration composes the engines, and the engines are the only things that talk to providers. Nothing in the browser holds a provider secret.
The following diagram describes four layers. Each layer is built on the layer below it: the interface layer is built on the orchestration layer, the orchestration layer is built on the engines layer, and the engines layer is built on the providers and persistence layer.
The six Supabase Edge Functions are alpaca-proxy, plaid-link, brokerage-connect, email-classify, email-sync, and email-provider-token. nginx on an Oracle Cloud VM fronts the whole system and reverse-proxies the research engine, which binds to loopback and is never exposed directly.
stack
boundaries
You sign in with your bank inside Plaid’s secure widget. The app never sees your bank credentials, and the Plaid secret stays server-side. Balances only: no transfers.
Trading is paper-first. Live orders stay disabled until a strategy clears the paper-trading threshold, and the Alpaca proxy targets the paper API.
Analysis and execution permissions are kept separate, so a research module cannot reach the execution path on its own.
The system does not invent financial values. Figures are traced to the account data or the research run they came from.
Anything with a real consequence is surfaced for review rather than acted on silently.
Connections are established, inspected, and removed by the user. Nothing is linked in guest mode.
These are product design boundaries, not a formal compliance certification. Nothing in BLKPVNTHR.OS is investment advice.
the system
Eight screens from inside the OS. Scroll, swipe, or use the arrows.
start assembles the AI Brain.
Any values visible are the product’s own demo state, not real finances.
maturity
BLKPVNTHR.OS is an actively developed software platform and working product environment. Some capabilities are production-oriented, while others remain experimental research modules.
The fastest way to judge it is to open it. It runs in guest mode with no sign-up.
disclosure
BLKPVNTHR.OS is a separate software service operated as a distinct product. It may be governed by its own product-specific terms and privacy disclosures, which are separate from the Terms of Use and Privacy Policy that apply to asmaa.dev. Review those before using it.
Nothing in the product is investment advice. Trading is paper-first and live orders are disabled. Bank connections are read-only through Plaid — balances only, no transfers. See the full Financial Disclaimer for details.
Launch BLKPVNTHR.OS to explore the interface, architecture, and connected operating model.