Introduction As you may have seen in my previous post, I’ve finally built a machine powerful enough to run Open Source AI models locally. At this point, some of my goals have been achieved, others still require work, and a few —after gaining real experience— might simply not be worth the effort. I’ll try not…
Posts Tagged
I.A
I’ve made up my mind — I’m going all-in on local A.I.
I’ve been thinking about it for a while, but now I’m seriously considering it: building a truly powerful computer, specifically designed to run artificial intelligence models locally. This is not a decision I take lightly, because it comes with a high cost, both economically and in terms of time. But my motivation is clear: I…
Exploring the Boundaries of Current LLMs and the New GPT-o1
Introduction Since after the summer holidays, I have been implementing chatbots based on LLMs (Large Language Models) in SMEs professionally. I’ve just started, so for now, they are quite simple (they respond with company information, book appointments, find information in corporate documentation…), but it’s a starting point. The fact is that it hasn’t taken long…
Creating a Personalized ChatGPT (GPT Agent)
Introduction Since the release of version 4 of ChatGPT, if you have a ChatGPT Plus account (the subscription costs around €20 per month), you can create your own agent, which is nothing more than an instance of ChatGPT that you configure/train to perform one or more tasks better than the “general” ChatGPT. This feature is…