Developer Tools / AI Tooling

wean

A small Nix-based wrapper that adds an exponential timeout around agentic AI tools and resets the limit each day, with a reminder message before the tool runs.

Clear20/30
Useful18/30
Specific16/20
Complete18/20
wean screenshot

Why it was accepted

The page shows a real, narrowly defined utility for people using AI coding agents. It explains the purpose, how it works, and how to install it in NixOS or Home Manager with concrete examples. The project is clearly AI-adjacent and useful to developers who want friction around agentic tools.

Weakness

The snapshot doesn’t show the actual script behavior in detail, such as the timeout rules, configuration options, or whether it supports tools beyond the examples named in the README. There are also no screenshots, release notes, or maintenance signals beyond the small repo footprint.

Review status

13 days ago #1104 ↑ +1

Last evaluated 13 days ago. Current rank #1104. Up 1 spot in the rankings.

Score history

72

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
#3 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.