
LLM Attention Visualization
Explore how attention mechanisms work in language models through interactive visualization.
ifz · HN
LLM Attention Visualization
The full gallery
Tech stack
60 projects

Explore how attention mechanisms work in language models through interactive visualization.
ifz · HN
LLM Attention Visualization

Generate beautiful data visualizations using AI from web data.
shridharathi · HN
AI agent for beautiful data visuals

Convert code into interactive flowcharts for learning, debugging, and documentation.
@Sparsh209 · X
Hi isha! Check it out here at: Would love to hear your feedbacks

A visualization language designed for AI agents to create and interact with charts.
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

Explore interactive visualizations of mathematical curves, fractals, symmetry, and topology.
@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

Organize thoughts into visual maps that extract key insights and transform them into documents and presentations.
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

Real-time 3D visualization of crypto market data using live exchange data and cinematic post-processing.
@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

Show AI agent thinking with animated shader visualizations instead of spinners.
@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

Create beautiful crystal visualizations and patterns.
@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:

Visualize AI coding-agent runs as interactive graphs from your transcript files.
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