planning

Tag

Cards List
#planning

Neurosymbolic Reasoning with Incremental Knowledge for Sample Efficient Hierarchical Reinforcement Learning

arXiv cs.AI · 4d ago Cached

This paper proposes InK, a neurosymbolic hierarchical reinforcement learning approach that uses incremental knowledge for symbolic planning and reward-shaped low-level neural modules, achieving improved sample efficiency in navigation tasks.

0 favorites 0 likes
#planning

HyperAgent: Planning and Acting over Tool-Schema Hypergraphs for Tool-Use LLM Agents

arXiv cs.AI · 4d ago Cached

HyperAgent is a research framework that models tool relations via a Tool-Schema Hypergraph to improve planning and execution for LLM agents, reducing API calls and token usage on the AppWorld benchmark.

0 favorites 0 likes
#planning

A new agent designed for research purposes

Reddit r/AI_Agents · 5d ago

A developer introduces a new research-focused AI agent featuring detailed planning, agile execution, and an optional loop, noting that it currently lacks a sandbox for data safety.

0 favorites 0 likes
#planning

NeSyFS: A Neuro-symbolic Fast-Slow Thinking Framework for LLM Agent under Partial Observability

arXiv cs.AI · 6d ago Cached

NeSyFS is a neuro-symbolic framework for LLM agents under partial observability that uses a knowledge graph to represent belief state, combines fast/slow thinking with uncertainty-aware planning, and reflection, showing gains on ALFWorld, Webshop, and ScienceWorld.

0 favorites 0 likes
#planning

I asked Sol Max to compare the output of Claude Opus 5 High and GPT 5.6 Sol Max on a specific puzzle on ARC-AGI-3 where Opus 5 had a 98.81% score and GPT 5.6 Sol Max had a 21.42% score

Reddit r/singularity · 2026-07-31

An analysis comparing Claude Opus 5 High and GPT 5.6 Sol Max on an ARC-AGI-3 puzzle shows Opus winning by preserving detailed state in visible output, while Sol relies on discarded hidden reasoning.

0 favorites 0 likes
#planning

VisualPatchWorld: Code World Models as Latent Structured Representations for Planning

arXiv cs.CL · 2026-07-29 Cached

VisualPatchWorld introduces a method for learning world dynamics as code, enabling inspectable and editable simulators from data. It achieves strong planning success in navigation and manipulation tasks.

0 favorites 0 likes
#planning

In 1966, the US government funded a robot that could look at a room, build a model of it in its own "mind," and invent its own plan to get across it. It ran on a computer that filled a building. The declassified technical report is public.

Reddit r/singularity · 2026-07-28 Cached

A declassified 1984 technical report details Shakey the Robot (1966-1972), the first mobile robot that could perceive its environment, build an internal model, and plan its own actions using the STRIPS planning system.

0 favorites 0 likes
#planning

Separating planning from execution fixed most of my agent context bloat

Reddit r/AI_Agents · 2026-07-28

This article discusses a technique for reducing context bloat in AI agents by decoupling the planning phase from execution, improving agent efficiency and accuracy.

0 favorites 0 likes
#planning

The Physics of Multi-Turn Long-Horizon Planning: From Pre-training to Post-training via Single- and Multi-Teacher On-Policy Agentic Distillation

Hugging Face Daily Papers · 2026-07-27 Cached

This paper introduces a controlled multi-turn environment to systematically study long-horizon planning ability in foundation model agents across pre-training, post-training (via GRPO and on-policy distillation), and integration (via multi-teacher on-policy distillation) stages.

0 favorites 0 likes
#planning

@0xCodila: Andrew Ng just dropped 8-page PDF on 4 agentic steps "from Loops to Graphs from scartch" The twist: agent has amnesia w…

X AI KOLs Timeline · 2026-07-23 Cached

Andrew Ng released an 8-page PDF detailing four key agentic workflows: reflection, tool use, planning, and multi-agent collaboration, emphasizing that a weak model with proper architecture can outperform a strong one.

0 favorites 0 likes
#planning

@levie: Multi-model agentic systems clearly are the future. Great post by cursor. Their new research shows that a frontier mode…

X AI KOLs Following · 2026-07-21 Cached

Cursor's research shows that multi-model agentic systems using a frontier model as planner and a cheaper model as worker can reduce token costs by 15x, enabling more efficient complex agents.

0 favorites 0 likes
#planning

Agent swarms and the new model economics

Hacker News Top · 2026-07-20 Cached

Cursor's new agent swarm design uses planner and worker models to decompose tasks into a tree structure, achieving significant cost savings and quality improvements. In a test rebuilding SQLite from scratch in Rust, the new swarm reached 80% pass rate in four hours while the old swarm failed.

0 favorites 0 likes
#planning

Schema (2 minute read)

TLDR AI · 2026-07-17

Schema is a harness that enables frontier AI models to achieve 99% on the ARC-AGI-3 benchmark by having them write executable programs to model game environments, test predictions, and plan.

0 favorites 0 likes
#planning

@drfeifei: 1/N Long horizon, complex tasks that truly matter in everyday life are not solved problems by today’s robotics, requiri…

X AI KOLs Timeline · 2026-07-13 Cached

Dr. Fei-Fei Li announces the second year of Stanford's BEHAVIOR Challenge, a robotics competition tackling long-horizon, complex everyday tasks, with new tasks, improved evaluation, and an $11,000 prize pool.

0 favorites 0 likes
#planning

GATS: Graph-Augmented Tree Search with Layered World Models for Efficient Agent Planning

arXiv cs.AI · 2026-07-13 Cached

GATS introduces a Graph-Augmented Tree Search with a layered world model (symbolic, learned, generative) to eliminate LLM calls during planning, achieving 100% success on synthetic tasks and stress tests, outperforming LATS and ReAct.

0 favorites 0 likes
#planning

@xxm459259: 已经从 superpowers 换到 mattpocock/skills 两三周了。superpowers 的那套 brainstorming,spec,plan 再到 subagents + worktree 绝大部分时候都不适合我。

X AI KOLs Timeline · 2026-07-09 Cached

Matt Pocock released v1.1 of his skills tool, featuring new commands for planning, specification, implementation, and code review. The poster switched from superpowers to this tool.

0 favorites 0 likes
#planning

Beyond the Leaderboard: A Synthesis of Tool-Use, Planning, and Reasoning Failures in Large Language Model Agents

arXiv cs.AI · 2026-07-08 Cached

This paper synthesizes 27 benchmark, taxonomy, and audit papers from 2023-2026 into a unified taxonomy of LLM agent limitations, identifying six failure clusters including tool invocation errors, planning failures, long-horizon degradation, multi-agent coordination issues, safety concerns, and measurement validity problems.

0 favorites 0 likes
#planning

Embodied Operators and Benchmarking: Toward Reusable and Deployable Embodied Intelligence Systems

arXiv cs.AI · 2026-07-07 Cached

This paper defines embodied operators as reusable functional modules for embodied intelligence pipelines, presents a taxonomy covering five major categories, and proposes a multi-dimensional benchmark framework for evaluating their deployability and composability.

0 favorites 0 likes
#planning

@yingwww_: Warm take: Your world model should never stop learning Introducing AdaJEPA, an adaptive WM that plans, acts, and adapts…

X AI KOLs Following · 2026-07-05 Cached

AdaJEPA introduces an adaptive latent world model that continuously updates during test-time via closed-loop model predictive control, significantly improving planning success under distribution shift.

0 favorites 0 likes
#planning

I built Micro-JEPA: A lightweight JEPA (Joint Embedding Predictive Architecture) in Python

Reddit r/ArtificialInteligence · 2026-07-03

Micro-JEPA is a lightweight Python implementation of the Joint Embedding Predictive Architecture (JEPA), enabling an agent to learn environment representations, predict future states in latent space, and plan actions to avoid obstacles.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback