惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
V
Visual Studio Blog
IT之家
IT之家
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
H
Help Net Security
J
Java Code Geeks
aimingoo的专栏
aimingoo的专栏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog RSS Feed
Blog — PlanetScale
Blog — PlanetScale
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
GitHub - jaquelinejaque/quorum-saas-starter: The only Nex...
jaquelinejaq · 2026-06-19 · via Show HN

Multi-LLM SaaS Starter Kit

The only production-ready boilerplate that ships with 14 LLM providers in semantic consensus, EU AI Act audit-grade compliance, and 13 self-evolution loops out of the box. Built on the same code that powers api.quorum-ai.dev.

Why this exists

Every AI SaaS boilerplate on the market ships with one LLM provider — usually OpenAI, sometimes Anthropic. That's the easy part. The hard part is everything around it:

  • Routing queries across multiple providers without exploding costs
  • Detecting hallucination via semantic consensus instead of trusting a single model
  • Generating audit trails that pass EU AI Act Article 12/13 review
  • Building fail-closed gates for high-risk autonomous actions
  • Keeping per-user memory, RLHF feedback, and adaptive routing data isolated

This kit gives you all of that already wired, deployed, and battle-tested in production. You spend your engineering time on what makes your product different — not on rebuilding the orchestration layer everyone else stops at.

What's inside

Multi-LLM consensus engine

  • 14 provider integrations out of the box: OpenAI, Anthropic, Google Gemini, xAI Grok, Mistral, Cohere, NVIDIA, DeepSeek, Replicate, DashScope/Qwen, Zhipu/GLM, Moonshot/Kimi, Hermes (Nous) local, Llama local via Ollama
  • Semantic agreement scoring via cosine similarity on embeddings — not lexical overlap, not majority vote
  • Disagreement trace returned with every answer — your users see exactly which models agreed, which dissented, and why
  • Per-query cost log so you can show clients what each consensus cost in API tokens

Self-evolution loops (13 total)

Loop What it learns
RLHF tracker Per-user, per-query-class weight updates from thumbs-up/down
ELO competition Pairwise model wins → global ranking per query class
Hebbian co-activation Which models agree with each other (reduces redundant fan-out)
MoE router Picks the right subset of providers per query, not all every time
Hebbian memory Per-user vector memory with semantic recall
Genetic prompt evolution Mutates and selects system prompts that score highest on your eval set
Adversarial loop Red-team prompts to catch jailbreaks before users do
A/B testing Promotes new policies only when they beat the incumbent statistically
Distillation Promotes Llama checkpoints fine-tuned on your in-house data
Synthetic data Generates training pairs from real production traffic
Architecture search Evolves loop topology over generations
Federated learning Aggregates updates across tenants without sharing raw data
Web learner 4-source web ingestion (DDG + Wikipedia + HackerNews + arXiv) into a vector KB

Compliance & safety (all opt-in)

  • HSP fail-closed gate (opt-in) — wrap any high-risk function with requiresHspApproval() and it refuses unless a human-approved webhook signs off. Don't need compliance? Don't wrap. The kit doesn't force this on you. Toggle off globally with HSP_ENABLED=false even if a dependency does wrap it.
  • EU AI Act Article 12 audit trail (opt-in) — call writeAuditLine() from your business logic to log decisions; the audit cert generator reads this log
  • EU AI Act Article 13 audit certificate (opt-in) — SHA-256 hash-chained PDF generator, one call per audit period: generateAuditCert({...}). Useful when selling to regulated verticals (legal, fintech, health); ignorable otherwise.
  • Hosted vs local posture split — hosted deployment is fail-closed by infra-marker detection (Cloud Run, k8s, Lambda); local research mode opt-in via HSP_GATE_DEV_MODE=1
  • CUSTOMER_KEYS_ENCRYPTION_KEY — Fernet-encrypted BYOK provider keys, never logged, never leaked. Only relevant if you're letting your end users supply their own API keys.

Infrastructure

  • Auth — email magic links + OAuth-ready (Apple, Google), session cookies, JWT for API
  • Stripe billing — Pro tier subscription, Free tier metering, webhook handler with signature verification (Stripe Event SDK)
  • Resend email — transactional templates: welcome, billing, audit alerts
  • Firestore persistence — API keys, customer tiers, usage counters, encrypted BYOK keys
  • Cloud Run deploy — single command, autoscaling 0→N, regional failover ready
  • GitHub webhook receiver — HMAC SHA-256 signature verified, ready to dispatch audit jobs on push
  • Cloud Scheduler target — cron endpoint gated by shared secret, ready for nightly batch jobs

Deploy in one command

git clone https://github.com/jaquelinejaque/quorum-saas-starter
cd quorum-saas-starter
./scripts/setup.sh      # interactive: collects keys, creates Stripe products, configures Cloud Run
./scripts/deploy.sh     # gcloud run deploy + Firestore init + Stripe webhook registration

You ship to production in under 30 minutes.

What you build on top

The kit gives you the orchestration layer. You add the vertical:

  • AI Tax Assistant — your prompts + this kit's consensus = product
  • AI Code Reviewer — your evals + this kit's RLHF = product
  • AI Compliance Auditor — your domain knowledge + this kit's HSP gate = product
  • AI Legal Research — your case database + this kit's web learner = product

The hard infrastructure work is done. You focus on customers, prompts, and the niche-specific data only you have.

Licenses

Starter — £497

Single project deployment. Source code under modified Apache-2.0 (HSP commercial restriction). 3 months of updates. No support.

Pro — £997

  • 5 project deployments
  • Pre-trained MoE router weights (10,000+ production queries already shaped the policy table)
  • Genetic prompt evolution kit + 50 evolved seed prompts across common SaaS categories
  • 12 months of updates
  • Monthly recorded "office hours" video (no live calls — recordings only, accessible to all Pro+ buyers)
  • Read-only Discord access

Enterprise — £2,497

  • Unlimited project deployments
  • Commercial / white-label license — resell as your own product
  • EU AI Act Article 12/13 audit kit (forms, templates, cert generator)
  • 24 months of updates
  • Office hours archive (all past + future)

All tiers: source code only, no managed hosting, no live support. Buy what you can build on, not what you have to ask permission to use.

Why we charge this

The orchestration layer in this kit took 18 months and 60+ commits to get production-stable. It runs the Quorum API used in audit-grade compliance workflows. Pricing reflects what it would cost a senior engineer to rebuild from scratch: roughly 6 weeks of full-time work at standard contractor rates (~£25,000). At £497–£2,497 you're buying back that time.

Not for you if

  • You want managed hosting — go use Quorum hosted (£49/mo)
  • You want live support — this is code-only license
  • You want to vibe-code an AI app and ship in 2 hours — use Lovable or Vercel templates instead
  • You don't have a real product idea yet — this kit is for shipping, not learning

Refund policy

30 days, no questions asked, if the kit doesn't deploy successfully on your environment. After successful deployment, no refunds — you have the source code.


Built by Jaqueline Martins / Sovereign Chain Ltd. Patent Pending: HSP Protocol (PCT/US26/11908).