Subconscious • 1146 implied HN points • 25 Feb 26
- Fold context by running separate agent threads on different sources, saving each thread's summary, and then merging those summaries into a synthesized solution — this divergence-then-convergence workflow yields much better results.
- Problems need enough variety to be solved. LLMs have huge latent variety that RLHF often narrows, so you can restore useful, surprising behavior by steering models with context windows, tools, and divergent multi-agent exploration.
- Save the summaries as compressed artifacts for reuse and run multiple passes (research then development) to both explore and refine ideas, and be willing to give up some control so agents can surface novel, meaningful options.