Загрузка видео...

Не удалось загрузить видео

На главную

Someone built an interactive GPT visualizer that shows every single step of how a model generates output. Not just the final answer. The actual pipeline.

107,278 просмотров • 7 месяцев назад •via X (Twitter)

Комментарии: 0

Нет доступных комментариев

Здесь появятся комментарии из оригинального поста

Похожие видео

Anthropic ex-engineer runs an internal graph that costs $6 a month and catches what a $300,000 eval suite misses. No retrieval layer. Seven nodes and one rule about who's allowed to change their mind. He published the whole schema. His version starts from the opposite idea. A graph is not an execution order. It's a memory of why. Seven nodes. Every edge carries the reason it exists: > INTENT - states what the task is for. Never how > DECOMPOSE - splits it into steps, each with a stated assumption > WORKER - executes one step. Sees nothing else > AUDIT - checks the output against the assumption, not the goal > DRIFT - compares the current step to INTENT and flags divergence > LEDGER - stores every decision with the assumption that justified it > ROOT - holds the graph, and when an assumption breaks, re-runs every step built on it Six nodes act. One node remembers why they acted. Every step carries the assumption that made it correct, so a false one only reruns what stood on it. That's the entire design. A pipeline that forgets its reasons has to redo all of it or trust all of it. He replayed a month of agent runs. 4,100 steps, 380 built on an assumption that was wrong by day three. The old pipeline shipped all 380 and linked none of them. Everyone else builds graphs where output moves forward and the reasoning evaporates. He built one where the reason travels with the result. The blast radius is the output nobody else produces. The article below is the full build - node prompts, the assumption format, the invalidation rule that finds every step downstream of a broken one. Save it. You'll want it open in the other

wast3

306,873 просмотров • 1 месяц назад

$100,000/mo in compute credits to startups and institutions that apply and join the Apodex Frontier Program. I'm posting the link below. Beyond the compute credits, you get access to the Apodex Deep Discover solver, powered by one of the most interesting models I've seen in a while. A quick summary of the Apodex 1.0-H model: 1. The model works like an agent team, not a single model looping over the same context. An orchestrator decomposes a task and spawns specialized subagents on demand. Each subagent works asynchronously with its own context and tools. This behavior was trained into the model. 2. The model can improve its own reasoning through a generate → verify → revise process. It generates an answer, an internal grader evaluates it, and finally, it revises it based on that feedback over multiple rounds. The grader never sees the answer key, so the process does not rely on memorization. 3. Verification is handled by independent agents, not the same model checking itself. It uses a dedicated verification team, including a conflict reviewer, a fact checker, and a draft reviewer, to audit the output before delivery. It backs every output claim with an explicit evidence chain. To give you an idea of how powerful Apodex-1.0-H is, it can coordinate up to 150 subagents executing over 15,000+ steps within a single task. If you are a research institution, academic lab, or research startup, consider applying.

Santiago

16,891 просмотров • 2 месяцев назад