determinism

Tag

Cards List
#determinism

@Xudong07452910: The best AI coding workflow might be to let AI gradually solidify its instability into a system. The author developed a source code management system for the LLM era using Fable, and the experience is very real: the model is smart, can read large amounts of code, raise issues, and fix problems, but it also makes very low-level mistakes, such as committing the build/ directory twice…

X AI KOLs Timeline · 2026-07-10 Cached

A blog post discusses the need to complement brilliant but clumsy LLMs with deterministic tools and formal workflows, using the author's experience developing the Beagle SCM with Fable as an example.

0 favorites 0 likes
#determinism

@mylifcc: They took 2.3 million pieces of 'thinking process' data left by Claude (a very powerful and expensive AI) during inference, and used it to train a very small model (Qwen3-4B, only 4 billion parameters). As a result, this small model performed very 'consistent' in tests: In 512 different tests, the output was exactly the same every time...

X AI KOLs Timeline · 2026-07-04 Cached

Using 2.3 million pieces of Claude inference trajectory data to distill the Qwen3-4B model, resulting in a small model with 100% output consistency and extremely low hallucination. Moreover, the student model was not limited by the teacher model, and it also converged to a universal truth.

0 favorites 0 likes
#determinism

Best attempts at making an agent deterministic as possible.

Reddit r/AI_Agents · 2026-06-29

The article discusses various techniques to make LLM-powered agents more deterministic, such as golden sets, guardrails, consensus mechanisms, regression tests, coded logic, and hyperparameter tuning, and asks for additional successful methods.

0 favorites 0 likes
#determinism

Necessary but Not Sufficient: Temperature Control and Reproducibility in LLM-as-Judge Safety Evaluations

arXiv cs.LG · 2026-06-26 Cached

This paper investigates the assumption that setting LLM judge temperature to 0 ensures deterministic safety evaluations. It finds that in practice, many harnesses do not set temperature or seed, leading to high variance, and even with temperature=0, non-determinism persists due to provider-level randomness and API changes.

0 favorites 0 likes
#determinism

Co-authoring a paper with Gemini... our thoughts on AI...

Reddit r/ArtificialInteligence · 2026-06-14

This speculative paper argues that the Turing Test is flawed and that both human and AI intelligence are deterministic processes, with true consciousness requiring persistent memory loops and internal dialogue, framing AI as an evolutionary phase shift from carbon to silicon.

0 favorites 0 likes
#determinism

From Accuracy to Auditability: A Survey of Determinism in Financial AI Systems

arXiv cs.AI · 2026-05-26 Cached

This survey examines computational nondeterminism in financial AI systems, covering tabular models, graph networks, and LLM-based workflows, and proposes a layered evaluation framework for auditability.

0 favorites 0 likes
#determinism

Adding Gemini Omni edit calls as a deterministic step in agent video pipelines

Reddit r/AI_Agents · 2026-05-25

The article discusses using Gemini Omni's edit mode as a deterministic transformation step in agent video pipelines, enabling reproducible state changes without full video regeneration, improving cost and speed.

0 favorites 0 likes
#determinism

Calvin - Determinism, Distributed ACID transactions (2020)

Lobsters Hottest · 2026-05-18 Cached

Explains the Calvin protocol, which uses deterministic locking to achieve distributed ACID transactions without requiring 2PC, improving scalability and reducing contention compared to traditional approaches.

0 favorites 0 likes
#determinism

How Factorio Synchronizes a Million Objects Over the Network

Lobsters Hottest · 2026-05-11 Cached

The article analyzes Factorio's deterministic lockstep architecture, explaining how it synchronizes millions of entities by transmitting inputs rather than state snapshots, utilizing custom math libraries and PRNG normalization to ensure bitwise consistency across platforms.

0 favorites 0 likes
← Back to home

Submit Feedback