Skip to content

Reproduce papers#6

Merged
Koukyosyumei merged 11 commits into
mainfrom
reproduce-papers
Jul 16, 2026
Merged

Reproduce papers#6
Koukyosyumei merged 11 commits into
mainfrom
reproduce-papers

Conversation

@Koukyosyumei

Copy link
Copy Markdown
Contributor

No description provided.

…scores

Each score expresses one paper's core algorithm (the loop, the roles,
the aggregation rule) over the public SDK — generic over its CLI task,
journaled and resumable, cheap models pinned. Covers refine loops
(Self-Refine, Reflexion, CRITIC), sampling/voting (Self-Consistency,
Agent Forest), debate (Du et al., MAD, ReConcile), candidate judging
(ChatEval, BoN-MAV), generation ensembling (LLM-Blender, MoA), search
and writing (ToT, Chain of Agents, STORM, CAMEL), and software SOPs
(AgentCoder, MapCoder, MetaGPT, ChatDev). Example AST tests now sweep
examples/ recursively.
…tal)

Search & planning: Graph of Thoughts (explicit DAG with aggregate/refine),
LATS (MCTS with verify-as-reward and reflections), Skeleton-of-Thought
(parallel point expansion), Least-to-Most, Meta-Prompting (conductor +
fresh experts). Verification & factuality: Chain-of-Verification (factored
checks on clean seats), SelfCheckGPT, Universal Self-Consistency, PRD peer
rank, persuasive assigned-side debate. Code: Self-Debug (rubber duck),
CodeT (dual execution agreement), AlphaCodium (flow engineering),
Agentless (fixed localize/repair/validate pipeline), Parsel (function-graph
map_reduce). Topology & self-organization: Exchange-of-Thought (four
communication topologies), DyLAN (roster pruning by agent importance),
AgentVerse (mid-run dynamic hiring in a never-frozen run), negotiation
self-play, Constitutional AI critique-revision.
Medium-length post (10 lessons, grounded in the examples/papers corpus:
control-flow sizes, the independence invariant, feedback-as-object,
execution over opinion, aggregation rules, debate as a visibility
function, dynamic teams, search cost ladder, turn-boundary validation,
family consolidation) plus a condensed Reddit version with suggested
titles.
New section 3.1 lists every re-implemented paper with its arXiv link,
the path to its score under examples/papers/, and a one-line summary of
the workflow it expresses.
examples/ now has two subdirectories: tutorial/ (the pattern walkthrough
scores) and papers/ (the 40 paper reference implementations). Updated
usage lines in each moved score, the links and commands in README.md and
examples/README.md, the patterns.py docstring references, and the
resident-preflight test's paths.
@Koukyosyumei
Koukyosyumei merged commit 7701ad1 into main Jul 16, 2026
7 checks passed
@Koukyosyumei
Koukyosyumei deleted the reproduce-papers branch July 16, 2026 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant