codealpaca VS llemmings

Compare codealpaca vs llemmings and see what are their differences.

llemmings

Llemmings is a game being written by LLMs. Only. Humans copy and paste code. (by romland)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
codealpaca llemmings
20 1
1,373 19
- -
4.4 9.0
12 months ago 10 months ago
Python JavaScript
Apache License 2.0 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.

codealpaca

Posts with mentions or reviews of codealpaca. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-05.

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 codealpaca and llemmings you can also consider the following projects:

alpaca.cpp - Locally run an Instruction-Tuned Chat-Style LLM

codemancer - AI coding assistant in your command line.

alpaca-electron - The simplest way to run Alpaca (and other LLaMA-based local LLMs) on your own computer

llm-code - An OpenAI LLM based CLI coding assistant.

llm-humaneval-benchmarks

awesome-ai-coding - Awesome AI Coding

openplayground-api - A reverse engineered Python API wrapper for OpenPlayground (nat.dev)

supercharger - Supercharge Open-Source AI Models

flan-alpaca - This repository contains code for extending the Stanford Alpaca synthetic instruction tuning to existing instruction-tuned models such as Flan-T5.

text-generation-webui - A Gradio web UI for Large Language Models. Supports transformers, GPTQ, AWQ, EXL2, llama.cpp (GGUF), Llama models.

stacksort - Sorts an array by downloading snippets from StackOverflow. Inspired by http://xkcd.com/1185/. I'm sorry.