Skip to content
Discussion options

You must be logged in to vote

Hey @ryanjordan11, you are bringing some serious architectural heat here, and I am entirely here for it.

You’ve perfectly articulated the growing pains of scaling LLM applications. Relying on an LLM's internal "memory" or expecting a static, mega-prompt to gracefully handle complex, long-running tasks is a recipe for disaster.

However, let’s separate the architectural philosophy from the mechanical reality of how these models actually work.

Where You Are Absolutely Right
Your core thesis is spot on: state management is the Achilles heel of standard chat interfaces. When developers treat LLMs as databases rather than reasoning engines, they run into the exact issues you listed: drift, deca…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ryanjordan11
Comment options

Answer selected by ryanjordan11
Comment options

You must be logged in to vote
1 reply
@ryanjordan11
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
other General topics and discussions that don't fit into other categories, but are related to GitHub
3 participants