# worlds

Published articles for worlds.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Meta 3D AssetGen: Generating 3D Worlds With AI

DevFeed: [Meta 3D AssetGen: Generating 3D Worlds With AI](<https://devfeed.tech/articles/meta-3d-assetgen-generating-3d-worlds-with-ai-30490.md>)

Original publisher: [Read original article](<https://engineering.fb.com/2025/09/29/virtual-reality/assetgen-generating-3d-worlds-with-ai/>)

Author: Pascal Hartig

Published: 2025-09-29T14:00:42Z

Content type: article

Language: en

Sources: [Meta AI Research](<https://devfeed.tech/sources/meta-ai-research.md>)

Topics: [3D](<https://devfeed.tech/topics/3d.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Meta](<https://devfeed.tech/topics/meta.md>)

Tags: [3d](<https://devfeed.tech/tags/3d.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-research](<https://devfeed.tech/tags/ai-research.md>), [foundation](<https://devfeed.tech/tags/foundation.md>), [images](<https://devfeed.tech/tags/images.md>), [keynote](<https://devfeed.tech/tags/keynote.md>), [learning](<https://devfeed.tech/tags/learning.md>), [llms](<https://devfeed.tech/tags/llms.md>), [meta](<https://devfeed.tech/tags/meta.md>), [meta-tech-podcast](<https://devfeed.tech/tags/meta-tech-podcast.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [model](<https://devfeed.tech/tags/model.md>), [podcast](<https://devfeed.tech/tags/podcast.md>), [text](<https://devfeed.tech/tags/text.md>), [virtual](<https://devfeed.tech/tags/virtual.md>), [virtual-reality](<https://devfeed.tech/tags/virtual-reality.md>), [worlds](<https://devfeed.tech/tags/worlds.md>)

### AI overview

A Meta Tech Podcast episode discusses AssetGen, a foundation model for 3D assets. Meta's XR Tech team explains how it was built and trained, the role of LLMs in VR, and efforts to generate complete 3D worlds from text prompts.

### Source excerpt

Imagine being able to use AI to create 3D virtual worlds using prompts as easily as you can generate images. The intersection of AI and VR was one of the biggest topics at Meta Connect this year. In his keynote, Mark Zuckerberg shared his vision of a future where anyone can create virtual worlds using [...] Read More... The post Meta 3D AssetGen: Generating 3D Worlds With AI appeared first on Engineering at Meta.

## Static Page Caching with Craft CMS

DevFeed: [Static Page Caching with Craft CMS](<https://devfeed.tech/articles/static-page-caching-with-craft-cms-31302.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/static-caching-with-craft-cms>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2017-06-16T04:35:00Z

Content type: tutorial

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [Caching](<https://devfeed.tech/topics/caching.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>), [nginx](<https://devfeed.tech/topics/nginx.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [best](<https://devfeed.tech/tags/best.md>), [cache](<https://devfeed.tech/tags/cache.md>), [caching](<https://devfeed.tech/tags/caching.md>), [cms](<https://devfeed.tech/tags/cms.md>), [content](<https://devfeed.tech/tags/content.md>), [db-based](<https://devfeed.tech/tags/db-based.md>), [editor](<https://devfeed.tech/tags/editor.md>), [friendly](<https://devfeed.tech/tags/friendly.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [generator](<https://devfeed.tech/tags/generator.md>), [html](<https://devfeed.tech/tags/html.md>), [insights](<https://devfeed.tech/tags/insights.md>), [nginx](<https://devfeed.tech/tags/nginx.md>), [performance](<https://devfeed.tech/tags/performance.md>), [static](<https://devfeed.tech/tags/static.md>), [static-site](<https://devfeed.tech/tags/static-site.md>), [worlds](<https://devfeed.tech/tags/worlds.md>)

### AI overview

This tutorial explains how to use Nginx FastCGI Cache to add full-page static caching in front of Craft CMS. It contrasts fragment caching with storing complete rendered pages as flat files and discusses performance, concurrency, HTTPS, configuration, and flexibility tradeoffs compared with Varnish and static site generators.

### Source excerpt

Get the best of both worlds with static HTML generator performance on the frontend, and a content editor friendly db-based backend