Skip to main content
Drop a repoSign up
REPOLum1104/Understand-Anything+606 stars 24hREPOanthropics/financial-services-plugins+396 stars 24hREPOrohitg00/ai-engineering-from-scratch+331 stars 24hREPOaddyosmani/agent-skills+327 stars 24hREPOcolbymchenry/codegraph+327 stars 24hREPOLum1104/Understand-Anything+606 stars 24hREPOanthropics/financial-services-plugins+396 stars 24hREPOrohitg00/ai-engineering-from-scratch+331 stars 24hREPOaddyosmani/agent-skills+327 stars 24hREPOcolbymchenry/codegraph+327 stars 24h
Glossary

What is prompt engineering?

Prompt engineering is the practice of crafting a language model's input — instructions, examples, and structure — to reliably get the output you want.

Prompt engineering is the cheapest lever for steering a model before reaching for retrieval or fine-tuning. Effective techniques include giving clear instructions, showing a few worked examples (few-shot), asking for structured output, and prompting step-by-step reasoning for hard problems.

As prompts move into production they need the same rigour as code: versioning, evaluation against test cases, and regression checks when you change a model. Open-source tooling exists for prompt management and systematic evaluation.

Trending AI & ML projects

Trending prompt engineering projects

  1. decolua/9router

    Unlimited FREE AI coding. Connect Claude Code, Codex, Cursor, Cline, Copilot, Antigravity to FREE Claude/GPT/Gemini via 40+ providers. Auto-fallback, RTK -40% tokens, never hit limits.

    14.3K+165 · 24hmomentum 13JavaScript
  2. jundot/omlx

    LLM inference server with continuous batching & SSD caching for Apple Silicon — managed from the macOS menu bar

    15.2K+92 · 24hmomentum 12Python
  3. iOfficeAI/AionUi

    Free, local, open-source 24/7 Cowork app for OpenClaw, Hermes Agent, Claude Code, Codex, OpenCode, Gemini CLI and 20+ more CLI | Customize your assistants | Star if you like it!

    26.6K+34 · 24hmomentum 11TypeScript
  4. NVlabs/Sana

    SANA: Efficient High-Resolution Image Synthesis with Linear Diffusion Transformer

    7.6K+92 · 24hmomentum 11Python
  5. Fincept-Corporation/FinceptTerminal

    FinceptTerminal is a modern finance application offering advanced market analytics, investment research, and economic data tools, designed for interactive exploration and data-driven decision-making in a user-friendly environment.

    24K+56 · 24hmomentum 10Python
  6. jlcodes99/cockpit-tools

    🚀 通用 AI IDE 账号管理工具:支持 Antigravity / Codex / GitHub Copilot / Windsurf / Kiro / Cursor / Gemini-cli / CodeBuddy,多账号切换、配额监控、自动唤醒与多开实例管理。 🚀 Universal AI IDE account manager for Antigravity / Codex / GitHub Copilot / Windsurf / Kiro / Cursor / Gemini-cli / CodeBuddy, with multi-account switching, quota monitoring, wake-up automation, and multi-insta

    9.2K+31 · 24hmomentum 10Rust
  7. openai/symphony

    Symphony turns project work into isolated, autonomous implementation runs, allowing teams to manage work instead of supervising coding agents.

    24.6K+59 · 24hmomentum 10Elixir
  8. OpenBMB/VoxCPM

    VoxCPM2: Tokenizer-Free TTS for Multilingual Speech Generation, Creative Voice Design, and True-to-Life Cloning

    19.8K+26 · 24hmomentum 10Python

prompt engineering — FAQ

What is prompt engineering?
Prompt engineering is the practice of crafting a language model's input — instructions, examples, and structure — to reliably get the output you want. Prompt engineering is the cheapest lever for steering a model before reaching for retrieval or fine-tuning. Effective techniques include giving clear instructions, showing a few worked examples (few-shot), asking for structured output, and prompting step-by-step reasoning for hard problems.