Phind is one of the LLM tools that excels in the coding domain. Phind is similar to ChatGPT, but there are large and small differences in performance and functionality.
After trial and error, I automated the process from Phind’s prompt input, execution, text copying, text processing/formatting/posting (deployment), successfully semi-automating blog/site updates.
The other day, I created a tool to automate ChatGPT prompting. You can think of this as similar to the Phind prompt automation tool introduced here.
This tool is convenient in cases such as:
- You already have data you want to prompt, but manually copying and pasting is tedious.
- When the data you want to prompt has certain regularity or patterns, or can be generated by a program and you want to integrate it with external programs or APIs.
- (Unlike ChatGPT) When you want to perform prompting that references real-time information or specific links/URLs.
Below, I introduce in video how this tool works.
That’s all for the introduction.