iknownthing
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Whenever I see people doing prompt engineering they start with some kind of evaluation dataset, then they refine their prompt to perform well on that evaluation dataset. But isn't this just like training on a test…
-
I wrote a prompt that did batch classification - the prompt contained instructions on how to classify text and 10 input examples for it to classify and it was to return a json string displaying the classifications. It…
- Show HN: HinterviewGPT – a LeetCode alternative with a built-in AI tutor (hinterviewgpt.com)
Hello HN! I've been an active Leetcode user for a long time and while I think it's a great platform to test your skills, I've never really considered it a good resource for learning. Whenever I'd get stuck on a question…
-
Hello HN, I've created Diagify, a CLI for converting natural language to technical diagrams. There are a bunch of diagram-as-code tools out there and I had the idea that it should be possible to use LLMs to generate the…
-
When you ask some of the popular LLMs to generate code it seems like by default it returns something like "Sure!, here is the code below python```<some_python_code>```" but what if you only want the <some_python_code>…
-
Basically I have a use-case where I am building an llm-based tutor where some questions you ask the tutor can be adequately answered by gpt-4o-mini but others required gpt-4o. I'm looking for a router that can route to…
-
I'm building an App that uses ChatGPT and I'm leaning towards making it BYOAK (bring your own API key) at least at first. I would not actually store the OpenAI API key on the backend and all API calls would be made on…