synthesis-llm.ko.md
docs/i18n/synthesis-llm.ko.md
LLM 기반 합성 prose
<!-- translations:start -->
English · 한국어 · 中文 · 日本語 · Русский · Español · Français · Deutsch
<!-- translations:end --> Tesserae에는 두 가지 합성 경로가 있습니다. 기본값은 네트워크를 전혀 호출하지 않는 결정적 휴리스틱입니다. 연구 그래프에서 예측 가능하고 멱등적인 Markdown 템플릿을 생성합니다. 선택 사항인 LLM 업그레이드 경로는 다른 모든 불변성(멱등성, citation 추적, hash-stable 본문)을 그대로 유지하면서, 매 compile마다 Claude가 작성한 prose로 해당 템플릿을 대체합니다.
이 페이지는 이를 언제 활성화해야 하는지, 비용은 얼마인지, 어떤 데이터가 사용자의 머신을 떠나는지, 출력을 어떻게 검사하는지를 설명합니다.
수행하는 일
두 경로 모두 동일한 _PagePlan 입력(node id, 이름, type, description, source path)을 사용합니다. 차이는 본문입니다.
휴리스틱 (generator: heuristic-v1)
# Project Pulse
## Counts
- Paper: 14
- Repository: 4
...
## Recently added
- Geometry-Grounded Gaussian Splatting (Paper)
- Volumetric Rendering Revisited (Paper)
...
## Tagline
Tesserae — a self-evolving research notebook.
데이터베이스 덤프처럼 읽힙니다. 유용하고, 결정적이며, 현재 제공되는 방식입니다.
LLM (generator: llm-claude-sonnet-4-6)
## Recent activity
The wiki tightened around 3D reconstruction this week. Two papers landed
under the Splatting Family [ApproachFamily:splatting:a86ed11b9524], both
foregrounding photometric and depth supervision for stable splat geometry
[Paper:geometry-grounded-gaussian-splatting:f188522141a2]. The dominant
through-line is volumetric rendering refinements
[Concept:volumetric-rendering:b05846130d24].
편집자가 쓴 digest처럼 읽힙니다. 모델은 입력에 있는 사실을 *다시 서술*하도록 제한됩니다. node를 언급하는 모든 문단은 [node_id] citation으로 끝나며, citation을 누락한 본문(또는 80자보다 짧은 본문)은 거부되고 휴리스틱으로 fallback됩니다.
Prompt 형태
두 블록으로 구성됩니다. cache_control: ephemeral로 감싼 길고 안정적인 system block과, kind마다 달라지는 page별 user message입니다.
System block (cached, 모든 page에서 동일)
You are an Tesserae synthesis writer. Your job is to summarize a controlled
knowledge graph into a single Markdown page. Rules you follow ABSOLUTELY:
RULE 1 — DO NOT INVENT FACTS. Restate or summarize ONLY material you find
in the inputs. ...
RULE 2 — CITE EVERY CLAIM. Every paragraph that names a node MUST end
with one or more citation markers in square brackets, where the bracket
body is the node's id (e.g. ``[Paper:arxiv-2604.20329:abcd1234]``).
...
RULE 3 — STAY ON TOPIC. The synthesis kind decides the shape:
* pulse : project-wide weekly snapshot. 5-9 sentences max.
* daily_digest : one paragraph per noteworthy paper that day.
* weekly : 3 themes from the week, 1 paragraph each.
* topic : narrative about a research topic / approach family.
* comparison : one paragraph per family with shared task/benchmark.
* field_overview: 1-2 paragraphs per linked sub-topic.
RULE 4 — TONE. Direct, terse, technical. ...
RULE 5 — FORMAT. Output is pure Markdown. No frontmatter. ...
RULE 6 — LANGUAGE. Match the dominant language of the input materials.
If 80%+ of input titles/descriptions are in Korean, write in Korean.
Otherwise English.
The current ontology is:
Paper, Repository, Concept, Algorithm, Model, Dataset, Benchmark, Metric,
Person, Organization, ResearchTopic, ApproachFamily, Synthesis, ...
A node id has the shape ``Type:slug:hash``.