Evergreen library
What you can build with AI today
Hand-curated workflows with public evidence — not hype.
Each card links to a repo, doc, or demo you can verify.
Related coverage may appear in AI Signal .
Search use cases
Goal
All
Research
Design
Code
Extract
Automate
Translate
Role
All
Developer
Designer
Researcher
Analyst
Founder
Writer
Operator
Difficulty
All
Beginner
Intermediate
Advanced
Showing all use cases
No use cases match your filters. Try clearing search or filters.
Adapt an open-weight multimodal model
Fine-tune a multimodal foundation model on domain-specific image–text data.
research
advanced
documentation
Verified 2026-07-22
Workflow details
Inputs
Domain image–text pairs Base multimodal checkpoint Fine-tuning stack
Steps
Prepare paired images and captions for your domain. Load the open-weight multimodal base model. Run supervised fine-tuning on your dataset. Evaluate on held-out prompts before deployment.
Answer questions over private documents with RAG
Query a local document set and get answers grounded in retrieved chunks with source references.
research
intermediate
repository
Verified 2026-07-22
Workflow details
Inputs
PDF or Markdown files Embedding model Vector store LLM for generation
Steps
Chunk documents into retrievable segments. Embed chunks and load them into a vector index. Retrieve top matches for each user question. Prompt the LLM with retrieved context and cite sources in the answer.
Benchmark models with reproducible eval suites
Run scripted evaluations you can repeat and compare across model versions.
research
intermediate
repository
Verified 2026-07-22
Workflow details
Inputs
Eval registry entries Model API or local endpoint Scoring rubric per eval
Steps
Pick or author evals in the OpenAI Evals format. Configure the model and sampling settings. Execute the eval run and capture completions. Aggregate scores and diff results between runs.
Delegate repository coding tasks to Codex
Ask an agent to read, edit, and test code inside a real project checkout.
code
intermediate
repository
Verified 2026-07-22
Workflow details
Inputs
Local git repository Task description Codex CLI or IDE integration
Steps
Open the target repo in a Codex-enabled environment. Describe the change with file paths and constraints. Review the proposed diffs before applying. Run project tests and iterate on failures.
Explore product visuals from text prompts
Generate and iterate on product-style images from natural-language descriptions.
design
beginner
repository
Verified 2026-07-22
Workflow details
Inputs
Product description or style brief Qwen-Image model access Reference constraints (optional)
Steps
Write a prompt describing the product shot you need. Run Qwen-Image to produce candidate renders. Compare variations and refine the prompt. Export selected images for mockups or listings.
Run durable multi-step agent workflows
Orchestrate agents that keep state across steps, branches, and human checkpoints.
automate
advanced
repository
Verified 2026-07-22
Workflow details
Inputs
Workflow graph definition Tool or API integrations Checkpoint store
Steps
Model the workflow as nodes and edges in LangGraph. Attach tools and state reducers to each node. Compile the graph with persistence for checkpoints. Resume or branch runs from saved state when inputs change.
Search embeddings at scale with vector indexes
Find nearest-neighbor vectors in large embedding sets using optimized CPU or GPU indexes.
research
intermediate
repository
Verified 2026-07-22
Workflow details
Inputs
Embedding vectors FAISS index type choice Query vector
Steps
Normalize or prepare vectors for the chosen metric. Build a FAISS index for your corpus size and recall needs. Add vectors to the index in batches. Run top-k similarity queries and map hits back to records.
Segment images from points, boxes, or masks
Isolate objects or regions in an image using promptable segmentation without training a new model per class.
design
intermediate
repository
Verified 2026-07-22
Workflow details
Inputs
Source image SAM checkpoint Point, box, or mask prompts
Steps
Load the Segment Anything model and image encoder. Place prompts on the target region. Generate candidate masks from the prompts. Pick the best mask and export cutouts or overlays.
Transcribe speech audio in many languages
Convert recorded speech to text across languages from a single open-source model family.
translate
beginner
repository
Verified 2026-07-22
Workflow details
Inputs
Audio file (wav, mp3, etc.) Whisper model checkpoint
Steps
Install Whisper and pick a model size for your hardware. Load the audio and run transcription inference. Review the transcript and segment timestamps if needed. Export text for subtitles, notes, or downstream search.
Evidence gate. Every published workflow is reviewed against a public repository,
documentation page, demo, or reproducible process. AI can surface candidates; it cannot publish them.
Links and workflow claims are rechecked before promotion. Read the methodology →