Database Modeling Prompt
A developer shared a prompt for database modeling that instructs coding agents to build a project data model based on a PRD. The prompt emphasizes scenario-based examples, step-by-step guidance, and i…
A developer shared a prompt for database modeling that instructs coding agents to build a project data model based on a PRD. The prompt emphasizes scenario-based examples, step-by-step guidance, and i…
A developer created six copy-paste prompts for integrating Interactive Brokers (IBKR) with Claude AI, enabling portfolio X-ray dashboards, stock hunting with deep-dive analyst reports, one-year outloo…
A developer created amp-review, a deterministic skill review and invoker plugin for the Amp code editor. The plugin loads skills from multiple directories, parses SKILL.md files, and allows users to i…
A developer created micrograd.ipynb, a tutorial that provides a spelled-out introduction to neural networks and backpropagation. The notebook walks through building a simple autograd engine from scrat…
Andrej Karpathy published a set of rules for LLMs writing code, emphasizing reading the existing codebase before generating new code, stating assumptions, naming tradeoffs, and avoiding over-engineeri…
A developer created a Cursor skill called /famm that fetches GitHub pull request metadata and diffs via the gh CLI from a PR URL, builds context, and confirms readiness without starting other work. Th…
A developer built a WhatsApp-based pet clinic appointment scheduling agent using n8n, Google Gemini, Redis, and HighLevel. The agent handles natural language conversations to book vet appointments, ma…
Sudipta Das, a Google Summer of Code 2026 contributor at the Internet Archive, built a client-side AI extension for the Wayback Machine. The Chrome extension uses Gemini Nano to summarize archived pag…
A developer introduced DeepThink, a loop-based reasoning skill for complex multi-step problems. The skill structures reasoning into iterative passes—surface, explore, challenge, synthesize, and conver…
An engineer introduced a /tldr command for Claude Code that reviews and summarizes session work as clean Markdown, designed for parallel and multi-session workflows. The command uses git log, git stat…
A developer criticizes the concept of LLM-wiki, a pattern for building personal knowledge bases using large language models, arguing that it degrades information and undermines genuine learning. The c…
A developer built a matrix-multiply kernel in pure Rust, called cuda-oxide, that achieves 58% of NVIDIA's hand-tuned library performance on a Blackwell GPU. The kernel, gemm_sol_clc_multicast_4_stage_…
A developer created a uBlock Origin filter to hide AI features in Jira, targeting elements like platform-ai, ai-mate, and ai-agent on atlassian.net.…
TERN has rolled out a framework called 'deep-understanding' to turn AI coding assistants into mentors rather than code generators. The framework, inspired by prompt mechanics from Anthropic engineers,…
A developer created an agent skill that applies the GOV.UK style guide and Government Digital Service content design principles to any text. The skill enforces plain English, active voice, front-loade…
Vercel introduced SKILL.md, a product-design skill that serves as a single entry point for shaping, implementing, reviewing, copying, and hardening user-facing features in the Vercel site. The skill e…
A developer proposes an experimental method for storing neural network weights using a tree structure that stores unique values and allows weights to reference them by index, potentially reducing memo…
A developer introduced Project Brain, a portable knowledge hub pattern for software products that maintains itself. It builds on Karpathy's LLM wiki by adding a directive layer for cross-cutting, time…
A developer built a neural drum machine using Magenta's MusicRNN and MusicVAE models, combined with Tone.js for audio synthesis. The system generates drum patterns with humanization and reverb effects…
A developer published a coding style guide for Laravel projects, emphasizing readability, elegance, and adherence to framework conventions. The guide advises against using final classes or private met…