Build your own agents which are controlled by LLMs

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • llm_agents

    Build agents which are controlled by LLMs

  • SoulverCore

    A powerful Swift framework for evaluating natural language math expressions

  • I did similar experiments with GPT4 and Soulver[1], though I "tuned" it by teaching it Soulver interactively before continuing to prompt. It can then be used in the same way. My primary goal was to add basic calculation capabilities to GPT, that are: a) guaranteed to halt (all Soulver sheets are functions) and b) readable by both GPT and the user (a Python program may be too dev-oriented for normal people).

    It worked quite well. To well almost: I started a meta-conversation where I asked another GPT4 instance to come up with conversations SoulverGPT could have with a user where the addition of solving is beneficial. This worked, and eventually even found a bug in Soulver - essentially fuzzing the language.

    [1] https://github.com/soulverteam/SoulverCore

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • gptroles

    Interact with ChatGPT and let it interact with your computer

  • I started naively implementing something similar in a project before reading more about TOAT loops and langchain.

    Though the project makes a decent GUI to use ChatGPT if anyone is interested: https://github.com/blipk/gptroles

    You can run and edit code snippets in the chat interface

  • bot

    GPT-powered bot that can automate complex online tasks using both the web browser and API calls. (by aicombinator)

  • I built this puppeteer-based agent to do online tasks in browser, described in natural language: https://github.com/aicombinator/bot

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts