nowfound

Alternatives

Products that do what Llama 3.3 70B Sparse Autoencoders with API access does

  1. 1L3

    I spent a lot of time and money on this rather big side project of mine that attempts to replicate the mechanistic interpretability research on proprietary LLMs that was quite popular this year and produced great research papers by Anthropic [1], OpenAI [2] and Deepmind [3]. I am quite proud of this project and since I consider myself the target audience for HackerNews did I think that maybe some of you would appreciate this open research replication as well. Happy to answer any questions or face any feedback. Cheers [1]…

    2024 · github.com

  2. 2

    Llama 405B-level performance, at a fraction of the cost

    2024

  3. 3

    AI-powered coding assistant by Meta

    2024

  4. 4
    Llama312

    3.1-405B: an open source model to rival GPT-4o / Claude-3.5

    2024

  5. 5
    Llama 4423

    A new era of natively multimodal AI innovation

    2025

  6. 6

    New, performant version of Meta's LLM for code generation

    2024

  7. 7LD
  8. 8
    LLaMA118

    A foundational, 65-billion-parameter large language model

    2023

  9. 9
    Llama 2263

    The next generation of Meta's open source LLM

    2023

  10. 108F

    Hi HN! I'm just sharing a project I've been working on during the LLM Efficiency Challenge - you can now finetune Llama with QLoRA 5x faster than Huggingface's original implementation on your own local GPU. Some highlights: 1. Manual autograd engine - hand derived backprop steps. 2. QLoRA / LoRA 80% faster, 50% less memory. 3. All kernels written in OpenAI's Triton language. 4. 0% loss in accuracy - no approximation methods - all exact. 5. No change of hardware necessary. Supports NVIDIA GPUs since 2018+. CUDA 7.5+. 6. Flash Attention support via Xformers. 7. Supports 4bit and 16bit…

    2023 · github.com

  11. 11FL

    I've been playing around with https://github.com/zphang/minimal-llama/ and https://github.com/tloen/alpaca-lora/blob/main/finetune.py, and wanted to create a simple UI where you can just paste text, tweak the parameters, and finetune the model quickly using a modern GPU. To prepare the data, simply separate your text with two blank lines. There's an inference tab, so you can test how the tuned model behaves. This is my first foray into the world of LLM finetuning, Python, Torch, Transformers, LoRA, PEFT, and Gradio. Enjoy!

    2023 · github.com

  12. 12LE

    Author here. I just wanted a quick and easy way to easily submit strings to a REST API and get back the embedding vectors in JSON using Llama2 and other similar LLMs, so I put this together over the past couple days. It's very quick and easy to set up and totally self-contained and self-hosted. You can easily add new models to it by simply adding the HuggingFace URL to the GGML format model weights. Two models are included by default, and these are automatically downloaded the first time it's run. It lets you not only submit text strings and get back the embeddings, but also to compare two…

    2023 · github.com

  13. 13IB

    Built a ~9M param LLM from scratch to understand how they actually work. Vanilla transformer, 60K synthetic conversations, ~130 lines of PyTorch. Trains in 5 min on a free Colab T4. The fish thinks the meaning of life is food. Fork it and swap the personality for your own character.

    Apr 2026 · github.com

  14. 14

    The open sparse MoE model for agentic coding

    Apr 2026

  15. 15IB

    I spent the last few days building out a nicer ChatGPT-like interface to use Mistral 7B and Llama 3 fully within a browser (no deps and installs). I’ve used the WebLLM project by MLC AI for a while to interact with LLMs in the browser when handling sensitive data but I found their UI quite lacking for serious use so I built a much better interface around WebLLM. I’ve been using it as a therapist and coach. And it’s wonderful knowing that my personal information never leaves my local computer. Should work on Desktop with Chrome or Edge. Other browsers are adding WebGPU support as well - see…

    2024 · github.com

  16. 16

    The low-code platform for testing AI apps

    2024

  17. 17

    Try out Meta's new Llama 3 AI chat online

    2024

  18. 18RL

    2024 · app.wiz.chat

  19. 19LA

    Almost exactly 1 year ago, I submitted something to HN about using Llama2 (which had just come out) to improve the output of Tesseract OCR by correcting obvious OCR errors [0]. That was exciting at the time because OpenAI's API calls were still quite expensive for GPT4, and the cost of running it on a book-length PDF would just be prohibitive. In contrast, you could run Llama2 locally on a machine with just a CPU, and it would be extremely slow, but "free" if you had a spare machine lying around. Well, it's amazing how things have changed since then. Not only have models gotten a lot better,…

    2024 · github.com

  20. 20

    The most capable openly available LLM to date

    2024

  21. 21FL

    2024 · colab.research.google.com

  22. 22LF
  23. 23LA

    I built LlamaPReview to solve a common frustration: most AI code reviewers either require complex setup or don't truly understand project context. Key differentiators: 1. One-click installation through GitHub Marketplace - no configuration needed 2. Analyzes your entire codebase first to understand: - Project structure - Coding patterns - Naming conventions - Architecture decisions 3. Completely free with no usage limits 4. Fully automated PR reviews with zero human intervention required Technical implementation: - Built on top of llama-github (my open source project) - Focuses on deep code…

    2024 · github.com

  24. 24LT

    2023 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →