Skip to content
View jayblast-spec's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report jayblast-spec

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.

Content in all repositories owned by your account will be closed.
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
jayblast-spec/README.md

ArkNet Digital

Founder, ArkNet Digital · Systems Strategist · Technology Builder · Author

I design and build technology systems at the intersection of artificial intelligence, resilient infrastructure, cybersecurity, product architecture, and operational intelligence.

Portfolio Email Repositories

TypeScript Next.js Supabase Tailwind Groq Vercel

Animated headline

Focus banner

The Thesis

Complex systems rarely fail because of one missing feature. They fail at the intersections: strategy and execution, speed and security, intelligence and governance, growth and resilience.

My work is built around a systems-level question:

How should critical systems be designed for a world defined by greater technological complexity, interconnected risk, and uncertainty?

I approach product strategy, architecture, security, data, interface, deployment, and operating logic as one connected problem. The objective is not simply to ship software. It is to build systems that can learn, scale, remain secure, and continue operating under pressure.

What This GitHub Represents

The repositories here are not intended to be a collection of disconnected experiments. They form a growing body of evidence across AI platforms, security systems, founder infrastructure, simulation, productivity, and operational intelligence.

The operating principle is simple:

Evidence over ambition.

Ideas become working systems as early as possible. They are deployed, tested against actual behavior, improved when evidence supports further investment, and retired when it does not.

The goal is not to accumulate repositories. It is to build increasingly capable systems — and use what each one teaches to inform the next.

Portfolio at a Glance

Signal Current Surface
Shipped products with a live URL 93
Core domains AI systems, security, founder infrastructure, simulation, operational intelligence
Application architecture TypeScript, Next.js, Tailwind CSS
Data and access control Supabase PostgreSQL with explicit row-level security
Deployment Vercel functions, edge, and cron
AI infrastructure Groq for low-latency inference; OpenAI for reasoning and agent workflows

Selected Systems

FounderSignal
Idea-to-execution compiler that turns founder intent into implementation-ready specifications, database policies, task systems, and handoff artifacts.

Repository · Live system
AgentProof
Testing and certification environment for autonomous AI agents before production deployment, with reproducible evaluation runs.

Repository · Live system
OmniSim
Multi-agent simulation environment for exploring public reaction, markets, elections, and other complex scenarios.

Repository · Live system

Open Source Infrastructure

The process mattered more than the output. Before writing a line of any of these, I tested candidate ideas against the ecosystem that already exists — searched for prior art, read the alternatives, and killed the idea if the gap wasn't real. Inside pure AI/agent tooling alone, seventeen candidates went through that filter; fifteen were already solved, well, by something already shipping. Widening the search into adjacent infrastructure — CRDTs, the WebAssembly Component Model, vector databases, Postgres tooling — is what actually produced the eight below. Each one has a specific missing capability I can point to and a source for it: a cited paper, a spec changelog, or an existing tool's own stated non-goals.

Eight independent open-source tools, each verified against a real, documented gap before a line of implementation was written — not products with a UI, but libraries and CLIs other developers install and build on. Every one ships with a full test suite run against the real underlying library or protocol (not mocks), CI, and a working demo.

Tool Fills
agora Propose/vote/veto/quorum primitives for multi-agent systems — the governance gap documented in arXiv:2606.31498
gatewayproof Conformance suite for OpenAI-compatible LLM gateways — streaming, cost, and concurrency bugs an eyeball review won't catch
mcp-versionbridge Compatibility bridge for the handshake MCP's 2026-07-28 spec removed entirely
automerge-lens Explains why an Automerge CRDT merge resolved the way it did, and fuzzes merge order to verify convergence
wit-breaking Breaking-change detector for WebAssembly Component Model WIT interfaces — buf breaking for WIT
yjs-lens Convergence checker for Yjs, the most widely-deployed CRDT in production (Tiptap, BlockNote, Jupyter collab)
embedguard Catches a silent embedding-model swap before it silently corrupts vector search
pglite-diff Diffs two migration paths' query results on real Postgres-in-WASM — catches regressions before they touch production

Shipped Systems

AI & Operational Intelligence

Product Function Live
BriefOS Converts URLs, articles, or raw text into structured intelligence briefs Live
MeetingMind Converts meeting notes into decisions, actions, and next steps Live
OpsIntel Produces structured operational-intelligence briefs Live
RKS Rapid Knowledge System for structured capture and retrieval Live
Orbit Founder operating layer spanning scheduling, analytics, publishing, and automation Live
PostOS AI-assisted publishing and voice-consistency system Live

Founder & Business Infrastructure

Product Function Live
FounderSignal Converts founder intent into execution-ready artifacts Live
PitchReady Startup analysis across market, ICP, risk, and strategic defensibility Live
Startup Doc Generator Template-first system for producing founder operating documents Live
Global Accelerators Accelerator intelligence and application-support platform Live
CorpIndex Global Prime Assesses corporate expansion readiness across global markets Live
GrantScout Grant discovery and evidence-quality system Live

Security & Trust

Product Function Live
AgentProof Evaluates autonomous AI agents before production deployment Live
ContractLens AI-assisted contract-risk analysis Live
ThreatPulse CVE intelligence and vulnerability lookup Live
SafeLink Phishing-link analysis before navigation Live
TrustSignal Domain trust and security-header analysis Live
ExposureWatch Exposure-risk scanning for domains, emails, and assets Live
BreachCost Data-breach cost estimation and risk modeling Live

Simulation, Consumer & Developer Systems

Product Function Live
OmniSim Multi-agent world simulation for complex scenarios Live
SmartInvite Invitation and RSVP infrastructure Live
BE PRESIDENT Global leadership and governance simulator Live
DevPulse Public GitHub profile analytics Live
SubnetPilot Browser-based subnet and CIDR analysis Live

Architecture Principles

  • Systems first. Product, data, security, interface, and deployment are designed as one architecture.
  • Security by design. Authentication and authorization fail closed; row-level security is explicit wherever Supabase is used.
  • Evidence before expansion. A system earns additional investment through verified behavior, not presentation.
  • Production over prototypes. “Built” means local evidence. “Deployed” means the production surface has been verified against the promised behavior.
  • Operational clarity. Useful loading, empty, error, and recovery states are part of the product, not finishing work.
  • Claims require evidence. No fabricated volume, SLA, benchmark, adoption, or performance claims.
  • Secrets stay server-side. Credentials belong in environment variables and secret managers, never repositories, prompts, or client code.

Build Stack

Layer Logo Role
TypeScript / JavaScript TypeScript logo Product, interface, and service development
Python Python logo Automation, data processing, integrations, and AI workflows
Next.js / React Next.js logo App shell, routing, server rendering, and interactive interfaces
Node.js Node.js logo Serverless APIs, backend services, and automation
Tailwind CSS Tailwind logo Mobile-first design system and accessible states
Supabase / PostgreSQL Supabase logo Data, auth, storage, and explicit row-level security
Vercel Vercel logo Deployment, serverless functions, cron, edge, and observability
Groq / OpenAI AI platform logo Fast inference, reasoning, structured generation, and agent workflows
Resend Resend logo Transactional email and product communications
GitHub / GitHub Actions GitHub logo Source control, CI, and delivery automation

Operating Discipline

Observed problem
  -> System model
  -> Narrow testable intervention
  -> Smallest evidence-producing build
  -> Production deployment
  -> Measure behavior and failure modes
  -> Correct, expand, integrate, or retire

Technology does not manufacture demand. Architecture does not remove uncertainty. The discipline is to expose both to reality early enough to learn.

ArkNet Digital

ArkNet Digital is the long-term systems initiative behind this work.

Its scope extends beyond individual software products toward the convergence of digital infrastructure, artificial intelligence, cybersecurity, continuity systems, distributed intelligence, energy, mobility, and physical resilience.

The central question is not how to react better after disruption.

It is what should be built before disruption makes the need obvious.

Explore ArkNet Digital →

GitHub Activity

Contribution snake

Stats

Top Languages

Streak

Trophies

Contact

Purpose Where
ArkNet Digital arknet.digital
Strategic, institutional, or product correspondence michael@arknet.digital
Repositories and shipped systems github.com/jayblast-spec

Build for the system that exists. Architect for the one that is coming.

Pinned Loading

  1. agora agora Public

    Propose/vote/veto/quorum primitives for multi-agent systems, layered on MCP and A2A without spec changes.

    TypeScript

  2. automerge-lens automerge-lens Public

    Explains why an Automerge CRDT merge resolved the way it did, and fuzzes application order to catch convergence violations.

    TypeScript

  3. embedguard embedguard Public

    Catches silent embedding-model swaps under a vector index before they corrupt similarity search -- provider-agnostic, zero dependencies.

    TypeScript

  4. mcp-versionbridge mcp-versionbridge Public

    Bridges an MCP client on the pre-2026-07-28 initialize handshake to a 2026-07-28 server (per-request protocol versioning), no changes to either side.

    TypeScript

  5. pglite-diff pglite-diff Public

    Diffs two SQL setups' query results on isolated in-memory Postgres instances (via PGlite) -- catches migration regressions before they touch a real database.

    TypeScript

  6. wit-breaking wit-breaking Public

    Detects breaking changes between two WebAssembly Component Model WIT interfaces -- buf breaking / oasdiff, for WIT.

    TypeScript