Back to All Tags
Tag • 24 Prompts

#AI Prompt

Explore all AI prompts tagged with #AI Prompt.

Prompts tagged with #AI Prompt

Santa Hat Portrait in Falling Snow — demo preview placeholderMidjourney v6

portrait of a man in a red santa hat, snow falling, golden hour rim light, 85mm f/1.8, shallow depth of field, warm color grade, photorealistic

Santa Hat Portrait in Falling Snow

A warm winter portrait recipe that leans on golden-hour rim light and an 85mm depth of field to separate the subject from falling snow. Works at 4:3 and 1:1. Swap the hat colour or subject for fast variations without losing the light.

941130
Cozy Christmas Cabin Interior — demo preview placeholderSDXL

cozy log cabin interior at christmas, fireplace glow, decorated tree with warm fairy lights, wide angle 24mm, soft window light, photorealistic, high detail

Cozy Christmas Cabin Interior

An interior scene built around two believable light sources — fireplace and window — so the fairy lights read as accents instead of noise. Great for greeting cards and seasonal banners; keeps detail without the HDR-everything look.

59078
Couple Walking Under Shared Umbrella — demo preview placeholderMidjourney v6

candid photo of a couple walking under one umbrella in light rain, wet street reflections, 50mm, evening city bokeh, muted teal and amber grade

Couple Walking Under Shared Umbrella

A two-subject composition that solves the spacing problem: the umbrella forces natural closeness while street bokeh keeps focus on the pair. The muted teal-amber grade is specified so a whole series stays colour-consistent.

65091
Anime Night City Rooftop — demo preview placeholderMidjourney v6

anime key visual, character on a rooftop overlooking a neon city at night, wind in hair, painterly clouds, dramatic rim light, makoto shinkai style lighting

Anime Night City Rooftop

A key-visual composition with a named lighting reference so the style lands deliberately. The rooftop framing gives you a foreground anchor and an excuse for dramatic rim light; swap the skyline for fantasy variants.

1.1K140
Floating Skincare Product Shot — demo preview placeholderSDXL

skincare bottle floating above rippling water surface, soft studio key light, pastel seamless background, water droplets frozen mid-air, commercial product photography, 100mm macro

Floating Skincare Product Shot

A packshot recipe with a frozen-motion water element that reads premium without props. The 100mm macro spec keeps label text sharp — the detail that usually breaks generated product shots. Works for any bottle-shaped product.

41968
Misty Alpine Valley at Dawn — demo preview placeholderFlux

alpine valley filled with low fog at dawn, first light hitting peaks, layered ridgelines, 70-200mm compression, muted blue-gold palette, ultra detailed

Misty Alpine Valley at Dawn

A landscape prompt built on telephoto compression and layered fog rather than saturation. The blue-gold palette constraint stops the sunrise from going radioactive, and ridgeline layering gives depth that flat wide shots miss.

55872
Corporate Headshot, Window Light — demo preview placeholderMidjourney v6

professional headshot of a woman in a navy blazer, large window light from camera left, clean grey seamless, 85mm f/2, natural retouch, confident slight smile

Corporate Headshot, Window Light

A LinkedIn-grade headshot recipe: one big soft source, one seamless, one lens. Specifying 'natural retouch' keeps skin texture believable. Batch-generate a team's worth by swapping subject and blazer colour only.

66987
Street Style Menswear Editorial — demo preview placeholderFlux

street style editorial photo of a man in an oversized wool coat, crossing a city street, motion blur in background traffic, overcast soft light, 35mm, fujifilm color science

Street Style Menswear Editorial

An editorial look that uses overcast light as a giant softbox and background motion blur for energy. The film-stock reference locks the grade. Works as a series — change the outfit, keep the recipe.

36645
Slow Dolly-In on Rain-Streaked Window — demo preview placeholderRunway

slow dolly-in toward a rain-streaked window at night, city lights defocused beyond the glass, anamorphic lens flares, moody blue grade, 24fps, shallow focus

Slow Dolly-In on Rain-Streaked Window

A five-second mood piece that works because the camera move is slow and singular. Anamorphic flares and defocused city light give production value with zero subjects to deform. Ideal opener for a moody product or title reveal.

74495
360 Rotating Sneaker Hero Shot — demo preview placeholderRunway

[white sneaker] rotating 360 degrees on a glossy black turntable, dramatic top key light, dust particles in light beam, seamless loop, 4k, product commercial style

360 Rotating Your Product Shot

A loopable turntable shot with one key light and floating dust for atmosphere. The seamless-loop instruction matters: it makes the clip usable as a background hero on landing pages without a visible cut.

43159
Drone Sweep Over Turquoise Coastline — demo preview placeholderKling

aerial drone shot sweeping along a turquoise coastline with white cliffs, morning light, gentle forward motion, waves rolling in slow motion, cinematic color grade

Drone Sweep Over Turquoise Coastline

A travel-reel staple: forward drone motion, morning light, slow-motion surf. The gentle-motion constraint keeps the AI from producing nausea-cam. Pairs well with a mid-reel cut to street-level footage.

50063
Isometric SaaS Dashboard Explainer — demo preview placeholderRunway

isometric 3d animation of a saas dashboard assembling itself, cards sliding into place, soft shadows, calm easing, clean white background, subtle camera drift

Isometric SaaS Dashboard Explainer

An explainer bed with calm easing and a white background so UI text stays legible under voiceover. The assemble-itself motif communicates 'product coming together' without needing a single real screenshot.

32739
Circuit Monogram for Dev Tools — demo preview placeholderMidjourney v6

minimal logo, letter D monogram formed by circuit traces, single color, flat vector, strong negative space, works at 16px favicon size, no gradients

Circuit Monogram for Dev Tools

A developer-tool mark built from a single-letter circuit motif. The 16px constraint in the prompt is the trick — it forces simplification that survives favicon duty. Ask for three weights to test scalability.

58488
Hand-Drawn Bistro Crest — demo preview placeholderMidjourney v6

vintage hand-drawn crest logo for a french bistro, crossed cutlery and wheat sprigs, circular badge, letterpress texture, two-color, 1920s engraving style

Hand-Drawn Bistro Crest

A badge-style restaurant mark with era and technique pinned to the 1920s engraving look. Two-colour constraint keeps print costs real. The crossed-cutlery motif reads 'bistro' from across the street.

33847
Claude

Audit this React component for unnecessary re-renders. List each cause (prop identity, context, state colocation), rank by measured impact, then propose the minimal fix for each — memo, callback stability, or state restructuring. Show before/after code. Do not suggest rewrites larger than the problem. [PASTE COMPONENT]

▸ ready to run
Claude

Audit this React component for unnecessary re-renders. List each cause (prop identity, context, state colocation), rank by measured impact, then propose the minimal fix for each — memo, callback stability, or state restructuring. Show before/after code. Do not suggest rewrites larger than the problem. [PASTE COMPONENT]

React Performance Audit Prompt

A performance-review prompt that forces ranking by impact before any fix, which stops the usual memo-everything reflex. The minimal-fix constraint keeps diffs reviewable. Paste one component at a time for best results.

1.3K210
Claude

Review every useEffect in this file. For each: state what it synchronises, whether it should be an event handler instead, and whether the dependency array is correct. Flag effects that should not exist. Output a table: effect | purpose | verdict | fix. [PASTE FILE]

▸ ready to run
Claude

Review every useEffect in this file. For each: state what it synchronises, whether it should be an event handler instead, and whether the dependency array is correct. Flag effects that should not exist. Output a table: effect | purpose | verdict | fix. [PASTE FILE]

useEffect Dependency Doctor

Turns the vaguest part of React — effects — into a table audit with a verdict per effect. The 'should this be an event handler' question catches the majority of real-world effect misuse. Great pre-review pass.

996175
GPT-4

Write a pandas pipeline that ingests this CSV description, handles missing values with per-column strategies you justify, normalises dtypes, and outputs a validated DataFrame. Use method chaining, type hints, and add three assertion checks that would catch silent data corruption. [DESCRIBE COLUMNS]

▸ ready to run
GPT-4

Write a pandas pipeline that ingests this CSV description, handles missing values with per-column strategies you justify, normalises dtypes, and outputs a validated DataFrame. Use method chaining, type hints, and add three assertion checks that would catch silent data corruption. [DESCRIBE COLUMNS]

Pandas Cleanup Pipeline Builder

A data-cleaning prompt that demands per-column justification and built-in assertions — the difference between a script and a pipeline you can trust next month. Method chaining keeps the result readable in review.

713120
Claude

Here is a slow PostgreSQL query and its EXPLAIN ANALYZE output. Walk the plan node by node, identify the dominant cost, and propose fixes in order of least invasive: query rewrite, then index, then schema change. Estimate the impact of each. Never suggest an index without naming its write cost. [QUERY + PLAN]

▸ ready to run
Claude

Here is a slow PostgreSQL query and its EXPLAIN ANALYZE output. Walk the plan node by node, identify the dominant cost, and propose fixes in order of least invasive: query rewrite, then index, then schema change. Estimate the impact of each. Never suggest an index without naming its write cost. [QUERY + PLAN]

Slow Query Explainer and Fixer

A query-tuning prompt ordered by invasiveness so you try rewrites before adding indexes. Requiring the write-cost caveat on every index suggestion filters out advice that would just move the pain to inserts.

1.2K190
Claude

Given this stack trace and code context, produce a ranked list of at most four hypotheses for the root cause. For each: the evidence for, the evidence against, and the single cheapest experiment that would confirm or kill it. Do not propose any fix until one hypothesis survives. [TRACE + CONTEXT]

▸ ready to run
Claude

Given this stack trace and code context, produce a ranked list of at most four hypotheses for the root cause. For each: the evidence for, the evidence against, and the single cheapest experiment that would confirm or kill it. Do not propose any fix until one hypothesis survives. [TRACE + CONTEXT]

Stack Trace Hypothesis Ranker

A debugging discipline in prompt form: hypotheses with evidence both ways and a cheapest-experiment step, with fixes explicitly forbidden until confirmation. Cuts wild-goose-chase time dramatically on unfamiliar codebases.

1.5K240
Claude

This function is too long and untested. Produce: (1) a characterisation test suite that pins current behaviour including its bugs, (2) a seam-by-seam extraction plan, (3) the refactored version. Behaviour changes are forbidden — flag suspected bugs in comments instead of fixing them. [PASTE FUNCTION]

▸ ready to run
Claude

This function is too long and untested. Produce: (1) a characterisation test suite that pins current behaviour including its bugs, (2) a seam-by-seam extraction plan, (3) the refactored version. Behaviour changes are forbidden — flag suspected bugs in comments instead of fixing them. [PASTE FUNCTION]

Legacy Function Strangler

A refactoring prompt that puts characterisation tests before any code movement and outlaws behaviour changes — suspected bugs get flagged, not silently fixed. The output is a safe, reviewable migration rather than a rewrite gamble.

654105
GPT-4

For this function, identify the algebraic properties it should satisfy (idempotence, inverse pairs, invariants, ordering). Write property-based tests for each using the idiomatic library for the language. Include two deliberately nasty generators: adversarial strings and boundary numerics. [PASTE FUNCTION]

▸ ready to run
GPT-4

For this function, identify the algebraic properties it should satisfy (idempotence, inverse pairs, invariants, ordering). Write property-based tests for each using the idiomatic library for the language. Include two deliberately nasty generators: adversarial strings and boundary numerics. [PASTE FUNCTION]

Property-Based Test Generator

Moves testing from example-listing to property thinking: the prompt asks which algebraic laws the code must obey, then encodes them with hostile generators. Finds the edge cases table-driven tests always miss.

48580
Claude

Review this schema migration for a production Postgres database under load. Check: lock levels per statement, table rewrite triggers, index build strategy, and rollback path. Output a go/no-go verdict with the exact statement that carries the most risk and a safer sequencing if one exists. [PASTE MIGRATION]

▸ ready to run
Claude

Review this schema migration for a production Postgres database under load. Check: lock levels per statement, table rewrite triggers, index build strategy, and rollback path. Output a go/no-go verdict with the exact statement that carries the most risk and a safer sequencing if one exists. [PASTE MIGRATION]

Migration Plan Reviewer

A pre-deploy gate for schema changes: every statement gets a lock-level check and the riskiest one is named explicitly. The safer-sequencing requirement regularly converts a table-locking migration into a zero-downtime one.

54292
Claude

Write a 4-email launch sequence for [PRODUCT] aimed at [AUDIENCE]. Email 1: problem agitation, no product mention. Email 2: mechanism reveal. Email 3: social proof + offer. Email 4: deadline close. One CTA per email, subject lines under 45 characters, plain-spoken tone, no exclamation marks.

▸ ready to run
Claude

Write a 4-email launch sequence for [PRODUCT] aimed at [AUDIENCE]. Email 1: problem agitation, no product mention. Email 2: mechanism reveal. Email 3: social proof + offer. Email 4: deadline close. One CTA per email, subject lines under 45 characters, plain-spoken tone, no exclamation marks.

Product Launch Email Sequence

A launch skeleton with a fixed narrative arc — agitate, reveal, prove, close — and hygiene rules that keep the copy out of the promotions-tab voice. Fill the brackets and you have a shippable draft to edit, not a blank page.

907160
GPT-4

Generate 12 scroll-stopping hooks for a cold Facebook audience for [OFFER]. Mix formats: 3 contrarian claims, 3 specific-number results, 3 problem call-outs, 3 curiosity gaps. Max 12 words each. Then pick the 2 you would test first and say why.

▸ ready to run
GPT-4

Generate 12 scroll-stopping hooks for a cold Facebook audience for [OFFER]. Mix formats: 3 contrarian claims, 3 specific-number results, 3 problem call-outs, 3 curiosity gaps. Max 12 words each. Then pick the 2 you would test first and say why.

Cold Audience Hook Batcher

A hook-generation prompt with enforced format variety so you get a real test matrix instead of twelve rephrasings of one idea. The self-selection step at the end doubles as a quality filter you can argue with.

693115