Timeline & History
We write history — and we are part of it.
This is our record of building DarkhorseOne, month by month: the wins and breakthroughs, but also the failures, doubts, wrong turns, and moments of uncertainty — the full truth behind the progress.
2026
March
PonyBunny Harness Rewrite, OnePass Upgrade & ProperSorted MVP
March was a month of deep engineering across multiple products. The most significant effort was the **PonyBunny Harness rewrite** — rebuilding the agent orchestration layer around the Harness pattern to deliver advanced automated feedback loops, persistent memory, and intelligent tool selection for long-running tasks. **OnePass** received a payment upgrade with Stripe Link integration, streamlining checkout conversion. **ProperSorted** reached MVP ahead of HMRC's 7 April Making Tax Digital deadline. Several developer utilities (including `show-codex-usage`) were also shipped, reflecting the founder's continued investment in internal tooling to improve development efficiency across the growing PrimeForge ecosystem.
Read full story
February
PrimeForge / PonyBunny & Ecosystem Expansion
February demonstrated PrimeForge's evolution toward Agent-Native capabilities with the launch of **PrimeForge / PonyBunny** — an open-source project aligning PrimeForge's platform with the emerging AI agent paradigm. Triggered by the explosive popularity of ClawdBot (OpenClaw) in late January, PonyBunny was designed to provide controlled, transparent, auditable agent execution — building on PrimeForge's existing ILP routing and Proof Chain infrastructure. Meanwhile, **PrimeForge / Reputra** was nearing completion of its AI-native rebuild for the Chinese market (20+ subscribers, £20/month), and **PrimeForge / ProperSorted** was announced for March launch targeting UK landlords facing HMRC's MTD deadline. OpenCode was discontinued this month, and the Cursor Pro subscription was not renewed — **Claude Code** had proven significantly superior for the founder's workflow.
Read full story
January
PrimeForge Micro-App Ecosystem & SaidMe Launch
January 2026 demonstrated the maturity of the PrimeForge platform through two parallel developments. First, PrimeForge evolved from a monolithic product into a **"Micro-App Factory"** — an app-store-style platform with complete payment, identity management, permissions, app lifecycle management, and subscription infrastructure. Second, **PrimeForge / SaidMe** was built and launched on the iOS App Store **in one week** — a privacy-focused consumer app that served as the first real-world validation of PrimeForge's Micro-App capabilities. This month also saw the adoption of **Google Antigravity Pro** (annual subscription), adding another tool to the multi-agent development arsenal.
Read full story
2025
December
Multi-Agent Workflow & Platform Scaling
December focused on internal operational optimisation by adopting a "Multi-Agent Loop" development workflow — using Claude Code, Cursor, and other AI tools as specialised agents rather than simple autocomplete assistants. The shift to an "Orchestrator" role accelerated PrimeForge's iteration velocity by ~4x. The Proof Chain (audit) module was scaled to handle enterprise volumes through a Merkle Tree architecture on S3. This month also saw the adoption of **OpenCode** (open-source, self-purchased tokens) as an additional AI development tool, as the founder continued evaluating the rapidly evolving landscape of agentic coding tools.
Read full story
November
PrimeForge Commercial Launch & First Enterprise Customer
November celebrated the commercial launch of **PrimeForge** and the acquisition of its first enterprise customer — a high-volume logistics/recruitment firm. The platform's value proposition was validated by immediate, measurable results: reducing the client's API costs by 40% in Week 1 through the LP Router's intelligent provider selection. A "PrimeForge Developer" subscription tier was introduced, positioning the platform not just as an API but as a compilation target for AI-native applications. This was the beginning of the stable enterprise revenue stream the founder had been building toward since the January 2025 pivot.
Read full story
October
Patent Filed & PrimeForge Named (IP-5 Complete)
October marked two watershed moments. First, the UK patent application (No. 2517987.0) was formally filed with the UKIPO on 29 October — the culmination of the IP research line that had run in parallel with product development since early 2024 (IP-1 through IP-5). The patent, titled **"Dynamic Cost-Based Execution Orchestrator for AI Data Retrieval Systems"**, protected the coupling of GraphQL query graph compilation with a real-time ILP solver loop. Second, the AI-native platform was formally named **PrimeForge** — reflecting the mathematical optimisation at its core ("Prime" from prime/dual problems) and its execution capability ("Forge"). This naming was not a launch event but the natural point where the technology had matured enough to deserve a product identity.
Read full story
September
Proof Chain: Cryptographic Audit Layer (Patent Claim Extension)
September introduced the "Proof Chain" — a cryptographic audit mechanism that made compliance machine-verifiable. By implementing an append-only hash chain linking inputs, outputs, and timestamps for every execution step, the system provided a tamper-evident record of all routing decisions and outcomes. This ensured that the ILP router's dynamic nature did not compromise auditability — a critical requirement for compliance-focused applications. The Proof Chain became an additional patent claim, extending the invention's scope beyond routing optimisation into verifiable execution.
Read full story
August
ILP Solver Implementation: Go + HiGHS (IP-4 Engineering)
August focused on the engineering implementation of the ILP solver — the core engine that converted the Cost Matrix into an executable plan. The system architecture closed the loop between observation and execution: observe → plan → execute → observe. A key architectural decision was to decouple metric aggregation from the core routing logic to prevent performance bottlenecks. The solver backend (HiGHS or equivalent) was placed behind an interface to keep the patent description true regardless of implementation changes. On the platform building line, the system continued to mature toward commercial readiness.
Read full story
July
Query Graph Formalisation & Claude Code Adoption (IP-4 Theory)
July was dedicated to formalising the routing mechanism for patent protection — translating the working code into a clean, defensible mathematical model. The invention was framed as a system that compiled GraphQL requests into a **Directed Acyclic Graph (Query Graph)** and computed an optimised execution plan using a real-time **Cost Matrix** derived from observability metrics. This formal specification aligned legal claims with actual system behaviour (IP-4: theoretical formalisation). This month also marked the adoption of **Claude Code Pro** (subscribed 13 July 2025), introducing CLI-based agentic development — a qualitative leap beyond Cursor Pro's IDE-centric approach.
Read full story
June
Patent Scope Definition & First Dogfood Launch (IP-5 Begins)
June marked two milestones across the parallel tracks. On the **IP research line**, work with patent attorneys began to define the precise scope of the patent claims around the ILP routing mechanism — narrowing the novelty to the coupling of GraphQL query graph compilation with a real-time ILP solver loop (IP-5: legal preparation). On the **platform building line**, the system underwent its first real operational stress test with a "Right to Work" check app, successfully demonstrating that the new architecture decoupled client operations from upstream provider failures. The platform — still not formally named — was proving its value as an execution layer.
Read full story
May
Simulation Harness & Weight Tuning (IP-4 Validation)
May focused on validating the ILP router's reliability through systematic simulation testing. A simulation harness was built to generate thousands of synthetic requests with realistic tail latency, intermittent failures, and varying query depth — providing empirical evidence that the ILP planner could degrade gracefully under load. On the platform building line, the AI-native architecture continued maturing. This month also saw the adoption of **ChatGPT Plus** (subscribed 6 May 2025), adding another AI tool to the development workflow alongside Cursor Pro.
Read full story
April
First ILP Prototype in Production (IP-4)
April was the first month of running the ILP planner prototype with real traffic patterns — and it revealed critical failure modes. Three major issues emerged: solver latency on the critical path, hard constraints producing "no plan" under noisy metrics, and system oscillation from stateless replanning. Rather than abandoning the ILP approach, the failures were analysed and mitigation strategies defined (caching, soft constraints, hysteresis). On the platform building line, the AI-native architecture continued to mature with more MCP tools being developed and tested.
Read full story
March
ILP Blueprint & Shanghai Consultations (IP-3 Completion / IP-4 Start)
March addressed two parallel tracks. On the **platform building line**, the AI-native architecture continued taking shape with MCP-based tools being developed and tested. On the **IP research line**, the founder travelled to Shanghai for consultations with Professor Wang Dong (SJTU) and platform architects from large-scale payment/cloud systems — confirming that the routing problem should be solved with mathematical optimisation, not hand-coded rules. The result was a concrete blueprint: replace the rule engine with an ILP (Integer Linear Programming) based planner fed by runtime metrics. This completed IP-3 (algorithmic direction confirmed) and initiated IP-4 (core innovation implementation). This month also marked the adoption of **Cursor Pro** (annual subscription from March 2025) — a generational upgrade from Copilot, enabling codebase-aware AI assistance.
Read full story
February
MCP Prototype: The First Step of Era Two
February was the first technical validation of the AI-native architecture decided in January. The founder built a minimal MCP server for Companies House and successfully tested it end-to-end with Claude Desktop — proving that MCP could serve as the stable interface between AI clients and DarkhorseOne's capabilities. The experiment confirmed what MCP was (a clean tool contract) and what it was not (a platform) — authentication, rate limiting, observability, and tenant isolation still needed to be built on top. This month also marked the end of the GitHub Copilot subscription (5 February 2025) — the tool had become insufficient for the demands of the new architecture.
Read full story
January
The Watershed: DeepSeek Crisis and the Only Route-Level Pivot
January 2025 was the defining month in DarkhorseOne's history — the **only technology route-level pivot** the company had ever made. On 20 January, DeepSeek released R1, a reasoning model with chain-of-thought capabilities comparable to OpenAI's o1 — free, open-weight, with native Chinese language support and transparent thinking. **Within one week, nearly the entire Chinese user base of DarkhorseOne HR migrated to DeepSeek.** The AI HR assistant business in China was effectively terminated overnight. In response, the founder made the decision to abandon the traditional SaaS + AI Bot model entirely and rebuild the entire system architecture as AI-native infrastructure, using Anthropic's newly released MCP (Model Context Protocol) as the foundational interface. This was the transition from Era One (DarkhorseOne HR) to Era Two (what would eventually become the PrimeForge platform).
Read full story
2024
December
Annual Review: Progress and Technical Blockers
December's annual review revealed DarkhorseOne HR operating on two parallel tracks. **The product/business line** showed solid progress: ~6,000 Chinese users (300 paid), a live Corporate Health Check feature, stable Go-based infrastructure, and the £25k UK contract generating revenue. **The IP research line** had reached IP-3 — the algorithmic direction was confirmed but the core routing problem remained unsolved, with the rule-based fallback becoming an unmaintainable 2,000-line function. The strategic correction for 2025: stop trying to encode routing logic with if-statements, and instead apply mathematical optimisation (Operations Research) to find optimal execution paths. The founder's Shanghai Jiao Tong University background in Operations Research made this a natural research direction.
Read full story
November
Go Migration & Algorithmic Direction (IP-3)
November brought two significant developments. Operationally, the company relocated HQ to 27 Castle Street. Technically, the TypeScript-based query parser was rewritten in **Go** after performance profiling revealed serialisation overhead as a bottleneck — improving performance by roughly an order of magnitude. An experiment using OpenAI's **o1** model as a routing engine produced high-quality plans but was impractical due to multi-second inference latency. Most importantly, this month confirmed the **IP-3 phase** of the patent research line: the recognition that static routing rules were fundamentally insufficient, and the problem should be treated as a mathematical optimisation problem.
Read full story
October
Research Phase: Dynamic Query Planning
October paused DarkhorseOne HR feature development to address the "Access Storm" instability through research into Dynamic GraphQL Query Planning. The focus was on designing an architecture that parses queries into an Execution Plan (AST) and optimises based on real-time API state. This research, driven by the practical engineering pain of managing 20+ external data sources, marked the beginning of the **IP-2 phase** in what would become the patent research line — introducing GraphQL as a unified abstraction layer with intelligent query decomposition.
Read full story
September
Architecture Incident: "Access Storm"
September witnessed a critical stability incident in DarkhorseOne HR's backend. Synchronous processing of mixed-latency data sources caused thread pool exhaustion and service unavailability when users retried during slow scraping operations. The root cause was the system's "wait for all" logic — a single slow scraper (8-15s) blocked fast API responses (200ms), triggering user refreshes that compounded into cascading failures. This incident was a turning point: it crystallised the need for dynamic query planning and exposed the fundamental limitation of static routing in a system with diverse data source characteristics (IP-1: the architecture pressure point that would drive the patent research line forward).
Read full story
August
Corporate Health Check Module & Growing Integration Pressure
August continued the development of DarkhorseOne HR's "Corporate Health Check" module — a compliance aggregation feature that pulled data from Companies House, ICO, The Gazette, and other sources to assess company compliance status. A Puppeteer-based headless scraper handled sources without public APIs. While the system was functional, it remained fragile and maintenance-heavy due to the inherent instability of scraping operations. The growing number of integrated data sources (now exceeding a dozen) was making the system increasingly difficult to manage — each new source added adapter code, transformation logic, and error handling in ways that scaled poorly (IP-1: the complexity problem becoming tangible).
Read full story
July
Data Source Integration & GraphQL Federation
July expanded DarkhorseOne HR's compliance capabilities by integrating multiple UK government and private data sources — Companies House, The Gazette, ICO Register, and HM Land Registry — to build a Unified Corporate Compliance Graph. To manage the growing complexity of connecting disparate data sources (fast APIs, slow XML feeds, headless scrapers), a **GraphQL Federation** architecture was adopted as a unified query layer. While the connections were successfully established, a critical **latency mismatch** between fast APIs (200ms) and slow scrapers (8-15s) emerged as an architectural concern. This integration work directly exposed the engineering complexity that would seed the patent research line (IP-1/IP-2).
Read full story
June
Intelligent Routing & Cost Optimisation for DarkhorseOne HR
June focused on optimising DarkhorseOne HR's operational efficiency in the post-GPT-4o landscape. With the product now relying on commercial model APIs, cost management became critical. An "Intelligent Routing Agent" was implemented — a meta-cognitive layer that classified request complexity and dispatched queries to the most cost-appropriate model (GPT-3.5 Turbo, GPT-4o, or GPT-4), preceded by a semantic cache. This was a natural product iteration: making DarkhorseOne HR sustainable at scale by routing intelligently rather than sending every request to the most expensive model.
Read full story
May
GPT-4o: An Industry Earthquake Within DarkhorseOne HR
May 2024 brought the most significant technical disruption DarkhorseOne HR had faced since its inception. OpenAI's release of GPT-4o (13 May) — with native audio processing, image understanding, and dramatically improved reasoning — rendered months of engineering investment in custom RAG pipelines, OCR processing, and document extraction economically unviable. This was not a product pivot but a **forced technology stack replacement within the same product direction**: the DarkhorseOne HR product continued, but the underlying technical components had to be rebuilt around model-native capabilities. Across the industry, a wave of RAG-focused startups collapsed as their core differentiation was absorbed into the foundation model.
Read full story
April
Fine-Tuning: The Final Attempt on the Open-Source Path
April was the last attempt at the open-source model fine-tuning path. The release of Meta's Llama 3 (18 April) prompted the founder to run one final evaluation. Despite technical success in setting up a QLoRA training pipeline on Apple Silicon, the project faced severe overfitting — the model memorised the small dataset rather than generalising. Combined with the fact that Llama 3, while improved, still fell significantly short of GPT-4 quality for HR-domain tasks, this month definitively closed the open-source fine-tuning research track. The decision was clear: continue with commercial models (GPT-4 + RAG) for DarkhorseOne HR.
Read full story
March
R&D: Automated Job Description Generation & Data Engineering
March initiated a new R&D track within DarkhorseOne HR: Automated Job Description (JD) Generation for UK SMEs. This was a natural feature extension of the product — helping clients not just manage HR compliance but also produce compliant hiring documentation. The primary technical effort involved developing a custom data scraper (migrated to TypeScript) that successfully harvested 2,500 anonymised job descriptions from Indeed, laying the foundation for AI-powered JD generation. Meanwhile, the IP research line quietly began: the growing number of external API integrations was starting to expose system complexity challenges (IP-1 — problem discovery).
Read full story
February
China Market Expansion: Leveraging Existing Networks
February marked the expansion of DarkhorseOne HR into the Chinese market through a dual-platform strategy (WeChat Service Account + web platform). This was not a cold-start market entry — the founder's 10+ years of HR entrepreneurship in China and established industry networks provided immediate distribution channels. Chinese users were attracted to DarkhorseOne HR because at the time there was no comparably capable and affordable AI conversation product available in China. Early traction was strong: 5,000+ users accumulated with 200+ paid subscriptions.
Read full story
January
Open-Source Model Evaluation & First Major Contract
January was a pivotal month for DarkhorseOne HR on two fronts. Commercially, the company secured its first significant client contract — a one-year customised development engagement built on the DarkhorseOne HR platform, validating both the market need and the platform's flexibility. Technically, extensive testing of open-source models (Llama 2, Mistral, Mixtral) as cost-effective alternatives to GPT-4 revealed critical reliability issues for HR use cases. The conclusion was clear: open-source models were not yet production-ready for this domain, confirming the decision to continue with GPT-4 + RAG as the primary technical path for DarkhorseOne HR.
Read full story
2023
December
First User & RAG v1 Implementation
December achieved a key milestone for DarkhorseOne HR: the onboarding of the first trial user, validating initial market interest in an AI-powered HR assistant for UK SMEs. On the technical front, the RAG v1 AI Assistant was deployed using GPT-4 and LangChain.js. The system architecture — PDF ingestion, vector embedding, retrieval-augmented generation — drew directly on the founder's prior experience building similar AI-assisted systems in the Chinese HR market, now adapted for UK employment law content. While the system was functional, initial feedback highlighted that low data volume limited the RAG's utility, pointing toward a strategic question: invest in building a larger proprietary corpus, or explore fine-tuning open-source models with HR domain data.
Read full story
November
Development Phase: Foundation Architecture
November was dedicated to intensive engineering on DarkhorseOne HR. The strategic focus was "Schema Design First" — given the complexity of UK employment law, the data model had to be rigid enough for compliance but flexible enough for AI operations. This month also marked the adoption of **GitHub Copilot** (subscribed 5 November 2023, $10/month), which significantly accelerated the single-developer workflow by providing intelligent code completion and boilerplate generation across the TypeScript stack.
Read full story
October
Establishment of UK Operations
Mr. Jian Ma arrived in the UK in October 2023 to commence full-time operations for DarkhorseOne. The company transitioned from dormant to active status. This was not a cold start — the founder brought 10+ years of HR SaaS entrepreneurship in China and 25+ years of IT development experience. The primary objective for October was to clear all administrative groundwork and validate the UK localisation path for the product that would become **DarkhorseOne HR**.
Read full story
July
Company Incorporation
July 2023 marked the founding of **DarkhorseOne** — a company created to bring over a decade of Chinese HR industry expertise and 21+ years of IT development experience into the UK market, powered by the emerging wave of generative AI. The company was officially incorporated on **13 July 2023** as a Private Limited Company in England and Wales. At that point, the founder was still based in China, preparing for relocation to the UK. The company remained dormant during this period.
Read full story