Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ These papers established the core concepts that modern prompt engineering builds
| **TextGrad** | Automatic differentiation via text (Stanford). ~2K+ ⭐ | [GitHub](https://github.com/zou-group/textgrad) |
| **OPRO** | Google DeepMind's optimization by prompting. | [GitHub](https://github.com/google-deepmind/opro) |

| **sinc-LLM** | Signal-theoretic prompt decomposition into 6 Nyquist bands (PERSONA, CONTEXT, DATA, CONSTRAINTS, FORMAT, TASK). Formal JSON Schema, published research (275 observations, 97% cost reduction). Available on [npm](https://www.npmjs.com/package/sinc-prompt) and [PyPI](https://pypi.org/project/sinc-prompt/). | [Spec](https://tokencalc.pro/spec) | [GitHub](https://github.com/mdalexandre/sinc-llm) | [Paper](https://doi.org/10.5281/zenodo.19152668) |

### Red Teaming and Prompt Security

| Name | Description | Link |
Expand Down