
LLM Attention Visualization
交互式可视化展示大语言模型中的注意力机制工作原理。
ifz · HN
LLM Attention Visualization
完整作品展
技术栈
60 projects

交互式可视化展示大语言模型中的注意力机制工作原理。
ifz · HN
LLM Attention Visualization


CodeFlovio 将代码转换为交互式流程图,便于学习、调试和文档编制。
@Sparsh209 · X
Hi isha! Check it out here at: Would love to hear your feedbacks

Flint是为AI代理设计的可视化语言,用于创建交互式数据可视化。
chenglong-hn · HN
Data visualizations are the bridge between user and data. But building AI agents that can generate visualizations reliably can be very tricky: - simple chart specs can be reliable, but generated charts are often of low quality due to reliance on system defaults; - complex chart specs with explicit details can produce good-looking charts, but they are verbose and agents can struggle with reliability We figured out it is a limitation on the language issue (not just AI capability thing) -- current visualization languages are a bit too low-level for AI agents, requiring them to explicitly make visual decisions that are supposed to be handled by a good compiler. Flint is a visualization intermediate language to address this issue, allow AI agents to solve this last-mile human-agent interaction problem. It provides a simple semantic-type based specification, and contains a layout optimization engine that can produce good-looking charts (filled with derived low-level details) from simple

探索数学曲线、分形、对称和拓扑的交互式可视化。
@vkuoo · X
Added more demos showcasing graph-math relationships, built with Codex.

Visual Ideas is a free toolkit for solo creators: build and export HTML emails, plan posts in a social calendar, and turn pages into branded LinkedIn carousels. No account required
@criss_design · X
🚗 Carviano — automotive storytelling 🐾 My Pet's Stories — pet memories 💼 Orkely — invoicing & proposals (Microsoft Store) ✉️ Visual Ideas — email builder

将想法组织为视觉地图,提取关键见解并转化为文档和演讲稿。
u/shadowosa1 · Reddit
I rebuilt my landing page after 300+ visitors still didn’t understand what my app does. I’ve been building a spatial thinking environment called ThinkSpatial, and one of the hardest parts hasn’t been building the product. It’s been explaining what it is in the first few seconds. The basic idea is simple. You speak or type, and your thinking gets turned into a visual map instead of disappearing into a chat box, doc, or note-taking app. My first landing page was way too focused on showing h

charts.art 用实时交易所数据呈现的 3D 加密货币市场可视化。
@zacxbt · X
my current apps: • j******** (redacted) • @irigenerative (my first nft) • non-crypto saas app • penis game • blockrunner (my endless runner iOS app posted a vid a week ago) • petwidge (per iOS app) • nftwidge (nft gallery iOS app) • (pretty charts) • @perpspet (3d gamified perps) • (gamified bridge) • crypto twitter social app (don’t want to spoil the details) • portfolio pet game where the character is your portfolio, you feed him coins and he grows/evolves • (first app i ever vibe coded in dec) • onchain jam (nba jam 2v2 game but each team is a chain ex: base team = brian + jesse) • waffle world (3d waffle platformer lol) - 3d social trenches game

The ultimate LeetCode helper and visualizer. Master Data Structures and Algorithms with step-by-step visual solutions and structured interview roadmaps.
@vishwesh_shinde · X

WebGPU库,用动画着色器可视化AI代理活动过程
@davidbash · X
vibe coded these animated shader icons with so users can track what the ai is thinking. instead of a spinner, the ui shows parts of a catalogue the agents are working through & refining before results are served. small ux detail. much better ai feedback

创建美丽的晶体可视化和图案。
@songfeitong · X
Introducing Pretty Lattice, a modern-looking crystal visualization tool for creating beautiful figures. Built with Codex since 5.5, and now with 5.6 sol. A huge leap from 5.5, much better at frond end. Github: Demo:

将 AI 编码代理的运行转录可视化为交互式图表。
u/Express-Phase1532 · Reddit
rungraph - see what your coding agent actually did, as an interactive graph (open source) My coding agent kept doing 20 minutes of work I couldn't inspect afterward. The transcript exists (Claude Code and Codex CLI write everything to disk), but nobody reads 4,000 lines of JSON. So I built rungraph, open source and free (MIT). npx rungraph turns every session on your machine into a clickable graph: your prompts run down the spine, subagents get their own lanes, and it flags stuff like ret