Skip to content
View NMAIResearch's full-sized avatar

Block or report NMAIResearch

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
NMAIResearch/README.md

NM AI Research

AI Systems, Model Evaluation & AI Assurance: independent research, empirical auditing, and operational tools.

EU - UK · nmairesearch.github.io · ORCID 0009-0003-4213-7769 · Zenodo Archive · Hugging Face · Email


Research focuses on designing, evaluating, and auditing AI systems from first principles: finding where AI workflows break, testing model confidence against ground truth, and building reproducible data pipelines and zero-dependency analytical tools.

Across twenty open-access studies, twenty-two Zenodo DOIs, and eight interactive browser tools, every quantitative claim is backed by a standalone Python verification script and frozen citable data.

Earlier background is ten years in operations and process design, quality assurance, and KPI-driven performance evaluation. BA in Business Management (2024). Bilingual English and Hungarian (C2).


Selected Work & Empirical Audits

  • What Actually Admits a Document to FineWeb-Edu. Audited the data-quality filter used to curate training corpora across 84 million documents from 94 Common Crawl snapshots. Found the documented threshold operates on rounded integers (making the true admission boundary a raw score above 2.5), the classifier scores documents on a truncated prefix of 510 tokens, and bfloat16 tie-breaking cut 458,461 documents purely by rounding parity.
    Interactive Tool · Zenodo DOI 10.5281/zenodo.21740081 · Dataset on Hugging Face · Source Code

  • The Model Is a Dependency (Testing the Audit Case for Open Weights). Evaluated whether open weights permit auditing or merely record what was run. Tested token entropy against 594 pinned local model runs on SEC XBRL ground truth. Standard uncertainty signals caught none of 106 source misattributions, showing that provenance alone is insufficient for verification without deterministic controls.
    Interactive Tool · Zenodo DOI 10.5281/zenodo.21543579 · Source Code

  • Public Evidence under Article 50 (EU AI Act Transparency Snapshot). The first public empirical audit of twelve consumer AI products conducted four days after the EU AI Act transparency obligations applied. Mapped eleven requirements to dated, motive-tagged provider artefacts, establishing a baseline to measure provider movements across transitional deadlines.
    Interactive Explorer · Zenodo DOI 10.5281/zenodo.21819102 · Source Code

  • AI Infrastructure: Power, Water, and Grid Queues. Rebuilt the Water Consumption Impact index across ten facilities, showing that closed-loop cooling shifts 92 to 95 per cent of the water footprint to the electrical grid. Modelled PJM and UK grid connection queue attrition, demonstrating that approximately one in five announced megawatts reaches final delivery.
    Water Tracker · Zenodo DOI 10.5281/zenodo.21318960 · Power Demand Tool

  • The CEO Pay-vs-Delivery Scorecard. Ingested SEC EDGAR Pay-vs-Performance disclosures across 495 S&P 500 issuers, separating granted from realised compensation against board performance targets and peer-relative returns.
    Scorecard · Zenodo DOI 10.5281/zenodo.20680108 · Source Code


Core Focus & Methods

  • AI Systems & Evaluation: Agentic workflows, tool-calling interfaces and MCP connectors, failure-mode discovery, uncertainty calibration (token entropy), prompt boundary testing, and human-in-the-loop verification.
  • Model Governance & Assurance: EU AI Act (Article 50 statutory auditing), Model Risk Management (MRM), content provenance (C2PA, machine-readable markings), and ISO/IEC 42001 concepts.
  • Quantitative Research & Data: Dataset curation audits (FineWeb-Edu), primary-record pipelines (SEC EDGAR and XBRL parsing), reproducible build.py and reproduce.py workflows, and compute and grid infrastructure modelling.
  • Operations & Quality Assurance: Ten years in operational process architecture, compliance auditing (92 per cent annual audit rating), root-cause analysis, and cross-functional standard operating procedures.

Links & Verification


AI disclosure: the research is the author's; this text was drafted with AI assistance and reviewed by the author. The model, and the conflict it creates, are named in the Conflict of interest section of each study.

Popular repositories Loading

  1. ceo-pay-scorecard ceo-pay-scorecard Public

    Interactive front-end to the CEO Pay-vs-Delivery Scorecard: granted pay against delivered performance for 495 of the 503 S&P 500 issuers, built from SEC Pay-versus-Performance disclosures on EDGAR.…

    HTML

  2. forecast-scorecard forecast-scorecard Public

    Interactive front-end to the AI Energy-Demand Forecast Scorecard: how published forecasts of data-centre electricity demand disperse, how they are revised, and whether they can be reproduced from w…

    HTML

  3. announced-vs-deliverable-power announced-vs-deliverable-power Public

    Interactive front-end and reproducible models for Announced vs. Deliverable AI Power Demand. DOI 10.5281/zenodo.20559430

    HTML

  4. NMAIResearch.github.io NMAIResearch.github.io Public

    Landing page for NM AI Research. Interactive tools and reproducible studies on the financing, energy use and market conduct of the AI build-out. Each study publishes its data, a script that regener…

    HTML

  5. ai-water-tracker ai-water-tracker Public

    Rebuilds the Ren et al. Water Consumption Impact index for AI data centres from public data, and adds the hydropower-coupling and off-site relocation channels the published index leaves open. Water…

    HTML

  6. bot-energy-bound bot-energy-bound Public

    An order-of-magnitude bound on the electricity used by automated web traffic, and an account of why public data supports no single figure. Two methods, both reported, disagreeing by a factor of 5.3…

    Python