← The Vault
Everyday AI

Can you build an app just by talking to AI?

A new app called Pocket lets you build simple interactive games by typing plain English instructions, skipping the need for traditional programming. While it makes creation feel like magic, it leaves your work trapped inside Meta’s digital walled garden.

Edition № 498Room: Everyday AI31 August 20262 min readSources: 1
Article

Building software used to require years of learning how to write rigid computer code. Now, Meta’s new mobile app, Pocket, lets you create playable games simply by describing them in a text box. You type what you want, and an artificial intelligence generates the game for you to play, tweak, and share.

WHAT'S HAPPENING

Pocket is a new tool designed to make software creation accessible to anyone who can type. You start by entering a prompt—like describing a game where you fling balls at targets—and the app builds a functioning version in about a minute. You can then refine your creation through a chat interface, asking the AI to add enemies, change scoring rules, or adjust sound effects. The app allows you to share these projects within the platform, where others can see, play, and interact with them like posts on social media.

The trade-off for simplicity

HOW IT WORKS

The technology behind this is a large language model—a system trained on massive amounts of existing code and instructional text so it can predict and write its own instructions. When you give the AI a prompt, it is not actually 'thinking'; it is matching your request against patterns it learned during its training phase. It takes your description and converts it into the underlying logic and design for your game. Because you never see the raw code, the app handles all the complexity for you. However, this means you are working in a closed environment. You cannot take the software you built out of the app to host it elsewhere or modify the underlying instructions yourself. You are essentially renting space in Meta’s creative workshop.

WHY IT MATTERS

This represents a shift in how we interact with technology. We are moving toward a future where 'coding' might just look like having a conversation with an assistant. However, this convenience comes with a catch. Because these tools keep the code hidden to keep things simple, you lose control over what you create. If a project becomes complex or breaks, you cannot peek under the hood to fix it yourself, and you cannot move your creation to a platform you own. It turns the act of creation into a performance for a specific audience rather than building a tool you can truly call your own.

Sources
← PreviousWhy SpaceX is building a turbine factory for AINext →Why New York is slowing down data center construction
Tomorrow's edition · free

Liked this one? The next lands at breakfast.

Every story in tomorrow's AI news, rebuilt in plain English — five minutes, sources linked, free forever.

By joining you agree to receive Article's daily newsletter — unsubscribe in one click. Privacy

← Back to the Vault