<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Converge Mechanics</title>
    <link>https://converge.zone/mechanics</link>
    <description>The engineering behind Converge. Deep dives into language choices, constraint solvers, event sourcing, security, and the boundary between reasoning and commitment.</description>
    <language>en</language>
    <lastBuildDate>Mon, 06 Jul 2026 14:00:00 GMT</lastBuildDate>
    <atom:link href="https://converge.zone/mechanics/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Why LLM Outputs Must Be Parsed, Not Trusted</title>
      <link>https://converge.zone/mechanics/why-llm-output-contracts</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-llm-output-contracts</guid>
      <description>The same boundary that separates user input from your domain model separates LLM output from your commitment layer</description>
      <pubDate>Mon, 06 Jul 2026 14:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Constraint Solvers Run Alongside LLMs</title>
      <link>https://converge.zone/mechanics/why-constraint-solvers</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-constraint-solvers</guid>
      <description>LLMs understand context. Constraint solvers enforce constraints. You need both, and they must not be confused.</description>
      <pubDate>Mon, 06 Jul 2026 13:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why LLMs Belong in Coordination, Not Commitment</title>
      <link>https://converge.zone/mechanics/why-llms-in-coordination</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-llms-in-coordination</guid>
      <description>The seam between probabilistic inference and deterministic commitment is the most important architectural boundary in AI-augmented systems</description>
      <pubDate>Mon, 06 Jul 2026 12:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why RustFS for Object Storage</title>
      <link>https://converge.zone/mechanics/why-rustfs</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-rustfs</guid>
      <description>Code to S3 semantics, not to a vendor — then own the storage layer when you are ready</description>
      <pubDate>Wed, 01 Apr 2026 14:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Rust &amp; Tauri &amp; Svelte for Desktop Apps</title>
      <link>https://converge.zone/mechanics/why-rust-tauri-svelte</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-rust-tauri-svelte</guid>
      <description>Your app, your machine, your workflow — no browser tab, no server, no compromise</description>
      <pubDate>Wed, 01 Apr 2026 10:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why WASM for Sandboxed Extensibility</title>
      <link>https://converge.zone/mechanics/why-wasm</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-wasm</guid>
      <description>User-defined business rules at native speed, with deterministic isolation</description>
      <pubDate>Wed, 25 Feb 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Collaborating Agents</title>
      <link>https://converge.zone/mechanics/collaborating-agents</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/collaborating-agents</guid>
      <description>Scaling multi-agent workflows without the chaos</description>
      <pubDate>Tue, 24 Feb 2026 23:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Model Comparison for Spec-Driven Development</title>
      <link>https://converge.zone/mechanics/spec-driven-model-comparison</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/spec-driven-model-comparison</guid>
      <description>How different LLMs perform in specification-driven workflows</description>
      <pubDate>Tue, 24 Feb 2026 23:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Specification-Driven Development</title>
      <link>https://converge.zone/mechanics/spec-driven-development</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/spec-driven-development</guid>
      <description>Spec is source of truth. Generate and verify artifacts from it.</description>
      <pubDate>Tue, 24 Feb 2026 23:00:00 GMT</pubDate>
    </item>
    <item>
      <title>LLM-based Agents</title>
      <link>https://converge.zone/mechanics/llm-based-agents</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/llm-based-agents</guid>
      <description>Converge-Provider and the model landscape</description>
      <pubDate>Tue, 24 Feb 2026 22:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Observability Stack</title>
      <link>https://converge.zone/mechanics/why-observability</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-observability</guid>
      <description>Tracing, metrics, and logs with OpenTelemetry</description>
      <pubDate>Tue, 24 Feb 2026 21:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Firebase Hosting</title>
      <link>https://converge.zone/mechanics/why-firebase-hosting</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-firebase-hosting</guid>
      <description>Static sites with global CDN and zero config</description>
      <pubDate>Tue, 24 Feb 2026 20:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why gRPC &amp; Protocol Buffers</title>
      <link>https://converge.zone/mechanics/why-grpc-protobuf</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-grpc-protobuf</guid>
      <description>Schema-first APIs with enforced contracts</description>
      <pubDate>Tue, 24 Feb 2026 19:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Raft for Runtime Consensus</title>
      <link>https://converge.zone/mechanics/why-raft-runtime-consensus</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-raft-runtime-consensus</guid>
      <description>Authoritative cluster ordering for promotions, overrides, and swarm scheduler ownership</description>
      <pubDate>Tue, 24 Feb 2026 18:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Tokio</title>
      <link>https://converge.zone/mechanics/why-tokio</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-tokio</guid>
      <description>Async Rust done right: the runtime that powers the ecosystem</description>
      <pubDate>Tue, 24 Feb 2026 18:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why jj for Version Control</title>
      <link>https://converge.zone/mechanics/why-jj</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-jj</guid>
      <description>Stacked changes and first-class rebases for multi-agent workflows</description>
      <pubDate>Tue, 24 Feb 2026 18:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Burn &amp; Polars</title>
      <link>https://converge.zone/mechanics/why-burn-polars</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-burn-polars</guid>
      <description>Machine learning in Rust: from data to inference</description>
      <pubDate>Tue, 24 Feb 2026 17:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Axum &amp; Tonic</title>
      <link>https://converge.zone/mechanics/why-axum-tonic</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-axum-tonic</guid>
      <description>Type-safe APIs in Rust: HTTP and gRPC, unified</description>
      <pubDate>Tue, 24 Feb 2026 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Google OR-Tools</title>
      <link>https://converge.zone/mechanics/why-or-tools</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-or-tools</guid>
      <description>Mathematical optimization for real-world constraints</description>
      <pubDate>Tue, 24 Feb 2026 15:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Local LLMs</title>
      <link>https://converge.zone/mechanics/why-local-llms</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-local-llms</guid>
      <description>AI that runs on your hardware, under your control</description>
      <pubDate>Tue, 24 Feb 2026 14:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Claude</title>
      <link>https://converge.zone/mechanics/why-claude</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-claude</guid>
      <description>AI that reasons, not just generates</description>
      <pubDate>Tue, 24 Feb 2026 14:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why SurrealDB</title>
      <link>https://converge.zone/mechanics/why-surrealdb</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-surrealdb</guid>
      <description>Multi-model database for graphs, documents, and real-time</description>
      <pubDate>Tue, 24 Feb 2026 12:50:00 GMT</pubDate>
    </item>
    <item>
      <title>Why LanceDB for Vector Search</title>
      <link>https://converge.zone/mechanics/why-lancedb</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-lancedb</guid>
      <description>Embedded vector database built on Lance columnar format</description>
      <pubDate>Tue, 24 Feb 2026 12:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Event Sourcing</title>
      <link>https://converge.zone/mechanics/why-event-sourcing</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-event-sourcing</guid>
      <description>Store what happened, derive what is</description>
      <pubDate>Tue, 24 Feb 2026 12:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Passkeys</title>
      <link>https://converge.zone/mechanics/why-passkeys</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-passkeys</guid>
      <description>Phishing-resistant authentication without passwords</description>
      <pubDate>Tue, 24 Feb 2026 12:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why End-to-End Encryption</title>
      <link>https://converge.zone/mechanics/why-e2e-encryption</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-e2e-encryption</guid>
      <description>Data that only the right parties can read</description>
      <pubDate>Tue, 24 Feb 2026 11:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Zero Trust Architecture</title>
      <link>https://converge.zone/mechanics/why-zero-trust</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-zero-trust</guid>
      <description>Never trust, always verify—even inside the network</description>
      <pubDate>Tue, 24 Feb 2026 11:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Cursor</title>
      <link>https://converge.zone/mechanics/why-cursor</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-cursor</guid>
      <description>AI-native development environment</description>
      <pubDate>Tue, 24 Feb 2026 10:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Why GitHub &amp; GitHub Actions</title>
      <link>https://converge.zone/mechanics/why-github-actions</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-github-actions</guid>
      <description>Code hosting and CI/CD in one platform</description>
      <pubDate>Tue, 24 Feb 2026 10:20:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Just</title>
      <link>https://converge.zone/mechanics/why-justfile</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-justfile</guid>
      <description>Task runner that replaces Makefiles without the pain</description>
      <pubDate>Tue, 24 Feb 2026 10:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Bun &amp; Vite &amp; Svelte for TypeScript</title>
      <link>https://converge.zone/mechanics/why-bun-vite-svelte</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-bun-vite-svelte</guid>
      <description>Get closer to the machine — no virtual DOM, no runtime framework, no abstraction tax</description>
      <pubDate>Tue, 24 Feb 2026 10:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Docker</title>
      <link>https://converge.zone/mechanics/why-docker</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-docker</guid>
      <description>Consistent environments from development to production</description>
      <pubDate>Tue, 24 Feb 2026 10:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Kotlin for Android</title>
      <link>https://converge.zone/mechanics/why-kotlin</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-kotlin</guid>
      <description>Modern JVM language with null safety and coroutines</description>
      <pubDate>Tue, 24 Feb 2026 09:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Swift for iOS</title>
      <link>https://converge.zone/mechanics/why-swift</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-swift</guid>
      <description>Native performance, native UX, native safety</description>
      <pubDate>Tue, 24 Feb 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why TypeScript for Web Applications</title>
      <link>https://converge.zone/mechanics/why-typescript</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-typescript</guid>
      <description>Type safety that scales from prototype to production</description>
      <pubDate>Tue, 24 Feb 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Elixir for the Ledger</title>
      <link>https://converge.zone/mechanics/why-elixir</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-elixir</guid>
      <description>Fault tolerance and distributed consensus on the BEAM</description>
      <pubDate>Tue, 24 Feb 2026 08:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Rust for Antifragile Systems</title>
      <link>https://converge.zone/mechanics/why-rust</link>
      <guid isPermaLink="true">https://converge.zone/mechanics/why-rust</guid>
      <description>Memory safety without garbage collection, correctness without compromise</description>
      <pubDate>Tue, 24 Feb 2026 08:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>
