Show HN: Gemini Pro 3 imagines the HN front page 10 years from now
TL;DR Highlight
An experiment feeding Gemini Pro 3 today's HN front page and asking it to predict what HN looks like in 2035 — exposing the limits of AI future prediction.
Who Should Read
AI researchers interested in LLM reasoning limits, and product thinkers who use AI for forecasting or trend analysis.
Core Mechanics
- The experiment gave Gemini Pro 3 the current HN front page as context and asked for a prediction of the HN front page 10 years out (2035).
- The model's predictions revealed a pattern: extrapolating current trends linearly rather than reasoning about discontinuities, surprises, or second-order effects.
- The AI predicted more AI, more AGI discussion, more quantum computing — essentially amplified versions of what's already trending, without predicting emergent surprises.
- This exposes a fundamental limitation: LLMs are trained on what happened, not on what was surprising about what happened. They tend to produce 'confident-sounding trend extrapolation' not genuine forecasting.
- The meta-lesson is that AI models make poor forecasters for discontinuous events but reasonable performers on incremental trend extension.
Evidence
- The actual model outputs were shared in the post and showed heavy clustering around AI/ML, quantum, and biotech topics with little imagination for entirely new categories.
- HN commenters pointed out that actual HN front pages from 10 years ago would have looked very different from what anyone in 2015 would have predicted.
- Several forecasting enthusiasts cited Superforecasting literature — the point that calibrated uncertainty, not confident prediction, is the mark of good forecasting. LLMs tend to be overconfident.
- Some commenters argued the experiment was unfair — no human can reliably predict 10-year tech trends either. The interesting question is whether AI is worse than a calibrated human expert.
How to Apply
- When using LLMs for trend analysis or forecasting, treat their outputs as 'extrapolation hypotheses' to be stress-tested, not predictions to be trusted.
- Ask the model explicitly to generate surprising or contrarian scenarios — this partially counteracts the tendency to extrapolate trends.
- For strategic planning, use LLMs to enumerate known trends and then bring human judgment (or dedicated forecasting tools like Metaculus) for discontinuity assessment.
- Frame LLM forecasting prompts as 'what could make this trend reverse?' rather than 'where will this go?' to get more useful adversarial scenarios.
Terminology
Related Papers
Claude-real-video - any LLM can watch a video
YouTube URL이나 로컬 영상 파일에서 장면 변화 기반으로 핵심 프레임만 추출하고 음성 전사까지 해서 LLM에게 넘겨주는 오픈소스 도구. Claude는 영상 파일을 못 받고, ChatGPT는 자막만 읽고, Gemini는 고정 1fps 샘플링이라는 한계를 모두 우회한다.
ReContext: Recursive Evidence Replay as LLM Harness for Long-Context Reasoning
128K 토큰 컨텍스트에서 모델 내부 attention 신호로 핵심 증거만 추출해 재주입하면 추론 정확도가 24.6% 오른다.
Single and Multi Truth Data Fusion using Large Language Models
여러 소스의 충돌하는 데이터를 GPT-4o-mini 프롬프트로 병합하면 기존 비지도 방법보다 일관되게 F1 점수가 높다.
Multilingual Reasoning Cascades Need More Context
번역 cascade 파이프라인에서 원본 질문을 마지막까지 유지하면 추가 학습 없이 다국어 성능이 크게 오른다.
Less Back-and-Forth: A Comparative Study of Structured Prompting
체크리스트 형식으로 프롬프트를 구조화하면 LLM 답변 품질도 높아지고 토큰도 적게 쓴다.
Training-Free Cultural Alignment of Large Language Models via Persona Disagreement
재학습 없이 각 나라의 도덕적 가치관에 맞게 LLM 출력을 조정하는 추론 시점 기법 DISCA 제안
Using Claude Code: The unreasonable effectiveness of HTML