# How Encore created LLM instructions for building Encore applications

DevFeed: [How Encore created LLM instructions for building Encore applications](<https://devfeed.tech/articles/designing-tools-for-developers-means-designing-for-llms-too-17819.md>)

Original publisher: [Read original article](<https://encore.dev/blog/llm-instructions>)

Author: Marcus Kohlberg

Published: 2025-01-15T00:00:00Z

Content type: article

Language: en

Sources: [Encore Updates](<https://devfeed.tech/sources/encore-updates.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Development](<https://devfeed.tech/topics/development.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [ide](<https://devfeed.tech/topics/ide.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [anthropic](<https://devfeed.tech/tags/anthropic.md>), [coding](<https://devfeed.tech/tags/coding.md>), [developers](<https://devfeed.tech/tags/developers.md>), [development](<https://devfeed.tech/tags/development.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [ide](<https://devfeed.tech/tags/ide.md>), [llms](<https://devfeed.tech/tags/llms.md>), [tools](<https://devfeed.tech/tags/tools.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

## AI overview

Encore describes creating tailored instructions to help LLMs generate applications with its backend framework. The team rewrote documentation and SDK reference material, added coding conventions, and packaged the guidance into an approximately 1,500-line file for repository and Cursor IDE use.

## Source excerpt

How we used LLMs to produce instructions for LLMs to build Encore applications.