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

推荐订阅源

月光博客
月光博客
Martin Fowler
Martin Fowler
博客园_首页
量子位
T
Tailwind CSS Blog
博客园 - Franky
G
Google Developers Blog
D
DataBreaches.Net
Vercel News
Vercel News
B
Blog
Recent Announcements
Recent Announcements
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
爱范儿
爱范儿
博客园 - 【当耐特】
The Cloudflare Blog
H
Help Net Security
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
C
Check Point Blog
有赞技术团队
有赞技术团队
Microsoft Security Blog
Microsoft Security Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

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.
Genesis Architect — Research First. Build Once.
maioio · 2026-05-28 · via Show HN

Open Source · v3.1.1 · MIT License

The scaffolder that checks GitHub Issues
before writing a single line of code.

Scans 15–20 real repos, mines their Issues and active forks, then builds a scaffold that already knows the traps.

$ pip install genesis-architect

terminal — genesis init "a FastAPI task queue with Celery and Redis"

Genesis Architect in action - NLU, Fork Analysis, Vault cache hit

15–20Repos scanned

50Issues per repo

3Active forks analyzed

8Workflow phases

316Tests passing

500Vault entry cache

How it works

Every other scaffolder starts from a template. Genesis starts from production data.

Step 1

🔍

Scan real repos

Finds 15–20 GitHub repos building exactly what you described. Ranks by stars and active fork activity.

Step 2

⚠️

Mine their Issues

Reads up to 50 closed bug Issues per repo. Extracts recurring errors, security patches, architecture regrets.

Step 3

🧬

Synthesize the ecosystem

Builds the "wise average" — what successful projects converge on — not just a copy of one repo.

Step 4

🏗️

Generate + validate

Creates scaffold with tests and CI/CD. Runs a smoke test. Never declares success without exit code 0.

What's inside

Not a template. A research pipeline.

Built for developers who've been burned by boilerplate that doesn't survive contact with production.

🔬

Real Issue Mining

Reads closed bug issues from production repos. Finds the feedparser hang, the Redis connection leak, the Celery task that silently drops — before you write the code.

🍴

Smart Fork Analysis NEW

Finds the top 3 active forks ranked by merged PRs in the last 6 months — not stars. Extracts their bug fixes and incorporates them into your pitfall list.

🗄️

Knowledge Vault NEW

Caches solutions locally with a 6-month TTL and LRU eviction at 500 entries. Runs fast on repeat projects. Falls back to Stack Overflow on cache miss.

💬

Natural Language Choices NEW

Say "I want the simple one" instead of typing A. Genesis maps natural language to architecture choices — no memorizing option letters.

🤖

Companion Mode NEW

Run genesis companion after scaffolding. Stays active, answers questions about your project, detects when you've moved on to something new.

🔌

Works with any LLM

Claude, GPT-4, Gemini, Ollama — all supported via LiteLLM. Set your key once with genesis config set LLM_API_KEY and it works everywhere.

Market position

Genesis vs. The Ecosystem

Every tool answers a different question. Genesis is the only one that reads from production failures before it builds.

Capability Genesis Architect Yeoman Cookiecutter create-react-app
Scans real GitHub repos before build 15–20 repos
Extracts pitfalls from GitHub Issues 50 issues/repo
Analyzes active forks (by merged PRs) top 3 forks
Generates scaffold with tests + CI/CD smoke test required ~ templates only ~ templates only React only
Stays active after scaffold (companion) genesis companion
Knowledge vault (solution cache) 6-month TTL
Works with any LLM provider LiteLLM
Language support Python, JS, TS, Go, more any any React only

Get started

Up and running in 2 minutes

Option 1 — pip (standalone)

pip install genesis-architect genesis config set LLM_API_KEY your-api-key genesis init "a FastAPI task queue with Celery and Redis"

Option 2 — Claude Code skill

# Clone into your Claude skills directory git clone https://github.com/maioio/genesis-architect ~/.claude/skills/genesis-architect # Then just describe what you want to build genesis init a Python CLI for analyzing log files

After scaffold — stay in companion mode

genesis companion # active research partner # Ask: "how do I handle Redis connection drops?" # Ask: "which fork handles async tasks best?" # Say "done" to exit