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

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
量子位
T
Tailwind CSS Blog
Vercel News
Vercel News
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
Engineering at Meta
Engineering at Meta
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
D
Docker
博客园_首页
P
Proofpoint News Feed
月光博客
月光博客
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler
腾讯CDC
N
Netflix TechBlog - Medium
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - jaksa76/agentize
jaksa · 2026-05-10 · via Hacker News: Show HN

A framework for evaluating and improving AI agent readiness and adoption in software projects. Two complementary maturity models assess structural project properties (Agent Readiness) and how deeply agents are embedded in development workflows (Agent Adoption), with Claude Code skills to assess and raise both dimensions automatically.

Agentic coding amplifies what is already there — Agentize lets teams assess their starting point, understand exactly what is blocking the next level, and implement improvements systematically.


Agent Readiness Maturity Model

Measures structural, environmental, and documentary properties that determine how effectively an AI agent can understand, navigate, modify, and verify the project.

Level Name What it means
0 Uninstrumented No meaningful context or feedback for an agent.
1 Foundation Enough structure for small, targeted steps. Human must verify every output.
2 Guided Autonomy Humans guide at the feature level. Agents can plan, write tests, and navigate architecture.
3 Supervised Autonomy Humans operate strategically. Agents implement most stories end-to-end autonomously.

Scored across 11 criteria:

ID Criterion Max level
C1.1 Codebase Accessibility 2
C2.1 Setup Automation 3
C3.1 Architecture Depth 3
C4.1 Requirements Access 3
C5.1 Runnability 2
C5.2 Unit Test Coverage 3
C5.3 Integration and E2E Coverage 3
C6.1 Static Analysis 3
C7.1 Test Isolation 2
C8.1 CI/CD Automation 3
C8.2 Observability 3

See READINESS.md for full level definitions and criterion fulfillment tables.


Agent Adoption Maturity Model

Measures how deeply AI agents are embedded in a team's development process.

Level Name What it means
0 Unassisted Agents play no meaningful role.
1 Vibe Coding Agents assist with bounded coding tasks, directed step-by-step.
2 Agentic Engineering Agents plan and implement complete features. Developers review outcomes.
3 Software Factory Agents continuously pull stories from the backlog with minimal per-story human involvement.
4 Sustainable Autonomy Agents proactively address tech debt, security, and dependencies without human initiation.

Scored across 8 criteria:

ID Criterion What it measures
A1 Agent Context Availability Project-specific guidance available to agents (CLAUDE.md, MCP servers)
A2 Agent-Authored Contributions Proportion of changes with significant agent involvement
A3 Feedback Loop Closure Degree to which agents verify their own work
A4 Task Scope Granularity of work agents handle end-to-end
A5 Workflow Integration How embedded agents are in PRs, code review, CI, and deployment
A6 Autonomous Operation Whether agents are triggered by events/schedules or always started manually
A7 Proactive Quality Management Whether agents improve codebase health on their own initiative
A8 Planning Integration Whether agents participate in story generation and backlog grooming

See ADOPTION.md for full level definitions and criterion fulfillment tables.


How to Use

Assess your current level:

  • /assess-readiness — score all 11 readiness criteria with gaps and recommendations
  • /assess-adoption — score all 8 adoption criteria with gaps and recommendations

Raise your level (implements all blocking improvements in one step):

  • /improve-readiness
  • /improve-adoption

Verify or improve a single criterion:

  • /verify-c1-1/verify-c8-2, /verify-a1/verify-a8
  • /improve-c1-1/improve-c8-2, /improve-a1/improve-a8

Installation

Clone the repository and copy the skills to your Claude Code skills directory.

Personal install (skills available in all your projects):

git clone https://github.com/jaksa76/agentize.git
cp -r agentize/.claude/skills/* ~/.claude/skills/

Project install (skills available only in one project):

cp -r agentize/.claude/skills/* /your/project/.claude/skills/

Once installed, open any project in Claude Code and run /assess-readiness or /assess-adoption.


File Structure

File / Directory Purpose
READINESS.md Full Agent Readiness Maturity Model specification.
ADOPTION.md Full Agent Adoption Maturity Model specification.
VISION.md Original project vision document.
.claude/skills/ Claude Code skills for assessing and improving readiness and adoption.