{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "generated": "2026-09-05T04:48:16.785Z",
  "canonical": "https://emulated.lol/agents.json",
  "person": {
    "name": "Dogukan Sar",
    "knownAs": "Khan",
    "handle": "PXIN",
    "role": "Systems & software engineer",
    "location": "United Kingdom",
    "email": "khan@emulated.lol",
    "statement": "From the hypervisor to the browser.",
    "summary": "Systems and software engineer in the UK. Rust, C, C++, and x64 assembly when the problem is latency, memory, or hardware; C#, .NET, and TypeScript when the problem is something people have to use. Deepest work is on Windows below the operating system: a Type-1 hypervisor on Intel VT-x, kernel drivers, reverse engineering, and debugging tooling. Also a market execution engine, a retrieval server for large technical specifications, and agent tooling.",
    "languages": [
      "Rust",
      "C",
      "C++",
      "x64 assembly",
      "C#",
      ".NET",
      "TypeScript",
      "Python",
      "PowerShell"
    ],
    "openTo": [
      "Systems, trading infrastructure, AI/ML infrastructure, and full-stack work.",
      "Full-time, part-time, or contract.",
      "Remote."
    ],
    "links": {
      "site": "https://emulated.lol",
      "github": "https://github.com/PXINXYZ",
      "org": "https://github.com/RestrictedWTF",
      "linkedin": "https://www.linkedin.com/in/dkhans/"
    }
  },
  "projects": [
    {
      "name": "Restricted",
      "kind": "Type-1 hypervisor",
      "description": "A UEFI-booted Intel VT-x hypervisor for Windows 10 and 11, written in no_std Rust with a C reference implementation used to cross-check it. EPT with 2 MB and 4 KB pages, MSR and CPUID exit handling, and the Hyper-V synthetic MSRs Windows expects to find.",
      "status": "In progress",
      "stack": [
        "Rust",
        "C",
        "x64 asm",
        "UEFI",
        "Intel VT-x",
        "EPT"
      ],
      "url": null,
      "links": []
    },
    {
      "name": "Vanquish",
      "kind": "Retrieval server",
      "description": "A Rust retrieval server for large technical specifications: the Intel SDM, the Hyper-V TLFS, and UEFI. Hybrid BM25 and dense search, listwise reranking, and a small local model that grades whether the evidence is sufficient before anything is returned to the agent.",
      "status": "In daily use",
      "stack": [
        "Rust",
        "llama.cpp",
        "Tantivy",
        "Qdrant",
        "MCP"
      ],
      "url": "https://emulated.lol/work/vanquish",
      "links": []
    },
    {
      "name": "Fracture",
      "kind": "Market execution engine",
      "description": "A Rust execution engine for Hyperliquid order books. No allocation on the hot path, zero-copy data through rkyv, and gradient-boosted trees compiled to TensorRT for the decision step. Regime monitoring runs off-path so it can never delay an order.",
      "status": "Research",
      "stack": [
        "Rust",
        "rkyv",
        "SIMD",
        "TensorRT"
      ],
      "url": "https://emulated.lol/work/fracture",
      "links": []
    },
    {
      "name": "Umbra",
      "kind": "Debugging platform",
      "description": "Safe Rust over Microsoft's dbgeng COM engine, the core of WinDbg, exposed as typed MCP tools. Process attach, memory and register access, disassembly through Zydis, PDB type layouts, ETW capture, and Time Travel Debugging replay through hand-written COM bindings.",
      "status": "Shipped",
      "stack": [
        "Rust",
        "dbgeng",
        "COM",
        "Zydis",
        "ETW",
        "MCP"
      ],
      "url": "https://emulated.lol/work/umbra",
      "links": [
        {
          "label": "Source",
          "href": "https://github.com/RestrictedWTF/umbra"
        }
      ]
    },
    {
      "name": "Tacita",
      "kind": "Immediate-mode GUI",
      "description": "An immediate-mode GUI and 2D renderer whose core is no_std and renderer-agnostic, for hosts that own their own device and swap chain. Analytic anti-aliasing, no heap allocation once warm, and pixel-exact headless tests on D3D11 and D3D12.",
      "status": "Shipped",
      "stack": [
        "Rust",
        "no_std",
        "D3D11",
        "D3D12",
        "wgpu",
        "C++ FFI"
      ],
      "url": "https://emulated.lol/work/tacita",
      "links": [
        {
          "label": "Source",
          "href": "https://github.com/pxinxyz/Tacita"
        }
      ]
    },
    {
      "name": "hyper-v-mcp-rs",
      "kind": "Hyper-V control plane",
      "description": "An MCP server that exposes the full Hyper-V PowerShell module as typed tools and read-only resources, with a supervised PowerShell sidecar underneath. Guest commands and file transfer run over VMBus through PowerShell Direct, so a VM never needs a network path.",
      "status": "Shipped",
      "stack": [
        "Rust",
        "rmcp",
        "tokio",
        "Hyper-V",
        "PowerShell Direct",
        "DPAPI"
      ],
      "url": "https://emulated.lol/work/hyper-v-mcp-rs",
      "links": [
        {
          "label": "Source",
          "href": "https://github.com/RestrictedWTF/hyper-v-mcp-rs"
        }
      ]
    },
    {
      "name": "Transcend",
      "kind": "CLI layer for agents",
      "description": "Turns terminal output into typed JSON so coding agents work with structure instead of parsing text. Tools chain in-process, so intermediate output never reaches the context window.",
      "status": "Shipped",
      "stack": [
        "Node.js",
        "MCP",
        "JSON-RPC",
        "Nunjucks"
      ],
      "url": "https://emulated.lol/work/transcend",
      "links": [
        {
          "label": "Source",
          "href": "https://github.com/PXINXYZ/Transcend"
        }
      ]
    },
    {
      "name": "Chiron",
      "kind": "Dataset synthesis",
      "description": "A dataset factory that treats frontier models as teachers rather than oracles: panel-based synthesis, judge fusion, and student models promoted to teacher once they pass the evals.",
      "status": "Research",
      "stack": [
        "Teacher panels",
        "Judge fusion",
        "Evals"
      ],
      "url": "https://emulated.lol/work/chiron",
      "links": []
    }
  ],
  "experience": [
    {
      "period": "2025 – now",
      "org": "Verdict",
      "role": "Founder",
      "description": "An independent label for my research and systems work. Vanquish, Fracture, Transcend, and Chiron are published under it, each with a writeup that shows the measurements behind any claim."
    },
    {
      "period": "2024 – now",
      "org": "Turing, Outlier",
      "role": "Model evaluator, contract",
      "description": "Adversarial evaluation of code-generation models on systems tracks: C and C++ memory safety, concurrency, undefined behaviour, and whether tool calls do what the model says they do."
    },
    {
      "period": "2023 – now",
      "org": "Independent",
      "role": "Systems engineer, contract",
      "description": "Windows kernel drivers, hypervisor prototypes, Rust infrastructure, and program-analysis tooling for clients who need something that does not exist yet."
    }
  ],
  "credentials": [
    {
      "name": "Azure AI Engineer Associate, AI-102",
      "issuer": "Microsoft",
      "kind": "exam",
      "url": "https://learn.microsoft.com/en-us/credentials/certifications/azure-ai-engineer/"
    },
    {
      "name": "Certified AI Practitioner, AIF-C01",
      "issuer": "AWS",
      "kind": "exam",
      "url": "https://aws.amazon.com/certification/certified-ai-practitioner/"
    },
    {
      "name": "Generative AI and LLMs Associate, NCA-GENL",
      "issuer": "NVIDIA",
      "kind": "exam",
      "url": "https://www.nvidia.com/en-us/learn/certification/generative-ai-llm-associate/"
    },
    {
      "name": "PyTorch Certified Associate, PTCA",
      "issuer": "Linux Foundation",
      "kind": "exam",
      "url": "https://training.linuxfoundation.org/certification/pytorch-certified-associate-ptca/"
    },
    {
      "name": "Fundamentals of Deep Learning",
      "issuer": "NVIDIA Deep Learning Institute",
      "kind": "exam",
      "url": "https://learn.nvidia.com/courses/course-detail?course_id=course-v1:DLI+S-RX-02+V2"
    },
    {
      "name": "C++ Certified Associate Programmer, CPA",
      "issuer": "C++ Institute",
      "kind": "exam",
      "url": "https://cppinstitute.org/cpa-c-certified-associate-programmer-certification"
    },
    {
      "name": "AI Engineering Professional Certificate",
      "issuer": "IBM",
      "kind": "certificate",
      "url": "https://www.coursera.org/professional-certificates/ai-engineer"
    },
    {
      "name": "Applied AI Professional Certificate",
      "issuer": "IBM",
      "kind": "certificate",
      "url": "https://www.coursera.org/professional-certificates/applied-artifical-intelligence-ibm-watson-ai"
    },
    {
      "name": "AI Professional Certificate",
      "issuer": "Google",
      "kind": "certificate",
      "url": "https://www.coursera.org/professional-certificates/google-ai"
    },
    {
      "name": "Data Analytics Professional Certificate",
      "issuer": "Google",
      "kind": "certificate",
      "url": "https://www.coursera.org/professional-certificates/google-data-analytics"
    },
    {
      "name": "IT Support Professional Certificate",
      "issuer": "Google",
      "kind": "certificate",
      "url": "https://www.coursera.org/professional-certificates/google-it-support"
    },
    {
      "name": "Computer Architecture: Assembly Language",
      "issuer": "Codecademy",
      "kind": "certificate",
      "url": "https://www.codecademy.com/learn"
    }
  ],
  "readMore": {
    "llms": "https://emulated.lol/llms.txt",
    "llmsFull": "https://emulated.lol/llms-full.txt",
    "agents": "https://emulated.lol/agents"
  }
}