Intent Bus - SQLite job bus for cross-device scripts
Tiny Flask server (~100 LOC) that lets any script POST a job and any worker poll for matching ones. Atomic SQLite locking, 60s visibility timeout, and API key auth in place of Redis or MQTT.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webWhy Your “Prompt Engineering” Degree is Now Worthless (The Rise of Intent-Based AI)
medium.com · Apr 29, 2026
The Price of Attention - Why Intent-Centric Design is a Financial Necessity
medium.com · Apr 29, 2026
H2E Sheriff: Harmonizing Agentic Intent with the Riemann Critical Line through Spectral Governance
medium.com · Apr 29, 2026
A week in intent-based trading: Ghost Auction, live quotes, and the path to agent-native DeFi
dev.to · Apr 26, 2026
What Is AI-Powered CAD Reasoning? How Design Intent Becomes Machine Logic
medium.com · Apr 25, 2026
Featured in
Related entries
Rapid-MLX - 2-4x faster local LLM inference on Apple Silicon
MLX-native inference engine with OpenAI-compatible API. The novel piece: DeltaNet state snapshots bring prompt caching to non-trimmable architectures (Qwen3.5 hybrids), restoring RNN state in ~0.1ms. 2-5x faster TTFT, native Metal kernels, continuous batching.
OpenSail - open AI workspace platform
Self-hostable platform for building, running, and sharing AI workspace agents and apps with any model. No vendor lock-in - bring your own LLM provider or run local.
Egregore - shared memory for multiplayer Claude Code
Local MIT substrate that gives a team of Claude Code sessions a shared memory and coordination layer, spun up via npx create-egregore.
OpenClawdex - orchestrator UI for Claude Code and Codex
Open-source MIT UI that drives both Claude Code and Codex from one app, opens diffs in your editor instead of a side panel, and uses your existing logins instead of API keys.