Best of BotsJanuary 2025

  1. 1
    Article
    Avatar of robinwieruchRobin Wieruch·1y

    LangChain: OpenAI in JavaScript with React.js & Next.js

    Learn to build a chatbot application using LangChain and OpenAI API with Next.js and React.js. This tutorial covers setting up the frontend with React components, integrating the backend API with Next.js, and handling interactions using the OpenAI API. Securely handle your OpenAI API key and extend your chatbot with additional features

  2. 2
    Article
    Avatar of devblogsDevBlogs·1y

    Agentic AI Explained: A Philosophical Framework for Understanding AI Agents

    Explore how AI agents can embody the personas of philosophers like Socrates, Plato, and Aristotle to tackle complex problems. See how their strengths in questioning, providing contexts, and analyzing can be defined using Semantic Kernel. Real-world applications range from education to healthcare, showcasing how these AI agents can contribute to various industries effectively.

  3. 3
    Article
    Avatar of watercoolerWatercooler·1y

    This is why AIs haven't taken our jobs yet

  4. 4
    Article
    Avatar of communityCommunity Picks·1y

    Eliza, AI agents, and Fleek.

    In 1966, MIT's Joseph Weizenbaum created ELIZA, a basic chatbot that could simulate a therapist, sparking debates about machine understanding. Today, the AI16z DAO developers have evolved ELIZA into a robust framework for building and deploying autonomous AI agents, gaining immense popularity on GitHub. The Eliza framework is implemented in TypeScript, supports multiple clients like Discord and Github, and can handle both local and cloud-based AI models. Fleek simplifies the deployment process by offering an easy-to-use cloud platform. This evolution makes advanced AI technology more accessible for both developers and non-developers.

  5. 5
    Article
    Avatar of mlmMachine Learning Mastery·1y

    A Practical Guide to the Claude API

    Claude's API by Anthropic enables developers to integrate advanced AI capabilities into applications using Python or JavaScript. The API is known for its affordability, robust documentation, and a vibrant community. This guide walks through setting up the development environment, obtaining API keys, and understanding the three models offered (Opus, Sonnet, Haiku) for different use cases. It culminates with a tutorial on making your first API call to generate content.