llemmings VS llm-code

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

llemmings

Llemmings is a game being written by LLMs. Only. Humans copy and paste code. (by romland)

llm-code

An OpenAI LLM based CLI coding assistant. (by radoshi)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
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
llemmings llm-code
1 1
19 24
- -
9.0 6.7
11 months ago 1 day ago
JavaScript Python
GNU Affero General Public License v3.0 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.

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/

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!

What are some alternatives?

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

codealpaca

codemancer - AI coding assistant in your command line.