Find the perfect prompt

191 prompts across 23 categories and 44 models

+ Submit a Prompt
Filters: technical
191 prompts Page 10 of 11
GPT-4o ⚙️ Technical Advanced

Multi-Agent Debate and Decision System

Design an adversarial multi-agent system where specialized agents argue different perspectives before a decision agent delivers a final recommendation.

GPT-4o ⚙️ Technical Advanced

Autonomous Research Pipeline for Organizations

Build a 5-stage autonomous research pipeline with specialized agents for question generation, source discovery, extraction, synthesis, and gap analysis.

GPT-4o ⚙️ Technical Intermediate

AI Agent Prompt Engineering Framework

Build a systematic SCOPE framework for writing, testing, and versioning agent prompts that produce consistent, reliable outputs.

GPT-4o ⚙️ Technical Advanced

AI Quality Assurance Agent for Outputs

Design an autonomous QA agent that evaluates AI-generated outputs across multiple quality dimensions before they reach end users.

GPT-4o ⚙️ Technical Advanced

Recursive Problem-Solving AI Agent

Design a multi-agent system that breaks complex problems into sub-problems, solves each recursively, and synthesizes solutions upward to a final recommendation.

GPT-4o ⚙️ Technical Basic

Generate Production-Ready Code from a Plain Description

Turn a plain-language description of what you want to build into clean, production-ready code with error handling, comments, and test coverage.

GPT-4o ⚙️ Technical Intermediate

AI Code Review: Find Bugs and Suggest Improvements

Get a thorough code review that identifies bugs, security issues, performance problems, and maintainability concerns with specific fix suggestions.

GPT-4o ⚙️ Technical Intermediate

AI-Assisted Debugging: Root Cause Analysis

Systematically diagnose a bug using structured hypothesis testing — identify the root cause, not just the symptom.

GPT-4o ⚙️ Technical Intermediate

Write Comprehensive Tests for Existing Code

Generate a complete test suite for existing code — covering happy paths, edge cases, error handling, and integration scenarios.

GPT-4o ⚙️ Technical Intermediate

Refactor Code for Clarity and Maintainability

Refactor a code block to improve readability, reduce complexity, and follow best practices — without changing any behavior.

GPT-4o ⚙️ Technical Advanced

Design a REST API from Requirements

Design a complete, production-grade REST API from business requirements — including endpoints, schemas, authentication, and error responses.

GPT-4o ⚙️ Technical Basic

Explain Unfamiliar Code Like a Senior Dev

Get a clear, layered explanation of code you didn't write — from high-level purpose to line-by-line logic, with the important parts flagged.

GPT-4o ⚙️ Technical Basic

Write Developer Documentation That People Actually Read

Generate comprehensive, well-structured developer documentation — including quickstart guides, API references, and usage examples that developers actually want to read.

GPT-4o ⚙️ Technical Advanced

Optimize Slow Database Queries with AI

Diagnose and fix slow SQL queries — analyzing execution plans, identifying bottlenecks, and writing optimized versions with index recommendations.

GPT-4o ⚙️ Technical Advanced

AI Architecture Review: Is This Design Solid?

Get an honest architectural review of your proposed system design — identifying single points of failure, scalability limits, security gaps, and better alternatives.

GPT-4o ⚙️ Technical Intermediate

Create a CI/CD Pipeline Configuration

Generate a complete CI/CD pipeline configuration for your project — including build, test, security scan, and deployment stages.

GPT-4o ⚙️ Technical Intermediate

Build a Command-Line Tool from Scratch

Build a fully functional CLI tool with argument parsing, help text, error handling, and cross-platform support.

GPT-4o ⚙️ Technical Advanced

Security Audit: Find Vulnerabilities in My Code

Perform a thorough security audit of your code — finding injection risks, authentication gaps, data exposure, and OWASP Top 10 vulnerabilities with specific fixes.