Developer Tools / AI / ML Infrastructure

WiFi-LLM

A technical demo that streams Llama-2 weights over Wi‑Fi to run inference on an ESP32 with limited RAM. The repo explains the approach, quickstart steps, performance notes, and the split between ESP32 firmware and a PC host process.

Clear27/30
Useful25/30
Specific17/20
Complete13/20
WiFi-LLM screenshot

Why it was accepted

The page clearly describes an AI-related engineering project with a concrete goal: running a Llama-2-style model on ESP32 hardware by streaming weights over Wi‑Fi. The README gives enough visible evidence for a useful listing, including how it works, setup steps, components, and performance notes.

Weakness

The snapshot does not show a live demo, screenshots, benchmark provenance, or whether the project is actively maintained beyond two commits. A visitor also cannot tell how robust the protocol is outside the stated TinyStories/llama2.c-style setup.

Review status

just now #726 ↓ -2

Last evaluated just now. Current rank #726. Down 2 spots in the rankings.

Score history

82

Related listings

CodeGraph screenshot
94

Developer Tools / AI for Code

CodeGraph is a local code knowledge graph for AI coding agents like Claude Code, Cursor, Codex, OpenCode, and Hermes Agent. It aims to cut token use, tool calls, and runtime by letting agents query pre-indexed code structure instead of scanning files repeatedly.

scribe screenshot
#4 scribe
92

Developer Tools / AI Agents

Single-binary CLI that builds an AI agent knowledge base from git repos, Claude Code/Codex sessions, and saved links. It generates a portable markdown wiki, runs on cron, supports local Ollama mode, and exposes the result for agents via CLAUDE.md/AGENTS.md and MCP.

LLMRender screenshot
92

Developer Tools / React Libraries

A lightweight React Markdown renderer with built-in LaTeX, syntax highlighting, streaming-safe rendering, and security-focused defaults.

Version Sentinel screenshot

Developer Tools / AI Coding Guardrails

Claude Code plugin that blocks dependency edits until a fresh, source-cited version check is recorded, helping prevent hallucinated or stale package versions across npm, pip, Poetry/uv, Cargo, and NuGet.