Project Argus - AI powered website search engine (part 1)

Let's be honest: most of the time, using a website's search function is a source of frustration. It often involves endless scrolling and multiple page changes to find what you're actually looking for. I’m not even talking about searching by post category, date, or "God forbid" the author. This is because a typical search function […]

Read More
AI - we are using it wrong!

It looks like we, the humans, are doing it again. Every time a new technology makes its way into our lives we don't start learning and elevating ourselves to use it, but instead we dive head first and usually ... well, not the expected result. I always smile whenever I see an em dash (—) […]

Read More
Exploring Search Types in Azure AI Search Service Indexes

I'm exploring replacing the WordPress search engine with an AI-powered search that uses AI models to better understand human queries beyond simple keywords, delivering more natural and comprehensible responses. After indexing and embedding my content using text-embedding-ada-002 in the Azure AI Search Service index and performing some queries, I noticed that the query responses varied […]

Read More
Integrating xAI’s Grok into rotrafic.xyz

AI is the future — this is clear. However, besides features like engaging voices and provocative humor, significant work remains before AI can shoulder the responsibility of shaping humanity’s destiny. Currently, AI can be used to incrementally enhance our lives, with augmentation as the central concept, and this approach will guide its development in the […]

Read More
Integrating an Azure AI Foundry Chatbot into Your Website

In a previous post, I detailed the process of deploying an AI model with Azure AI Foundry. Now, in this article, I’ll guide you through integrating it into a website as a chatbot. The idea is to have a PHP file on the server that will deal with the AI endpoint. This file will receive […]

Read More
AI Unleashed: Deploy AI Models to Your Tenant with Azure AI Foundry

In addition to the public services provided by AI players and their APIs, there are situations where we prefer to deploy a model within our own tenant to ensure better alignment with legislation, data compliance, and data regionalization requirements. Microsoft offers a straightforward solution for this through Azure AI Foundry. The Azure AI Foundry portal […]

Read More