<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/persona-atlas-mapping-how-famous-minds-think-adsfxhz5z" -->

---
title: Persona Atlas: Mapping How Famous Minds Think | daily.dev
description: Persona Atlas is a hackathon project that creates behavioral portraits of public figures using small AI models. It works in three steps: a tool-calling agent...
canonical: https://daily.dev/posts/persona-atlas-mapping-how-famous-minds-think-adsfxhz5z
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Persona Atlas: Mapping How Famous Minds Think | daily.dev
og:description: Persona Atlas is a hackathon project that creates behavioral portraits of public figures using small AI models. It works in three steps: a tool-calling agent...
og:url: https://daily.dev/posts/persona-atlas-mapping-how-famous-minds-think-adsfxhz5z
og:image: https://api.daily.dev/og/posts/aDsfxHz5Z.png
og:image:alt: Persona Atlas: Mapping How Famous Minds Think
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Persona Atlas: Mapping How Famous Minds Think

**[Hugging Face](https://daily.dev/sources/huggingface)** · 5 min read · 1 upvotes · 0 comments

## Summary

Persona Atlas is a hackathon project that creates behavioral portraits of public figures using small AI models. It works in three steps: a tool-calling agent researches a person on the web, the persona answers ten open-ended philosophical questions, and each answer is converted to embeddings. These embeddings allow side-by-side comparison of multiple personas via a trait-leaning heatmap with ten dimensions (curiosity, skepticism, humor, etc.). The project deliberately avoids objective benchmarks, focusing instead on stylistic divergence. It runs on small hosted models via Hugging Face Inference Providers with a Gradio frontend.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://huggingface.co/blog/build-small-hackathon/persona-atlas>

## Similar posts on daily.dev

- [Giving Users A Voice Through Virtual Personas — Smashing Magazine](https://daily.dev/posts/giving-users-a-voice-through-virtual-personas-smashing-magazine-d8kvvdban) · Smashing Magazine · 0 upvotes · 0 comments
- [I Built a Pixel Art Village Where AI Characters Have Real Emotions](https://daily.dev/posts/i-built-a-pixel-art-village-where-ai-characters-have-real-emotions-ovhzrhtbi) · DEV · 73 upvotes · 4 comments

---

Tags: [#llm](https://daily.dev/tags/llm), [#ai-agents](https://daily.dev/tags/ai-agents), [#embeddings](https://daily.dev/tags/embeddings), [#gradio](https://daily.dev/tags/gradio)

[View this post on daily.dev](https://daily.dev/posts/persona-atlas-mapping-how-famous-minds-think-adsfxhz5z)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Persona Atlas: Mapping How Famous Minds Think","url":"https://daily.dev/posts/persona-atlas-mapping-how-famous-minds-think-adsfxhz5z","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/persona-atlas-mapping-how-famous-minds-think-adsfxhz5z"},"datePublished":"2026-06-06T11:44:27.769Z","dateModified":"2026-06-06T11:44:51.519Z","description":"Persona Atlas is a hackathon project that creates behavioral portraits of public figures using small AI models. It works in three steps: a tool-calling agent...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/230985e6490c769225489eb04c976daf?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/230985e6490c769225489eb04c976daf?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Hugging Face","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Hugging Face","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/f1f55c67d81a4330acf5b90b26b0c8e1","url":"https://daily.dev/sources/huggingface"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/persona-atlas-mapping-how-famous-minds-think-adsfxhz5z","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"llm,ai-agents,embeddings,gradio","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Hugging Face","item":"https://daily.dev/sources/huggingface"},{"@type":"ListItem","position":3,"name":"Persona Atlas: Mapping How Famous Minds Think"}]}
```

