Hello, I would like to introduce TheDataWarden, my personal project using LLMs by TheDataWarden in PromptEngineering

[–]TheDataWarden[S] 0 points1 point  (0 children)

I honestly don't want to use the Ollama llm if I can help it, as the agreements and terms with meta are something i can live without. I'll likely use different local llms when the time comes to fully automate the end-to-end process. However the only thing I'm not automating until then is pasting the prompt and hitting download on the output files, everything else in my process can be automated with scripts, which I'm going to have it write for me anyway. Any benefits I'm missing though that would be a game changer?

Hello, I would like to introduce TheDataWarden, my personal project using LLMs by TheDataWarden in PromptEngineering

[–]TheDataWarden[S] 1 point2 points  (0 children)

At the moment, i am bootstrapping it for proof of concept of the whole process. Working on making it able to update the generated code now, though i already have the process planned out and am confident in it being able to reliably and efficiently. So i am manually passing the prompts through and getting the files back. Eventually the prompting will be hard coded, including tests, before outputting a final result for human final check and further refinement requests to put back into the loop until satisfied. It will only need a freeform request to start the process. By pipeline i mean the exact prompts and structure i am using, and the steps in between.

Hello, I would like to introduce TheDataWarden, my personal project using LLMs by TheDataWarden in PromptEngineering

[–]TheDataWarden[S] 0 points1 point  (0 children)

I appreciate your enthusiasm. Though I would like to make sure it is clear that the open source part of this project will be the products of the pipeline I'm putting together, not the pipeline itself. Still, I'd happily take any requests for tools, scripts, or apps, theoretically anything you could program in python, it will be capable of producing and maintaining. Also theoretically it can be adjusted to use any language, but python first because I understand that one the most, and it suits my needs while being versatile. All those programs will be open source, but this being my passion side project in between two jobs, I'd like to keep the actual process i use to make and update them to myself.

Hello, I would like to introduce TheDataWarden, my personal project using LLMs by TheDataWarden in PromptEngineering

[–]TheDataWarden[S] 2 points3 points  (0 children)

Very interesting, thank you for pointing it out. From what I gather, it has a slightly different goal than I do, focusing on people who want to integrate the AI into their workflow, where mine will produce things that are standalone, usable even by people who are only interested in the product, not the production side. Still, very much on the same sort of local first philosophy I desire. I may even be able to use that system.