|
|
|
|
|
by oxidant
587 days ago
|
|
This isn't a knock on you. The prompt (including additional context like specific examples/docs) has an incredible influence on the output. Do you know what your friend asked? "Query an API with SQL" sounds like you're sending SQL with POST api[.]com/query. What you built is more like "Make a request to this endpoint, using these parameters, and store it in sqlite. This is the shape of the data coming back and this is what I want the table(s) to look like." Gpt4o or Claude could easily write that five line script, if given the right information. I find writing prompts and working with LLMs to be an entirely new way of thinking. My struggle has been to learn how to write out my tacit knowledge and be comfortable iterating. Do you still have your conversation where you tried to build the Docker project? |
|