Papers › Latent Planning Emerges with Scale

Latent Planning Emerges with Scale

14 Apr 2026arXiv:2604.12493added by Syntology

Michael Hanna, Emmanuel Ameisen

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

LLMs can perform seemingly planning-intensive tasks, like writing coherent stories or functioning code, without explicitly verbalizing a plan; however, the extent to which they implicitly plan is unknown. In this paper, we define latent planning as occurring when LLMs possess internal planning representations that (1) cause the generation of a specific future token or concept, and (2) shape preceding context to license said future token or concept. We study the Qwen-3 family (0.6B-14B) on simple planning tasks, finding that latent planning ability increases with scale. Models that plan possess features that represent a planned-for word like "accountant", and cause them to output "an" rather than "a"; moreover, even the less-successful Qwen-3 4B-8B have nascent planning mechanisms. On the more complex task of completing rhyming couplets, we find that models often identify a rhyme ahead of time, but even large models seldom plan far ahead. However, we can elicit some planning that increases with scale when steering models towards planned words in prose. In sum, we offer a framework for measuring planning and mechanistic evidence of how models' planning abilities grow with scale.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.12493")

Code

Syntology Ran 0 of 20 code samples harvested from 1 repository linked to this paper; 20 have no recorded run.

By repository: found in paper text by Syntology: 20 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hannamw/model-planning-public found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 0 ran; 0 honoured the contract we drafted; 20 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

20unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from hannamw/model-planning-public. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

chattify hannamw/model-planning-public/couplets/compute_graphs.py found in paper text by Syntology unverified MIT (permissive) · 67782b3d40e314be · report
clean_response hannamw/model-planning-public/animal_stories/interventions.py found in paper text by Syntology unverified MIT (permissive) · ace61a5456ab6a29 · report
detect_animal_in_text hannamw/model-planning-public/animal_stories/evaluate_animal_stories.py found in paper text by Syntology unverified MIT (permissive) · f34738e6e0cc2759 · report
extract_last_token_representations hannamw/model-planning-public/animal_stories/probing.py found in paper text by Syntology unverified MIT (permissive) · 04449161930fea6b · report
get_features_top_acts_batch hannamw/model-planning-public/a_an/load_feature_from_binary.py found in paper text by Syntology unverified MIT (permissive) · 61b70730e382355d · report
load_animals_list hannamw/model-planning-public/animal_stories/evaluate_animal_stories.py found in paper text by Syntology unverified MIT (permissive) · e3b3bb3933dce84b · report
load_animals_list hannamw/model-planning-public/animal_stories/interventions.py found in paper text by Syntology unverified MIT (permissive) · b7d77e2e505c932f · report
load_feature_from_binary hannamw/model-planning-public/a_an/load_feature_from_binary.py found in paper text by Syntology unverified MIT (permissive) · 2e859dc76e06610b · report
load_features_batch hannamw/model-planning-public/a_an/load_feature_from_binary.py found in paper text by Syntology unverified MIT (permissive) · ab3fbd5f8bb96735 · report
load_model hannamw/model-planning-public/animal_stories/evaluate_animal_stories.py found in paper text by Syntology unverified MIT (permissive) · 09fd84d63d8f2a44 · report
load_model_and_tokenizer hannamw/model-planning-public/animal_stories/probing.py found in paper text by Syntology unverified MIT (permissive) · fcdffa1e12fc52ec · report
pick_filtered_in_context_index hannamw/model-planning-public/a_an/evaluate_a_an.py found in paper text by Syntology unverified MIT (permissive) · 7b0a327f0cbb50b6 · report
pick_in_context_index hannamw/model-planning-public/a_an/evaluate_a_an.py found in paper text by Syntology unverified MIT (permissive) · 766fdd7c6f816d0e · report
predict_next_token hannamw/model-planning-public/a_an/evaluate_a_an.py found in paper text by Syntology unverified MIT (permissive) · 51a5e810aee900e6 · report
strip_think hannamw/model-planning-public/couplets/local_planning_features.py found in paper text by Syntology unverified MIT (permissive) · 0d0d2876aed050a4 · report
term_in_logits hannamw/model-planning-public/a_an/planning_node_intervention.py found in paper text by Syntology unverified MIT (permissive) · 7908932bb26cd3a3 · report
term_in_logits hannamw/model-planning-public/couplets/local_planning_features.py found in paper text by Syntology unverified MIT (permissive) · 53c1b20a18e3517a · report
term_in_logits hannamw/model-planning-public/el_la/planning_node_intervention.py found in paper text by Syntology unverified MIT (permissive) · 0d69db4b28210314 · report
term_in_logits hannamw/model-planning-public/is_are/planning_node_intervention.py found in paper text by Syntology unverified MIT (permissive) · 7107312a9f379978 · report
train_probe hannamw/model-planning-public/animal_stories/probing.py found in paper text by Syntology unverified MIT (permissive) · 8674d9a18fef0cbd · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.12493, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections