Back to AI Lab
GitHub Repository

trimstray/the-book-of-secret-knowledge

December 22, 2025199,08912,130

Summary

A huge curated index of cheatsheets, tools, and guides for systems, networking, security, and more. Many AI engineers lean on it to understand the stacks they’re automating. ([github.com](https://github.com/trending))

Related Content

stable-diffusion-webui

stable-diffusion-webui by AUTOMATIC1111 is the de facto standard local web interface for Stable Diffusion, providing a massive feature set—txt2img, img2img, inpainting/outpainting, upscaling, LoRA/embeddings support, training utilities, and a huge extension ecosystem—on top of consumer GPUs. If you’re doing any kind of image generation or fine-tuning with Stable Diffusion in a local or lab environment, this is usually the first tool people reach for and the one most community workflows target. ([github.com](https://github.com/AUTOMATIC1111/stable-diffusion-webui?utm_source=openai))

exo-explore/exo

Exo turns a pile of Macs or PCs into one AI cluster so you can run huge models at home. It auto-discovers devices, shards models across them, and uses high-speed links like Thunderbolt to get near data-center performance. ([github.com](https://github.com/trending))

openai/codex

A lightweight coding agent that runs directly in your terminal, wiring OpenAI models into a loop that edits files, runs tests, and applies patches. Compared to IDE plugins, it’s closer to a shell-native ‘pair programmer’ that can operate on entire repos and workflows. Given its rapid adoption and tight integration with existing CLIs, it’s poised to become a reference design for terminal-first code agents.

anthropics/claude-code

Claude Code runs an AI coding assistant directly in your terminal. It reads your repo, executes commands, and handles git workflows so you focus on design, not plumbing. ([github.com](https://github.com/trending))