I’m excited to announce that Fin 2, our latest generation of Fin AI Agent, is powered by Anthropic’s Claude, one of the most sophisticated Large Language Models (LLMs) available today. We build product at the very boundary of what’s possible in AI customer service, and our collaboration with Anthropic is a big step forward for […]
There are lots of articles about RAG (Retrieval Augmented Generation) explaining how to do it and more. Some of these articles are AI-generated, I presume. I haven’t written any article about this yet. This article will not be a tutorial, as you can easily find those on Medium and other platforms. Instead, I want to […]
Image by Author Using Python in a Jupyter notebook Many of you will know that every man and his dog are producing AI products or LLM’s and integrating them with their products. Not surprisingly AWS — the biggest cloud services provider — is also getting in on the act. What is bedrock? Its AI offering […]
OpenAI’s backend converting messy unstructured data to structured data via functions OpenAI’s “Function Calling” might be the most groundbreaking yet under appreciated feature released by any software company… ever. Functions allow you to turn unstructured data into structured data. This might not sound all that groundbreaking but when you consider that 90% of data processing […]