All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Security
Security
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Arseni Kravchenko

5 articles on Blog — Neon Docs

Appears on

Articles5

Design Decisions Behind app.build, a Prompt-to-App Generator

TL;DR: We built app.build, a reliable open-source AI code generator by: limiting initial scope to CRUD web apps, using FSM-guided tree-search actors, implementing extensive validation, and encapsulating context management using an error analysis feedback loop. These architectural...

0
Blog1y ago

app.build Can Now Build Python Data Apps

When we started working on app.build, we knew in the longer run we wanted to build a generic agent that could build apps with different “coding stacks”. However, for our first release and initial announcement, we could only build apps written with a single fixed stack: In the rec...

0
Blog11mo ago

Six Principles for Production AI Agents

Every now and then, people ask me: “I am new to agentic development, I’m building something, but I feel like I’m missing some tribal knowledge. Help me catch up!” I’m tempted to suggest some serious stuff like multiweek courses (e.g. by HuggingFace or Berkeley), but not everyone...

0
Blog11mo ago

Generate Apps Locally for Free: App.build Now Supports Open Source Models

App.build now supports open weights LLMs via Ollama, LMStudio, and OpenRouter – enabling you to generate complete applications end-to-end without cloud API dependency or associated costs. Why Run App.build Locally? Zero API costs Cloud LLM APIs can become expensive fast during ex...

0
Blog11mo ago

Why we built app.build

LLMs are fantastic at code generation. They can produce hundreds of lines of code, entire functions and components, that compile perfectly, implement complex algorithms elegantly, and even follow best practices for style and structure. They suck at full-blown software generation,...

0
Blog10mo ago