I used the HBR article I provided as a context document and the ideas from the comic linked above for most of the system prompt requests.
PROMPT ENGINEERING
-

Prompt Rewriting for Enhanced Image Generation Quality
By
–
Super. Are you rewriting prompts to enhance prompt quality and eventually generate superior images? I believe #SolarPro or even #SolarMini would be excellent choices for that purpose. We could even fine-tune the model specifically for this task.
-
Mastering the Art of Asking Better Questions with LLM
By
–
Asking questions well is an art. When done poorly, it's frustrating for both sides. Previously I've pointed people at reading material for asking better questions. But I think an LLM critique is better still. Try practicing with this new GPT I made:
-
Practical workflows for AI prompting and knowledgebase management
By
–
Yes but I would need to prompt them and upload the knowledgebase every time But I use them only as custom prompts kind of, yes
-
Transform PDF Earnings Reports into Interactive Dashboards with LLMs
By
–
You can transform a simple PDF earnings report into an interactive dashboard!
— Abacus.AI (@abacusai) 27 septembre 2024
Play around with different LLMs to see which works but we found that LLama-400B and Sonnet 3.5 does this task the best. pic.twitter.com/DTgZdJUZstYou can transform a simple PDF earnings report into an interactive dashboard! Play around with different LLMs to see which works but we found that LLama-400B and Sonnet 3.5 does this task the best.
-
OpenAI Advanced Voice Mode Loses Internet Search Capability
By
–
Huh. So Advanced voice mode refuses to search the internet, but text based input can do that – as did the previous voice mode. That’s a pretty wild regression @OpenAI ?
-
Grammar Checkers Aren’t AI: Beyond Traditional Language Tools
By
–
So the first thing I want to say is that grammar checkers have been around for a while. They're not AI. They're a useful thing to have. But you don't want to talk about improving grammar. >>
-
Function Creation Complexity and Multi-Agent Consensus Approaches
By
–
I tried to keep this high-level but the “Create Function” step to get past level 1 is really complicated and there are tons of approaches/tricks here. Curious about your multi agent consensus.
-

AI-Powered Function Generation: Request-Based Tool Creation
By
–
Level 1: Request-based Users can request to have functions generated by an AI, and when they query the system, the new function is available as an option for the AI to use. *There's lots that goes into this "Create Function Tool", but let's keep the chart simple (eg.
-

Dynamic Function Generation for AI Query Processing
By
–
Level 2: Need-based When a user submits a query, the AI first decides if an existing function works, and if not, will generate a new reusable function, generate parameters based on the original user input, and execute the new function to handle the query.