Skip to content
View MrTahaIqbal's full-sized avatar

Block or report MrTahaIqbal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MrTahaIqbal/README.md

Taha Iqbal

"Independent AI Safety Researcher — Systems Architect of TQC — Governance and Policy and AI Forecasting"


What I Build

I use AI as a precision instrument — directing architecture, making design decisions, and rigorously debugging until the system behaves exactly as specified.Every decision in my systems has a reason I can defend.

TQC — Three-Component Quantitative Trading System

  • Engine: C++20 with lock-free MPSC ring buffer, thread-local buffers, zero shared mutable state on hot path
  • Intelligence: HMM 3-state regime classification (Bear/Sideways/Bull), GARCH(1,1) volatility-scaled position sizing
  • Analytics: kdb+/q data layer, Welford's online Sharpe/Sortino, walk-forward validation with stability verdict
  • Infrastructure: Timing-safe authentication, SIMD math, Docker deployment, constant-time key comparison

The architecture mirrors live trading decisions exactly — not an approximation of them.


Where This Is Going This platform is designed to evolve. Near-term goals include establishing a systematic paper review pipeline covering the core AI safety and governance literature, a forecasting section with explicit resolution criteria, and deeper governance analysis of the international AI regulatory landscape.

The long-term goal is to contribute to governance frameworks that are technically grounded, institutionally realistic, and adequate to the risk profile of advanced AI systems. This requires both the technical analysis done here and engagement with policymakers — which is the next phase of this work.


📧 tahaiqbal773@gmail.com

Pinned Loading

  1. TQC-Backtest TQC-Backtest Public

    Lock-free multi-threaded HTTP backtest server for perpetual futures — C++20, MPSC ring buffer, HMM 3-state regime classification, GARCH volatility scaling, walk-forward validation

    C++

  2. TQC-Brain TQC-Brain Public

    Institutional-grade C++20 algorithmic trading brain: SIMD-vectorised signal pipeline, lock-free concurrent data structures, zero-heap hot path, adaptive Kelly/VaR position sizing, and 3-state HMM r…

    C++

  3. TQC-Market-Regime-Classifier TQC-Market-Regime-Classifier Public

    Neural network classifier for Bear/Sideways/Bull market regimes using PyTorch — companion to TQC Brain HMM architecture

    Jupyter Notebook