-
Latest Research on Medical LLM Models
Models like BioBERT, ClinicalBERT, and PubMedGPT are making waves. They’re fine-tuned on medical texts, making them sharp tools for healthcare tasks. Next, we have multimodal models.…
-
How LLMs can get better with Self Reflection
SELF-RAG is a method that can make your LLMs more accurate by using self reflection. You can read all about it in this white-paper 馃憠 Self-RAG:…
-
Hacking LLMs
What not to do and how to do it. This post aims to give you an idea of how critical it is to continuously improve guardrails…
-
Use private data securely with an LLM
Large language models (LLMs) are amazing but one shortcoming is that they wont be able to answer questions related to your private data. This is where…
-
Power up LLM bots with RAG + Hybrid search
Retrieval-Augmented Generation or RAG is important because it helps LLMs give more accurate answers by also including content (or context) from your private data. See this…
-
Build highly scalable AI platforms like the Deutsche Bahn
Deutsche Bahn has developed an AI platform that is scalable, secure, and efficient. They have a dedicated AI platform team and their focus was on rapid…
-
To Microservice or not
The first law of distributed systems is, don鈥檛 distribute! M. Fowler If you still feel the need to consider moving to a distributed architecture then microservices…
-
The monolith architecture
Think of a monolith architecture as a system that needs to be changed and deployed as a single entity. Development teams work on different modules of…