behavior-trees-for-llm-chatbots VS king-algorithm-manifesto

Compare behavior-trees-for-llm-chatbots vs king-algorithm-manifesto and see what are their differences.

behavior-trees-for-llm-chatbots

Example: Using Behavior Trees for structuring goal-driven LLM chatbot processes (by keskival)

king-algorithm-manifesto

A research proposal on lifting out the meta-learned in-context learning algorithms for study and native execution. (by keskival)
Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
behavior-trees-for-llm-chatbots king-algorithm-manifesto
1 2
25 7
- -
3.7 4.6
about 1 year ago 27 days ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

behavior-trees-for-llm-chatbots

Posts with mentions or reviews of behavior-trees-for-llm-chatbots. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-12.
  • Ask HN: Have advancements in AI given you ideas for new side projects?
    3 projects | news.ycombinator.com | 12 Jun 2023
    I have started several:

    - A small example of how to use behavior trees in structuring LLM chatbot applications: https://github.com/keskival/behavior-trees-for-llm-chatbots

    - A project for extracting meta-learned reinforcement learning algorithms out of a large language model: https://github.com/keskival/king-algorithm-manifesto

    - A proof-of-concept of embodying an LLM chatbot into a Gym PoleCart environment: https://github.com/keskival/embodied-emulated-personas

king-algorithm-manifesto

Posts with mentions or reviews of king-algorithm-manifesto. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-12.
  • Ask HN: Have advancements in AI given you ideas for new side projects?
    3 projects | news.ycombinator.com | 12 Jun 2023
    I have started several:

    - A small example of how to use behavior trees in structuring LLM chatbot applications: https://github.com/keskival/behavior-trees-for-llm-chatbots

    - A project for extracting meta-learned reinforcement learning algorithms out of a large language model: https://github.com/keskival/king-algorithm-manifesto

    - A proof-of-concept of embodying an LLM chatbot into a Gym PoleCart environment: https://github.com/keskival/embodied-emulated-personas

  • “Just a statistical text predictor”
    1 project | news.ycombinator.com | 14 May 2023
    Looking at Transformer model architecture and their training schemes to understand how they think misses the point. You wouldn't gain insight into how Doom game works by just looking at schematics of an x86 processor.

    These systems are Turing complete and they can execute any computation. To see what they actually execute requires looking at what happens in memory while Doom runs, in the activations when the Transformer model executes.

    At this time we don't have good tools to extract the actual algorithms and submodels these LLMs execute, but there are reasons to believe there are better algorithms learned in there for example for reinforcement learning than what we have ever been able to engineer.

    See for example my research: https://github.com/keskival/king-algorithm-manifesto#readme

What are some alternatives?

When comparing behavior-trees-for-llm-chatbots and king-algorithm-manifesto you can also consider the following projects:

embodied-emulated-personas - A project space for Embodied Emulated Personas - Embodied neural networks trained by LLM chatbot teachers