Development

Enhance your ChatGPT prompt with Pinecone and PHP

When developing a new AI powered application, the need to provide external knowledge to AI models is often required. They certainly have their own kno wledge, which they have been trained on, but sometimes, the information they need to process the right answer might be hidden from public knowledge or situational to the task at hand. In those cases, relevant data needs to be provided with the user’s query to increase your chances of success.

May 5, 2024

Display your AI response stream on a web page

With the accessibility of LLMs to the public, it has become widely popular to integrate chatting models into websites. We are on the verge of a revolu tion in the way users consume the web and it might become crucial in the near future to harness the power of artificial intelligence into new and existing products.

April 24, 2024

Stream Claude answers in real-time with PHP

Since the release of Claude 3, the AI model has boomed in popularity and became a serious alternative to ChatGPT. The quality of its reasoning and the relevance of its answers made it a perfect choice as an engine to drive an AI powered application forward.

April 14, 2024

Cleverly use GitHub Copilot to increase productivity - Part 2

By using AI code assistants, the key to success lies in the interactions between the tool and the programmer. As the name implies, the "assistants" ar e there to take instructions and convert them into workable code for you. For this to happen, you have to know what needs to be coded in the first place.

March 31, 2024

Cleverly use GitHub Copilot to increase productivity - Part 1

It was only a matter of time before artificial intelligence technology’s power was to be harnessed towards processing programmable language. The log ical reasoning of AI mixed with the immense pool of open source examples paved the way to the creation of the first stepping stone in an automated digital product creation environment.

March 24, 2024