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

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
Jina AI
Jina AI
C
Check Point Blog
V
V2EX
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
A
About on SuperTechFans
D
DataBreaches.Net
腾讯CDC
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
IT之家
IT之家
WordPress大学
WordPress大学
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
MongoDB | Blog
MongoDB | Blog
J
Java Code Geeks
博客园_首页
T
Tailwind CSS Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

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 - takaakit/ai-dlc-uml: AI-DLC-UML modifies AI-DLC ...
takaakit · 2026-05-06 · via Hacker News: Show HN

AI-DLC-UML (AI-Driven Development Life Cycle with UML Modeling)

AI-DLC-UML modifies AI-DLC to enable AI agents to drive the software development workflow with UML modeling. It is intended for those who want to use UML modeling collaboratively in their design practices, even in AI-driven software development.

Key modifications to AI-DLC include:

  • Application-design and functional-design artifacts are created as UML models.1
  • A step has been added to maintain consistency between the design artifacts and the codebase.
  • Supported AI agents are limited to Claude Code, Codex CLI, and Gemini CLI.2
AI-DLC-UML workflow overview:

The orange-highlighted steps show modifications to the original AI-DLC.

flowchart TD
    A((Start)) --> B

    subgraph B["Inception phase"]
        direction TB
        B1["Workspace Detection<br/>(Always)"]
        B2["Reverse Engineering<br/>(Conditional)"]
        B3["Requirements Analysis<br/>(Always)"]
        B4["User Stories<br/>(Conditional)"]
        B5["Workflow Planning<br/>(Always)"]
        B6["Application Design *1<br/>(Conditional)"]
        B7["Units Generation<br/>(Conditional)"]

        B1 --> B2 --> B3 --> B4 --> B5 --> B6 --> B7
    end

    B --> C

    subgraph C["Construction phase"]
        direction TB
        C1[/"Loop Start<br/>(for each unit)"\]
        C2["Functional Design *1<br/>(Conditional)"]
        C3["NFR Requirements Assess<br/>(Conditional)"]
        C4["NFR Design<br/>(Conditional)"]
        C5["Infrastructure Design<br/>(Conditional)"]
        C6["Code Generation<br/>(Always)"]
        C7["Design-Code Sync *2<br/>(Conditional)"]
        C8[\"Loop End"/]
        C9["Build and Test<br/>(Always)"]

        C1 --> C2 --> C3 --> C4 --> C5 --> C6 --> C7 --> C8 --> C9
    end

    C --> D

    subgraph D["Operations phase"]
        direction TB
        D1["Operations<br/>(Placeholder)"]
    end

    D --> E((End))

    style B6 fill:#ffcc99,color:#000
    style C2 fill:#ffcc99,color:#000
    style C7 fill:#ffcc99,color:#000
Loading

*1 [Modified] Create the design artifacts as UML models.
*2 [Added] Fix inconsistencies between the design artifacts and the codebase.

Tailor this workflow as needed to fit your preferred or required workflow. For example, if the target software system will not be mapped to AWS services, some steps could be modified. The Operations phase is included as a placeholder and should be defined according to your workflow.

Demo

Initial prompt: Using AI-DLC-UML, create a Java desktop app for Tetris
AI agent: Claude Code using Sonnet 4.6
Processing time: 139 minutes

Demo

The images below show the created Tetris app and some of the UML diagrams created for it. In this demo, we approved the AI agent's output as-is; only the diagram layout was adjusted manually.

Requirements

  • Claude Code, Codex CLI, or Gemini CLI

    Info: Based on our personal experience, as of May 2026, we recommend Claude Code because its UML modeling capabilities appear more advanced than those of the others. Next, we recommend Codex CLI.

  • Astah Pro v11.0 or later

  • Astah Pro MCP v0.2.2 or later

  • Node.js v20 or later

Installation

Usage

  1. It is recommended to disable unused MCP tools to avoid reducing the AI agent's tool-calling accuracy.

  2. Open a terminal and go to your project directory

  3. Setup AI-DLC-UML in your project directory

    Run this command to place the AI-DLC-UML folders and files in your project directory.

    npx https://github.com/takaakit/ai-dlc-uml.git

    If the setup fails, manually download this GitHub project and place the following folders and files in your project directory.

    Your project directory
     ├ .aidlc-rule-details
     ├ .claude
     ├ .codex
     ├ .gemini
     ├ .mcp.json
     ├ AGENTS.md
     ├ CLAUDE.md
     └ GEMINI.md
    

    If there are conflicts with existing files, back them up if needed, then replace them.

  4. Start Astah Pro

    Note: Launch Astah Pro before starting AI agents, and it should remain open throughout the entire workflow.

  5. Start AI agents

    Run the claude, codex, or gemini command in your project directory. A confirmation dialog will pop up on initial connection. Check it and click 'Connect'.

    Recommended AI models:

    • Claude Code: Sonnet 4.6 or higher
    • Codex CLI: GPT-5.5 or higher
    • Gemini CLI: Gemini 3.1 Pro or higher
  6. Send a prompt starting with "Using AI-DLC-UML, ..."

    Example prompt: Using AI-DLC-UML, create a Java desktop app for Tetris

    Note: If you interrupt a workflow—for example, because the rate limit has been reached—and resume it later, connect the AI agent to the Astah Pro MCP server before resuming.

Additional Info

  • AI agents refer to information provided by OMG to understand UML.
  • AI agents follow Agile Modeling guidelines when creating UML models.

License

  • The original AI-DLC is licensed under the MIT-0 license and is copyrighted by Amazon.com, Inc. or its affiliates.
  • All modifications and new content added by this project are released under the CC0 1.0 Universal (Public Domain) license.

Contributing

If you have a proposed improvement, please open an issue. Note that any improvements submitted will be released under the CC0 license.

Links

Footnotes

  1. Other artifacts, such as non-functional requirements and technology stack definitions, are created as Markdown files, as in the original AI-DLC.

  2. Based on our personal experience, as of May 2026, AI agents other than these are not yet able to reliably distinguish among and use the more than 300 Astah Pro MCP tools.