Literate Model-Driven Cloud-Native Development with Object-Functional Paradigms for the AI Era
A executable specification is neither merely a test nor simply TDD that drives implementation. It connects written specifications, analysis and design models, and implementation code, serving as a core artifact through which humans and AI agree—by execution—on what the correct specification is. By placing executable specifications at the center, analysis models become grounded in implementation, and implementation gains semantic justification.
2026-01-12
Rather than using generative AI merely as a code generation tool, this article introduces a development style in which design documents for specifications, source code, and executable specifications are evolved together as an integrated whole. The central themes of this article are the design of constraints that prevent AI from acting too freely, the clear separation between responsibilities best handled by humans and those delegated to AI, and documentation strategies for accumulating and reusing knowledge.
2026-01-05
The Semantic Integration Engine is a multifaceted semantic search engine that provides multiple interfaces, including REST, MCP, and ChatGPT WebSocket. Among these, the REST API is positioned as the most general-purpose and stable interface for external exposure. In this article, we demonstrated how to build a CLI on top of the REST API, enabling SIE’s query functionality to be used directly from the console and shell scripts. We also confirmed the potential of combining this CLI with VS Code Codex and generative AI, allowing it to be used as a tool for acquiring external knowledge.
2025-12-29