self-maintaining-wiki.md
A developer describes a pattern for an AI agent that autonomously builds and maintains a persistent personal wiki from work artifacts and external sources. The agent handles filing, linking, summarizi…
A developer describes a pattern for an AI agent that autonomously builds and maintains a persistent personal wiki from work artifacts and external sources. The agent handles filing, linking, summarizi…
A developer built a production-grade landing page for Northstar Studio, a digital product design and development company targeting startups and enterprises in the AI era. The page uses Next.js, TypeSc…
A developer created a plugin for OpenCode that modifies chat headers to fix compatibility with GPT-5.6 Luna. The plugin sets the originator to 'codex_cli_rs' and the User-Agent to 'codex_cli_rs/0.0.0 …
A developer created a diagnostic framework for SillyTavern Game Master character cards used in tabletop RPGs, identifying common failure modes such as mood-heavy personas, flat NPCs, and forced pacing…
ClickMinded's 'Little Guys Strike Back' webinar presented a blueprint for building an AI-powered editorial team using agents like Claude Code, Codex, or Cursor. The system assigns different models to …
A developer built an automated email response system using n8n, Gmail, and OpenAI's language model to speed up lead response times. The workflow triggers on new emails, uses an AI agent to analyze con…
A developer outlines rules for delegating tasks to subagents in a Claude-powered coding workflow, emphasizing context economy and reasoning quality over parallelism. The guidelines cover batch sizing,…
A developer argues that macOS's built-in CLI tools like grep, find, and cat are suboptimal for AI coding agents, recommending modern replacements such as ripgrep, fd, and jq for better context economy…
Independent AI safety researcher @cereblab has published a wire-level analysis showing that xAI's Grok Build CLI (version 0.2.93) transmits the entire repository contents, including files the agent wa…
A developer visualized the training of a deep neural network on the MNIST dataset using PyTorch. The project displays real-time updates of the input image, hidden layer activations, output probability…
A developer introduced three techniques to improve AI interactions by closing knowledge gaps: a blindspot pass prompt to surface unknown unknowns, a debrief prompt to clarify ambiguous requirements be…
A developer created a Claude Code skill called 'claude-watch' that enables Claude to analyze videos frame-by-frame locally. The skill splits videos into images and text with aligned timestamps, using …
Tess-4-27B, a reasoning-native agentic fine-tune on Qwen3.6-27B, achieved 81% (122/150) on the local benchlocal full suite, ranking #1. The model scored 94% on core instruction/tools/structure tasks b…
A developer created a repo-local Markdown documentation system designed to help both humans and AI agents understand a codebase, find relevant context, and make safer changes. The system uses a top-le…
A developer released a multi-city, multi-provider Gas City configuration repository on GitHub. The setup uses a tier abstraction where agents refer to abstract tiers like 'fast', 'solid', and 'deep', …
A developer shared a battle-tested AGENTS.md document designed to produce higher quality code output by preventing 'AI slop creep'. The document enforces principles such as defaulting to modular desig…
A developer created an LLM-maintained wiki called 'jarvas-mnemoteca' that extends the LLM-wiki pattern with 'WIP gravity wells'—bounded capsules where related notes, sources, conversations, and artifa…
Pankaj Pahuja of Ingenify built a free n8n workflow template that extracts invoice data from PDFs, scanned PDFs, and photos into Google Sheets, with a trust guard that blanks fabricated fields. The gu…
A developer built a dental receptionist voice agent using n8n and AI tools. The agent handles appointment scheduling, CRM lookups, and urgency checks for MN Dental, operating within specified clinic h…
A developer shared a new Gist, though the content appears to be a navigation bar snippet rather than a technical project. The Gist includes HTML for a responsive navbar with Bootstrap classes.…