Merge pull request #47 from humanlayer/dexhorthy-patch-1

doing what you should have done a long time ago
This commit is contained in:
Dex
2025-06-06 12:23:49 -07:00
committed by GitHub

View File

@@ -6,6 +6,10 @@ Don't outsource your prompt engineering to a framework.
![120-own-your-prompts](https://github.com/humanlayer/12-factor-agents/blob/main/img/120-own-your-prompts.png)
By the way, [this is far from novel advice:](https://hamel.dev/blog/posts/prompt/)
![image](https://github.com/user-attachments/assets/575bab37-0f96-49fb-9ce3-9a883cdd420b)
Some frameworks provide a "black box" approach like this:
```python
@@ -84,4 +88,4 @@ Having full control over your prompts gives you the flexibility and prompt contr
I don't know what's the best prompt, but I know you want the flexibility to be able to try EVERYTHING.
[← Natural Language To Tool Calls](https://github.com/humanlayer/12-factor-agents/blob/main/content/factor-01-natural-language-to-tool-calls.md) | [Own Your Context Window →](https://github.com/humanlayer/12-factor-agents/blob/main/content/factor-03-own-your-context-window.md)
[← Natural Language To Tool Calls](https://github.com/humanlayer/12-factor-agents/blob/main/content/factor-01-natural-language-to-tool-calls.md) | [Own Your Context Window →](https://github.com/humanlayer/12-factor-agents/blob/main/content/factor-03-own-your-context-window.md)