Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Apple iOS & macOSApple arbeitet an einem Fitness-Tracker ohne Display(22.09.2026 um 21:33 Uhr)
Apple iOS & macOSApple stoppt Entwicklung des AirTag-großen KI-Pins(22.09.2026 um 22:22 Uhr)
Apple iOS & macOSApple arbeitet an einem Fitness-Tracker ohne Display(22.09.2026 um 21:33 Uhr)
Apple iOS & macOSApple stoppt Entwicklung des AirTag-großen KI-Pins(22.09.2026 um 22:22 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

Why AI coding agents need an architecture compiler (and I built one)

The problem nobody talks about AI coding agents write code fast. Too fast. Within a few sessions you end up with: Utility functions calling into feature modules Feature logic embedded in CLI entry points Circular dependencies 3 layers…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!




The problem nobody talks about



AI coding agents write code fast. Too fast. Within a few sessions you end up with:




  • Utility functions calling into feature modules

  • Feature logic embedded in CLI entry points

  • Circular dependencies 3 layers deep

  • Database clients instantiated inside pure functions



No linter catches this. No formatter fixes it. The codebase works -- but it's slowly becoming unmaintainable, and the agent helping you has no structural feedback to course-correct.






What I built



Atomadic Forge is an architecture compiler. Point it at any Python or JavaScript repo and it:





  1. Scouts -- maps every symbol, tier, dependency, language


  2. Wires -- finds every import that violates the composition law


  3. Certifies -- assigns a score 0-100 with a SHA-256 receipt


  4. Enforces -- auto-fixes violations in-place, dry-run safe



It runs as an MCP server -- your agent in Cursor or Claude Code can call certify, wire, recon, enforce, and 25+ other tools directly.






The 5-tier monadic composition law



Every file belongs to exactly one tier. Tiers compose upward only.




a0_qk_constants/     Zero logic. Pure data: constants, enums, TypedDicts.
a1_at_functions/ Pure stateless functions. Only imports: a0.
a2_mo_composites/ Stateful classes, clients, registries. Imports: a0+a1.
a3_og_features/ Features assembled from composites. Imports: a0-a2.
a4_sy_orchestration/ CLI, entry points, top-level wiring. Imports: a0-a3.









Real output






$ forge certify --project ./my-ai-built-app

{
"score": 47,
"issues": [
"a1 imports from a3: utils.py -> feature_pipeline.py (7 occurrences)",
"circular dependency: auth_client <-> user_service",
"a4 contains 340 lines of business logic (belongs in a2/a3)"
]
}

$ forge enforce --apply --source ./src

{
"score": 91,
"pre_violations": 34,
"post_violations": 3,
"auto_fixed": 31
}









Install






pip install atomadic-forge
forge certify --project .
forge wire --source ./src --suggest-repairs






MCP config:




{
"mcpServers": {
"atomadic-forge": {
"command": "forge",
"args": ["mcp", "serve", "--project", "/your/project"],
"env": { "FORGE_API_KEY": "your-key" },
"type": "stdio"
}
}
}









Numbers





Drop questions in the comments -- I read every one.

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Why AI coding agents need an architecture compiler (and I built one)

Thematisch verwandte Begriffe: coding, agents, need, architecture · 6 Treffer

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-82000 | Adobe Experience Manager Forms JEE is affected by a Server-Side Request …
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick