<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/multimedia-building-blocks-0jfshblu2" -->

---
title: Multimedia Building Blocks | daily.dev
description: A coding agent built a 3D Paris monuments gallery by chaining two Hugging Face Spaces — an image generation model and a single-image 3D Gaussian splat...
canonical: https://daily.dev/posts/multimedia-building-blocks-0jfshblu2
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Multimedia Building Blocks | daily.dev
og:description: A coding agent built a 3D Paris monuments gallery by chaining two Hugging Face Spaces — an image generation model and a single-image 3D Gaussian splat...
og:url: https://daily.dev/posts/multimedia-building-blocks-0jfshblu2
og:image: https://api.daily.dev/og/posts/0JFSHbLU2.png
og:image:alt: Multimedia Building Blocks
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.

# Multimedia Building Blocks

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

## Summary

A coding agent built a 3D Paris monuments gallery by chaining two Hugging Face Spaces — an image generation model and a single-image 3D Gaussian splat reconstructor — without any manual integration code. The key enabler is agents.md, a plain-text file now exposed by every Gradio Space that tells an agent exactly how to call the API, upload files, and poll results. The agent handled the full pipeline: generating images, reconstructing .ply splats, flipping Y-axis orientation, compressing to .ksplat, and building a Three.js viewer. This illustrates a broader shift where AI models become composable building blocks that agents can chain together, lowering the integration barrier for multimedia AI pipelines to near zero.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://huggingface.co/blog/mishig/spaces-agents-md>

## Similar posts on daily.dev

- [AI agents create virtual playgrounds to help robots get crucial training data](https://daily.dev/posts/ai-agents-create-virtual-playgrounds-to-help-robots-get-crucial-training-data-yg0gnhko8) · MIT News · 0 upvotes · 0 comments
- [The Building Block Economy](https://daily.dev/posts/the-building-block-economy-0nx17p5py) · Mitchell Hashimoto · 10 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/multimedia-building-blocks-0jfshblu2)

```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":"Multimedia Building Blocks","url":"https://daily.dev/posts/multimedia-building-blocks-0jfshblu2","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/multimedia-building-blocks-0jfshblu2"},"datePublished":"2026-06-09T11:14:42.631Z","dateModified":"2026-06-09T11:15:03.504Z","description":"A coding agent built a 3D Paris monuments gallery by chaining two Hugging Face Spaces — an image generation model and a single-image 3D Gaussian splat...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/185ed2579a6963e81cbffb7d9241ef4a?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/185ed2579a6963e81cbffb7d9241ef4a?_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/multimedia-building-blocks-0jfshblu2","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,gradio","timeRequired":"PT4M"}
{"@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":"Multimedia Building Blocks"}]}
```

