Tag
OxDeAI is an open-source protocol for deterministic pre-execution authorization of AI agent actions, providing signed artifacts and guards to enforce policy outside the agent loop. It supports popular agent frameworks like LangGraph, CrewAI, and AutoGen, and is seeking critical feedback.
Discusses the current trend in enterprise AI agent solutions favoring deterministic, auditable behavior over creative, dynamic LLM reasoning, questioning whether any creative agentic solutions exist.
The article presents a custom Rust + CUDA attention-transformer engine achieving 0.63 J/token energy efficiency on H100 with bit-exact determinism, surpassing typical models, and plans open-source release after patent.
Istar Code v5.0.0 is an open-sourced deterministic coding agent kernel that ensures consistent behavior across models from 1B to 500B parameters, using explicit rules, workflow phases, and verification gates.
E-- is a programming language that uses canonical English syntax and compiles deterministically to Python, aiming to combine LLM creativity with reproducible runtime behavior.
This article introduces Onyx, a VM for programmable agent orchestration, turning agent orchestration into software engineering by providing a runtime with clear semantics and execution model. It discusses the design decisions and limitations of current agent systems, and presents the PROGRAMS specification.
This article presents a head-to-head comparison of a new deterministic memory tool that achieves perfect recall with zero LLM calls during retrieval against four other tools.
Discusses approaches to make AI agent loops less reliant on prompts and more deterministic, aiming for greater reliability and control in agentic systems.
A developer built a deterministic firewall in Rust for AI agents that runs under 5ms, using plans, MCP lists, and taint tracking to enforce security without hallucination or latency issues.
Kent C. Dodds introduces Kody, a tool that augments existing AI assistants like Cursor, OpenAI, and Anthropic to create safer, deterministic integrations and automations rather than replacing them.
A tweet by @jianxliao raises the question of how to make AI agents deterministic, sparking discussion on reliability and safety.
A deterministic guardrail tool is needed between an AI agent's decision and its irreversible actions such as trades or sending funds, to ensure safety.
Probably raises $9M seed from Andreessen Horowitz to build a more reliable AI system using a deterministic validator harness that catches LLM hallucinations, enabling smaller models to run on local hardware.
archex is a local-first, deterministic tool that builds token-budgeted code context bundles for AI agents, using a full retrieval pipeline (BM25F, local embeddings, cross-encoder reranker, dependency-graph expansion) on your hardware with no API keys or telemetry, outperforming alternatives in recall and efficiency.
A tool built with pure math and determinism to solve indirect prompt injection and agent drifting, providing a pure audit trace chain. The creator is seeking pilot interest.
Setting temperature to 0 does not guarantee deterministic tool calls in agents due to batched inference causing floating-point reduction order shifts, leading to token flips and different actions under load.
Introduces DMF, a deterministic memory framework for conversational AI agents that replaces LLM-based compression with classical NLP and mathematical scoring, achieving comparable accuracy to Mem0 while using zero tokens for memory preparation and up to 242× fewer tokens overall.
Summarizes a deterministic, constraint-based approach for building AI agents in regulated finance, where the LLM only generates prose, numbers are cryptographically sealed, and auditability is ensured through separated layers.
BotCircuits Agent is an open-source framework that introduces a Workflow-native Agent Loop architecture, splitting deterministic state-machine navigation from targeted LLM execution to reduce deviations and token costs.
ActiveGraph introduces a deterministic non-generative approach for evidence compilation before semantic memory, achieving 85.6% QA accuracy and 86.2% turn answer-in-context on LongMemEval-S.