Adhil Roshanblog.adhilroshan.me·Aug 29, 2024Introducing Code2LLM – Seamless Interaction with Your Codebase Using GPT-4o and Claude-3.5 SonnetIn today's fast-paced software development world, having a tool that helps you quickly understand, analyze, and interact with your codebase is invaluable. Imagine a tool that allows you to seamlessly chat with your codebase using advanced language mo...Discuss·40 readscode2llm
Greg WilsonProgregsramblings.com·Aug 19, 2024FeaturedHow to Use Amazon Bedrock APIs for Anthropic Claude 3.5 Sonnet in PythonThe Anthropic APIs and Python SDK are solid, but they do have some limits that might make certain tasks challenging, especially as of this writing. There is an alternative path to using Anthropic's models - Amazon Bedrock. Amazon Bedrock now offers a...Carlos Gucci and 2 others are discussing this3 people are discussing thisDiscuss·37 likes·2.4K readsclaude.ai
Greg WilsonProgregsramblings.com·Aug 16, 2024Fun with Anthropic Claude and image file geo-locationI've been a photographer for decades, and as a result, I have over 100,000 image files in various formats, many of which include location information. I thought it would be fun to experiment with this location data. The task turned out to be a bit to...Discuss·2 likes·356 readsclaude.ai
Stephen Collinssteve555.hashnode.dev·Jul 5, 2024How to Implement a Tree of Thoughts in PythonThe concept of the "Tree of Thoughts" (ToT) is a powerful tool for allowing an LLM to explore a non-linear path through a problem space, particularly for exploring and evolving ideas systematically. This blog post tutorial walks you through the detai...DiscussClaude 3.5
Martin BowlingPromartinbowling.com·Jun 21, 2024Building a Fact-Checking AI Chat InterfaceHey there, fellow developers 👋, coming at you with a super cool project I whipped up inspired by Andrej Karpathy's tweet about LLM interfaces and proof. Let's dive into this fun little creation that combines the power of AI with fact-checking capabi...Discussfactcheck