- furniture
- modular organization systems
- dolls?
any other ideas?
- furniture
- modular organization systems
- dolls?
any other ideas?
if you're my friend, consider including it on your site! (non-animated version also available)
if you're my friend, consider including it on your site! (non-animated version also available)
context engineering -> string concatenation and munging
prompt engineering -> older name for context engineering
tools -> function calls
agent -> while loop with "tools"
workflow -> script that calls LLMs
MCP -> a lightweight scaffolding based on JSON-RPC by Anthropic
context engineering -> string concatenation and munging
prompt engineering -> older name for context engineering
tools -> function calls
agent -> while loop with "tools"
workflow -> script that calls LLMs
MCP -> a lightweight scaffolding based on JSON-RPC by Anthropic
"system prompts" and "tool calls" are also string concatenation under the hood (and using them often makes performance worse vs assistant prefill)
"system prompts" and "tool calls" are also string concatenation under the hood (and using them often makes performance worse vs assistant prefill)
it's like how it's called "context engineering" instead of "string concatenation"
it's like how it's called "context engineering" instead of "string concatenation"