Published onMay 3, 2024How to Deploy Bedrock Agents using AWS CDKllmagentsbedrockLast week a bedrock agent was deployed manually in AWS Console. Let's now do it the smart way, with Infrastructure as Code using AWS CDK
Published onApril 26, 2024AI Agents with AWS Bedrock (Claude-3 Haiku LLM)llmagentsbedrockA few weeks ago, I used Google's Gemini LLM for function calling. let's see how it works with AWS Bedrock and Anthropic's Claude
Published onMarch 25, 2024Function Calling with Google's Gemini LLMllmagentsgeminiWhen you need an LLM to access new information, LLM function calling is here to help. Let's explore how to use the Gemini function calling to access real information.
Published onMarch 15, 2024Langchain: An Overview of my Experience with the LLM FrameworkllmraglangchainLangchain seems to be a popular choice for developing LLM applications, but when extending it beyond basic use cases, issues emerge.
Published onMarch 8, 2024Why LLMs mess up the simple thingsllmtokenizationchatgptA foundational problem with LLMs: a takeaway from Andrej Karpathy’s lecture on GPT Tokenization.