Codex CLI jailbreak leads ADHD-friendly AI tools
We don't tell you what's popular — popularity lags and is gameable. We tell you what's gaining speed right now, and whether it's worth your attention. 6 accelerating AI repos earned today's slot.
Top mover
This repo provides a curated set of jailbreak prompts and test cases specifically for the GPT-5.6 series via Codex CLI, enabling developers to probe model safety and bypass restrictions. It's gaining traction (2205 stars) as a practical tool for red-teaming and understanding model guardrails, but its utility is limited to the specific model version and may become obsolete with updates.
🤖 Agents & automation
Smallcode is an AI coding agent optimized for small LLMs (e.g., 4B active parameters), achieving 87% on the SWE-bench Lite benchmark. It uses a multi-step pipeline with retrieval, planning, and code editing, making it viable for local or resource-constrained environments. However, its performance may degrade on complex, multi-file tasks compared to larger models.
FAROS orchestrates multi-agent AI research workflows from idea generation to paper writing and peer review using modular blueprints. It matters now because it automates the entire research lifecycle, reducing manual effort, but its effectiveness depends on the quality of underlying LLMs and blueprint design.
Tooling & infra
This is a Claude Code skill that forces the AI to front-load answers and avoid burying key info in verbose text. It's gaining traction because many developers find Claude's default output too wordy, and this simple prompt hack directly addresses that pain point. Caveat: it's just a system prompt, not a plugin or tool, so its effectiveness depends on Claude's underlying model behavior.
ORG2 provides a Rust-based harness for running multiple coding agents as an 'organization', with built-in reviewability and 20+ CLI tools. It's gaining traction because it addresses the need for reliable, local-first, and collaborative AI coding workflows, unlike single-agent approaches. A caveat: it's early-stage and may require significant setup for non-Rust developers.
This repo provides a lightweight proxy that converts Google Gemini's web interface into an OpenAI-compatible API, enabling zero-auth, cross-platform access to Gemini models without an API key. It's gaining traction because it offers a free, unrestricted way to use Gemini's capabilities, bypassing Google's API quotas and costs. However, it relies on scraping the web interface, which may break with UI changes and violates Google's ToS, making it unsuitable for production use.