<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ayub</title>
    <description>The latest articles on DEV Community by Ayub (@ayub_5a64282d17b050fc82d0).</description>
    <link>https://dev.to/ayub_5a64282d17b050fc82d0</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3975808%2F5b9dbe3b-1003-4215-957d-860c398443b7.png</url>
      <title>DEV Community: Ayub</title>
      <link>https://dev.to/ayub_5a64282d17b050fc82d0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ayub_5a64282d17b050fc82d0"/>
    <language>en</language>
    <item>
      <title>SET-12 Sealed: 149 Tests, 0.54s, MPFR Oracle in Rust</title>
      <dc:creator>Ayub</dc:creator>
      <pubDate>Mon, 22 Jun 2026 12:45:36 +0000</pubDate>
      <link>https://dev.to/ayub_5a64282d17b050fc82d0/set-12-sealed-149-tests-054s-mpfr-oracle-in-rust-2ke4</link>
      <guid>https://dev.to/ayub_5a64282d17b050fc82d0/set-12-sealed-149-tests-054s-mpfr-oracle-in-rust-2ke4</guid>
      <description>&lt;p&gt;Harmonis Prime SET-12 is sealed.&lt;/p&gt;

&lt;p&gt;What that means:&lt;/p&gt;

&lt;p&gt;149 reproducible tests, 0.54s, zero failures&lt;/p&gt;

&lt;p&gt;400‑bit MPFR ζ(½+it) oracle with honest f64 fallback&lt;/p&gt;

&lt;p&gt;Kahan‑Neumaier compensation: exact recovery of 2.0 from catastrophic cancellation&lt;/p&gt;

&lt;p&gt;Backlund‑type truncation bound with monotonicity verification&lt;/p&gt;

&lt;p&gt;Every limitation documented inline — no aspirational drift&lt;/p&gt;

&lt;p&gt;What we did NOT do:&lt;/p&gt;

&lt;p&gt;Claim "first‑of‑its‑kind" — no literature survey&lt;/p&gt;

&lt;p&gt;Claim "aerospace‑grade" — no DO‑178C cert&lt;/p&gt;

&lt;p&gt;Claim hardware acceleration — software‑only until Phase 3&lt;/p&gt;

&lt;p&gt;Hide behind marketing — all claims verifiable via cargo test&lt;/p&gt;

&lt;p&gt;The README is now live at v3.2 — research‑grade, with Mermaid architecture diagram, Phase 2 roadmap, and community engagement prompts.&lt;/p&gt;

&lt;p&gt;One command to verify everything:&lt;/p&gt;

&lt;p&gt;bash&lt;br&gt;
git clone &lt;a href="https://github.com/Ayub19123/Harmonis-Prime" rel="noopener noreferrer"&gt;https://github.com/Ayub19123/Harmonis-Prime&lt;/a&gt;&lt;br&gt;
cd Harmonis-Prime&lt;br&gt;
cargo test --lib -- --nocapture&lt;br&gt;
Permanent artifacts:&lt;/p&gt;

&lt;p&gt;Whitepaper: &lt;a href="https://doi.org/10.5281/zenodo.20777632" rel="noopener noreferrer"&gt;https://doi.org/10.5281/zenodo.20777632&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;HF Space: &lt;a href="https://huggingface.co/spaces/ayub227/harmonis-prime-set1" rel="noopener noreferrer"&gt;https://huggingface.co/spaces/ayub227/harmonis-prime-set1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/Ayub19123/Harmonis-Prime" rel="noopener noreferrer"&gt;https://github.com/Ayub19123/Harmonis-Prime&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Every claim has a failing test first. The precision is eternal.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fmvgg9dxji2pfstbpecal.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fmvgg9dxji2pfstbpecal.jpeg" alt=" " width="800" height="373"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rust</category>
      <category>hpc</category>
      <category>reproducibility</category>
      <category>opensource</category>
    </item>
    <item>
      <title>"How We Built a System That Refuses to Drift – Harmonis Prime Phase‑1 Complete"</title>
      <dc:creator>Ayub</dc:creator>
      <pubDate>Sun, 21 Jun 2026 15:14:45 +0000</pubDate>
      <link>https://dev.to/ayub_5a64282d17b050fc82d0/how-we-built-a-system-that-refuses-to-drift-harmonis-prime-phase-1-complete-345l</link>
      <guid>https://dev.to/ayub_5a64282d17b050fc82d0/how-we-built-a-system-that-refuses-to-drift-harmonis-prime-phase-1-complete-345l</guid>
      <description>&lt;p&gt;135 tests. 0.38 seconds. Zero warnings. One honest ignore.&lt;/p&gt;

&lt;p&gt;🧱 1. The Problem – Why This System Exists&lt;br&gt;
Modern computing is fragmented.&lt;br&gt;
Distributed systems, kernel enforcement, identity, network calculus, energy telemetry, PIM, and analytic number theory all live in isolated silos. Each domain has its own languages, tools, and assumptions. Crossing boundaries is painful. Reproducibility is rare. Drift is everywhere.&lt;/p&gt;

&lt;p&gt;Harmonis Prime asks a single question:&lt;/p&gt;

&lt;p&gt;Can these domains be unified under one deterministic, test‑driven framework with zero diagnostic drift?&lt;/p&gt;

&lt;p&gt;We set out to build a system where:&lt;/p&gt;

&lt;p&gt;Every architectural claim is backed by an executable test.&lt;/p&gt;

&lt;p&gt;Every limitation is documented inline.&lt;/p&gt;

&lt;p&gt;Every commit is sealed with zero warnings, zero drift.&lt;/p&gt;

&lt;p&gt;This is not a research demo. It is a production‑grade engineering discipline applied to HPC and analytic number theory.&lt;/p&gt;

&lt;p&gt;🏛️ 2. Architecture Overview – The Flight Stack Analogy&lt;br&gt;
Harmonis Prime is built like an aircraft flight stack:&lt;/p&gt;

&lt;p&gt;Layer   Analogy Purpose&lt;br&gt;
Identity    Transponder Unique, unforgeable node identity (PUF + NIST)&lt;br&gt;
Kernel Enforcement  Firewall    Blocks all unauthorised egress (eBPF + netfilter)&lt;br&gt;
Network Calculus    Air Traffic Control Bounded delays, deterministic latency (min‑plus)&lt;br&gt;
Energy Telemetry    Fuel Instrumentation    Real‑time, precise, drift ≤ 1% (PMU + EMA)&lt;br&gt;
PIM Solver  Onboard Compute Parallel 3‑SAT evaluation (O(1) model)&lt;br&gt;
Analytic Number Theory  Navigation  Mathematical grounding (θ(t), Dirichlet, MPFR)&lt;br&gt;
Each layer is:&lt;/p&gt;

&lt;p&gt;Test‑verified – every invariant has a failing test first.&lt;/p&gt;

&lt;p&gt;Deterministic – same input → same output, every run.&lt;/p&gt;

&lt;p&gt;Sealed – zero warnings, zero drift, 0.38s full suite.&lt;/p&gt;

&lt;p&gt;✅ 3. Phase‑1 Sealed – 135 Tests, 0.38s, Zero Drift&lt;br&gt;
We shipped SET‑11, the final brick of Phase‑1:&lt;/p&gt;

&lt;p&gt;Milestone   Deliverable Status&lt;br&gt;
M1.2    MPFR θ(t) oracle (Neumaier‑compensated, ε ≤ 1e‑14)  ✅ Sealed&lt;br&gt;
M1.3    Odlyzko zeros parser + SHA‑256 placeholder    ✅ Sealed&lt;br&gt;
M1.4b   Backlund‑type truncation bound    ✅ Sealed&lt;br&gt;
M1.4    Criterion 30‑run benchmark baseline   ✅ Sealed&lt;br&gt;
Full suite:&lt;/p&gt;

&lt;p&gt;bash&lt;br&gt;
cargo test --lib -- --nocapture&lt;br&gt;
Output:&lt;/p&gt;

&lt;p&gt;text&lt;br&gt;
test result: ok. 135 passed; 0 failed; 1 ignored; 0 warnings; 0.38s&lt;br&gt;
The system is self‑auditing. Every claim can be verified by anyone, anywhere, with one command.&lt;/p&gt;

&lt;p&gt;🔍 4. Honest Limitations – What We Did and Didn't Build&lt;br&gt;
We document everything – including what we have not yet achieved.&lt;/p&gt;

&lt;p&gt;What we built   What we did NOT build (honest limitations)&lt;br&gt;
✅ Neumaier‑compensated θ(t) oracle ❌ True MPFR ζ(½+it) – f64 fallback only&lt;br&gt;
✅ Odlyzko zeros parser    ❌ Odlyzko dataset validation – manual download pending&lt;br&gt;
✅ Backlund‑type truncation bound    ❌ FPGA acceleration – software simulation only&lt;br&gt;
✅ Criterion benchmark baseline    ❌ AVX‑512 kernel – experimental, may not compile&lt;br&gt;
✅ Software PIM 3‑SAT solver ❌ Hardware PIM implementation&lt;br&gt;
No hype. No overclaim. Just honest engineering.&lt;/p&gt;

&lt;p&gt;🚀 5. Phase‑2 Preview – What Comes Next&lt;br&gt;
Phase‑2 begins now. It is the hardware mapping phase:&lt;/p&gt;

&lt;p&gt;Milestone   Deliverable Target&lt;br&gt;
M2.1    Full MPFR Z(t) oracle (ζ(½+it) at 400‑bit)  RQ‑002&lt;br&gt;
M2.2    Odlyzko/LMFDB dataset auto‑fetch + SHA‑256 verification RQ‑050–054&lt;br&gt;
M2.3    AVX‑512 SIMD kernel (8× FP64 lanes)  Throughput ≥ 10⁷/s&lt;br&gt;
M2.4    NUMA affinity + 20‑run determinism suite  RQ‑010–013&lt;br&gt;
M2.5    RAPL energy instrumentation (Linux) RQ‑020A/B&lt;br&gt;
M2.6    FPGA precision certification (simulated)    RQ‑043&lt;br&gt;
M2.7    FMEA CRITICAL closure (FM‑005, FM‑012)  Phase‑3 entry gate&lt;br&gt;
We are building this brick by brick, with the same discipline: invariants first, code second, zero drift.&lt;/p&gt;

&lt;p&gt;💻 6. How to Run It – One Command, Reproducible Proof&lt;br&gt;
The entire system is open source. You can verify every claim in under a second:&lt;/p&gt;

&lt;p&gt;bash&lt;br&gt;
git clone &lt;a href="https://github.com/Ayub19123/Harmonis-Prime.git" rel="noopener noreferrer"&gt;https://github.com/Ayub19123/Harmonis-Prime.git&lt;/a&gt;&lt;br&gt;
cd Harmonis-Prime&lt;br&gt;
cargo test --lib -- --nocapture&lt;br&gt;
That's it. No installation, no configuration, no black boxes.&lt;/p&gt;

&lt;p&gt;Also available:&lt;/p&gt;

&lt;p&gt;Hugging Face Space: &lt;a href="https://huggingface.co/spaces/ayub227/harmonis-prime-set1" rel="noopener noreferrer"&gt;https://huggingface.co/spaces/ayub227/harmonis-prime-set1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Whitepaper (Zenodo): &lt;a href="https://doi.org/10.5281/zenodo.20777632" rel="noopener noreferrer"&gt;https://doi.org/10.5281/zenodo.20777632&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Whitepaper (Figshare): &lt;a href="https://doi.org/10.6084/m9.figshare.32732766" rel="noopener noreferrer"&gt;https://doi.org/10.6084/m9.figshare.32732766&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🧱 7. Join the Conversation&lt;br&gt;
We are now in the evaluation phase – engineers are auditing, researchers are validating, endorsees are verifying.&lt;/p&gt;

&lt;p&gt;We invite you to participate:&lt;/p&gt;

&lt;p&gt;GitHub Discussions: "What should SET‑12 include?"&lt;/p&gt;

&lt;p&gt;Help Wanted: AVX‑512, Odlyzko automation, RAPL porting&lt;/p&gt;

&lt;p&gt;Architecture Feedback: "How to unify energy telemetry with analytic number theory?"&lt;/p&gt;

&lt;p&gt;If you are an engineer who evaluates, not just clicks – this is your invitation.&lt;/p&gt;

&lt;p&gt;Every claim has a failing test first. The precision is eternal. 🧱📡&lt;a href="https://dev.tourl"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rust</category>
      <category>programming</category>
      <category>distributedsystems</category>
      <category>architecture</category>
    </item>
    <item>
      <title>"I Open-Sourced 135 Tests That Shouldn't Exist in the Same Repo"</title>
      <dc:creator>Ayub</dc:creator>
      <pubDate>Sun, 21 Jun 2026 11:15:00 +0000</pubDate>
      <link>https://dev.to/ayub_5a64282d17b050fc82d0/i-open-sourced-135-tests-that-shouldnt-exist-in-the-same-repo-15e5</link>
      <guid>https://dev.to/ayub_5a64282d17b050fc82d0/i-open-sourced-135-tests-that-shouldnt-exist-in-the-same-repo-15e5</guid>
      <description>&lt;p&gt;Most research code is abandoned after publication.&lt;/p&gt;

&lt;p&gt;We built the opposite: a system where every architectural claim is backed by an executable test, every limitation is documented inline, and every commit is sealed with zero diagnostic noise.&lt;/p&gt;

&lt;p&gt;HARMonis Prime SET-11 — Sealed.&lt;/p&gt;

&lt;p&gt;What we built:&lt;br&gt;
• 135/135 invariant tests passing&lt;br&gt;
• Neumaier-compensated θ(t) oracle (ε ≤ 1e-14)&lt;br&gt;
• Backlund-type truncation bound with monotonicity verification&lt;br&gt;
• Criterion 30-run benchmark baseline&lt;br&gt;
• SHA-256 integrity placeholder for Odlyzko dataset&lt;/p&gt;

&lt;p&gt;What we did NOT build (honest limitations):&lt;br&gt;
• True MPFR ζ(½+it) — f64 fallback only&lt;br&gt;
• Odlyzko dataset validation — manual download pending&lt;br&gt;
• FPGA acceleration — software simulation only&lt;br&gt;
• AVX-512 kernel — experimental, may not compile&lt;/p&gt;

&lt;p&gt;The proof is one command:&lt;br&gt;
git clone &lt;a href="https://github.com/Ayub19123/Harmonis-Prime.git" rel="noopener noreferrer"&gt;https://github.com/Ayub19123/Harmonis-Prime.git&lt;/a&gt;&lt;br&gt;
cd Harmonis-Prime&lt;br&gt;
git checkout 476fd34&lt;br&gt;
cargo test --lib -- --nocapture&lt;/p&gt;

&lt;p&gt;Whitepaper (permanently archived):&lt;br&gt;
Zenodo: doi.org/10.5281/zenodo.20777632&lt;br&gt;
Figshare: doi.org/10.6084/m9.figshare.32732766&lt;/p&gt;

&lt;p&gt;Phase 2 begins: MPFR Z(t) oracle, Odlyzko automation, AVX-512 kernel.&lt;/p&gt;

&lt;p&gt;Every claim has a failing test first. The precision is eternal.&lt;/p&gt;

&lt;h1&gt;
  
  
  RustProgramming #DistributedSystems #AnalyticNumberTheory #RiemannZetaFunction #ZeroDriftValidation #DeterministicComputation #EnergyTelemetry #SoftwareAssurance #ExecutableInvariants #FormalVerification #HighPerformanceComputing #NumberTheoreticComputation #MPFR #CriterionBenchmarking #PIM #NetworkCalculus #EBPF #ChaosEngineering #BuildInPublic #OpenSource #ResearchSoftware
&lt;/h1&gt;

</description>
      <category>distributedsystems</category>
      <category>rust</category>
      <category>softwareengineering</category>
      <category>riemannzetafunction</category>
    </item>
    <item>
      <title>Harmonis Prime (Rust): Request for Execution Review
Run it
git clone https://github.com/Ayub19123/Harmonis-Prime.git
cd Harmonis-Prime
cargo test</title>
      <dc:creator>Ayub</dc:creator>
      <pubDate>Tue, 09 Jun 2026 19:11:59 +0000</pubDate>
      <link>https://dev.to/ayub_5a64282d17b050fc82d0/harmonis-prime-rust-request-for-execution-review-run-it-git-clone-158o</link>
      <guid>https://dev.to/ayub_5a64282d17b050fc82d0/harmonis-prime-rust-request-for-execution-review-run-it-git-clone-158o</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://github.com/Ayub19123/Harmonis-Prime" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fopengraph.githubassets.com%2F39f31e2d4aa7db68ed26c7fb1bc136572decaedae04d2d7989f497651066b1a2%2FAyub19123%2FHarmonis-Prime" height="600" class="m-0" width="1200"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://github.com/Ayub19123/Harmonis-Prime" rel="noopener noreferrer" class="c-link"&gt;
            GitHub - Ayub19123/Harmonis-Prime: Harmonis Prime v7.1.0 — Distributed cognitive mesh with absolute zero · GitHub
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Harmonis Prime v7.1.0 — Distributed cognitive mesh with absolute zero  - Ayub19123/Harmonis-Prime
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.githubassets.com%2Ffavicons%2Ffavicon.svg" width="32" height="32"&gt;
          github.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>opensource</category>
      <category>rust</category>
      <category>showdev</category>
      <category>testing</category>
    </item>
    <item>
      <title>Harmonis Prime (Rust): Seeking Independent Testers, Reviewers &amp; Architectural Feedback</title>
      <dc:creator>Ayub</dc:creator>
      <pubDate>Tue, 09 Jun 2026 13:57:48 +0000</pubDate>
      <link>https://dev.to/ayub_5a64282d17b050fc82d0/harmonis-prime-rust-seeking-independent-testers-reviewers-architectural-feedback-3l0</link>
      <guid>https://dev.to/ayub_5a64282d17b050fc82d0/harmonis-prime-rust-seeking-independent-testers-reviewers-architectural-feedback-3l0</guid>
      <description>&lt;p&gt;We recently published the first public specification and reference implementation of Harmonis Prime (HBS-1.0) — a distributed systems benchmark and research platform written in Rust.&lt;/p&gt;

&lt;p&gt;Current status:&lt;/p&gt;

&lt;p&gt;✅ 0 compilation errors&lt;br&gt;
✅ Deterministic validation suite passing&lt;br&gt;
✅ CI verified on Linux, Windows, and macOS&lt;br&gt;
✅ Open specification and source code available&lt;/p&gt;

&lt;p&gt;Specification:&lt;br&gt;
&lt;a href="https://zenodo.org/records/20541821" rel="noopener noreferrer"&gt;https://zenodo.org/records/20541821&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Repository:&lt;br&gt;
[&lt;a href="https://github.com/Ayub19123/Harmonis-Prime" rel="noopener noreferrer"&gt;&lt;/a&gt;](url)&lt;/p&gt;

&lt;p&gt;We are not looking for hype.&lt;/p&gt;

&lt;p&gt;We are looking for honest technical evaluation from developers, engineers, researchers, and distributed-systems practitioners.&lt;/p&gt;

&lt;p&gt;If you have time, we'd appreciate:&lt;/p&gt;

&lt;p&gt;Cloning the repository&lt;br&gt;
Running cargo test&lt;br&gt;
Reviewing the architecture&lt;br&gt;
Identifying weaknesses, flaws, edge cases, or risks&lt;br&gt;
Sharing independent feedback, critiques, or validation results&lt;/p&gt;

&lt;p&gt;Positive feedback is welcome, but critical feedback is even more valuable. If something can be improved, we'd rather know now than later.&lt;/p&gt;

&lt;p&gt;Our goal is simple: build something useful, reproducible, and worthy of community trust.&lt;/p&gt;

&lt;p&gt;Thank you to anyone willing to invest time in an independent review.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp9wz2ep96pcobfhgl2u1.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp9wz2ep96pcobfhgl2u1.jpeg" alt=" " width="800" height="402"&gt;&lt;/a&gt;&lt;br&gt;
Example validation command:&lt;br&gt;
&lt;a href="https://github.com/Ayub19123/Harmonis-Prime" rel="noopener noreferrer"&gt;https://github.com/Ayub19123/Harmonis-Prime&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;git clone &lt;a href="https://github.com/Ayub19123/Harmonis-Prime.git" rel="noopener noreferrer"&gt;https://github.com/Ayub19123/Harmonis-Prime.git&lt;/a&gt;&lt;br&gt;
cd Harmonis-Prime&lt;/p&gt;

&lt;p&gt;cargo test&lt;/p&gt;

&lt;p&gt;We look forward to your findings and architectural critiques.&lt;/p&gt;

</description>
      <category>rust</category>
      <category>distributedsystems</category>
      <category>opensource</category>
      <category>testing</category>
    </item>
  </channel>
</rss>
