recursion

Tag

Cards List
#recursion

Finally adding recursive functions to Futhark

Lobsters Hottest · 2026-08-06 Cached

A blog post announcing the addition of recursive functions to the Futhark programming language, explaining the historical challenges of recursion on GPU backends and the design trade-offs involved.

0 favorites 0 likes
#recursion

Recursion is lying to you

Hacker News Top · 2026-07-28 Cached

This article explains how recursion in JavaScript can cause stack overflow even when using tail recursion, due to lack of proper tail call optimization in most runtimes. It discusses the hidden pitfalls of elegant abstractions.

0 favorites 0 likes
#recursion

The agent industry made stack overflow billable—but who owns the return?

Reddit r/AI_Agents · 2026-07-24

An analysis of the termination problem in recursive AI agent systems, highlighting how agents can lose verified position while still selecting valid actions, and questioning where termination logic should reside in the agent stack.

0 favorites 0 likes
#recursion

The four primitives that made my agents reliable: evidence-gated memory, counted evals, one governance gate, honest recursion

Reddit r/AI_Agents · 2026-07-09

This article describes four primitives for building reliable AI agents: evidence-gated memory, counted evals, one governance gate, and honest recursion.

0 favorites 0 likes
#recursion

@GregKamradt: Alexia was the solo author on TRM, pushing the limits with recursion on a small 2 layer network TRM’s performance on AR…

X AI KOLs Timeline · 2026-06-30 Cached

Alexia Jolicoeur-Martineau was the solo author on TRM, pushing recursion limits on a small 2-layer network, achieving impressive performance on ARC-AGI. She has joined Microsoft as a Principal researcher.

0 favorites 0 likes
#recursion

Revealing the frontier with stacks and queues

Lobsters Hottest · 2026-06-03 Cached

A technical blog post explaining the benefits of using stacks and queues over recursion for tree traversal, with code examples in Rust.

0 favorites 0 likes
#recursion

Five Years of Trying to Add Recursion to lychee

Lobsters Hottest · 2026-06-01 Cached

Matthias Endler recounts the five-year struggle to implement recursion in lychee, a Rust link checker used by major tech companies, detailing architectural challenges and multiple failed attempts.

0 favorites 0 likes
#recursion

Generative Recursive Education: Creating Custom Interactive Textbooks on the Fly.

Reddit r/LocalLLaMA · 2026-05-24

This article presents a generative recursive approach to creating custom interactive textbooks on the fly, adapting educational content dynamically to individual learners.

0 favorites 0 likes
#recursion

@askalphaxiv: A fascinating paper supervised by Yoshua Bengio "Generative Recursive Reasoning" Test time compute should scale not jus…

X AI KOLs Timeline · 2026-05-21 Cached

The paper 'Generative Recursive Reasoning' introduces a method that scales test-time compute by sampling multiple latent reasoning trajectories in parallel, enabling the model to explore diverse hypotheses and avoid deterministic collapse. This approach improves performance on tasks such as Sudoku, ARC AGI, N Queens, and graph coloring, and can also generate valid Sudoku boards and MNIST digits.

0 favorites 0 likes
#recursion

POV Qwen 3.5 with thinking

Reddit r/LocalLLaMA · 2026-04-23

User observes Qwen 3.5 falling into repetitive thinking loops during generation.

0 favorites 0 likes
← Back to home

Submit Feedback