rising3월 16일· 2 sources
Every LLM App Is Just a Markdown-and-Code Sandwich
모든 LLM 앱은 결국 마크다운과 코드의 샌드위치다
Why it matters
The author rebuilt an agent's insight feature using a local 9B model and discovered the same structural pattern behind Claude Code: LLM apps are essentially Markdown instructions sandwiching code that parses and executes LLM output. A flawed keyword-matching function was replaced by letting the LLM handle semantic tasks directly, and the realization that rule matching biases output led to a cleaner design where skills emerge naturally from experience.
2
Sources
+0
24h
—
Growth
179d
Active
agent teamsagentcrowclaude codeeccllm agentmarkdownqwen 9bsaassubagents