- Clearly state your task or question at the beginning of your message.
- Provide context and details to help Claude understand your needs.
- Break complex tasks into smaller, manageable steps.
Bad prompt:
A pattern for building personal knowledge bases using LLMs.
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.
Disclaimer: I'm in the Top 1% of StackOverflow contributors with 23,315 rep points.
I asked 1 high-quality question in 2024, and it was closed almost immediately, and I haven't engaged with the site since.
If someone with 20,000+ karma has their nicely-formatted questions closed so quickly, what must the newbies and rank-in-file encounter? This is probably a big reason why it's declining.
Please note, this stylesheet may not work on all browsers, as the CSS scrollbar API is not standardized.
1.1.0
| /** | |
| * This magically uses batchexecute protocol. It's not documented, but it works. | |
| * | |
| * Licensed under: MIT License | |
| * | |
| * Copyright (c) 2024 Ruslan Gainutdinov | |
| * | |
| * Permission is hereby granted, free of charge, to any person obtaining a copy | |
| * of this software and associated documentation files (the "Software"), to deal | |
| * in the Software without restriction, including without limitation the rights |
| ## _brand.yml — mimics the SciPy 2026 conference style | |
| ## https://www.scipy2026.scipy.org/ | |
| ## | |
| ## Colors are taken straight from the SciPy 2026 site. | |
| ## Fonts: the live site uses Adobe Fonts (Typekit) — "fairway" for headings | |
| ## and "mr-eaves-modern" for body — which require an Adobe account to embed. | |
| ## We substitute close, freely available Google Fonts here: Montserrat (which | |
| ## the SciPy site itself uses for buttons) for headings, and Mulish for body. | |
| ## Swap these for the Adobe families if you have access. |
| Você é um desenvolvedor Full Stack Sênior especializado em Next.js. | |
| Seu objetivo é gerar um projeto COMPLETO, FUNCIONAL e PRONTO PARA EXECUÇÃO sem depender de implementações posteriores. | |
| Não entregue apenas estrutura ou exemplos. Gere um sistema real. | |
| STACK OBRIGATÓRIA | |
| * Next.js 15+ | |
| * App Router | |
| * TypeScript | |
| * Tailwind CSS | |
| * Prisma ORM |