llm-code VS llemmings

Compare llm-code vs llemmings and see what are their differences.

llm-code

An OpenAI LLM based CLI coding assistant. (by radoshi)

llemmings

Llemmings is a game being written by LLMs. Only. Humans copy and paste code. (by romland)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
llm-code llemmings
1 1
24 19
- -
6.7 9.0
1 day ago 11 months ago
Python JavaScript
MIT License GNU Affero General Public License v3.0
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.

llm-code

Posts with mentions or reviews of llm-code. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-22.
  • Ask HN: Those with success using GPT-4 for programming – what are you doing?
    4 projects | news.ycombinator.com | 22 May 2023
    I’m using it to do the mundane tasks of unit testing and (some) documentation. I find that the code it spits out isn’t perfect but getting some boiler plate and fixing it up is pretty fast compared to writing from scratch.

    I’ve used this enough that I wrapped some cli glue around it and wrote https://github.com/radoshi/llm-code

    I’ve used this mostly to write Python and bash, with some Makefiles and Dockerfiles thrown in.

    GPT-4 is better, albeit slower, than 3.5-turbo. HTH!

llemmings

Posts with mentions or reviews of llemmings. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-22.
  • Ask HN: Those with success using GPT-4 for programming – what are you doing?
    4 projects | news.ycombinator.com | 22 May 2023
    I did this experiment (a game) to see what's up and what's down around all this: https://github.com/romland/llemmings.

    While there is some GPT4 in there, it's mostly ChatGPT and a small handful of LLaMA solutions.

    That project is a contrived scenario and not realistic, but I wanted to experiment with _exactly_ what you are talking about.

    Very often I could have done things a lot faster myself, but there is one aspect that was actually helpful, and I did not foresee it. When inspiration gets a bit low and you're not in the "zone"; throwing something into an LLM will very often give me a push to keep at it. Even if what is coming up is mostly grunt work.

    The other day I threw together a script to show the commits in a reverse order and filter out (most of) the human commits (glue) over at https://llemmings.com/

What are some alternatives?

When comparing llm-code and llemmings you can also consider the following projects:

codealpaca

codemancer - AI coding assistant in your command line.