Hi OpenAI team and community,
I’d like to share a feature idea that could significantly improve ChatGPT’s usability, transparency, and efficiency—with very low implementation cost.
Proposal: @include(“style”) Prompt Snippets
Allow users to insert prompt presets like @include(“concise”) to guide behavior clearly and consistently.
Examples:
- @include(“concise”) → short answers, avoid deep dives
- @include(“polite”) → polite tone in Japanese
- @include(“no_deep_dive”) → prevent unsolicited long responses
These would map to system prompts behind the scenes. This approach is minimal, transparent, and easy to maintain.
Extend to Memory: Modular and Transparent
Memory is powerful but often feels opaque. Why not allow users to explicitly include memory modules?
Example:
@include(“my_profile”)
@include(“preferred_tone”)
Benefits:
- Greater trust and user control
- Easy to enable/disable
- Prevents undesired recall
Design Philosophy
As we move beyond “just making LLMs talk,” I believe the next frontier is user experience and intentional control.
Jim Keller and GeoHot have emphasized elegant, minimalistic, structure-first design in systems architecture. This idea is inspired by that same spirit—solving things by structure, not brute force.
“Instead of burning GPU on controlling behavior, why not let the user guide it?”
Summary of Key Suggestions
- Add @include-style prompt presets
- Modularize Memory with explicit includes
- Offer UI-based system prompt defaults
- Clarify output structures like TeX (input-processing-output)
- Invest more in usability features than brute-scale
Thanks for considering.
keep_robot