Stonebridge
Intelligence
0%
Founder & Chief Quantitative Officer · Stonebridge Intelligence · Bandung, ID

Building
precise
systems.

Independent quantitative research and technology — finance, blockchain, and applied AI. Every system built from mathematical first principles. Never from templates.

Deflated Sharpe
Sortino Ratio
Max Drawdown %
Scroll
CREST · Quantitative Intelligence CipherVault · Web3 Marketplace HAVEN · Humanitarian Protocol DSR 98.2% · Sortino 4.061 · Calmar 6.906 LoRA Fine-tuning · LLaMA 3.2 · PEFT Solidity · ERC-721 · IPFS · ZKP We don't predict markets. We measure them. CREST · Quantitative Intelligence CipherVault · Web3 Marketplace HAVEN · Humanitarian Protocol DSR 98.2% · Sortino 4.061 · Calmar 6.906 LoRA Fine-tuning · LLaMA 3.2 · PEFT Solidity · ERC-721 · IPFS · ZKP We don't predict markets. We measure them.
0Projects ShippedAcross 3 domains
0Quant ModelsBuilt from math foundations
0Deflated Sharpe RatioBailey–López de Prado 2016
0Sortino RatioLive CREST performance
0Max Drawdown %Institutional threshold <25%
Primary Project · Live Deployment
CREST
Quantitative Trading Intelligence Platform · apexq.vercel.app

Full-stack quantitative research platform built from mathematical first principles. The central question CREST answers before everything else: does this strategy have statistically verifiable edge — or not? Most platforms skip this entirely.

Deflated Sharpe Ratio (Bailey–López de Prado 2016) corrects for multiple testing bias — virtually absent outside tier-1 hedge funds. Lo-2002 autocorrelation-adjusted Sharpe accounts for serial return dependency, the actual institutional standard. Cornish-Fisher CVaR handles non-Gaussian tail risk for fat-tail distributions.

Hidden Markov Model classifies regime in real-time: trending, mean-reverting, volatile — strategy parameters adapt. Kelly Criterion with ruin probability constraint gives mathematically justified position sizing. 5,000-sample Bootstrap CI without normality assumption. Live WebSocket execution on Binance and Hyperliquid.

PythonFastAPIReactTypeScriptWebSocketBinance APIHyperliquidNumPy · SciPyHMMKelly CriterionBootstrap CIVercel
View Live Platform →
Sortino Ratio4.061Downside-risk adjusted
Calmar Ratio6.906Return / max drawdown
Deflated Sharpe Ratio98.2%Bailey–López de Prado 2016
Maximum Drawdown−3.29%Institutional threshold <25%
Models Deployed25+From mathematical foundations
Validation MethodsDSR · Lo-2002 · BootstrapInstitutional standard
Technical Methodology — CREST Platform
DSR
Deflated Sharpe corrects for multiple-testing selection bias. Probability that CREST's edge is real: 98.2%
ρ
Lo-2002
Autocorrelation-adjusted Sharpe for serial return dependency — the institutional metric, not the simplified version
κ
CVaR
Cornish-Fisher tail risk for non-Gaussian fat-tail distributions — critical for crypto and volatile assets
λ
HMM
Hidden Markov Model real-time regime detection: trending / mean-reverting / volatile — adaptive parameters
f*
Kelly
Kelly Criterion with ruin probability constraint — mathematically justified position sizing, not arbitrary %
Bootstrap
5,000-sample bootstrap CI — empirical distribution from actual data, no normality assumption required
02 All Projects
02
CipherVaultBlockchain · Web3 Marketplace
Decentralized NFT marketplace. Custom ERC-721 Solidity contract, on-chain dual-confirmation escrow settlement, AES-GCM encrypted IPFS storage. Full mint → list → buy → transfer → burn lifecycle enforced by code, no intermediary.
SolidityERC-721IPFSAES-GCMEthers.js v6Next.jsZustand

Full NFT marketplace on a custom Solidity smart contract. The dual-confirmation escrow is the most technically interesting part — funds lock in the contract on purchase. Both buyer and seller must independently confirm before transfer. If either cancels, buyer is refunded and asset returns to seller. Enforced by code. No intermediary, no trust required.

  • ERC-721 standard with custom VaultItem struct tracking complete on-chain lifecycle state
  • Dual-confirmation escrow: buyer + seller must both confirm before fund release
  • AES-GCM client-side encryption before IPFS upload — content mathematically private until purchased
  • Real-time event system via blockchain events — no polling; Zustand auto-sync loop (3s interval)
  • Ethers.js v6 with custom FetchRequest headers to bypass ngrok browser warning in dev
  • Preview URI system for marketplace browsing without decryption — full mint / list / cancel / buy / burn
Token StandardERC-721
SettlementOn-chain Escrow
EncryptionAES-256-GCM
StorageIPFS (kubo-rpc)
NetworkEVM Compatible
Frontend StateZustand + Events
03
HAVENProtocol · Impact DeFi
Humanitarian Web3 protocol on Avalanche. Proof of Benevolence — a novel consensus mechanism treating verified charitable impact as a first-class blockchain primitive. ZKP privacy layer, Oracle anti-Sybil architecture, $VELD utility token ecosystem.
AvalancheZKPProof of BenevolenceOracle$VELDAnti-Sybil

Decentralized protocol for verifiable humanitarian impact. The core innovation: Proof of Benevolence (PoB) — a novel consensus primitive that validates real-world charitable activity on-chain. Unlike PoW (energy) or PoS (capital), PoB treats verified impact as a first-class blockchain primitive. Enables ESG funds to operate with mathematical proof rather than self-reported claims.

  • Proof of Benevolence: novel consensus for on-chain charitable action verification
  • Zero-Knowledge Proof layer: donors prove contribution without revealing identity, amount, or recipient
  • Oracle Consensus with anti-Sybil mechanism prevents gaming of the verification system
  • $VELD utility token — utility-first design for governance and incentive alignment, not speculative
  • Makes verified impact a financial primitive — infrastructure for trustless humanitarian finance
  • Enables ESG compliance with mathematical proof rather than self-reported greenwashing claims
NetworkAvalanche
ConsensusProof of Benevolence
PrivacyZero-Knowledge Proof
Data IntegrityOracle + Anti-Sybil
Token$VELD Utility
CategoryImpact DeFi
04
Satin AIApplied AI · Personal Assistant
Personal AI assistant fine-tuned on Indonesian equity market data. LLaMA 3.2 + LoRA + 4-bit QLoRA on custom IDX dataset. Dual-voice TTS, scheduled market briefings, live crypto/weather data, voice command routing to trading platforms.
LLaMA 3.2LoRA + PEFT4-bit QLoRAEdge TTSIDX DatasetOllama

AI assistant that understands Indonesian capital markets in context, not just as tokens. Built by curating a custom instruction-response dataset for IDX stocks, then fine-tuning LLaMA 3.2 with LoRA using proper Llama 3 chat template formatting — not the deprecated [INST] approach most tutorials still use.

  • LLaMA 3.2 3B-Instruct + LoRA (r=16, alpha=32) targeting all attention and MLP layers
  • 4-bit NF4 quantization via BitsAndBytes — runs on consumer GPU under 6GB VRAM
  • Dual-voice TTS: Ryan Neural (masculine, authoritative) for alarms, Libby Neural for briefings
  • 5 scheduled intelligence sessions: Fajr alarm, morning market briefing, Dzuhur, Asr, Malam
  • Live CoinGecko crypto prices + WeatherAPI integration built into every briefing
  • Google Speech Recognition with routing to TradingView or Stockbit by voice command
Base ModelLLaMA 3.2 3B
Fine-tuneLoRA r=16 α=32
Precision4-bit NF4
DomainIDX Equity
TTSEdge TTS Neural
RuntimeOllama Local
05
Market TerminalFinance · CLI Dashboard
Bloomberg-style CLI dashboard scanning 9 market sectors simultaneously — 150+ assets, 50+ quantitative metrics each: Sortino, Kelly, VWAP, Hurst, Bootstrap CI, Fibonacci, Quantum Score. Ollama AI alpha analysis. Responsive from narrow to ultrawide.
PythonRich UIyFinance50+ MetricsLLaMA 3.1DuckDuckGo

Terminal-based multi-asset intelligence dashboard covering Global Macro, US Mega Tech, US High Beta, Crypto L1, Crypto Degen, Commodities, IDX Blue Chip, IDX Movers, IDX Gorengan — simultaneously, one view, fully responsive from narrow terminal to ultrawide. Not a wrapper — every metric computed from raw price data.

  • 50+ metrics per asset: MA20/50/200, RSI, MACD, Stochastic, ATR, Bollinger, Z-Score, Hurst
  • Kelly Criterion, Pivot Points, Fibonacci 61.8%, VWAP gap, Relative Volume, OBV direction
  • Cornish-Fisher VaR, Sortino, Calmar, Omega ratio per asset
  • AI alpha analysis via Ollama LLaMA 3.1 8B — quantitative hedge fund manager framing
  • DuckDuckGo news scraping with site-targeted queries: Kontan, CNBC Indonesia, Bloomberg
  • Quantum Score composite signal: ALPHA / VALUE / LONG / AVOID — per asset, per session
Assets Covered150+
Market Sectors9 Categories
Metrics / Asset50+
AI ModelLLaMA 3.1 8B
LayoutResponsive Rich UI
Data SourceyFinance + News
06
Meet CopilotApplied AI · Real-time STT
Real-time AI meeting assistant — Faster-Whisper CUDA + Ollama LLM. Live transcription, key-point summary every 15 seconds, follow-up question generation. Three concurrent threads, queue-based architecture. 100% local, zero cloud dependency, zero data leaves the machine.
Faster-WhisperOllamaCUDA float16librosaThreadingCustomTkinter

Three concurrent threads running simultaneously: audio capture → STT transcription → LLM summarization. Queue-based inter-thread communication with 10-second audio chunks. Every 15 seconds the full running transcript is summarized and follow-up questions generated — all without a single API call leaving the machine.

  • Faster-Whisper medium model on CUDA float16 — real-time <2s latency per chunk
  • librosa resampling: 48kHz device capture → 16kHz Whisper input format
  • VAD (Voice Activity Detection) filter — ignores silence, reduces background noise
  • LLaMA 3.1 8B via Ollama — key point extraction + follow-up question generation every 15s
  • CustomTkinter dark GUI: live transcript panel, summary panel, suggestions panel side-by-side
  • 100% local: no Whisper API, no OpenAI, no cloud — data physically stays on the machine
STT ModelFaster-Whisper M
ComputeCUDA float16
LLMLLaMA 3.1 8B
Privacy100% Local
Latency<2s per chunk
Summary RateEvery 15 seconds
07
Intel ScraperOSINT · Talent Intelligence
VC-grade executive talent intelligence. LinkedIn + GitHub OSINT scanning across 40+ target companies — role hierarchy detection (Founder → VP → Director → Senior), stealth startup signals, signal strength scoring. Structured CSV export ready for CRM.
SeleniumBeautifulSoupOSINTPandasEdge DriverDuckDuckGo

Executive search intelligence at VC scale — scanning LinkedIn and GitHub for founder signals, senior engineers, and stealth startups across Indonesia's tech ecosystem. Role extraction, company matching, and signal scoring all automated. Anti-garbage filter removes noise before export.

  • 40+ target companies: Tier 1 Unicorns (Gojek, Tokopedia) through stealth startups
  • Role hierarchy detection: Founder / Co-Founder → VP/Head → Director → Senior Engineer
  • Signal scoring: 🔥 FOUNDER/STEALTH, 🚀 HIGH (Exec), ⭐ MEDIUM (Senior) per profile
  • Anti-garbage filter removes job listings, ATM, promo, location noise from results
  • GitHub scanner: active Indonesian repos + "stealth", "building", "founder" keyword signals
  • Edge + Selenium for Google SERP with site-targeted LinkedIn operator search queries
Target Companies40+
Role Tiers8 Levels
SourcesLinkedIn + GitHub
AutomationEdge + Selenium
OutputStructured CSV
MethodOSINT + SERP
08
Quant LLMML · Domain Fine-tuning
LLaMA 3.2 fine-tuned with LoRA on Indonesian equity analysis. Custom IDX instruction dataset, proper Llama 3.2 chat template via apply_chat_template(), 4-bit QLoRA, gradient checkpointing, SFTTrainer. Domain PE ratio / RSI / sector analysis.
LLaMA 3.2LoRA · PEFT4-bit QLoRASFTTrainerBitsAndBytesTRL

Domain-specific LLM for Indonesian equity analysis. Key implementation insight: Llama 3.2 doesn't use [INST] format. This uses apply_chat_template() with structured message arrays — the tokenizer converts to the correct special token format the model actually expects. Most tutorials get this wrong.

  • LLaMA 3.2 3B-Instruct with 4-bit NF4 quantization via BitsAndBytes — consumer GPU
  • LoRA: r=16, alpha=32, dropout=0.05, all attention and MLP projection layers targeted
  • Custom dataset: PE ratio interpretation, ROE analysis, RSI signal generation for IDX stocks
  • Proper Llama 3.2 chat template via apply_chat_template() — not deprecated [INST] format
  • float16 enforced over bf16 for Windows CUDA stability (NotImplementedError fix)
  • Gradient checkpointing + enable_input_require_grads() for memory-efficient training
Base ModelLLaMA 3.2 3B
MethodQLoRA NF4
LoRA Configr=16 · α=32
Target LayersAll Attn + MLP
DomainIDX Equity
FrameworkPEFT · TRL · HF
Capabilities ← drag to scroll →
CAP — 01
Quantitative Research
Statistical Validation
DSR, Lo-2002, Cornish-Fisher CVaR, Bootstrap CI, Monte Carlo, Hurst Exponent, Hidden Markov Model, Kelly Criterion. Institutional tools in independent hands.
DSRCVaRHMMKellyBootstrap
CAP — 02
Full-Stack Engineering
Python · React · TypeScript
FastAPI, React, Next.js, WebSocket real-time pipelines, Canvas API custom charting, production Vercel deployment. NumPy, Pandas, SciPy for all computation layers.
FastAPIReactWebSocketVercel
CAP — 03
Smart Contracts
Solidity · EVM · Web3
ERC-721, custom escrow mechanisms, event-driven on-chain architecture, Ethers.js v6 frontend integration. Deployed and verified on EVM-compatible networks.
SolidityERC-721Ethers v6Escrow
CAP — 04
Decentralized Storage
IPFS · Client-side Encryption
IPFS via kubo-rpc-client, AES-GCM client-side encryption before upload, CID-based retrieval. Content privacy guaranteed by math, not by access control.
IPFSAES-GCMkubo-rpcZKP
CAP — 05
LLM Fine-tuning
LoRA · QLoRA · PEFT
LLaMA 3.2 fine-tuning with LoRA, 4-bit NF4 quantization, custom dataset curation for domain-specific tasks, proper chat template formatting, SFTTrainer pipeline.
LoRAPEFTQLoRASFTTrainer
CAP — 06
Voice AI
STT · TTS · Real-time
Faster-Whisper on CUDA, Edge TTS Neural voices, Google Speech Recognition, librosa resampling, queue-based threading architecture for real-time audio pipelines.
WhisperEdge TTSCUDAlibrosa
CAP — 07
Protocol Design
Consensus · Tokenomics
Novel consensus mechanism design (Proof of Benevolence), Oracle anti-Sybil architecture, Zero-Knowledge Proof integration, utility-first tokenomics for impact protocols.
PoBZKPOracle$VELD
CAP — 08
OSINT · Intelligence
Market Intelligence
Selenium + BeautifulSoup OSINT pipelines, DuckDuckGo API with site-targeted queries, role extraction, signal strength scoring, structured data export for CRM integration.
SeleniumOSINTBeautifulSoupPandas

Built from
first principles.
Always.

Faradiansyah Rokan — Founder and Chief Quantitative Officer of Stonebridge Intelligence, Bandung, Indonesia.

I didn't study finance at a university. I didn't intern at a hedge fund. What I have: I find a problem I don't fully understand, and I don't stop until I've built something that solves it from mathematical foundations — not from a library call, not from a tutorial, from first principles.

Three domains. Nine projects. One year. Every metric verifiable. Every system in production. Every claim backed by code you can read.

LinkedIn Profile →
Quantitative Finance+
Deflated Sharpe (DSR)Lo-2002 SharpeCornish-Fisher CVaRBootstrap CIHidden Markov ModelKelly CriterionMonte CarloSortino · CalmarHurst ExponentICT Smart Money
Software Engineering+
Python · FastAPIReact · Next.jsTypeScriptWebSocket Real-timeNumPy · Pandas · SciPyCanvas APIREST API DesignVercel CI/CD
Blockchain · Web3+
SolidityERC-721Ethers.js v6IPFSZero-Knowledge ProofAvalancheTokenomics DesignOn-chain Escrow
Applied AI · ML+
LLM Fine-tuningLoRA · PEFTQLoRA 4-bitFaster-WhisperEdge TTS NeuralDataset CurationPrompt EngineeringOllama Local LLM

Let's work together

Ready to build
something
precise.

Open for quantitative research engagements, Web3 protocol consulting, and AI system development.

"We don't predict markets. We measure them."