Ryukijano/agent-skills

Reusable Windsurf rules and Cursor agent skill files for cross-project AI-assisted development

1

stars

68

commits

Python

primary language

Aug 22, 2026

updated

README

agent-skills

Reusable Devin and Cursor skills and workflows for cross-project AI-assisted development. Designed for research scientists and software engineers working on ML projects (surgical video MOT, HPC, DGX Spark, 3D recon, agentic loops) and PCOS edge agent development.

Overview

PlatformSkillsWorkflows / Commands
Devin (.devin/)823809 workflows (/name)
Cursor (.cursor/)840819 commands (/name)
MCP Servers (mcp_servers/)7 servers72 tools (dual CLI + MCP)
Hugging Face Skills12Hub, datasets, training, eval, papers, Gradio
NVIDIA Skills22NeMo, Megatron-Core, DALI, CUDA-Q, DeepStream
  • Every major topic has both a skill and a workflow/command.
  • MCP servers provide live tools that agents call at runtime — GPU monitoring, CUDA profiling, distributed training, cloud GPU SSH, TPU/JAX, endosight pipeline, and research workflows.
  • Hugging Face skills (installed via npx skills add huggingface/skills) give agents access to the HF Hub: model search, dataset exploration, LLM/vision training, evaluation, paper lookup, and Gradio demos.
  • NVIDIA skills (installed via npx skills add nvidia/skills) provide NeMo distributed training, Megatron-Core, DALI, CUDA-Q, and DeepStream expertise.

Every major topic has both a skill (reference knowledge, auto-suggested) and a workflow/command (step-by-step procedure).

Skills use progressive disclosure: only name and description are loaded until the agent invokes them, keeping context lean.

Skills (823)

Research Scientist (13)

SkillDescription
reproducibilitySeeds, config logging, environment capture, deterministic training
reproducibility-checklistAudit project for reproducibility gaps before submission
experiment-trackingStructured logging, hyperparameter management, result comparison
data-managementDataset versioning, hashing, leak-free partitioning
paper-code-releasePrepare code for public release alongside paper
paper-submission-prepFinalize repo for conference submission deadline
ablation-studyDesign systematic ablation studies comparing model variants
tdv-pretrainTDV (Temporal Difference in Vision) pretraining on surgical video
surgical-mot-evalEvaluate surgical MOT models on CholecTrack20
lora-finetuneLoRA fine-tuning for vision transformers (DINOv2, ViT)
pretrain-and-evaluateFull Stage 0 pretrain → Stage 1 detect → eval pipeline
continual-learningCross-session context persistence with progress files
deep-researchSystematic web research and deep reasoning for complex technical questions

Software Engineering (10)

SkillDescription
code-qualityFormatting, linting, type checking with ruff + basedpyright
code-reviewML-focused code review checklist (correctness, perf, safety)
testing-strategyUnit, integration, smoke, and property-based tests for ML code
dependency-managementLock files, pyproject.toml, version conflicts, uv migration
ci-cd-setupGitHub Actions workflows for automated testing and linting
pre-commit-setupPre-commit hooks with ruff and common checks
release-checklistVersioned releases, changelogs, PyPI publishing
refactor-extract-moduleSafely extract code into separate modules
git-branch-workflowBranch naming, commit conventions, PR templates
address-pr-commentsSystematically address PR review comments via GitHub CLI

Infrastructure & Debugging (11)

SkillDescription
aire-slurm-submitSubmit and monitor Slurm jobs on AIRE HPC cluster
submit-gpu-jobSubmit GPU training job with smoke test + monitoring
conda-env-setupCreate conda environments with CUDA PyTorch on AIRE
debug-pytorch-gpuDiagnose OOM, DDP hangs, NCCL errors, gradient instability
debug-trainingDebug NaN loss, OOM, DDP hangs, poor convergence by symptom
checkpoint-to-deploymentConvert training checkpoint to deployment-ready format
setup-ml-projectScaffold new ML research project with standard structure
wandb-experimentWeights & Biases experiment tracking setup and debugging
mot-training-workflowSurgical MOT 4-stage pipeline training workflow
mot-repo-orientationNavigate the GOT-JEPA surgical MOT codebase structure
mot-browser-researchResearch SOTA MOT methods via web search and paper discovery

Science & Bioinformatics (34)

SkillDescription
alphafold-database-fetch-and-analyzeRetrieve and analyze AlphaFold predicted structures
alphagenome-single-variant-analysisAnalyze genetic variant effects on gene expression
chembl-databaseQuery ChEMBL for bioactive molecules and drug targets
clinical-trials-databaseSearch ClinicalTrials.gov for clinical trials
clinvar-databaseClinical significance and pathogenicity classifications
dbsnp-databaseLook up and map short genetic variants (SNPs)
embl-ebi-olsQuery EMBL-EBI Ontology Lookup Service
encode-ccres-databaseQuery ENCODE Registry of cis-Regulatory Elements
ensembl-databaseResolve gene, transcript, and protein IDs via Ensembl
foldseek-structural-search3D structural search of proteins
gnomad-databaseQuery Genome Aggregation Database for allele frequencies
gtex-databaseRetrieve RNA expression data and variant associations
human-protein-atlas-databaseRetrieve protein expression and localization data
interpro-databaseIdentify protein domains, families, and sites
jaspar-databaseQuery JASPAR for transcription factor binding profiles
literature-search-arxivSearch arXiv for scientific preprints
literature-search-biorxivBrowse and download bioRxiv preprints
literature-search-europepmcSearch Europe PMC for scientific literature
literature-search-openalexQuery OpenAlex scholarly database
ncbi-sequence-fetchRetrieve protein and nucleotide sequences from NCBI
openfda-databaseQuery openFDA API for drugs, devices, and food
opentargets-databaseQuery Open Targets for target-disease associations
pdb-databaseSearch and download experimentally-determined 3D structures
protein-sequence-msaMultiple sequence alignment with Clustal Omega
protein-sequence-similarity-searchSearch for homologous proteins with MMseqs2/BLAST
pubchem-databaseQuery PubChem for compounds, properties, and assays
pubmed-databaseSearch PubMed for scientific literature
pymolVisualize and render protein structures with PyMOL
quickgo-databaseQuery QuickGO for Gene Ontology terms and mappings
reactome-databaseQuery Reactome for pathway analysis and enrichment
string-databaseQuery STRING for protein-protein interactions
ucsc-conservation-and-tfbsFetch conservation scores and TF binding sites from UCSC
unibind-databaseQuery UniBind for experimentally validated TF binding sites
uniprot-databaseAccess protein metadata, sequences, and annotations

Documents & Creative (6)

SkillDescription
pdfRead, extract, merge, split, create, and OCR PDF files
docxCreate, edit, and analyze Word documents with tracked changes
xlsxCreate Excel spreadsheets with formulas, financial models, data analysis
pptxCreate presentations and slide decks with design QA
canvas-designDesign visual art in PNG and PDF formats
algorithmic-artCreate generative art using p5.js with seeded randomness

PCOS Edge Agent (6)

SkillDescription
pcos-routingPCOS context routing decision tree, surface selection, Chrome API selection
pcos-chrome-aiChrome Built-in AI API integration (Prompt, Summarizer, Translator, etc.)
pcos-android-litertAndroid on-device inference with LiteRT-LM v0.13+ and Gemma models
pcos-bridgeChrome ↔ Android WebSocket bridge via broker relay hub
pcos-privacyPII stripping, cloud escalation gating, privacy-first routing policies
pcos-deployPCOS deployment, CI/CD, observability, HF Space, MkDocs docs site

Development & Tooling (10)

SkillDescription
webapp-testingTest local web apps with Playwright (screenshots, logs, UI automation)
mcp-builderBuild MCP servers to expose tools and APIs to AI agents
frontend-designFrontend UI/UX design with modern CSS and accessibility
git-advanced-workflowsInteractive rebase, cherry-pick, bisect, reflog, worktrees, conflict resolution
tdd-workflowRed-Green-Refactor TDD cycle with best practices
pair-programmingStructured AI pair programming with driver-navigator pattern
security-auditOWASP Top 10 checklist, vulnerability scanning, access control audit
data-visualizationCharts and plots with matplotlib, seaborn, plotly
docker-containerizationDockerfiles, multi-stage builds, docker-compose
api-designREST API design with FastAPI, best practices, OpenAPI docs

Engineering Practice (8)

SkillDescription
spec-driven-developmentSpec → plan → tasks → implement gated workflow
context-engineeringManage AI agent context: rules, specs, source, errors
incremental-implementationSmall verifiable increments, compilable, rollback-friendly
debugging-and-error-recoverySystematic debugging: reproduce, localize, fix root cause
code-simplificationSimplify code preserving behavior, clarity over cleverness
performance-optimizationProfile → identify bottlenecks → optimize → measure
observability-and-instrumentationLogging, metrics, tracing, health checks
planning-and-task-breakdownBreak complex tasks into small verifiable subtasks

AI/ML Research & Training (13)

SkillDescription
autoresearchTwo-loop autonomous research orchestration
ml-paper-writingPublication-ready papers for NeurIPS, ICML, ICLR with LaTeX
academic-plottingPublication-quality figures with venue-specific styling
research-brainstormingStructured ideation for high-impact research directions
vllm-servingHigh-throughput LLM serving with PagedAttention
flash-attention2-4x faster attention with O(N) memory
peft-finetuningLoRA, QLoRA, DoRA — adapt LLMs with minimal params
deepspeed-trainingZeRO optimization for distributed training of large models
model-quantization8-bit/4-bit quantization with bitsandbytes, GPTQ, AWQ, GGUF
knowledge-distillationCompress large models into smaller ones via distillation
speculative-decoding1.5-3.6x faster LLM inference with draft models
rag-pipelinesRAG with vector databases, embeddings, and LLMs
model-mergingCombine models with TIES, DARE, SLERP using mergekit

AlphaEvolve & Evolutionary Optimization (7)

SkillDescription
alphaevolve-orchestratorFull 4-phase AlphaEvolve workflow: design → run → monitor → post-experiment
alphaevolve-experiment-designDesign experiments: seed program, EVOLVE-BLOCK markers, evaluator, project structure
alphaevolve-runnerLaunch experiments on GCP: configure, verify evaluator, create & start evolution loop
alphaevolve-monitorMonitor running experiments: progress tracking, metrics, failure analysis, reports
alphaevolve-post-experimentPost-experiment: code review, score progression charts, integrate evolved code
alphaevolve-consultantExpert reference: architecture, suitability, evaluator design, troubleshooting
evolutionary-code-optimizationGeneral LLM-based evolutionary code optimization (with or without AlphaEvolve)

MCP Servers (7 servers, 90 tools)

Custom MCP (Model Context Protocol) servers with dual CLI + MCP interface. Each server works as a direct terminal tool AND as an MCP tool for AI agents (Cursor, Devin, Claude, Windsurf, Gemini).

ServerToolsDescription
dgx-monitor15GPU status (GB10 unified memory fallback), processes, Docker, conda, CUDA info, kernel compilation, NVDEC/NVENC, bandwidth tests
cuda-profiling13nsys/ncu profiling, compute-sanitizer (memcheck/racecheck/initcheck), SASS/PTX dump, benchmarking, GPU info, kernel compilation
distributed-training12Multi-GPU discovery, NVLink/PCIe topology, NCCL diagnostics, DDP/FSDP setup, training job management, checkpoints
cloud-gpu-ssh16Remote GPU machines (Lambda/RunPod/Vast/SSH), remote commands, SFTP file sync, GPU pricing
tpu-jax10JAX device discovery, TPU topology, gcloud TPU VM management, JAX profiling, XLA HLO compilation
endosight-pipeline13Pipeline status, clip listing, reconstruction stats, crop/QA/export, logs, validation, clinical clip sweep
research-workflow11ArXiv search, paper download, BibTeX management, repro bundles, experiment tracking, Semantic Scholar, citations

Install all servers:

bash mcp_servers/install_all.sh

Test in CLI mode:

python3 mcp_servers/dgx_monitor/server.py --cli gpu_status
python3 mcp_servers/distributed_training/server.py --cli list_gpus
python3 mcp_servers/cloud_gpu_ssh/server.py --cli list_machines

Also installed: 22 NVIDIA agent skills (NeMo, Megatron-Core, DALI, CUDA-Q, DeepStream) via npx skills add nvidia/skills, plus community MCPs (W&B, MLflow, NVIDIA CUDA docs, Hugging Face).

See mcp_servers/README.md for full documentation.

Hugging Face Skills (12)

Installed from huggingface/skills via npx skills add huggingface/skills. These skills teach agents how to use the Hugging Face Hub ecosystem.

SkillDescription
hf-cliHub CLI: download, upload, manage models/datasets/spaces/buckets/repos/papers/jobs
huggingface-datasetsDataset Viewer API: paginate rows, search text, apply filters, download parquet
huggingface-llm-trainerTrain/fine-tune LLMs with TRL (SFT, DPO, GRPO) on HF Jobs
huggingface-vision-trainerTrain object detection (D-FINE, RT-DETR, DETR, YOLOS) and image classification
huggingface-community-evalsRun evaluations against Hub models on local hardware
huggingface-trackioTrack and visualize ML training experiments with Trackio
huggingface-papersLook up and read Hugging Face paper pages in markdown
huggingface-paper-publisherPublish and manage research papers on the Hub
huggingface-tool-builderBuild reusable scripts for HF API operations
huggingface-gradioBuild Gradio web UIs and demos in Python
transformers-jsRun ML models in JavaScript/TypeScript with WebGPU/WASM
huggingface-bestFind the best/recommended model for a task by benchmark scores

Install:

npx skills add huggingface/skills --skill hf-cli --agent cursor --yes
npx skills add huggingface/skills --skill huggingface-llm-trainer --agent cursor --yes
# ... or install all 12 (see above)

Hugging Face MCP Server (hosted at https://huggingface.co/mcp):

  • Search models, datasets, Spaces, and papers
  • Run community tools via Gradio apps on Spaces
  • Schedule and run Jobs on HF infrastructure
  • Requires HF_TOKEN env var (get from huggingface.co/settings/tokens)

Custom Research Skills (673)

Domain-specific skills for Gyanateet's research workflow.

SkillDescription
surgical-video-analysisSurgical video MOT, detection, scene understanding on DGX Spark
cuda-kernel-optimizationOptimize CUDA kernels for GB10 (SM121, Blackwell, unified memory)
cutile-python-gb10Tile-based programming with NVIDIA cuTile Python on GB10
cutile-persistent-matmul-gb10Persistent cuTile FP16/FP32 GEMM with ~2-wave launch on GB10
cutile-fmha-attention-gb10Fused multi-head attention with cuTile and online softmax on GB10
cooperative-groups-gb10Cooperative Groups and cudaLaunchCooperativeKernel on GB10
cooperative-groups-warp-tile-gb10Warp-level tiled_partition reduce/scan/shfl on GB10
cub-device-algorithms-gb10CUB device-wide reduce/scan/sort on GB10
cub-reduce-by-key-gb10CUB DeviceReduce::ReduceByKey on GB10
cub-segmented-sort-gb10CUB DeviceSegmentedSort::SortKeys on GB10
cuda-dynamic-parallelism-gb10CUDA Dynamic Parallelism (parent/child kernels) on GB10
cuda-dynamic-parallelism-quicksort-gb10Recursive CDP quicksort with -rdc=true on GB10
cuda-graphs-inference-gb10Capture/replay CUDA graphs for low-latency inference on GB10
fused-attention-inference-gb10FlashAttention-style fused attention for inference on GB10
fp8-fp4-quantization-inference-gb10FP8/FP4 post-training quantization for Blackwell inference
fast-gemm-inference-gb10cuBLASLt and cuTile GEMM for low-latency inference on GB10
model-evaluationSystematic model evaluation, benchmarking, and reporting
video-processing-pipelineGPU-accelerated video I/O with ffmpeg/cvcuda/NVDEC on GB10
thesis-writingPhD thesis structure, LaTeX, citation management, viva prep
academic-posterConference poster design with LaTeX/PowerPoint/Figma
literature-reviewSystematic literature review methodology and tools
huggingface-hubUpload models/datasets/Spaces, manage HF repositories
experiment-reproducibilitySeeds, configs, environments, checkpoints, data versioning
collaborative-researchMulti-author papers, supervisor communication, project management
blackwell-fp4-fp8-block-scaling-ptx-gb10FP8 and block-scaled FP4 (NVFP4) PTX MMA with scale factors on SM121
blackwell-sm121-targeting-gb10Correctly compile for GB10 (sm_121/121f/121a), PTX 9.1, and Triton ptxas setup
cp-async-pipeline-gb10Multi-stage cp.async copy pipelines for GB10 GMEM->SMEM staging
cuda-occupancy-register-pressure-gb10Occupancy, register pressure, launch bounds, and SMEM tradeoffs on GB10
nsight-compute-tensor-cores-gb10Profile Tensor Core utilization and memory bottlenecks with Nsight Compute on GB10
shared-memory-swizzling-gb10Bank-conflict-free shared memory layouts with XOR swizzling and padding tradeoffs on GB10
tensor-core-fragment-layouts-gb10PTX mma.sync fragment layouts and lane-to-element mapping for GB10 Tensor Cores
ada-l40s-optimizationL40S-specific tuning: FP8, TensorRT-LLM/Triton, multi-GPU PCIe scaling, and media engines.
blackwell-dc-fp4-quantizationBlock-scaled 4-bit formats for training and inference on datacenter Blackwell.
blackwell-dc-moepart-green-contextsResource partitioning (MLOPart, Green Contexts, MPS) and disaggregated prefill/decode serving for datacenter Blackwell.
blackwell-dc-tcgen05-tmemProgramming datacenter Blackwell (sm_100/sm_103) with tcgen05.mma, TMEM, TMA multicast, and CTA-pair operations.
climate-weather-mlFourCastNet, GraphCast, Pangu-Weather, ClimaX, and ECMWF ai-models on GPU clusters.
cuda-q-hybrid-quantumCUDA-Q kernels, simulators, VQE/QAOA, PyTorch/JAX integration, and multi-GPU quantum workflows.
cuquantum-tensornetGPU-accelerated quantum simulation: state vector, tensor network, expectation values, and gradients.
distributed-launch-slurm-mpiLaunching multi-node PyTorch/JAX training with SLURM, torchrun, MPI, CUDA-aware MPI, and UCX.
hopper-flashattention-3FlashAttention-3 warp specialization, WGMMA/TMA pipelining, and FP8 block quantization on H100/H200.
hopper-fp8-transformer-engineFP8 recipes (E4M3/E5M2, current, delayed, and blockwise scaling) with Transformer Engine for LLM training.
hopper-megatron-deepspeedLarge-model training with Megatron-Core, Megatron-FSDP, DeepSpeed ZeRO, and NVLink4 on H100/H200.
hopper-wgmma-tmaLow-level Hopper programming with wgmma.mma_async, cp.async.bulk.tensor, tensor maps, and mbarriers.
jax-gpu-scientificJAX jit, vmap, shard_map, device meshes, and XLA memory tuning on H100/H200/Blackwell/L40S.
jax-pde-scimlJAX-based SciML: Diffrax, Exponax, JAX-MD, neural operators, and differentiable simulations.
mamba-ssm-kernelsMamba-2/3 SSD kernels, fused selective scan, CuTe/Triton/TileLang backends, and chunk scheduling.
materials-discovery-mlMatterGen, GNoME, DiffCSP, CDVAE, and crystal structure generation on GPU.
moe-grouped-gemmGrouped GEMM, MoE routing, cuBLAS/cuDNN/TransformerEngine/FlashInfer/vLLM backends.
molecular-ml-drug-discoveryEquivariant GNNs, ML potentials, molecular docking (DiffDock), and generative molecule design on GPU.
multigpu-nccl-topologyNCCL, NVLink/NVSwitch, PCIe, InfiniBand/RoCE, GPUDirect, and common topology hang fixes.
neural-operators-pinnsFourier Neural Operator, DeepONet, PINNs, and JAX/Diffrax/Exponax for PDEs on GPU.
protein-folding-gpuAlphaFold 3, ESM3, Boltz, BioNeMo Fold-CP, OpenFold, and high-throughput protein folding pipelines.
scientific-data-formatsZarr, TensorStore, WebDataset, HDF5/NetCDF, KvikIO, and direct-to-GPU I/O pipelines.
torch-compile-inductorPyTorch 2.7+ torch.compile, Inductor autotune, custom operators, CuTeDSL/Gluon backends, and debug.
triton-cross-archWriting and deploying Triton kernels across sm_80, sm_89, sm_90, sm_100, sm_120, and sm_121.
ampere-a100-scientificA100 architecture, TF32, structured sparsity, MIG, FP64, and cuBLAS/cuDNN paths for scientific workloads.
bioinformatics-genomics-mlDNABERT, Enformer, single-cell analysis with scVI/scGPT, and RAPIDS cuDF for genomics pipelines.
cuda-tile-advanced-gb10cuTile Python/C++ advanced features: block-scaled ct.mma_scaled, Tile IR, persistent kernels, and Nsight Tile profiling.
cutlass-persistent-kernelsCUTLASS 3.x persistent kernels, cooperative vs ping-pong schedule, warp specialization, and CollectiveBuilder for FP8/FP4.
dgx-spark-multinode-roceConnect 2-3 DGX Sparks over QSFP RoCE, NCCL configuration, Docker host networking, and no GPUDirect RDMA.
dgx-spark-uma-tuningTuning DGX Spark's 128 GB unified LPDDR5X memory, page cache competition, thermal throttling, EC firmware, and CPU compilation flags.
flashattention-4-sm121FlashAttention-4 consumer Blackwell support on sm_120/sm_121: paged KV, head_dim limits, FP8, and the CuTe DSL dispatch path.
geospatial-remote-sensing-mlPrithvi, SatMAE, TorchGeo, TerraTorch, segment-anything for Earth observation, and NVIDIA cuOpt.
llm-inference-gb10vLLM and TensorRT-LLM inference on GB10: FP8 KV, Marlin, MTP, MoE backend selection, and driver 580.x.
mixed-precision-training-gpuBF16, FP16, FP8, TF32, FP32 master weights, loss scaling, and when to use each on Ampere/Hopper/Blackwell.
molecular-dynamics-gpuMACE, CHGNet, DeePMD-kit, LAMMPS/GROMACS integration, and multi-GPU spatial decomposition for ML potentials.
nsight-profiling-gpuNsight Compute sections/metrics, Nsight Systems gap analysis, hardware CUDA trace, and Tile profiling for cuTile.
pytorch-blackwell-deploymentPyTorch nightly wheels, sm_100/sm_120 support, architecture detection, and common Blackwell-specific errors.
quantization-backends-gpuAWQ, GPTQ, AutoRound, Marlin, FP8, NVFP4, MXFP4, and backend selection for A100/H100/L40S/RTX50/GB10.
astrophysics-cosmology-mlGravitational lensing, galaxy classification, N-body simulations, dark matter mapping, and cosmological parameter inference.
bayesian-inference-gpuMCMC, NUTS, variational inference, NumPyro, BlackJAX, and GPyTorch on NVIDIA GPUs.
causal-inference-scienceDo-calculus, causal discovery, structural causal models, transportability, and mediation for observational and experimental data.
differential-equations-gpuODE/PDE/SDE solvers, spectral and finite element methods, Diffrax, FEniCSx, PETSc, and NekRS on GPU.
equivariant-neural-networks-scienceE(3)/SE(3)-equivariant networks (E3NN, Equiformer, MACE, NequIP, steerable CNNs) for atomic and molecular systems.
experiment-tracking-optimizationW&B, MLflow, Neptune, Aim, Optuna, Ray Tune, and reproducible hyperparameter search on HPC.
fluid-dynamics-cfd-mlNeural operators, PhysicsNeMo (Modulus), JAX-Fluids, PhiFlow, and surrogate CFD on GPU.
generative-models-scienceDiffusion, flow matching, score-based models, and normalizing flows for molecules, materials, and inverse design.
gnn-scienceGNNs for molecules, materials, weather, neural operators, and large-scale graph training on GPU.
neuroscience-ml-gpufMRI, calcium imaging, connectomics, and neural decoding with cuBNM, DeepWonder, scGPT, and RAPIDS.
optimization-gpuFirst- and second-order optimization, Optax/JAXopt, L-BFGS, trust-region, constrained, and Newton-Krylov methods on GPU.
quantum-chemistry-gpuGPU-accelerated DFT, Hartree-Fock, coupled cluster with PySCF/GPU4PySCF, and hybrid quantum-classical ML.
reinforcement-learning-scienceRL for tokamak plasma control, drug design, experiment design, and autonomous scientific systems.
scientific-linear-algebra-gpuDense and sparse linear algebra with cuBLAS, cuSOLVER, cuSPARSE, cuDSS, MAGMA, and device-side cuSolverDx.
scientific-workflows-hpcWorkflow engines (Snakemake, Nextflow, CWL), containers, DVC, SLURM job arrays, checkpointing, and cloud HPC.
signal-image-processing-gpuFFT, wavelets, filtering, compressed sensing, and tomography with cuFFT, RAPIDS, and GPU pipelines.
transformers-for-scienceTransformers for protein, genomics, weather, chemistry, math, and symbolic regression; ESM, AlphaFold, Prithvi, DNABERT, AI-Descartes.
uncertainty-quantification-scienceConformal prediction, evidential learning, Bayesian neural nets, ensembles, Fortuna, and UQ for PDE surrogates.
cicd-ml-pipelinesGitHub Actions, GitLab CI, pre-commit, artifact registries, and model promotion gates for ML pipelines.
containers-reproducibilityDocker, Apptainer/Singularity, Podman, conda-lock, Nix, and reproducible scientific environments.
data-engineering-scienceETL pipelines, feature stores, vector databases, RAG, and embeddings for scientific data.
distributed-storage-hpcLustre, BeeGFS, GPFS, WekaFS, Ceph, Zarr, and TensorStore for high-throughput scientific data.
fault-tolerance-checkpointingPyTorch DCP, DeepSpeed elastic training, asynchronous checkpointing, and multi-tier checkpoint storage.
gpu-cluster-managementSLURM, PBS, LSF, cloud bursting, hybrid clusters, and AWS ParallelCluster for GPU HPC.
kubernetes-gpu-orchestrationNVIDIA GPU Operator, MIG, MPS, Kueue, Volcano, gang scheduling, and DRA for ML workloads on Kubernetes.
ml-security-supply-chainModel signing, AIBOM/ML-BOM, container scanning, malicious pickle detection, and provenance for ML artifacts.
model-serving-gpuTriton Inference Server, TensorRT-LLM, vLLM, TorchServe, FastAPI, and BentoML for production inference.
monitoring-observability-mlPrometheus, Grafana, Weights & Biases, MLflow, Evidently, and drift detection for production ML.
networking-distributed-trainingInfiniBand, RoCE, NCCL tuning, AWS EFA, and diagnosing multi-node network issues.
ray-ml-distributedRay Train, Ray Tune, Ray Serve, Ray Data, and Ray clusters for scaling training, tuning, serving, and data processing.
agritech-phenotypingUAV/drone imaging, vision-language models, yield estimation, disease detection, and crop monitoring on GPU.
battery-materials-mlGNNs, Gaussian processes, and high-throughput screening for battery materials, redox flow batteries, and carbon capture solvents.
biodiversity-edna-mlEnvironmental DNA, species distribution modeling, zero-shot taxonomic assignment, and biodiversity monitoring on GPU.
epidemiology-disease-surveillanceSIR/SEIR models, GNNs, Gaussian processes, and transfer learning for outbreak prediction and disease dynamics.
high-energy-physics-mlJet tagging, event reconstruction, Particle Transformer, Hypergraph, and ROOT/Geant4 integration on GPU.
industry-4-predictive-maintenanceRAPIDS, NVIDIA Omniverse, XGBoost, anomaly detection, and digital twins for manufacturing.
lab-robotics-digital-twinsMATTERIX, LucidGrasp, 6D pose, sim-to-real, and digital twins for autonomous science labs.
proteomics-metabolomics-mlMass spectrometry, peptide identification, DelPi, DIA-BERT, GiCOPS, ANN-SoLo, and metabolite annotation on GPU.
renewable-energy-forecastingSpatio-temporal diffusion, FNO, attention, and RL for solar/wind forecasting and energy dispatch.
social-simulation-mlAgentTorch, LLM-based agents, differentiable ABM, and causal discovery for social and economic systems.
spatial-transcriptomics-gpuCell segmentation, transcript assignment, BIDCell, segger, PanoSpace, and foundation models for spatial omics.
sports-biomechanics-mlWearable sensors, ST-GNNs, federated learning, and multimodal fusion for athlete performance and injury risk.
category-theory-mlFunctorial data modeling, categorical deep learning, structured cospans, string diagrams, and topos theory for ML.
differential-geometry-mlRiemannian manifolds, geodesics, natural gradients, hyperbolic ML, and optimization on curved spaces.
game-theory-multiagent-mlNash equilibria, mean-field games, mechanism design, and deep multi-agent reinforcement learning.
high-dimensional-statisticsSparsity, LASSO, compressed sensing, concentration inequalities, and covariance estimation.
information-geometry-mlFisher information metric, natural gradient, alpha-connections, and geometry of probability distributions.
kernel-methods-scienceRKHS, Gaussian processes, MMD, kernel mean embeddings, and kernel methods for PDEs.
optimal-transport-mlWasserstein distance, Sinkhorn algorithm, sliced Wasserstein, and applications to generative modeling and domain adaptation.
optimization-under-uncertaintyRobust optimization, stochastic programming, distributionally robust optimization, and Wasserstein DRO.
random-matrix-theory-mlMarchenko-Pastur, semicircle law, free probability, and spectral analysis of neural networks.
spectral-graph-mlGraph Laplacian, spectral clustering, spectral GNNs, graph partitioning, and spectral sparsification.
stochastic-processes-mlItô calculus, score-based generative models, neural SDEs, rough paths, and continuous-time generative modeling.
topological-data-analysisPersistent homology, Ripser, GUDHI, Mapper, and topological deep learning for shape-aware scientific ML.
agent-evaluation-benchmarksMeasure agent capability on coding, web, tool use, and open-ended reasoning benchmarks.
agent-memoryShort-term and long-term memory for agents: vector stores, summaries, entity tracking, and memory hierarchies.
llm-judge-evaluationUse strong language models to evaluate, score, and compare outputs from other models or pipelines.
llm-reasoningChain-of-thought, self-consistency, tree-of-thoughts, and reasoning-optimized prompting for large language models.
llm-redteamingSystematically probe LLMs for harmful outputs, jailbreaks, privacy leaks, and misalignment.
long-context-llmArchitectures, position interpolation, and evaluation for language models with very long contexts.
mcp-integrationConnect agents to external tools, databases, and services using the Model Context Protocol (MCP).
multi-agent-orchestrationCoordinate multiple specialist agents to decompose tasks, debate, and synthesize solutions.
prompt-engineering-advancedStructured prompting, few-shot, chain-of-thought, role prompts, and prompt optimization for LLMs.
rag-retrieval-evaluationEvaluate retrieval quality, answer relevance, and end-to-end RAG pipeline performance.
test-time-computeImprove LLM output quality by increasing inference-time computation: search, verification, and reward models.
tool-use-agentsDesign LLM agents that call functions, APIs, and utilities to gather facts and take actions.
ai-for-arts-humanitiesDigital humanities, text analysis, image restoration, and creative AI for cultural heritage.
ai-for-autonomous-vehiclesPerception, prediction, planning, and simulation for self-driving cars and mobile robots.
ai-for-biologyDeep learning for genomics, transcriptomics, proteomics, cell imaging, and biological sequence modeling.
ai-for-chemistryMolecular property prediction, generative chemistry, reaction prediction, and cheminformatics with deep learning.
ai-for-educationPersonalized learning, knowledge tracing, automated assessment, and intelligent tutoring systems.
ai-for-financeMachine learning for time-series forecasting, risk modeling, algorithmic trading, and financial NLP.
ai-for-lawLegal document analysis, case law retrieval, contract review, and legal reasoning benchmarks.
ai-for-musicMusic generation, transcription, recommendation, and audio processing with deep learning.
ai-for-physics-simulationNeural operators, surrogate models, and learned emulators for partial differential equations and physical systems.
ai-for-psychiatry-mental-healthMachine learning for digital phenotyping, diagnostic support, treatment prediction, and crisis detection.
ai-for-quantum-computingMachine learning for quantum state tomography, variational quantum algorithms, quantum control, and error mitigation.
ai-for-roboticsImitation learning, reinforcement learning, sim-to-real, and foundation models for robot manipulation and navigation.
ai-for-agricultureCrop monitoring, yield prediction, pest detection, and precision agriculture with ML and remote sensing.
ai-for-archaeologyRemote sensing, LiDAR, and computer vision for site detection, artifact analysis, and heritage preservation.
ai-for-carbon-captureMachine learning for adsorbent and solvent screening, process optimization, and carbon capture materials design.
ai-for-forensicsML for image authentication, deepfake detection, authorship attribution, and anomaly detection in forensic evidence.
ai-for-gravitational-wavesDeep learning for compact binary coalescence search, parameter estimation, and glitch classification.
ai-for-materials-synthesisMachine learning for synthesis route prediction, process optimization, and inverse design of materials.
ai-for-nuclear-engineeringMachine learning for reactor design, plasma control, material degradation, and fusion ignition prediction.
ai-for-oceanographyData-driven ocean forecasting, current reconstruction, eddy detection, and marine ecosystem modeling.
ai-for-satellite-imagingEarth observation foundation models, land-use classification, change detection, and disaster mapping.
ai-for-seismologyMachine learning for earthquake detection, phase picking, denoising, and seismic signal classification.
ai-for-volcanologyMachine learning for eruption forecasting, volcanic seismicity classification, and hazard assessment.
ai-for-water-securityML for water quality prediction, leak detection, flood forecasting, and hydrological modeling.
active-learningIteratively select the most informative unlabeled data points for efficient annotation and model improvement.
ai-fairnessDetect, measure, and mitigate bias across demographic groups in classification, ranking, and regression.
curriculum-learningOrder training examples from easy to hard to improve convergence and generalization.
domain-adaptationTransfer knowledge from a labeled source domain to an unlabeled or partially labeled target domain.
explainable-aiFeature attribution, concept-based explanations, saliency maps, and interpretability for black-box models.
federated-learningDecentralized model training across clients, handling non-IID data, aggregation, and personalization.
few-shot-learningLearning from a handful of labeled examples through meta-learning, prompt tuning, and data augmentation.
meta-learningLearn-to-learn methods such as MAML, metric learning, and neural processes for fast adaptation.
model-interpretabilityIntrinsic and post-hoc methods for understanding model behavior, features, and decision boundaries.
privacy-preserving-mlDifferential privacy, federated learning, homomorphic encryption, and secure multi-party computation for ML.
robust-mlAdversarial robustness, distribution shift, out-of-distribution detection, and reliable model performance.
uncertainty-quantification-mlPredictive uncertainty, calibration, conformal prediction, and Bayesian methods for reliable ML.
agent-monitoring-guardrailsRuntime monitoring, safety policy enforcement, tool-call validation, probabilistic risk prediction, and guardrail frameworks for LLM agents.
ai-for-cadDeep generative models for parametric CAD sketches, B-rep synthesis, sketch-and-extrude sequences, and vision-language conditional CAD generation.
cost-optimization-cloudFinOps practices, spot/preemptible instances, right-sizing, reserved capacity, autoscaling, and cost-aware scheduling for ML workloads.
data-stream-processingApache Kafka and Flink pipelines, event-time semantics, exactly-once delivery, online feature engineering, and real-time model updates.
edge-aiQuantization, pruning, knowledge distillation, neural architecture search, and deployment of ML models on mobile, embedded, and edge accelerators.
generative-designDeep generative models (VAEs, GANs, diffusion) for engineering design synthesis, constraint-aware generation, Pareto-front exploration, and design automation.
graph-databasesProperty graph models, Cypher/Gremlin querying, graph embeddings, GNNs on graph DBs, and knowledge graph completion for connected data.
industrial-digital-twinsReal-time virtual replicas of physical systems for monitoring, predictive maintenance, process optimization, and hybrid physics-ML modeling.
ml-infrastructure-as-codeTerraform, Pulumi, and GitOps for reproducible ML platforms, modular MLOps stacks, and CI/CD-managed infrastructure.
real-time-mlStreaming inference, online learning, low-latency GPU serving, event-time semantics, and service-level objectives for real-time ML systems.
topology-optimizationSIMP, neural reparameterization, generative topology optimization, physics-informed neural networks, and learned resolution-free solvers for structural design.
vector-databasesApproximate nearest neighbor search, dense-embedding storage, metadata filtering, hybrid search, and vector indexing for RAG and recommendation.
ai-peer-reviewUse AI tools and structured checklists to write constructive, ethical peer reviews for manuscripts and proposals.
citation-managementOrganize references, manage PDFs, format bibliographies, and share libraries with Zotero, Mendeley, or BibTeX.
collaboration-and-team-scienceBuild, lead, and sustain productive interdisciplinary research teams with clear roles, communication, and shared tools.
competitive-analysisMap industry structure, benchmark competitors, and identify strategic positioning using Porter's Five Forces, SWOT, and data.
grant-proposal-writingStructure Specific Aims, research strategy, budget, and broader impact sections for NIH/NSF/ERC-style proposals with AI drafting support.
market-research-aiDesign surveys, segment customers, analyze open-ended responses, and forecast market trends with AI-driven tools.
product-requirements-aiDraft, validate, and track product requirements documents (PRDs) with user stories, assumptions, and success metrics.
research-data-storytellingTurn complex scientific results into narrative visualizations and stories that resonate with specialists and the public.
research-paper-ideationUse LLMs, citation networks, and structured brainstorming to generate and refine research questions, hypotheses, and project outlines.
research-presentation-designBuild clear, compelling slides and posters for seminars, conferences, and outreach using narrative structure and visual hierarchy.
scientific-writingImprove clarity, structure, and style for manuscripts, theses, and reports using AI drafting and editing tools.
user-interviews-synthesisTurn interview transcripts into themes, insights, and personas using thematic analysis, affinity mapping, and AI coding.
ai-for-biofoundriesAI/ML-driven lab automation, robotic liquid handling, closed-loop DBTL, and self-driving laboratories for synthetic biology.
ai-for-digital-organismComputational models, simulations, and multiscale foundation models of living systems as AI-driven digital organisms.
ai-for-drug-repurposingGraph ML, knowledge graphs, LLMs, and transcriptomics for identifying new indications for existing drugs.
ai-for-immunologyMachine learning for adaptive immune receptor repertoires, epitope-MHC binding, immune cell phenotyping, and vaccine/immunotherapy design.
ai-for-longevityBiological aging clocks, biomarkers of aging, longevity intervention mining, and integrative multi-omic models of aging.
ai-for-neuroscienceDeep learning for neural recordings, brain decoding, neuroimaging analysis, connectomics, and NeuroAI foundation models.
ai-for-nutritionMachine learning and generative AI for personalized nutrition, dietary assessment, meal planning, food recognition, and nutrition-health modeling.
ai-for-precision-medicineMultimodal machine learning for personalized diagnosis, treatment selection, risk prediction, and integration of genomics, EHRs, imaging, and wearables.
ai-for-protein-designInverse folding, generative backbone design, and binder engineering with ProteinMPNN, RFdiffusion, structure predictors, and Rosetta validation.
ai-for-rare-diseaseAI for rare disease diagnosis, target prioritization, drug repurposing, natural history modeling, and diagnostic-odyssey support.
ai-for-sleepMachine learning for sleep staging, sleep disorder detection, wearable PSG analysis, and sleep health monitoring.
ai-for-synthetic-biologyMachine learning for genetic circuit design, promoter and RBS optimization, metabolic pathway engineering, and closed-loop Design-Build-Test-Learn biofoundry pipelines.
analog-computingReconfigurable analog accelerators, in-memory analog computing, and mixed-signal AI hardware.
dask-mlDistributed and out-of-core machine learning with Dask and scikit-learn, XGBoost, and hyperparameter search.
data-versioningDVC, lakeFS, and Delta Lake for versioning datasets, models, and pipelines alongside code.
feature-storesFeast, Tecton, and Hopsworks for centralized feature definition, versioning, and online/offline serving.
high-performance-pythonNumba, Cython, pybind11, vectorization, and profiling for Python code that rivals C/Fortran speed.
in-memory-computingCompute-in-memory, processing-in-memory, and emerging NVM technologies (PCM, RRAM, MRAM) for AI.
ml-metadata-lineageML Metadata (MLMD), MLflow, and Kubeflow lineage for tracking artifacts, executions, and provenance.
modin-pandasDrop-in distributed, parallel pandas replacement using Modin with Ray or Dask backends.
neuromorphic-computingSpiking neural networks (SNNs), event-based processing, and brain-inspired low-power accelerators like Intel Loihi and BrainChip.
photonic-computingSilicon photonics, optical processing units, and photonic interconnects for energy-efficient AI and HPC.
quantum-machine-learningHybrid quantum-classical ML with variational quantum circuits, PennyLane, TensorFlow Quantum, and Qiskit.
wafer-scale-aiCerebras Wafer Scale Engine, wafer-scale training and inference, and massive on-chip compute fabric.
contrastive-learningInstance discrimination, InfoNCE, SimCLR, MoCo, CLIP, and deep metric learning for vision, language, and retrieval.
curriculum-rlTask sequencing, automatic curriculum generation, and progressive difficulty for sample-efficient RL.
hierarchical-rlOptions, feudal networks, and goal-conditioned hierarchies for long-horizon, sparse-reward tasks.
imitation-learningBehavioral cloning, DAgger, GAIL, and learning policies from expert demonstrations with or without a reward function.
inverse-rlRecover reward functions from expert demonstrations using MaxEnt IRL, apprenticeship learning, and adversarial IRL.
masked-autoencodersBERT-style masked prediction for vision, BEVT, data2vec, and generative masked image and language modeling.
model-based-rlLearn environment dynamics for sample-efficient planning and policy optimization with PETS, MBPO, PlaNet, and MuZero.
multi-task-learningShared representations, hard and soft parameter sharing, MTL architectures (MMoE, PLE, MTAN), and gradient balancing.
offline-rlLearn from static logged datasets with CQL, IQL, TD3+BC, D4RL, and conservative/batch RL methods.
safe-rlConstrained Markov Decision Processes, CPO, P3O, Lagrangian methods, and safety-gym benchmarks for constrained RL.
self-supervised-learningPretext tasks, contrastive and non-contrastive SSL, masked prediction, and unsupervised representation learning for vision, language, and graphs.
world-modelsLatent dynamics models, recurrent state-space models, Dreamer, PlaNet, and agents that plan in imagination.
ai-for-climate-policyNatural-language analysis of climate laws, NDCs, and policies; target extraction, alignment scoring, and climate-finance tracking.
ai-for-disaster-responseSituational awareness, damage assessment, evacuation planning, supply pre-positioning, and multi-modal disaster imagery analysis.
ai-for-energy-gridPower-flow surrogates, renewable and load forecasting, grid stability, optimal power flow, and AI-assisted grid operations.
ai-for-governancePublic-service delivery, regulatory compliance, algorithmic accountability, participatory policy tools, and fair decision-support systems.
ai-for-logisticsVehicle routing, last-mile delivery, warehouse automation, fleet scheduling, and dynamic logistics optimization.
ai-for-manufacturingPredictive maintenance, quality control, process optimization, digital twins, and human-interpretable factory AI.
ai-for-public-healthDisease surveillance, outbreak prediction, resource allocation, geospatial health modeling, and health-equity analytics.
ai-for-smart-citiesUrban computing, IoT analytics, spatio-temporal forecasting, mobility, public safety, and citizen-centric services.
ai-for-social-goodEducation, poverty alleviation, agriculture, humanitarian response, accessibility, and community-driven AI for underserved populations.
ai-for-space-explorationOnboard autonomy, science target selection, anomaly detection, mission planning, and analysis of space and Earth-observation data.
ai-for-supply-chainDemand forecasting, inventory optimization, risk and resilience, supplier analytics, and end-to-end supply chain visibility.
ai-for-transportationTraffic prediction, route optimization, public transit planning, autonomous driving, and multi-modal mobility.
ai-for-battery-materialsMachine learning for cathode, anode, electrolyte, and separator discovery, as well as battery lifetime and charging protocol optimization.
ai-for-catalysisMachine learning for catalyst discovery, reaction mechanism elucidation, activity and selectivity prediction, and catalytic process optimization.
ai-for-ceramicsData-driven design, processing optimization, and microstructure-property prediction for ceramic and refractory materials.
ai-for-compositesMachine learning for composite material design, manufacturing process optimization, defect detection, and multiscale property prediction.
ai-for-corrosionMachine learning for corrosion rate prediction, corrosion-resistant alloy design, protective coating optimization, and infrastructure degradation monitoring.
ai-for-materials-characterizationMachine learning for automated interpretation of microscopy, spectroscopy, diffraction, and tomography data in materials science.
ai-for-membranesMachine learning for membrane material design, permeability and selectivity prediction, fouling control, and separation process optimization.
ai-for-metalsMachine learning for alloy design, phase stability, mechanical properties, process optimization, and microstructure-property mapping.
ai-for-photovoltaicsMachine learning for solar-cell materials discovery, perovskite and organic PV optimization, device engineering, and stability prediction.
ai-for-polymersMachine learning for polymer property prediction, generative design, process optimization, and structure representation.
ai-for-semiconductorsMachine learning for semiconductor materials discovery, bandgap engineering, defect analysis, and fabrication process optimization.
ai-for-superconductorsMachine learning for superconductor discovery, critical temperature prediction, electron-phonon modeling, and materials screening.
ai-for-ecologySpecies distribution modeling, habitat suitability, biodiversity monitoring, and ecological forecasting using ML and remote sensing.
ai-for-environmental-scienceRemote sensing, land-cover mapping, ecosystem service assessment, and integrated modeling for environmental monitoring and analysis.
ai-for-fisheriesFish stock assessment, catch forecasting, aquaculture monitoring, eDNA, and IUU fishing detection with ML.
ai-for-forestryForest inventory, tree segmentation, biomass estimation, and species mapping from remote sensing and LiDAR.
ai-for-geologyGeologic mapping, mineral prospectivity, geophysical inversion, drill-core imagery, and remote sensing with ML and deep learning.
ai-for-hydrologyRainfall-runoff modeling, streamflow forecasting, flood prediction, and physics-informed deep learning for water systems.
ai-for-meteorologyNumerical weather prediction emulators, precipitation nowcasting, extreme-weather detection, and weather foundation models.
ai-for-mineralogyXRD, SEM-EDS, Raman, and hyperspectral imaging for automated mineral identification, classification, and segmentation.
ai-for-paleontologyAutomated fossil identification, morphometric analysis, 3D segmentation, and taxonomic classification from images and point clouds.
ai-for-pollutionAir, water, and soil pollution monitoring, source apportionment, forecasting, and regulatory compliance with ML.
ai-for-soil-scienceDigital soil mapping, pedotransfer functions, spectroscopic prediction, and soil health assessment with ML.
ai-for-wildlife-conservationCamera-trap image classification, acoustic monitoring, animal re-identification, and anti-poaching analytics.
ai-for-customer-serviceConversational AI, intent classification, sentiment and satisfaction analysis, ticket routing, and agent-assist systems.
ai-for-demand-forecastingTime-series forecasting, hierarchical and intermittent demand, probabilistic forecasts, and promotion/event effects.
ai-for-economicsCausal inference, policy evaluation, nowcasting, heterogeneous treatment effects, and demand estimation for economic and policy analysis.
ai-for-fraud-detectionTransaction fraud, anti-money laundering, anomaly detection, graph-based fraud networks, and concept-drift monitoring.
ai-for-hrTalent analytics, recruitment matching, attrition prediction, workforce planning, and compensation and equity analysis.
ai-for-marketingCustomer segmentation, personalization, propensity modeling, marketing-mix attribution, and generative AI for content and campaigns.
ai-for-operations-researchOptimization, MILP/CP, vehicle routing and scheduling, decision-focused learning, and learning-augmented heuristics.
ai-for-pricingPrice elasticity, dynamic and personalized pricing, revenue management, promotion optimization, and causal demand forecasting for pricing.
ai-for-recommendation-systemsCollaborative filtering, content-based and hybrid recommendation, sequence models, and multi-objective ranking for commerce and content.
ai-for-retailDemand forecasting, inventory placement, personalized recommendations, dynamic pricing, and omnichannel fulfillment for retail.
ai-for-salesPredictive lead scoring, sales forecasting, opportunity win probability, next-best action, and pipeline analytics.
ai-for-supply-chain-optimizationMulti-echelon inventory, distribution network design, demand-supply synchronization, and resilient supply chain planning.
ai-for-cardiologyECG interpretation, arrhythmia detection, heart failure screening, echocardiography analysis, and cardiovascular risk stratification with deep learning.
ai-for-clinical-nlpNatural language processing for electronic health records, clinical entity extraction, term normalization, de-identification, and question answering.
ai-for-dermatologySkin lesion classification, dermoscopy analysis, melanoma detection, teledermatology, and fairness across skin tones with deep learning.
ai-for-digital-therapeuticsSoftware-as-a-medical-device interventions for mental health, substance use, sleep, ADHD, and chronic disease delivered through apps and wearables.
ai-for-gastroenterologyAI-assisted endoscopy, real-time polyp detection and characterization, colonoscopy quality, and colorectal cancer screening.
ai-for-medical-imagingGeneral medical image preprocessing, segmentation, classification, and deployment with DICOM, MONAI, nnU-Net, and clinical AI pipelines.
ai-for-neurologyNeuroimaging and EEG analysis for stroke, brain tumors, epilepsy, and neurodegeneration, including lesion segmentation and outcome prediction.
ai-for-oncologyAI for cancer detection, subtyping, treatment response, prognosis, radiomics, pathology, and clinical trial matching.
ai-for-ophthalmologyDiabetic retinopathy screening, OCT analysis, glaucoma detection, and AI for retinal disease diagnosis from fundus photography.
ai-for-pathologyComputational pathology, whole-slide image analysis, cancer subtyping, biomarker discovery, and vision-language models for histopathology.
ai-for-pulmonologyChest X-ray and CT interpretation, COPD and asthma assessment, respiratory sound analysis, and pulmonary disease risk prediction.
ai-for-radiologyDeep learning for X-ray, CT, MRI, and mammography interpretation, including lesion detection, segmentation, report generation, and radiology foundation models.
ai-for-architectureAI for generative spatial layouts, floorplan synthesis, style exploration, and text/sketch-driven conceptual design.
ai-for-building-designAI for energy, daylight, HVAC, envelope, and MEP performance optimization in the built environment.
ai-for-constructionAI for construction site safety, progress monitoring, schedule and cost risk, robotics, and digital-twin-enabled project delivery.
ai-for-cosmeticsAI for personalized skincare, formulation optimization, shade matching, safety/toxicity prediction, and consumer insight.
ai-for-fashionAI for trend forecasting, outfit recommendation, virtual try-on, generative design, and personalized shopping.
ai-for-food-and-beverageAI for food safety, quality control, recipe and product development, shelf-life prediction, and supply chain optimization.
ai-for-hospitalityAI for guest personalization, revenue management, dynamic pricing, operations, and conversational service.
ai-for-media-and-entertainmentAI for content recommendation, personalization, generative media, audience analytics, and rights/compliance workflows.
ai-for-miningAI for mineral exploration, ore grade estimation, predictive maintenance, autonomous haulage, and mine safety.
ai-for-oil-and-gasAI for seismic interpretation, reservoir characterization, production forecasting, and predictive maintenance in energy operations.
ai-for-sportsAI for athlete tracking, match analytics, performance prediction, injury risk, and tactical decision support.
ai-for-textilesAI for fabric defect detection, pattern and color design, sorting, and textile supply chain optimization.
api-developmentREST, gRPC, and GraphQL API design, implementation, documentation, and versioning for ML services.
backend-engineeringServer-side development, async task queues, databases, caching, and resilience patterns for ML products.
data-engineering-best-practicesData lifecycle management, data quality, observability, lineage, testing, version control, and infrastructure-as-code for robust data systems.
data-lakesObject storage, open table formats, lakehouse architecture, and batch/stream unification for ML and analytics.
data-pipelines-mlOrchestrating end-to-end ML workflows with task dependencies, artifact tracking, retries, and reproducibility.
data-warehousingCloud data warehouses, dimensional modeling, indexing, partitioning, and workload optimization.
etl-and-eltExtract, transform, load patterns and the modern extract, load, transform paradigm with tooling and trade-offs.
event-driven-architectureEvents, event brokers, event sourcing, CQRS, and event-driven microservices for scalable, decoupled systems.
frontend-engineeringBuilding user interfaces for ML-powered applications with modern frameworks, state management, and data visualization.
full-stack-mlEnd-to-end ML applications spanning data, model, API, frontend, deployment, and monitoring.
microservicesSmall, independently deployable services, inter-service communication, containers, and service discovery.
streaming-dataReal-time data ingestion and processing with stream processors, message brokers, and event-time semantics.
ai-for-anthropologyComputational ethnography, NLP for field notes and interviews, multimodal cultural analysis, and AI-assisted thick description and reflexivity.
ai-for-communicationComputational communication science: content analysis, information diffusion, agenda setting, and audience effects across digital platforms.
ai-for-criminologyPredictive policing, recidivism risk assessment, crime forecasting, criminal network analysis, and fairness-aware public safety research.
ai-for-historyHTR and OCR for historical documents, event extraction, temporal reasoning, geospatial and network analysis, and distant reading for historical research.
ai-for-international-relationsConflict forecasting, event data analysis, crisis early warning, treaty and negotiation text mining, and geopolitical risk modeling.
ai-for-journalismAlgorithmic journalism, automated reporting, fact-checking, news recommendation, and AI-assisted investigative data reporting.
ai-for-linguisticsComputational linguistics, corpus analysis, morphosyntactic annotation, syntactic parsing, language modeling, and NLP tools for linguistic research.
ai-for-media-literacyAI for detecting disinformation, prebunking, source credibility, and teaching critical thinking and digital literacy.
ai-for-philosophyComputational philosophy, argument mining, automated reasoning, text analysis of philosophical corpora, and LLM-assisted conceptual analysis.
ai-for-political-scienceText-as-data for politics: manifesto scaling, sentiment and stance detection, legislative and voting analysis, and causal inference for political institutions.
ai-for-public-policyCausal and predictive policy evaluation, program impact assessment, regulatory text analysis, and equitable resource allocation for government and public administration.
ai-for-sociologyComputational social science for sociology: text and image classification, survey augmentation, social network analysis, and modeling social inequalities.
ai-for-3d-vision3D reconstruction, point cloud processing, NeRF and Gaussian splatting, depth estimation, 3D detection, and scene understanding.
ai-for-animationMotion synthesis, inbetweening, character retargeting, physics-based animation, and style transfer for animated content.
ai-for-audioAudio enhancement, source separation, music generation, audio event detection, and speech enhancement.
ai-for-augmented-realitySLAM, scene understanding, depth completion, registration, occlusion handling, and semantic AR with deep learning.
ai-for-computer-graphicsNeural rendering, differentiable rendering, inverse rendering, geometry and material estimation, and generative image synthesis for photorealistic graphics.
ai-for-computer-visionImage classification, detection, segmentation, vision-language models, generative vision, and efficient deep learning deployment.
ai-for-gamesProcedural content generation, game-playing agents via reinforcement learning, NPC behavior, and generative AI for game assets and narratives.
ai-for-human-robot-interactionMultimodal interfaces, natural language instructions, shared autonomy, social robotics, and embodied AI for human-robot collaboration.
ai-for-nlpLarge language models, text classification, machine translation, question answering, information extraction, and prompt engineering.
ai-for-speechAutomatic speech recognition, text-to-speech, speaker verification, speech synthesis, and self-supervised speech models.
ai-for-videoVideo understanding, action recognition, video generation, temporal modeling, video captioning, and multimodal video models.
ai-for-virtual-realityNatural interaction, intent recognition, multimodal input, foveated rendering, virtual agents, and AI-driven content creation for VR.
ai-for-acousticsMachine learning for source localization, room acoustics, bioacoustics, structural health monitoring, and spatial audio.
ai-for-astrobiologyML for biosignature detection, life-detection mass spectrometry, extremophile habitats, and mission autonomy in alien environments.
ai-for-astronomyMachine learning for survey-scale classification, transient detection, galaxy morphology, light-curve analysis, and telescope scheduling.
ai-for-biophysicsMachine learning for molecular dynamics, free-energy landscapes, protein-ligand kinetics, single-molecule analysis, and membrane systems.
ai-for-condensed-matterMachine learning for phase classification, topological order, Hamiltonian learning, density functional surrogates, and quantum many-body systems.
ai-for-cosmologyML for large-scale structure, weak lensing, CMB analysis, 21-cm cosmology, and cosmological parameter inference.
ai-for-microfluidicsMachine learning for droplet generation, lab-on-a-chip control, cell sorting, reaction optimization, and high-throughput screening.
ai-for-nanotechnologyML for nanoparticle design, nanomaterial discovery, nano-architectonics, nanoscale imaging, and nanomanufacturing optimization.
ai-for-opticsComputational imaging, lens design, wavefront shaping, optical metrology, and inverse scattering with deep learning.
ai-for-particle-physicsML for collider event classification, jet tagging, fast detector simulation, neutrino event reconstruction, and new-physics searches.
ai-for-photonicsDeep learning for photonic device inverse design, metasurfaces, optical communications, and nanophotonic simulation surrogates.
ai-for-planetary-scienceMachine learning for mission data analysis, terrain classification, crater detection, atmospheric retrievals, and exoplanet characterization.
ai-for-aerospaceMachine learning for aircraft and spacecraft design, aerodynamic optimization, structural health monitoring, satellite operations, and certification of safety-critical aerospace systems.
ai-for-automotiveAI for automotive design, manufacturing, battery management, ADAS, quality control, and supply-chain optimization across the vehicle lifecycle.
ai-for-aviationAI for airline and airport operations, including predictive maintenance, crew and fleet scheduling, disruption recovery, fuel optimization, and safety analytics.
ai-for-dronesAI for UAV perception, navigation, obstacle avoidance, mission planning, multi-drone coordination, and vision-language drone control.
ai-for-exoskeletonsAI for wearable exoskeleton and exosuit control, gait and intention recognition, human-robot interaction, rehabilitation, and assistive augmentation.
ai-for-field-roboticsAI for robots operating in outdoor, unstructured environments such as agriculture, construction, mining, environmental monitoring, and disaster response.
ai-for-industrial-roboticsMachine learning for factory manipulation, assembly, pick-and-place, force control, sim-to-real, and vision-language-action models in industrial settings.
ai-for-maritimeAI for maritime autonomous surface ships, route and weather routing optimization, collision avoidance, port logistics, and vessel situational awareness.
ai-for-quality-controlMachine learning and computer vision for automated inspection, defect detection, statistical process control, and zero-defect manufacturing.
ai-for-railAI for railway infrastructure health, predictive maintenance, train scheduling, energy optimization, and real-time disruption management.
ai-for-smart-manufacturingAI for cyber-physical manufacturing, digital twins, real-time process optimization, predictive maintenance, and sustainable Industry 4.0/5.0 systems.
ai-for-warehouse-roboticsAI for autonomous mobile robots, goods-to-person systems, picking, multi-agent path finding, task allocation, and warehouse traffic management.
ai-for-cookingRecipe generation, meal planning, ingredient substitution, food image recognition, and personalized nutrition-aware cooking assistance.
ai-for-event-planningVenue and vendor recommendation, guest-list management, scheduling, budget optimization, and group preference aggregation for personal and small events.
ai-for-fitnessPersonalized workout plans, exercise form analysis, pose estimation, wearables, and adaptive recovery for individual fitness.
ai-for-home-automationSmart home control, energy management, occupancy prediction, device scheduling, and comfort optimization with reinforcement learning and IoT.
ai-for-legal-assistanceLegal intake, contract review, plain-language document summarization, form filling, and accessible legal triage for non-experts.
ai-for-lifestyleHabit formation, hobby and style recommendations, personal goal coaching, and holistic life-planning agents for everyday decisions.
ai-for-mental-healthCBT-based chatbots, mood tracking, crisis triage, digital therapeutics, and scalable psychological support for consumers.
ai-for-personal-financeBudget optimization, cash-flow forecasting, robo-advisory, credit scoring, and personalized savings and investment guidance for household financial decisions.
ai-for-personal-productivityTime management, task prioritization, calendar scheduling, meeting optimization, and personal workflow automation.
ai-for-shoppingProduct discovery, personalized recommendations, price comparison, review summarization, and AI buyer guides for consumer purchases.
ai-for-travelItinerary planning, point-of-interest recommendation, flight and hotel personalization, trip optimization, and conversational travel agents.
ai-for-wellnessHolistic wellness, sleep, stress, mindfulness, HRV biofeedback, and personalized lifestyle recommendations for everyday well-being.
ai-for-border-securityBiometric identity verification, contraband and anomaly detection, and multi-sensor fusion at ports of entry.
ai-for-crisis-communicationAutomated situational awareness, rumor detection, multilingual crisis summarization, and public information chatbots.
ai-for-cyber-physical-securitySecuring industrial control systems, SCADA anomaly detection, physical invariants, and cross-layer intrusion detection.
ai-for-cybersecurityNetwork intrusion detection, malware and phishing classification, vulnerability discovery, adversarial ML, and SOC automation.
ai-for-disaster-preparednessHazard risk assessment, early warning systems, scenario simulation, and mitigation planning with AI.
ai-for-emergency-managementIncident prediction, resource allocation, damage assessment, and generative AI for emergency operations.
ai-for-physical-securityPerimeter intrusion detection, access control analytics, video anomaly detection, and AI-augmented guard operations.
ai-for-public-safetyEmergency call dispatch, response-time optimization, situational awareness, and fairness-aware public safety analytics.
ai-for-resilienceCritical infrastructure resilience, disaster recovery planning, stress testing, and learning-based restoration optimization.
ai-for-search-and-rescueUAV and robot search planning, victim detection from imagery and sensors, and SAR mission coordination with AI.
ai-for-surveillance-ethicsFairness, privacy, proportionality, and algorithmic accountability for AI surveillance and facial recognition.
ai-for-threat-intelligenceCyber threat intelligence extraction, attribution, knowledge graphs, and automated indicator analysis with ML and LLMs.
ai-for-advertisingAd creative generation, media buying optimization, dynamic creative optimization, and predictive performance modeling.
ai-for-brandingBrand strategy, visual identity, brand voice, naming, and AI-assisted brand co-creation with human curation.
ai-for-content-strategyPlanning, auditing, and orchestrating content portfolios with AI, including generative-engine optimization and cross-platform adaptation.
ai-for-copywritingMarketing and advertising copy, email and landing-page text, conversion frameworks, and brand-voice calibration with LLMs.
ai-for-creative-writingCo-writing novels, screenplays, and long-form fiction with LLMs, prompt engineering for voice and style, and human-AI revision workflows.
ai-for-digital-marketingSEO, SEM, social media, email automation, marketing analytics, and AI-driven personalization across digital channels.
ai-for-influencer-marketingCreator discovery, campaign matching, content co-creation, performance prediction, and authenticity measurement for influencer marketing.
ai-for-podcastingAI-generated and AI-assisted podcast production, including scriptwriting, voice synthesis, editing, transcription, and show notes.
ai-for-poetryMeter, rhyme, and stylistic constraints for AI-generated poetry, with evaluation and human-AI curation.
ai-for-product-designConcept generation, design space exploration, prototyping, and engineering handoff with generative AI in product development.
ai-for-storytellingNarrative generation, plot planning, character arcs, and worldbuilding with structured LLM workflows.
ai-for-ux-designInteraction design, user research, prototyping, and AI UX patterns for human-centered AI products.
ai-for-competency-developmentCompetency-based education, skill gap analysis, adaptive credentialing, and AI-driven mastery and portfolio assessment.
ai-for-curriculum-designGoal-aligned course sequencing, personalized learning paths, content alignment, adaptive curricula, and standards mapping.
ai-for-educational-assessmentAutomated essay scoring, conversational assessment, LLM rubric grading, feedback generation, and validity and fairness of AI-driven evaluation.
ai-for-educational-gamesGame-based learning, adaptive difficulty, intelligent NPCs, scaffolding, and learning analytics embedded in playful environments.
ai-for-higher-educationAdmissions analytics, retention and completion modeling, student success advising, enrollment planning, and institutional research.
ai-for-language-learningAI chatbots for conversation practice, automated writing and pronunciation feedback, CEFR-level adaptation, and second-language acquisition support.
ai-for-learning-analyticsLearning management system analysis, learner trajectory modeling, early warning systems, engagement dashboards, and educational data mining.
ai-for-lifelong-learningContinuous skill development, career-aligned learning pathways, micro-credentials, and AI support for adult and professional learners.
ai-for-pedagogyTeacher-AI collaboration, lesson planning, instructional design, feedback generation, and evidence-based teaching practice augmentation.
ai-for-special-educationAssistive technologies, personalized interventions, augmentative and alternative communication, accessibility, and inclusive learning for learners with disabilities.
ai-for-student-engagementEngagement prediction, behavioral analytics, early warning systems, intervention targeting, and motivational feedback.
ai-for-tutoringIntelligent tutoring systems, dialogue-based tutoring, error diagnosis, Socratic scaffolding, and personalized next-step hints.
ai-for-air-qualityPollutant forecasting, spatiotemporal PM modeling, emission source apportionment, and early warning for air quality.
ai-for-biodiversityAutomated species detection, acoustic and eDNA monitoring, habitat suitability modeling, and biodiversity trend analysis for conservation.
ai-for-circular-economyMaterial flow optimization, predictive recycling, product lifecycle extension, and circular supply-chain design with AI.
ai-for-conservation-planningSpatial prioritization, protected-area design, systematic conservation planning, and trade-off analysis using optimization and ML.
ai-for-coral-reefsCoral reef monitoring, bleaching detection, benthic classification, and reef-health assessment from underwater and drone imagery.
ai-for-desertificationLand degradation and desertification risk mapping, sensitivity assessment, and early warning from remote sensing and ML.
ai-for-ecosystem-restorationMonitoring rewilding, forest recovery, wetland restoration, and habitat reconstruction using remote sensing and biodiversity indicators.
ai-for-glaciologyGlacier mapping, surface mass balance estimation, snow/ice classification, and climate-change impact assessment.
ai-for-natural-hazardsMulti-hazard susceptibility mapping and early warning for landslides, floods, wildfires, and land subsidence with ML and remote sensing.
ai-for-ocean-conservationMarine protected area monitoring, illegal fishing detection, species tracking, and ocean health assessment from satellite and vessel data.
ai-for-waste-managementWaste classification, automated sorting, route optimization, recycling quality, and lifecycle assessment with ML and robotics.
ai-for-wetlandsWetland mapping, inundation dynamics, cover-type classification, and hydrological trend monitoring from satellite time series.
ai-for-change-managementStakeholder sentiment monitoring, adoption analytics, training personalization, and AI-assisted transformation communications.
ai-for-complianceRegulatory mapping, policy gap analysis, automated control testing, and AI-assisted compliance monitoring.
ai-for-innovation-managementIdea generation, R&D portfolio prioritization, trend forecasting, and AI-enabled new product development.
ai-for-insuranceUnderwriting triage, claims automation, fraud detection, and AI-assisted pricing and reserving.
ai-for-knowledge-managementSemantic knowledge search, enterprise RAG, expertise mining, and AI-assisted capture of institutional tacit knowledge.
ai-for-legal-operationsContract review, clause extraction, matter intake, and AI-assisted legal workflow automation.
ai-for-management-consultingAccelerate diagnostic research, market sizing, client synthesis, and GenAI-assisted advisory workflows while managing epistemic risk.
ai-for-operations-managementProcess mining, service-level optimization, quality control, and AI-driven operational decision support.
ai-for-project-managementSchedule and cost forecasting, risk triage, resource optimization, and AI-driven project health monitoring.
ai-for-real-estateAutomated valuation, market analysis, lead matching, and AI-assisted property due diligence.
ai-for-risk-managementCredit, market, operational, and emerging risk modeling with ML and scenario analysis.
ai-for-strategyData-driven strategy formulation, competitive scenario modeling, market sensing, and AI-augmented strategic decision-making.
ai-for-behavioral-scienceComputational modeling of human behavior, n-of-1 and ecological momentary assessment, digital interventions, and experimentally validated behavior change.
ai-for-cancer-bioinformaticsMulti-omics integration, tumor subtyping, biomarker discovery, and precision oncology using AI.
ai-for-clinical-informaticsAI-enabled clinical decision support, EHR integration, workflow optimization, and evaluation in real-world care settings.
ai-for-cognitive-scienceComputational models of perception, memory, language, reasoning, and human-like cognition, bridging AI and psychological theory.
ai-for-digital-healthConsumer-facing health apps, wearable biosensors, remote monitoring, patient portals, and data-driven digital wellness interventions.
ai-for-global-healthAI for disease burden, healthcare systems, and health equity in low- and middle-income countries and resource-limited settings.
ai-for-health-economicsCost-effectiveness, health technology assessment, demand and pricing models, and machine learning for health outcomes research.
ai-for-health-informaticsElectronic health records, clinical data standards, interoperability, and AI-enabled analytics for healthcare delivery and research.
ai-for-health-services-researchAI for healthcare access, quality, utilization, policy, workforce, and health-system performance.
ai-for-immunoinformaticsMachine learning for immune repertoire analysis, epitope prediction, vaccine design, and immunotherapy optimization.
ai-for-neuroinformaticsData science for brain imaging, neural signals, connectomics, and computational neuroscience workflows.
ai-for-precision-public-healthSubpopulation-targeted prevention, genomics-guided public health, geospatial risk modeling, and equitable intervention targeting.
ai-for-art-historyComputer vision, deep learning, and vision-language models for style classification, iconography, provenance, and quantitative art history.
ai-for-cultural-heritageMachine learning and deep learning for the digitization, documentation, analysis, and sustainable management of tangible and intangible cultural heritage.
ai-for-digital-humanitiesMachine learning, NLP, and network analysis for historical texts, archives, languages, and multimodal humanities collections.
ai-for-ethnomusicologyComputational analysis of field recordings, oral musical traditions, tuning systems, and cross-cultural musical patterns using MIR and machine learning.
ai-for-folkloreComputational folkloristics, motif and tale-type detection, and large-scale narrative analysis of folk tales, legends, and oral traditions.
ai-for-heritage-tourismRecommender systems, itinerary planning, visitor behavior modeling, and personalized cultural heritage experiences for sustainable tourism.
ai-for-literary-studiesComputational stylistics, authorship attribution, genre and style analysis, and interpretive NLP for literary texts and corpora.
ai-for-museum-collectionsComputer vision, natural language processing, and metadata enrichment for cataloging, searching, and interpreting museum and archive collections.
ai-for-mythologyComputational mythography, knowledge graphs of mythological figures, structural analysis of myths, and cross-cultural narrative comparison.
ai-for-oral-historySpeech recognition, diarization, natural language processing, and generative AI for transcribing, indexing, and exploring oral history archives.
ai-for-preservationPredictive monitoring, environmental risk assessment, digital twins, and preventive conservation for built heritage and cultural collections.
ai-for-restorationDigital inpainting, virtual restoration, style-aware reconstruction, and diffusion models for repairing artworks, murals, and manuscripts.
ai-for-algorithmsLearning-augmented algorithms, learned data structures, and ML-guided design for search, routing, scheduling, and data-intensive pipelines.
ai-for-approximation-algorithmsLearning-augmented approximation, learned heuristics for NP-hard maximization and CSPs, and data-driven rounding.
ai-for-automated-reasoningLearning to guide proof search, premise selection, tactic prediction, and combining LLMs with symbolic reasoners.
ai-for-computational-complexityUsing machine learning to predict, characterize, and understand the complexity of computational problems, reductions, and hardness proxies.
ai-for-constraint-programmingML for constraint learning, search heuristics, model acquisition, and combining CP solvers with neural predictors.
ai-for-discrete-optimizationLearning-augmented branch-and-bound, primal heuristics, GNNs for combinatorial optimization, and data-driven algorithm configuration.
ai-for-formal-methodsNeuro-symbolic verification, LLM-assisted autoformalization, and learned heuristics for theorem provers and model checkers.
ai-for-logicNeuro-symbolic reasoning, learning logical rules and constraints, probabilistic logics, and SAT/SMT/ASP guided by ML.
ai-for-program-synthesisNeural and symbolic program synthesis from examples, sketches, and natural language, including neurosymbolic and LLM-based code generation.
ai-for-satisfiabilityML-enhanced SAT/SMT/QSAT solvers, end-to-end neural solvers like NeuroSAT, and learned branching and restart heuristics.
ai-for-software-verificationML for test generation, coverage closure, bug localization, static analysis, and verifying code produced by LLMs.
ai-for-type-theoryML-guided tactic prediction, premise selection, and synthesis in dependent type theories and proof assistants.
ai-for-advanced-packagingCo-design of 2.5D/3D chiplets, interconnect routing, signal-integrity-aware placement, and package-thermal optimization.
ai-for-chip-designML for RTL generation, EDA scripting, floorplanning, placement, routing, timing optimization, and analog/mixed-signal design.
ai-for-edge-acceleratorsNPU/TPU/FPGA edge accelerator design, benchmarking, mapping, and optimization for low-latency, energy-efficient inference.
ai-for-embedded-aiTinyML, on-device inference, quantization, neural architecture search, and co-optimization for microcontrollers and DSPs.
ai-for-hardware-securityML for side-channel analysis, hardware Trojan and PUF detection, supply-chain assurance, and secure accelerator design.
ai-for-integrated-photonicsInverse design, layout generation, and fabrication-aware optimization of silicon-photonic and photonic-integrated-circuit components.
ai-for-memristorsCrossbar array modeling, compute-in-memory mapping, device variability learning, and memristor-based AI accelerator co-design.
ai-for-neuromorphic-hardwareSpiking neural network training, SNN-to-chip mapping, event-based processing, and co-design with analog/mixed-signal neuromorphic platforms.
ai-for-photonic-hardwarePhotonic AI accelerators, optical neural networks, optoelectronic co-design, and programming of photonic tensor cores.
ai-for-quantum-hardwareML-driven qubit control, calibration, error decoding, and quantum processor design for superconducting, trapped-ion, and neutral-atom systems.
ai-for-spintronicsML for magnetic material discovery, skyrmion and MRAM device modeling, spin-orbit torque optimization, and spin-wave logic.
ai-for-thermal-designML surrogates for electronics cooling, data-center thermal control, heat-sink and package thermal co-design, and CFD emulation.
ai-for-allergy-immunologyMachine learning for asthma phenotyping and exacerbation prediction, allergic rhinitis and food/drug allergy risk, anaphylaxis, and primary immunodeficiency screening.
ai-for-anesthesiologyMachine learning for preoperative risk stratification, intraoperative hemodynamic monitoring, anesthetic depth, postoperative nausea and pain, and closed-loop anesthesia.
ai-for-endocrinologyMachine learning for diabetes prediction and glucose forecasting, thyroid nodule risk stratification, adrenal and pituitary disorders, and bone mineral metabolism.
ai-for-hematologyMachine learning for blood cell morphology, leukemia and lymphoma classification, thrombosis and bleeding risk, transfusion optimization, and stem-cell transplant outcomes.
ai-for-infectious-diseaseMachine learning for pathogen identification, antimicrobial resistance prediction, sepsis early warning, and infectious disease outbreak surveillance.
ai-for-nephrologyMachine learning for chronic kidney disease progression, acute kidney injury prediction, dialysis adequacy, kidney transplant outcomes, and renal pathology image analysis.
ai-for-orthopedicsMachine learning for fracture detection and classification, osteoarthritis grading, joint replacement outcomes, spine analysis, and sports injury risk.
ai-for-pain-managementMachine learning for chronic pain phenotyping, opioid and analgesic response prediction, procedural guidance, and patient self-management and monitoring.
ai-for-physical-medicineMachine learning for electrodiagnostic studies, musculoskeletal ultrasound, gait and motion analysis, prosthetics/orthotics, and functional assessment in physiatry.
ai-for-plastic-surgeryMachine learning for aesthetic and reconstructive surgical planning, facial analysis, flap monitoring, wound assessment, and patient-reported outcomes.
ai-for-rehabilitationMachine learning for stroke, spinal cord, and traumatic brain injury rehabilitation, robotic and virtual-reality therapy, telerehabilitation, and wearable sensor monitoring.
ai-for-rheumatologyMachine learning for autoimmune disease diagnosis and phenotyping, flare prediction, treatment response in RA and SLE, and imaging-based joint inflammation scoring.
ai-for-ai-ethicsFairness, accountability, transparency, privacy, and value alignment in AI systems, including bias auditing, model cards, and stakeholder deliberation.
ai-for-ai-governanceRisk management, accountability, lifecycle governance, standards, and multi-stakeholder oversight for trustworthy and responsible AI organizations.
ai-for-ai-policyRegulatory analysis, risk classification, standards mapping, policy evaluation, and evidence synthesis for national and international AI governance.
ai-for-ai-safetyAlignment, robustness, interpretability, red teaming, monitoring, and safe deployment of AI systems, especially large language and agentic models.
ai-for-computational-designDifferentiable simulation, topology optimization, CAD-aware generative models, and solver-in-the-loop co-design for architecture, products, and structures.
ai-for-digital-twin-simulationHigh-fidelity virtual replicas, real-time synchronization, physics-informed and data-driven simulation, and AI training environments for cyber-physical systems.
ai-for-future-of-workAutomation and augmentation analysis, skill demand forecasting, workforce transitions, algorithmic management, and human-centered labor market policy.
ai-for-generative-engineeringDiffusion, VAE, and generative inverse design for engineering concepts, constraint-aware generation, and performance-conditioned shape and material synthesis.
ai-for-human-centered-aiHuman-AI interaction, explainability, trust, feedback loops, participatory design, and human-in-the-loop ML to keep people at the center of AI systems.
ai-for-responsible-innovationAnticipatory governance, ethical deliberation, stakeholder engagement, regulatory foresight, and impact assessment for emerging AI technologies.
ai-for-synthetic-dataGenerative models, differential privacy, tabular/image/text synthesis, and utility-privacy evaluation for creating realistic synthetic datasets.
ai-for-tech-forecastingPatent and publication analysis, trend extrapolation, expert elicitation, and ML models for predicting technological progress and emerging AI capabilities.
ai-for-agingMachine learning for geriatric health monitoring, aging-in-place, fall prevention, cognitive and social support, and age-friendly AI design.
ai-for-child-healthMachine learning for pediatric diagnostics, developmental surveillance, pediatric AI readiness, and risk stratification for children.
ai-for-dementia-careMachine learning for cognitive impairment screening, dementia risk stratification, voice and EHR analytics, and caregiver support.
ai-for-disability-inclusionAccessible AI, disability-aware bias evaluation, inclusive design, and assistive technologies that respect the rights and agency of people with disabilities.
ai-for-humanitarian-aidAI across the crisis management cycle: needs assessment, resource allocation, routing, damage assessment, and early warning for disaster response.
ai-for-hunger-reliefAI/ML for food-security early warning, acute food-insecurity forecasting, remote-sensing crop monitoring, and targeted food assistance.
ai-for-maternal-healthMachine learning for maternal risk stratification, preterm birth prediction, obstetric decision support, and neonatal outcome forecasting.
ai-for-mental-health-servicesLLM and multimodal mental health screening, CBT chatbots, psychosocial risk assessment, and clinical interview support.
ai-for-palliative-careMachine learning for prognostication, symptom management, hospice suitability, advance care planning, and ethical decision support in end-of-life care.
ai-for-poverty-alleviationMachine learning for poverty mapping, consumption estimation, proxy means testing, and targeted social protection in low-resource settings.
ai-for-refugeesMachine learning for forced-displacement forecasting, refugee camp mapping, asylum-flow prediction, and humanitarian response planning.
ai-for-rural-healthAI-driven diagnostics, telemedicine, rural health equity, and resource allocation for underserved and remote populations.
ai-for-data-journalismUsing AI to find stories in datasets, fact-check claims, generate visualizations, and produce data-driven reporting.
ai-for-document-designAutomating layout, typography, templates, and multi-format rendering of reports, certificates, and proposals.
ai-for-infographicsGenerating data-rich infographics and visual stories from documents, tables, and natural-language prompts.
ai-for-knowledge-designDesigning knowledge architectures, taxonomies, ontologies, and agent-facing knowledge layers for organizations.
ai-for-open-scienceReproducible research agents, open-source workbenches, provenance tracking, and computational reproducibility with AI.
ai-for-policy-briefsConverting scientific evidence and legislative text into concise, actionable policy briefs and impact analyses.
ai-for-public-engagementConversational agents, citizen science, public consultations, and participatory science supported by LLMs and interactive AI.
ai-for-research-communicationDrafting manuscripts, abstracts, cover letters, response-to-reviewers, and translating findings across disciplines with LLMs.
ai-for-science-communicationPlain-language summaries, research storytelling, audience adaptation, and ethical, evidence-based use of generative AI for public-facing science.
ai-for-technical-blogsPlanning, drafting, SEO-optimizing, and reviewing technical blog posts and tutorials with LLMs.
ai-for-visual-communicationGenerating and refining posters, slides, brand assets, and visual narratives with diffusion models and design tools.
ai-for-white-papersAuthoring long-form, evidence-based white papers and thought-leadership documents grounded in verified sources.
ai-for-comparative-genomicsCross-species and population genome comparison, orthology inference, phylogenomics, selection scans, and pan-genome analysis.
ai-for-epigenomicsDNA methylation, histone modifications, chromatin accessibility, enhancer-promoter interactions, and deep learning models of gene regulation.
ai-for-functional-genomicsPredicting gene regulatory function from sequence and epigenomic data, mapping cis-regulatory elements, and interpreting non-coding variants.
ai-for-immunogenomicsMHC and peptide binding prediction, TCR/BCR repertoire analysis, epitope and neoantigen prediction, and immunoinformatics.
ai-for-lipidomicsLC-MS/MS lipid species quantification, structural isomer resolution, lipid class normalization, and predictive modeling of lipid phenotypes.
ai-for-metabolomicsMass spectrometry and NMR metabolite profiling, annotation, pathway analysis, normalization, and machine learning for biomarker discovery.
ai-for-metagenomics16S rRNA and shotgun microbial community profiling, taxonomic and functional prediction, MAG binning, and microbiome-host association modeling.
ai-for-proteomicsMass spectrometry protein identification and quantification, DDA/DIA workflows, post-translational modifications, and AI-driven peptide property prediction.
ai-for-single-cellSingle-cell transcriptomics, epigenomics, proteomics, and multi-omics integration, cell type annotation, trajectory inference, and foundation models.
ai-for-spatial-omicsSpatially resolved transcriptomics and proteomics, cell segmentation, neighborhood analysis, and integration with imaging data.
ai-for-structural-genomics3D genome organization, Hi-C analysis, protein structure prediction with deep learning, and multiscale structural modeling.
ai-for-transcriptomicsBulk and single-cell RNA-seq analysis, normalization, clustering, differential expression, splicing, and foundation models for gene expression.
ai-for-aerospace-engineeringAI for aerodynamic design, propulsion, structural analysis, flight dynamics, GNC, and certification of aerospace vehicles.
ai-for-biomedical-engineeringAI for medical devices, wearable biosensors, biomechanics, neural engineering, tissue engineering, and clinical diagnostics.
ai-for-chemical-engineeringAI for process design, optimization, control, reaction engineering, materials discovery, and digital chemical plants.
ai-for-civil-engineeringMachine learning for structural health monitoring, geotechnical prediction, transportation systems, water resources, and resilient infrastructure.
ai-for-electrical-engineeringAI for power systems, smart grids, renewable integration, power electronics, fault diagnosis, and energy management.
ai-for-environmental-engineeringAI for water and wastewater treatment, air quality, climate modeling, waste management, and environmental monitoring.
ai-for-industrial-engineeringAI for production planning, scheduling, quality control, ergonomics, operations research, and process improvement.
ai-for-mechanical-engineeringAI for mechanical design, predictive maintenance, digital twins, dynamic systems, and manufacturing process optimization.
ai-for-petroleum-engineeringAI for reservoir characterization, production optimization, well placement, drilling, and digital oilfield twins.
ai-for-software-engineeringAI for code generation, testing, debugging, program repair, code review, and design assistance.
ai-for-systems-engineeringAI for architecting complex systems, model-based systems engineering (MBSE), requirements analysis, trade studies, and verification.
ai-for-telecommunicationsAI for wireless networks, 5G/6G, network optimization, traffic forecasting, security, and edge intelligence.
ai-for-biomarkersMachine learning for omics-based biomarker discovery, sparse signature selection, multi-modal integration, and clinical validation.
ai-for-clinical-trialsMachine learning for clinical-trial design, patient eligibility, cohort selection, outcome prediction, and operational monitoring across the trial lifecycle.
ai-for-cohort-studiesMachine learning for risk prediction, confounding control, survival analysis, and biomarker discovery in prospective and retrospective cohort studies.
ai-for-evidence-synthesisAI and LLMs for systematic review automation, risk-of-bias assessment, evidence mapping, and trustworthy synthesis of research findings.
ai-for-longitudinal-studiesMachine learning and deep learning for repeated measurements, time-varying covariates, missing data, trajectories, and outcomes in longitudinal cohorts and EHR data.
ai-for-meta-analysisMachine learning and LLMs for automating literature search, screening, data extraction, effect-size estimation, and heterogeneity assessment in meta-analyses.
ai-for-observational-studiesCausal machine learning for treatment-effect estimation, propensity scoring, confounding adjustment, and sensitivity analysis in observational data.
ai-for-patient-reported-outcomesMachine learning for predicting, personalizing, and reducing the burden of patient-reported outcome measures and PRO-based treatment decisions.
ai-for-randomized-trialsMachine learning for heterogeneous treatment effects, covariate adjustment, adaptive randomization, and efficient inference in randomized controlled trials.
ai-for-real-world-evidenceMachine learning for extracting, validating, and synthesizing real-world evidence from EHRs, claims, registries, and wearables for regulatory and clinical decisions.
ai-for-registry-studiesMachine learning for patient registries, disease surveillance, regulatory-grade real-world evidence, and longitudinal outcome tracking.
ai-for-synthetic-controlsMachine learning for constructing, validating, and extending synthetic and virtual control arms from observational data to augment clinical and policy evaluation.
ai-for-data-curationAutomated selection, cleaning, labeling, augmentation, and documentation of datasets to produce high-quality, FAIR, and reusable ML data assets.
ai-for-data-discoveryIntelligent dataset search, metadata enrichment, schema inference, and conversational data catalog exploration to find the right data quickly.
ai-for-data-ethicsFairness, accountability, transparency, data dignity, consent, and responsible data use in ML pipelines and AI systems.
ai-for-data-governanceAutomated policy enforcement, metadata management, data lineage, stewardship, and AI-driven regulatory compliance for enterprise data governance.
ai-for-data-marketplacesAI for data and model discovery, pricing, valuation, matching, trust, and governance in data-sharing marketplaces and AI model markets.
ai-for-data-monetizationData valuation, pricing, data products, marketplaces, and revenue allocation for turning data assets into measurable business value.
ai-for-data-observabilityML-driven monitoring of data freshness, schema drift, volume anomalies, lineage breaks, and pipeline health to ensure reliable data operations.
ai-for-data-privacyDifferential privacy, federated learning, homomorphic encryption, PETs, and privacy-preserving ML for sensitive data.
ai-for-data-provenanceLineage tracking, W3C PROV, reproducible ML pipelines, experiment tracking, and provenance for explainable and trustworthy AI.
ai-for-data-qualityAutomated profiling, anomaly detection, data cleaning, imputation, validation, and continuous data quality monitoring for ML and analytics.
ai-for-data-securityAdversarial robustness, data poisoning detection, access control, threat detection, and AI-driven security for ML training and inference data.
ai-for-data-sharingFederated learning, data sharing incentives, interoperability, trust, and privacy-preserving collaboration for shared data ecosystems.
ai-for-5gAI/ML for 5G RAN optimization, network slicing, beam management, mobility, and core automation.
ai-for-6gAI-native 6G architectures, semantic communications, integrated sensing and communication, reconfigurable intelligent surfaces, and distributed learning.
ai-for-edge-computingModel compression, inference offloading, task placement, federated learning, and MLOps at the network edge.
ai-for-fog-computingAI for hierarchical fog resource management, task scheduling, load balancing, latency optimization, and IoT-fog-cloud orchestration.
ai-for-iotTinyML, edge AI, anomaly detection, device fingerprinting, and predictive maintenance for IoT systems.
ai-for-network-managementAIOps for network monitoring, anomaly detection, root-cause analysis, configuration management, and predictive maintenance.
ai-for-network-optimizationGraph neural networks, deep reinforcement learning, traffic engineering, resource allocation, and learning-augmented optimization for routing, load balancing, and network design.
ai-for-network-securityIntrusion detection, malware classification, anomaly detection, adversarial defenses, and threat intelligence using ML and LLMs.
ai-for-optical-networksML for optical performance monitoring, QoT estimation, traffic prediction, nonlinearity compensation, and optical layer provisioning.
ai-for-satellite-communicationsML for satellite link prediction, beam hopping, resource allocation, non-terrestrial networks, and onboard edge AI.
ai-for-software-defined-networksML-driven traffic classification, routing, QoS/QoE prediction, resource management, and security in SDN control and data planes.
ai-for-wireless-communicationsML for channel estimation, modulation recognition, MIMO, spectrum sensing, and end-to-end physical-layer design.
ai-for-agricultural-economicsMachine learning and econometric ML for farm decision support, risk, policy, market analysis, adoption, and the economics of digital agriculture.
ai-for-agricultural-robotsPerception, motion planning, and control for autonomous robots that weed, spray, scout, and harvest in field and greenhouse environments.
ai-for-aquacultureMachine learning for water quality, feeding, disease, and stock management in fish, shrimp, and shellfish farming.
ai-for-crop-protectionMachine and deep learning for detecting crop diseases, pests, weeds, and abiotic stresses and for supporting timely, targeted protection decisions.
ai-for-dairyMachine learning for health, fertility, behaviour, and production monitoring in dairy cattle and dairy farm decision support.
ai-for-irrigationMachine learning for predicting crop water demand, scheduling irrigation, and optimising water use through IoT and weather data integration.
ai-for-livestockMachine learning for health, behaviour, welfare, grazing, and reproduction across cattle, pigs, sheep, goats, and other farm animals.
ai-for-pest-managementMachine and deep learning for pest detection, identification, population monitoring, and integrated pest management decision support.
ai-for-plant-breedingGenomic selection, phenotype prediction, multi-environment trial analysis, and marker-assisted breeding with machine and deep learning.
ai-for-poultryAI for flock health, welfare, behaviour, environmental control, and productivity in broiler, layer, and turkey production.
ai-for-soil-healthMachine learning for predicting soil carbon, nutrients, biology, compaction, erosion risk, and overall soil health from sensors and remote sensing.
ai-for-viticultureAI for vineyard monitoring, grape and canopy sensing, disease detection, yield and quality prediction, and harvest decision support.
ai-for-budgetingPublic expenditure forecasting, budget allocation optimization, fiscal scenario analysis, program-cost modeling, and spending anomaly detection.
ai-for-civic-techDigital participation, deliberation, civic engagement, public comment analysis, and participatory budgeting tools powered by AI.
ai-for-e-governmentChatbots and virtual assistants, proactive public services, document automation, eligibility screening, and responsible AI in digital government.
ai-for-permittingAutomated permit intake, plan review, code compliance checks, application completeness screening, and permit workflow optimization.
ai-for-public-recordsAutomated records classification, sensitivity review, metadata enrichment, archival appraisal, and access to digital government archives.
ai-for-public-transportRidership prediction, service scheduling, bus and rail dispatch optimization, disruption recovery, and multi-modal transit analytics.
ai-for-public-utilitiesSmart grid load forecasting, water and energy demand prediction, asset maintenance, leak and outage detection, and resource allocation.
ai-for-social-servicesEligibility screening, benefits triage, case management support, risk stratification, and resource matching for social care and public assistance.
ai-for-taxationTax compliance risk scoring, fraud and evasion detection, audit selection, taxpayer assistance, and revenue forecasting.
ai-for-urban-planningSpatial plan generation, land-use optimization, urban digital twins, scenario simulation, and participatory planning analytics.
ai-for-veterans-servicesClaims processing, benefits eligibility, health risk identification, veteran-centered care coordination, and administrative automation at VA and related agencies.
ai-for-zoningZoning code interpretation, compliance checking, variance analysis, automated answers to zoning questions, and land-use regulation analytics.
ai-for-charging-infrastructureMachine learning for EV charging demand forecasting, station scheduling, load balancing, and grid-integrated charging control.
ai-for-demand-responseMachine learning for load flexibility estimation, demand response program design, virtual power plant dispatch, and dynamic pricing.
ai-for-distributed-energyMachine learning and multi-agent methods for DER forecasting, microgrid optimization, peer-to-peer trading, and prosumer coordination.
ai-for-electric-vehiclesMachine learning for battery management, range and energy consumption prediction, predictive maintenance, and EV powertrain optimization.
ai-for-energy-storageMachine learning for battery state estimation, degradation modeling, storage dispatch, and energy storage asset optimization.
ai-for-energy-tradingMachine learning for electricity price forecasting, algorithmic trading, arbitrage, and bidding in day-ahead, intraday, and balancing markets.
ai-for-gas-utilitiesMachine learning for natural gas demand forecasting, pipeline leak detection, compressor optimization, and asset integrity.
ai-for-grid-resilienceMachine learning for outage prediction, storm hardening, restoration planning, and cyber-physical resilience of power systems.
ai-for-renewable-energyMachine learning for solar, wind, and other renewable energy forecasting, resource assessment, yield optimization, and predictive O&M.
ai-for-smart-gridAI and machine learning for load and renewable forecasting, grid state estimation, optimal power flow, and smart-grid control.
ai-for-wastewaterMachine learning for process monitoring, anomaly detection, influent forecasting, and control in wastewater treatment plants.
ai-for-water-utilitiesMachine learning for water demand forecasting, leak detection, quality monitoring, pump scheduling, and smart water distribution.
ai-for-building-operationsSmart building control, energy optimization, occupant-centric HVAC and lighting, and IoT-BMS integration for operational performance.
ai-for-city-modelingUrban digital twins, 3D city reconstruction, generative city models, and AI-driven urban simulation for planning and operations.
ai-for-construction-managementBIM-NLP integration, 4D/5D digital twins, computer-vision progress monitoring, and AI-driven scheduling and cost control for construction.
ai-for-facilities-managementPredictive maintenance, fault detection, digital twins, and AI-enabled asset lifecycle management for built facilities.
ai-for-land-useRemote sensing, multi-source data fusion, functional-zone mapping, and neural-symbolic planning for land-use analysis and policy.
ai-for-lease-managementNLP-based lease abstraction, clause extraction, compliance tracking, and predictive analytics for commercial and residential lease portfolios.
ai-for-portfolio-optimizationDiversification, risk-return balancing, rebalancing strategies, and generative-AI analytics for real estate and mixed-asset portfolios.
ai-for-property-valuationAutomated valuation models, hedonic pricing, spatial machine learning, and deep learning for residential and commercial property appraisal.
ai-for-real-estate-investmentPredictive analytics, investment screening, REIT return forecasting, and risk-adjusted underwriting for real estate investment decisions.
ai-for-site-selectionGeospatial ML, graph neural networks, urban knowledge graphs, and location analytics for retail, logistics, and facility siting.
ai-for-tenant-experiencePersonalization, occupancy analytics, indoor environmental quality, and tenant engagement for workplace and residential environments.
ai-for-urban-developmentGeoAI, spatial modeling, generative urban design, and scenario simulation for sustainable, equitable, and data-driven urban development.
ai-for-defect-detectionComputer vision, anomaly detection, and segmentation for automated inspection of surface, PCB, casting, and assembly defects in manufacturing quality control.
ai-for-digital-manufacturingAI-driven digital twins, virtual commissioning, real-time simulation, and lifecycle data integration for smart, connected factories.
ai-for-discrete-manufacturingMachine learning for assembly, machining, electronics, and automotive part production: process planning, scheduling, robotic assembly, and work-in-progress tracking.
ai-for-factory-automationML-integrated PLCs, edge controllers, motion control, robot programming, and real-time AI inference on the shop floor.
ai-for-industrial-iotIndustrial Internet of Things, edge-fog-cloud architectures, and AI for real-time monitoring, predictive maintenance, and secure shop-floor connectivity.
ai-for-lean-manufacturingData-driven waste elimination, value stream mapping, bottleneck detection, and Kaizen prioritization for flow, pull, and just-in-time systems.
ai-for-manufacturing-analyticsKPI dashboards, OEE analysis, descriptive-to-prescriptive analytics, and association mining for manufacturing performance management.
ai-for-predictive-qualityIn-process quality forecasting, virtual metrology, and causal quality models that predict final part quality from machine and sensor data before completion.
ai-for-process-manufacturingMachine learning for continuous and batch chemical, pharmaceutical, food, and materials processes: recipe optimization, soft sensors, advanced process control, and real-time quality prediction.
ai-for-root-cause-analysisKnowledge graphs, causal discovery, graph neural networks, and SHAP-based diagnostics for identifying fault origins and propagations in complex systems.
ai-for-six-sigmaML-augmented DMAIC for defect reduction, statistical process control, capability analysis, and automated root-cause prioritization in quality improvement.
ai-for-total-productive-maintenanceAI and IIoT for autonomous maintenance, OEE improvement, zero-breakdown programs, and condition-based monitoring across the eight TPM pillars.
ai-for-additive-manufacturingMachine learning for powder-bed fusion, directed energy deposition, in-situ monitoring, defect detection, build simulation, and process parameter optimization in additive manufacturing.
ai-for-castingMachine learning for sand, investment, die, and continuous casting: defect prediction, mold filling, solidification, microstructure, and process optimization.
ai-for-coatingsMachine learning for coating formulation, deposition, thickness, microstructure, adhesion, corrosion protection, and service-life prediction.
ai-for-composites-manufacturingMachine learning for automated fiber placement, tape laying, resin infusion, cure monitoring, defect detection, and process optimization in composite part manufacturing.
ai-for-corrosion-engineeringMachine learning for corrosion rate prediction, risk-based inspection, cathodic protection, coating lifetime, EIS interpretation, and materials selection.
ai-for-metal-formingMachine learning for sheet-metal stamping, deep drawing, forging, rolling, extrusion, springback prediction, die design, and forming-limit prediction.
ai-for-nanomanufacturingMachine learning for nanoscale fabrication, roll-to-roll processing, nanoimprint lithography, self-assembly, nanoscale metrology, and process control.
ai-for-polymer-processingMachine learning for extrusion, injection molding, blow molding, compounding, mixing, and polymer recycling process optimization and quality control.
ai-for-semiconductor-manufacturingMachine learning for semiconductor fabrication yield enhancement, wafer defect detection, equipment fault classification, process control, and advanced lithography/etch modeling.
ai-for-surface-engineeringMachine learning for surface modification processes: thermal spray, laser cladding/peening, shot peening, plasma electrolytic oxidation, surface texturing, and residual stress optimization.
ai-for-textile-manufacturingMachine learning for yarn, fabric, and garment manufacturing: spinning, weaving, knitting, dyeing, finishing, quality inspection, and production optimization.
ai-for-weldingMachine learning for arc, laser, and resistance welding: penetration prediction, defect detection, bead geometry, process monitoring, and parameter optimization.
cudaq-algorithmsBuild and compose fault-tolerant quantum programs with the CUDA-Q Algorithms library: Pauli LCU, qubitization, QSVT, Trotter, state preparation, and quantum chemistry.
pauli-lcu-encodingUse the linear-combination-of-unitaries (LCU) block encoding for Pauli Hamiltonians in CUDA-Q Algorithms.
qubitization-walkBuild qubitization walk operators from a block encoding and measure Chebyshev moments in CUDA-Q Algorithms.
quantum-singular-value-transformationApply polynomial transformations to block-encoded matrices with QSVT in CUDA-Q Algorithms.
trotterization-cudaqSimulate Hamiltonian time evolution using Trotter-Suzuki decomposition in CUDA-Q Algorithms.
quantum-state-preparation-cudaqPrepare reference quantum states such as Hartree–Fock and Givens-rotation Slater determinants inside CUDA-Q kernels.
fermion-to-qubit-cudaqMap fermionic operators to qubit operators using Jordan–Wigner, Bravyi–Kitaev, and other schemes for quantum chemistry.
quantum-chemistry-cudaqEnd-to-end quantum chemistry workflows from PySCF molecular integrals to CUDA-Q ground-state calculations.
double-factorization-cudaqUse double factorization block encodings to reduce the cost of quantum chemistry Hamiltonians in CUDA-Q.
custom-block-encodings-cudaqImplement custom block encodings in CUDA-Q Algorithms and plug them into the common BlockEncoding interface.

Academic Research Pipeline (13)

End-to-end paper pipeline: strategy → literature → writing → figures → submission. Every skill has a matching /command and /workflow.

SkillDescription
data-visualization-and-figuresPublication-ready plots, multi-panel layouts, colorblind-safe palettes, venue specs
publishing-and-peer-reviewRebuttals, response letters, cover letters, reviewer ethics
latex-paper-writerGated pipeline: plan approval → issue-driven writing → verified citations → clean compile
manage-submissionVenue fit, deadline planning, anonymization sweep, camera-ready, arXiv timing
research-strategy-project-designProblem triage, falsifiable hypotheses, kill criteria, milestone ladders
literature-triage-matrixCompare papers across method/data/metrics/claims; extract gaps
gap-to-topicThree-gate go/no-go dossier for a candidate topic: open? contribution? feasible?
pptx-deck-builderConference talks/posters/reports via python-pptx and pandoc
qiskit-quantum-workflowsQiskit 2.x primitives, VQE/SQD chemistry patterns, noise models
digest-paperOne paper → PDF + synthesis + BibTeX + index row, atomically
prisma-systematic-reviewPRISMA-style systematic review with logged screening phases
experiment-protocolReproducible experiments: design, controls, pre-registration, execution
repro-bundleVerified reproducibility bundle: code, manifests, lockfiles

Typical arcs: idea → /gap-to-topic/research-strategy-project-design/experiment-protocol; paper → /digest-paper/scientific-writing/latex-paper-writer/claim-verification/adversarial-review/manage-submission.

Workflows (809)

Research Workflows (15)

WorkflowDescription
/reproducibilitySet up seeds, config logging, environment capture
/reproducibility-checklistAudit project for reproducibility gaps
/experiment-trackingSet up structured experiment tracking
/data-managementSet up dataset versioning and leak-free splits
/paper-code-releasePrepare code for public release
/paper-submission-prepFinalize repo for paper submission
/ablation-studyDesign and run systematic ablation study
/tdv-pretrainRun TDV pretraining on surgical video
/surgical-mot-evalEvaluate MOT models on CholecTrack20
/lora-finetuneConfigure and run LoRA fine-tuning
/pretrain-and-evaluateFull pretrain → detect → eval pipeline
/continual-learningSession start/end handoff protocol
/deep-researchSystematic web research and deep reasoning workflow
/wandb-experimentSet up WandB tracking

SWE Workflows (8)

WorkflowDescription
/code-qualitySet up formatting, linting, type checking
/code-reviewSystematic ML code review
/testing-strategyDesign and implement test suite
/dependency-managementManage Python dependencies and lock files
/ci-cd-setupSet up GitHub Actions CI/CD
/pre-commit-setupInstall pre-commit hooks with ruff
/release-checklistCreate a versioned release
/refactor-extract-moduleExtract code into separate module

Infrastructure Workflows (5)

WorkflowDescription
/aire-slurm-submitSubmit and monitor Slurm jobs on AIRE
/submit-gpu-jobSubmit GPU job with smoke test verification
/conda-env-setupCreate conda environment with CUDA
/debug-pytorch-gpuDiagnose PyTorch GPU issues
/debug-trainingDebug training failures by symptom

PCOS Workflows (4)

WorkflowDescription
/pcos-setupSet up PCOS broker for local development
/pcos-testRun PCOS test suite and fix failures
/pcos-add-chrome-apiAdd a new Chrome Built-in AI API to routing pipeline
/pcos-debug-routingDebug why a task routes to the wrong surface

MCP Server Workflows (7)

WorkflowDescription
/dgx-monitorCheck DGX Spark GPU, memory, Docker, conda, CUDA status
/cuda-profilingProfile CUDA kernels with nsys, ncu, compute-sanitizer
/distributed-trainingMulti-GPU discovery, NCCL diagnostics, DDP/FSDP setup
/cloud-gpu-sshManage remote GPU machines via SSH, run remote commands
/tpu-jaxJAX/TPU device discovery, gcloud TPU management, profiling
/endosight-pipelineMonitor Endosight 3D reconstruction pipeline status
/research-workflowSearch ArXiv, manage BibTeX, track experiments

Custom Research Workflows (673)

WorkflowDescription
/surgical-video-analysisAnalyze surgical video for MOT, detection, scene understanding
/cuda-kernel-optimizationOptimize CUDA kernels for GB10 DGX Spark (SM121)
/cutile-python-gb10Tile-based programming with NVIDIA cuTile Python on GB10
/cutile-persistent-matmul-gb10Persistent cuTile FP16/FP32 GEMM with ~2-wave launch on GB10
/cutile-fmha-attention-gb10Fused multi-head attention with cuTile and online softmax on GB10
/cooperative-groups-gb10Cooperative Groups and cudaLaunchCooperativeKernel on GB10
/cooperative-groups-warp-tile-gb10Warp-level tiled_partition reduce/scan/shfl on GB10
/cub-device-algorithms-gb10CUB device-wide reduce/scan/sort on GB10
/cub-reduce-by-key-gb10CUB DeviceReduce::ReduceByKey on GB10
/cub-segmented-sort-gb10CUB DeviceSegmentedSort::SortKeys on GB10
/cuda-dynamic-parallelism-gb10CUDA Dynamic Parallelism (parent/child kernels) on GB10
/cuda-dynamic-parallelism-quicksort-gb10Recursive CDP quicksort with -rdc=true on GB10
/cuda-graphs-inference-gb10Capture/replay CUDA graphs for low-latency inference on GB10
/fused-attention-inference-gb10FlashAttention-style fused attention for inference on GB10
/fp8-fp4-quantization-inference-gb10FP8/FP4 post-training quantization for Blackwell inference
/fast-gemm-inference-gb10cuBLASLt and cuTile GEMM for low-latency inference on GB10
/model-evaluationSystematic model evaluation and benchmarking
/video-processing-pipelineBuild GPU-accelerated video processing pipelines
/thesis-writingWrite and structure PhD thesis chapters with LaTeX
/academic-posterCreate academic conference posters
/literature-reviewConduct systematic literature reviews
/huggingface-hubUpload models, datasets, and Spaces to Hugging Face Hub
/experiment-reproducibilityEnsure experiments are fully reproducible
/collaborative-researchManage collaborative research projects
/blackwell-fp4-fp8-block-scaling-ptx-gb10FP8 and block-scaled FP4 (NVFP4) PTX MMA with scale factors on SM121
/blackwell-sm121-targeting-gb10Correctly compile for GB10 (sm_121/121f/121a), PTX 9.1, and Triton ptxas setup
/cp-async-pipeline-gb10Multi-stage cp.async copy pipelines for GB10 GMEM->SMEM staging
/cuda-occupancy-register-pressure-gb10Occupancy, register pressure, launch bounds, and SMEM tradeoffs on GB10
/nsight-compute-tensor-cores-gb10Profile Tensor Core utilization and memory bottlenecks with Nsight Compute on GB10
/shared-memory-swizzling-gb10Bank-conflict-free shared memory layouts with XOR swizzling and padding tradeoffs on GB10
/tensor-core-fragment-layouts-gb10PTX mma.sync fragment layouts and lane-to-element mapping for GB10 Tensor Cores
/ada-l40s-optimizationL40S-specific tuning: FP8, TensorRT-LLM/Triton, multi-GPU PCIe scaling, and media engines.
/blackwell-dc-fp4-quantizationBlock-scaled 4-bit formats for training and inference on datacenter Blackwell.
/blackwell-dc-moepart-green-contextsResource partitioning (MLOPart, Green Contexts, MPS) and disaggregated prefill/decode serving for datacenter Blackwell.
/blackwell-dc-tcgen05-tmemProgramming datacenter Blackwell (sm_100/sm_103) with tcgen05.mma, TMEM, TMA multicast, and CTA-pair operations.
/climate-weather-mlFourCastNet, GraphCast, Pangu-Weather, ClimaX, and ECMWF ai-models on GPU clusters.
/cuda-q-hybrid-quantumCUDA-Q kernels, simulators, VQE/QAOA, PyTorch/JAX integration, and multi-GPU quantum workflows.
/cuquantum-tensornetGPU-accelerated quantum simulation: state vector, tensor network, expectation values, and gradients.
/distributed-launch-slurm-mpiLaunching multi-node PyTorch/JAX training with SLURM, torchrun, MPI, CUDA-aware MPI, and UCX.
/hopper-flashattention-3FlashAttention-3 warp specialization, WGMMA/TMA pipelining, and FP8 block quantization on H100/H200.
/hopper-fp8-transformer-engineFP8 recipes (E4M3/E5M2, current, delayed, and blockwise scaling) with Transformer Engine for LLM training.
/hopper-megatron-deepspeedLarge-model training with Megatron-Core, Megatron-FSDP, DeepSpeed ZeRO, and NVLink4 on H100/H200.
/hopper-wgmma-tmaLow-level Hopper programming with wgmma.mma_async, cp.async.bulk.tensor, tensor maps, and mbarriers.
/jax-gpu-scientificJAX jit, vmap, shard_map, device meshes, and XLA memory tuning on H100/H200/Blackwell/L40S.
/jax-pde-scimlJAX-based SciML: Diffrax, Exponax, JAX-MD, neural operators, and differentiable simulations.
/mamba-ssm-kernelsMamba-2/3 SSD kernels, fused selective scan, CuTe/Triton/TileLang backends, and chunk scheduling.
/materials-discovery-mlMatterGen, GNoME, DiffCSP, CDVAE, and crystal structure generation on GPU.
/moe-grouped-gemmGrouped GEMM, MoE routing, cuBLAS/cuDNN/TransformerEngine/FlashInfer/vLLM backends.
/molecular-ml-drug-discoveryEquivariant GNNs, ML potentials, molecular docking (DiffDock), and generative molecule design on GPU.
/multigpu-nccl-topologyNCCL, NVLink/NVSwitch, PCIe, InfiniBand/RoCE, GPUDirect, and common topology hang fixes.
/neural-operators-pinnsFourier Neural Operator, DeepONet, PINNs, and JAX/Diffrax/Exponax for PDEs on GPU.
/protein-folding-gpuAlphaFold 3, ESM3, Boltz, BioNeMo Fold-CP, OpenFold, and high-throughput protein folding pipelines.
/scientific-data-formatsZarr, TensorStore, WebDataset, HDF5/NetCDF, KvikIO, and direct-to-GPU I/O pipelines.
/torch-compile-inductorPyTorch 2.7+ torch.compile, Inductor autotune, custom operators, CuTeDSL/Gluon backends, and debug.
/triton-cross-archWriting and deploying Triton kernels across sm_80, sm_89, sm_90, sm_100, sm_120, and sm_121.
/ampere-a100-scientificA100 architecture, TF32, structured sparsity, MIG, FP64, and cuBLAS/cuDNN paths for scientific workloads.
/bioinformatics-genomics-mlDNABERT, Enformer, single-cell analysis with scVI/scGPT, and RAPIDS cuDF for genomics pipelines.
/cuda-tile-advanced-gb10cuTile Python/C++ advanced features: block-scaled ct.mma_scaled, Tile IR, persistent kernels, and Nsight Tile profiling.
/cutlass-persistent-kernelsCUTLASS 3.x persistent kernels, cooperative vs ping-pong schedule, warp specialization, and CollectiveBuilder for FP8/FP4.
/dgx-spark-multinode-roceConnect 2-3 DGX Sparks over QSFP RoCE, NCCL configuration, Docker host networking, and no GPUDirect RDMA.
/dgx-spark-uma-tuningTuning DGX Spark's 128 GB unified LPDDR5X memory, page cache competition, thermal throttling, EC firmware, and CPU compilation flags.
/flashattention-4-sm121FlashAttention-4 consumer Blackwell support on sm_120/sm_121: paged KV, head_dim limits, FP8, and the CuTe DSL dispatch path.
/geospatial-remote-sensing-mlPrithvi, SatMAE, TorchGeo, TerraTorch, segment-anything for Earth observation, and NVIDIA cuOpt.
/llm-inference-gb10vLLM and TensorRT-LLM inference on GB10: FP8 KV, Marlin, MTP, MoE backend selection, and driver 580.x.
/mixed-precision-training-gpuBF16, FP16, FP8, TF32, FP32 master weights, loss scaling, and when to use each on Ampere/Hopper/Blackwell.
/molecular-dynamics-gpuMACE, CHGNet, DeePMD-kit, LAMMPS/GROMACS integration, and multi-GPU spatial decomposition for ML potentials.
/nsight-profiling-gpuNsight Compute sections/metrics, Nsight Systems gap analysis, hardware CUDA trace, and Tile profiling for cuTile.
/pytorch-blackwell-deploymentPyTorch nightly wheels, sm_100/sm_120 support, architecture detection, and common Blackwell-specific errors.
/quantization-backends-gpuAWQ, GPTQ, AutoRound, Marlin, FP8, NVFP4, MXFP4, and backend selection for A100/H100/L40S/RTX50/GB10.
/astrophysics-cosmology-mlGravitational lensing, galaxy classification, N-body simulations, dark matter mapping, and cosmological parameter inference.
/bayesian-inference-gpuMCMC, NUTS, variational inference, NumPyro, BlackJAX, and GPyTorch on NVIDIA GPUs.
/causal-inference-scienceDo-calculus, causal discovery, structural causal models, transportability, and mediation for observational and experimental data.
/differential-equations-gpuODE/PDE/SDE solvers, spectral and finite element methods, Diffrax, FEniCSx, PETSc, and NekRS on GPU.
/equivariant-neural-networks-scienceE(3)/SE(3)-equivariant networks (E3NN, Equiformer, MACE, NequIP, steerable CNNs) for atomic and molecular systems.
/experiment-tracking-optimizationW&B, MLflow, Neptune, Aim, Optuna, Ray Tune, and reproducible hyperparameter search on HPC.
/fluid-dynamics-cfd-mlNeural operators, PhysicsNeMo (Modulus), JAX-Fluids, PhiFlow, and surrogate CFD on GPU.
/generative-models-scienceDiffusion, flow matching, score-based models, and normalizing flows for molecules, materials, and inverse design.
/gnn-scienceGNNs for molecules, materials, weather, neural operators, and large-scale graph training on GPU.
/neuroscience-ml-gpufMRI, calcium imaging, connectomics, and neural decoding with cuBNM, DeepWonder, scGPT, and RAPIDS.
/optimization-gpuFirst- and second-order optimization, Optax/JAXopt, L-BFGS, trust-region, constrained, and Newton-Krylov methods on GPU.
/quantum-chemistry-gpuGPU-accelerated DFT, Hartree-Fock, coupled cluster with PySCF/GPU4PySCF, and hybrid quantum-classical ML.
/reinforcement-learning-scienceRL for tokamak plasma control, drug design, experiment design, and autonomous scientific systems.
/scientific-linear-algebra-gpuDense and sparse linear algebra with cuBLAS, cuSOLVER, cuSPARSE, cuDSS, MAGMA, and device-side cuSolverDx.
/scientific-workflows-hpcWorkflow engines (Snakemake, Nextflow, CWL), containers, DVC, SLURM job arrays, checkpointing, and cloud HPC.
/signal-image-processing-gpuFFT, wavelets, filtering, compressed sensing, and tomography with cuFFT, RAPIDS, and GPU pipelines.
/transformers-for-scienceTransformers for protein, genomics, weather, chemistry, math, and symbolic regression; ESM, AlphaFold, Prithvi, DNABERT, AI-Descartes.
/uncertainty-quantification-scienceConformal prediction, evidential learning, Bayesian neural nets, ensembles, Fortuna, and UQ for PDE surrogates.
/cicd-ml-pipelinesGitHub Actions, GitLab CI, pre-commit, artifact registries, and model promotion gates for ML pipelines.
/containers-reproducibilityDocker, Apptainer/Singularity, Podman, conda-lock, Nix, and reproducible scientific environments.
/data-engineering-scienceETL pipelines, feature stores, vector databases, RAG, and embeddings for scientific data.
/distributed-storage-hpcLustre, BeeGFS, GPFS, WekaFS, Ceph, Zarr, and TensorStore for high-throughput scientific data.
/fault-tolerance-checkpointingPyTorch DCP, DeepSpeed elastic training, asynchronous checkpointing, and multi-tier checkpoint storage.
/gpu-cluster-managementSLURM, PBS, LSF, cloud bursting, hybrid clusters, and AWS ParallelCluster for GPU HPC.
/kubernetes-gpu-orchestrationNVIDIA GPU Operator, MIG, MPS, Kueue, Volcano, gang scheduling, and DRA for ML workloads on Kubernetes.
/ml-security-supply-chainModel signing, AIBOM/ML-BOM, container scanning, malicious pickle detection, and provenance for ML artifacts.
/model-serving-gpuTriton Inference Server, TensorRT-LLM, vLLM, TorchServe, FastAPI, and BentoML for production inference.
/monitoring-observability-mlPrometheus, Grafana, Weights & Biases, MLflow, Evidently, and drift detection for production ML.
/networking-distributed-trainingInfiniBand, RoCE, NCCL tuning, AWS EFA, and diagnosing multi-node network issues.
/ray-ml-distributedRay Train, Ray Tune, Ray Serve, Ray Data, and Ray clusters for scaling training, tuning, serving, and data processing.
/agritech-phenotypingUAV/drone imaging, vision-language models, yield estimation, disease detection, and crop monitoring on GPU.
/battery-materials-mlGNNs, Gaussian processes, and high-throughput screening for battery materials, redox flow batteries, and carbon capture solvents.
/biodiversity-edna-mlEnvironmental DNA, species distribution modeling, zero-shot taxonomic assignment, and biodiversity monitoring on GPU.
/epidemiology-disease-surveillanceSIR/SEIR models, GNNs, Gaussian processes, and transfer learning for outbreak prediction and disease dynamics.
/high-energy-physics-mlJet tagging, event reconstruction, Particle Transformer, Hypergraph, and ROOT/Geant4 integration on GPU.
/industry-4-predictive-maintenanceRAPIDS, NVIDIA Omniverse, XGBoost, anomaly detection, and digital twins for manufacturing.
/lab-robotics-digital-twinsMATTERIX, LucidGrasp, 6D pose, sim-to-real, and digital twins for autonomous science labs.
/proteomics-metabolomics-mlMass spectrometry, peptide identification, DelPi, DIA-BERT, GiCOPS, ANN-SoLo, and metabolite annotation on GPU.
/renewable-energy-forecastingSpatio-temporal diffusion, FNO, attention, and RL for solar/wind forecasting and energy dispatch.
/social-simulation-mlAgentTorch, LLM-based agents, differentiable ABM, and causal discovery for social and economic systems.
/spatial-transcriptomics-gpuCell segmentation, transcript assignment, BIDCell, segger, PanoSpace, and foundation models for spatial omics.
/sports-biomechanics-mlWearable sensors, ST-GNNs, federated learning, and multimodal fusion for athlete performance and injury risk.
/category-theory-mlFunctorial data modeling, categorical deep learning, structured cospans, string diagrams, and topos theory for ML.
/differential-geometry-mlRiemannian manifolds, geodesics, natural gradients, hyperbolic ML, and optimization on curved spaces.
/game-theory-multiagent-mlNash equilibria, mean-field games, mechanism design, and deep multi-agent reinforcement learning.
/high-dimensional-statisticsSparsity, LASSO, compressed sensing, concentration inequalities, and covariance estimation.
/information-geometry-mlFisher information metric, natural gradient, alpha-connections, and geometry of probability distributions.
/kernel-methods-scienceRKHS, Gaussian processes, MMD, kernel mean embeddings, and kernel methods for PDEs.
/optimal-transport-mlWasserstein distance, Sinkhorn algorithm, sliced Wasserstein, and applications to generative modeling and domain adaptation.
/optimization-under-uncertaintyRobust optimization, stochastic programming, distributionally robust optimization, and Wasserstein DRO.
/random-matrix-theory-mlMarchenko-Pastur, semicircle law, free probability, and spectral analysis of neural networks.
/spectral-graph-mlGraph Laplacian, spectral clustering, spectral GNNs, graph partitioning, and spectral sparsification.
/stochastic-processes-mlItô calculus, score-based generative models, neural SDEs, rough paths, and continuous-time generative modeling.
/topological-data-analysisPersistent homology, Ripser, GUDHI, Mapper, and topological deep learning for shape-aware scientific ML.
/agent-evaluation-benchmarksMeasure agent capability on coding, web, tool use, and open-ended reasoning benchmarks.
/agent-memoryShort-term and long-term memory for agents: vector stores, summaries, entity tracking, and memory hierarchies.
/llm-judge-evaluationUse strong language models to evaluate, score, and compare outputs from other models or pipelines.
/llm-reasoningChain-of-thought, self-consistency, tree-of-thoughts, and reasoning-optimized prompting for large language models.
/llm-redteamingSystematically probe LLMs for harmful outputs, jailbreaks, privacy leaks, and misalignment.
/long-context-llmArchitectures, position interpolation, and evaluation for language models with very long contexts.
/mcp-integrationConnect agents to external tools, databases, and services using the Model Context Protocol (MCP).
/multi-agent-orchestrationCoordinate multiple specialist agents to decompose tasks, debate, and synthesize solutions.
/prompt-engineering-advancedStructured prompting, few-shot, chain-of-thought, role prompts, and prompt optimization for LLMs.
/rag-retrieval-evaluationEvaluate retrieval quality, answer relevance, and end-to-end RAG pipeline performance.
/test-time-computeImprove LLM output quality by increasing inference-time computation: search, verification, and reward models.
/tool-use-agentsDesign LLM agents that call functions, APIs, and utilities to gather facts and take actions.
/ai-for-arts-humanitiesDigital humanities, text analysis, image restoration, and creative AI for cultural heritage.
/ai-for-autonomous-vehiclesPerception, prediction, planning, and simulation for self-driving cars and mobile robots.
/ai-for-biologyDeep learning for genomics, transcriptomics, proteomics, cell imaging, and biological sequence modeling.
/ai-for-chemistryMolecular property prediction, generative chemistry, reaction prediction, and cheminformatics with deep learning.
/ai-for-educationPersonalized learning, knowledge tracing, automated assessment, and intelligent tutoring systems.
/ai-for-financeMachine learning for time-series forecasting, risk modeling, algorithmic trading, and financial NLP.
/ai-for-lawLegal document analysis, case law retrieval, contract review, and legal reasoning benchmarks.
/ai-for-musicMusic generation, transcription, recommendation, and audio processing with deep learning.
/ai-for-physics-simulationNeural operators, surrogate models, and learned emulators for partial differential equations and physical systems.
/ai-for-psychiatry-mental-healthMachine learning for digital phenotyping, diagnostic support, treatment prediction, and crisis detection.
/ai-for-quantum-computingMachine learning for quantum state tomography, variational quantum algorithms, quantum control, and error mitigation.
/ai-for-roboticsImitation learning, reinforcement learning, sim-to-real, and foundation models for robot manipulation and navigation.
/ai-for-agricultureCrop monitoring, yield prediction, pest detection, and precision agriculture with ML and remote sensing.
/ai-for-archaeologyRemote sensing, LiDAR, and computer vision for site detection, artifact analysis, and heritage preservation.
/ai-for-carbon-captureMachine learning for adsorbent and solvent screening, process optimization, and carbon capture materials design.
/ai-for-forensicsML for image authentication, deepfake detection, authorship attribution, and anomaly detection in forensic evidence.
/ai-for-gravitational-wavesDeep learning for compact binary coalescence search, parameter estimation, and glitch classification.
/ai-for-materials-synthesisMachine learning for synthesis route prediction, process optimization, and inverse design of materials.
/ai-for-nuclear-engineeringMachine learning for reactor design, plasma control, material degradation, and fusion ignition prediction.
/ai-for-oceanographyData-driven ocean forecasting, current reconstruction, eddy detection, and marine ecosystem modeling.
/ai-for-satellite-imagingEarth observation foundation models, land-use classification, change detection, and disaster mapping.
/ai-for-seismologyMachine learning for earthquake detection, phase picking, denoising, and seismic signal classification.
/ai-for-volcanologyMachine learning for eruption forecasting, volcanic seismicity classification, and hazard assessment.
/ai-for-water-securityML for water quality prediction, leak detection, flood forecasting, and hydrological modeling.
/active-learningIteratively select the most informative unlabeled data points for efficient annotation and model improvement.
/ai-fairnessDetect, measure, and mitigate bias across demographic groups in classification, ranking, and regression.
/curriculum-learningOrder training examples from easy to hard to improve convergence and generalization.
/domain-adaptationTransfer knowledge from a labeled source domain to an unlabeled or partially labeled target domain.
/explainable-aiFeature attribution, concept-based explanations, saliency maps, and interpretability for black-box models.
/federated-learningDecentralized model training across clients, handling non-IID data, aggregation, and personalization.
/few-shot-learningLearning from a handful of labeled examples through meta-learning, prompt tuning, and data augmentation.
/meta-learningLearn-to-learn methods such as MAML, metric learning, and neural processes for fast adaptation.
/model-interpretabilityIntrinsic and post-hoc methods for understanding model behavior, features, and decision boundaries.
/privacy-preserving-mlDifferential privacy, federated learning, homomorphic encryption, and secure multi-party computation for ML.
/robust-mlAdversarial robustness, distribution shift, out-of-distribution detection, and reliable model performance.
/uncertainty-quantification-mlPredictive uncertainty, calibration, conformal prediction, and Bayesian methods for reliable ML.
/agent-monitoring-guardrailsRuntime monitoring, safety policy enforcement, tool-call validation, probabilistic risk prediction, and guardrail frameworks for LLM agents.
/ai-for-cadDeep generative models for parametric CAD sketches, B-rep synthesis, sketch-and-extrude sequences, and vision-language conditional CAD generation.
/cost-optimization-cloudFinOps practices, spot/preemptible instances, right-sizing, reserved capacity, autoscaling, and cost-aware scheduling for ML workloads.
/data-stream-processingApache Kafka and Flink pipelines, event-time semantics, exactly-once delivery, online feature engineering, and real-time model updates.
/edge-aiQuantization, pruning, knowledge distillation, neural architecture search, and deployment of ML models on mobile, embedded, and edge accelerators.
/generative-designDeep generative models (VAEs, GANs, diffusion) for engineering design synthesis, constraint-aware generation, Pareto-front exploration, and design automation.
/graph-databasesProperty graph models, Cypher/Gremlin querying, graph embeddings, GNNs on graph DBs, and knowledge graph completion for connected data.
/industrial-digital-twinsReal-time virtual replicas of physical systems for monitoring, predictive maintenance, process optimization, and hybrid physics-ML modeling.
/ml-infrastructure-as-codeTerraform, Pulumi, and GitOps for reproducible ML platforms, modular MLOps stacks, and CI/CD-managed infrastructure.
/real-time-mlStreaming inference, online learning, low-latency GPU serving, event-time semantics, and service-level objectives for real-time ML systems.
/topology-optimizationSIMP, neural reparameterization, generative topology optimization, physics-informed neural networks, and learned resolution-free solvers for structural design.
/vector-databasesApproximate nearest neighbor search, dense-embedding storage, metadata filtering, hybrid search, and vector indexing for RAG and recommendation.
/ai-peer-reviewUse AI tools and structured checklists to write constructive, ethical peer reviews for manuscripts and proposals.
/citation-managementOrganize references, manage PDFs, format bibliographies, and share libraries with Zotero, Mendeley, or BibTeX.
/collaboration-and-team-scienceBuild, lead, and sustain productive interdisciplinary research teams with clear roles, communication, and shared tools.
/competitive-analysisMap industry structure, benchmark competitors, and identify strategic positioning using Porter's Five Forces, SWOT, and data.
/grant-proposal-writingStructure Specific Aims, research strategy, budget, and broader impact sections for NIH/NSF/ERC-style proposals with AI drafting support.
/market-research-aiDesign surveys, segment customers, analyze open-ended responses, and forecast market trends with AI-driven tools.
/product-requirements-aiDraft, validate, and track product requirements documents (PRDs) with user stories, assumptions, and success metrics.
/research-data-storytellingTurn complex scientific results into narrative visualizations and stories that resonate with specialists and the public.
/research-paper-ideationUse LLMs, citation networks, and structured brainstorming to generate and refine research questions, hypotheses, and project outlines.
/research-presentation-designBuild clear, compelling slides and posters for seminars, conferences, and outreach using narrative structure and visual hierarchy.
/scientific-writingImprove clarity, structure, and style for manuscripts, theses, and reports using AI drafting and editing tools.
/user-interviews-synthesisTurn interview transcripts into themes, insights, and personas using thematic analysis, affinity mapping, and AI coding.
/ai-for-biofoundriesAI/ML-driven lab automation, robotic liquid handling, closed-loop DBTL, and self-driving laboratories for synthetic biology.
/ai-for-digital-organismComputational models, simulations, and multiscale foundation models of living systems as AI-driven digital organisms.
/ai-for-drug-repurposingGraph ML, knowledge graphs, LLMs, and transcriptomics for identifying new indications for existing drugs.
/ai-for-immunologyMachine learning for adaptive immune receptor repertoires, epitope-MHC binding, immune cell phenotyping, and vaccine/immunotherapy design.
/ai-for-longevityBiological aging clocks, biomarkers of aging, longevity intervention mining, and integrative multi-omic models of aging.
/ai-for-neuroscienceDeep learning for neural recordings, brain decoding, neuroimaging analysis, connectomics, and NeuroAI foundation models.
/ai-for-nutritionMachine learning and generative AI for personalized nutrition, dietary assessment, meal planning, food recognition, and nutrition-health modeling.
/ai-for-precision-medicineMultimodal machine learning for personalized diagnosis, treatment selection, risk prediction, and integration of genomics, EHRs, imaging, and wearables.
/ai-for-protein-designInverse folding, generative backbone design, and binder engineering with ProteinMPNN, RFdiffusion, structure predictors, and Rosetta validation.
/ai-for-rare-diseaseAI for rare disease diagnosis, target prioritization, drug repurposing, natural history modeling, and diagnostic-odyssey support.
/ai-for-sleepMachine learning for sleep staging, sleep disorder detection, wearable PSG analysis, and sleep health monitoring.
/ai-for-synthetic-biologyMachine learning for genetic circuit design, promoter and RBS optimization, metabolic pathway engineering, and closed-loop Design-Build-Test-Learn biofoundry pipelines.
/analog-computingReconfigurable analog accelerators, in-memory analog computing, and mixed-signal AI hardware.
/dask-mlDistributed and out-of-core machine learning with Dask and scikit-learn, XGBoost, and hyperparameter search.
/data-versioningDVC, lakeFS, and Delta Lake for versioning datasets, models, and pipelines alongside code.
/feature-storesFeast, Tecton, and Hopsworks for centralized feature definition, versioning, and online/offline serving.
/high-performance-pythonNumba, Cython, pybind11, vectorization, and profiling for Python code that rivals C/Fortran speed.
/in-memory-computingCompute-in-memory, processing-in-memory, and emerging NVM technologies (PCM, RRAM, MRAM) for AI.
/ml-metadata-lineageML Metadata (MLMD), MLflow, and Kubeflow lineage for tracking artifacts, executions, and provenance.
/modin-pandasDrop-in distributed, parallel pandas replacement using Modin with Ray or Dask backends.
/neuromorphic-computingSpiking neural networks (SNNs), event-based processing, and brain-inspired low-power accelerators like Intel Loihi and BrainChip.
/photonic-computingSilicon photonics, optical processing units, and photonic interconnects for energy-efficient AI and HPC.
/quantum-machine-learningHybrid quantum-classical ML with variational quantum circuits, PennyLane, TensorFlow Quantum, and Qiskit.
/wafer-scale-aiCerebras Wafer Scale Engine, wafer-scale training and inference, and massive on-chip compute fabric.
/contrastive-learningInstance discrimination, InfoNCE, SimCLR, MoCo, CLIP, and deep metric learning for vision, language, and retrieval.
/curriculum-rlTask sequencing, automatic curriculum generation, and progressive difficulty for sample-efficient RL.
/hierarchical-rlOptions, feudal networks, and goal-conditioned hierarchies for long-horizon, sparse-reward tasks.
/imitation-learningBehavioral cloning, DAgger, GAIL, and learning policies from expert demonstrations with or without a reward function.
/inverse-rlRecover reward functions from expert demonstrations using MaxEnt IRL, apprenticeship learning, and adversarial IRL.
/masked-autoencodersBERT-style masked prediction for vision, BEVT, data2vec, and generative masked image and language modeling.
/model-based-rlLearn environment dynamics for sample-efficient planning and policy optimization with PETS, MBPO, PlaNet, and MuZero.
/multi-task-learningShared representations, hard and soft parameter sharing, MTL architectures (MMoE, PLE, MTAN), and gradient balancing.
/offline-rlLearn from static logged datasets with CQL, IQL, TD3+BC, D4RL, and conservative/batch RL methods.
/safe-rlConstrained Markov Decision Processes, CPO, P3O, Lagrangian methods, and safety-gym benchmarks for constrained RL.
/self-supervised-learningPretext tasks, contrastive and non-contrastive SSL, masked prediction, and unsupervised representation learning for vision, language, and graphs.
/world-modelsLatent dynamics models, recurrent state-space models, Dreamer, PlaNet, and agents that plan in imagination.
/ai-for-climate-policyNatural-language analysis of climate laws, NDCs, and policies; target extraction, alignment scoring, and climate-finance tracking.
/ai-for-disaster-responseSituational awareness, damage assessment, evacuation planning, supply pre-positioning, and multi-modal disaster imagery analysis.
/ai-for-energy-gridPower-flow surrogates, renewable and load forecasting, grid stability, optimal power flow, and AI-assisted grid operations.
/ai-for-governancePublic-service delivery, regulatory compliance, algorithmic accountability, participatory policy tools, and fair decision-support systems.
/ai-for-logisticsVehicle routing, last-mile delivery, warehouse automation, fleet scheduling, and dynamic logistics optimization.
/ai-for-manufacturingPredictive maintenance, quality control, process optimization, digital twins, and human-interpretable factory AI.
/ai-for-public-healthDisease surveillance, outbreak prediction, resource allocation, geospatial health modeling, and health-equity analytics.
/ai-for-smart-citiesUrban computing, IoT analytics, spatio-temporal forecasting, mobility, public safety, and citizen-centric services.
/ai-for-social-goodEducation, poverty alleviation, agriculture, humanitarian response, accessibility, and community-driven AI for underserved populations.
/ai-for-space-explorationOnboard autonomy, science target selection, anomaly detection, mission planning, and analysis of space and Earth-observation data.
/ai-for-supply-chainDemand forecasting, inventory optimization, risk and resilience, supplier analytics, and end-to-end supply chain visibility.
/ai-for-transportationTraffic prediction, route optimization, public transit planning, autonomous driving, and multi-modal mobility.
/ai-for-battery-materialsMachine learning for cathode, anode, electrolyte, and separator discovery, as well as battery lifetime and charging protocol optimization.
/ai-for-catalysisMachine learning for catalyst discovery, reaction mechanism elucidation, activity and selectivity prediction, and catalytic process optimization.
/ai-for-ceramicsData-driven design, processing optimization, and microstructure-property prediction for ceramic and refractory materials.
/ai-for-compositesMachine learning for composite material design, manufacturing process optimization, defect detection, and multiscale property prediction.
/ai-for-corrosionMachine learning for corrosion rate prediction, corrosion-resistant alloy design, protective coating optimization, and infrastructure degradation monitoring.
/ai-for-materials-characterizationMachine learning for automated interpretation of microscopy, spectroscopy, diffraction, and tomography data in materials science.
/ai-for-membranesMachine learning for membrane material design, permeability and selectivity prediction, fouling control, and separation process optimization.
/ai-for-metalsMachine learning for alloy design, phase stability, mechanical properties, process optimization, and microstructure-property mapping.
/ai-for-photovoltaicsMachine learning for solar-cell materials discovery, perovskite and organic PV optimization, device engineering, and stability prediction.
/ai-for-polymersMachine learning for polymer property prediction, generative design, process optimization, and structure representation.
/ai-for-semiconductorsMachine learning for semiconductor materials discovery, bandgap engineering, defect analysis, and fabrication process optimization.
/ai-for-superconductorsMachine learning for superconductor discovery, critical temperature prediction, electron-phonon modeling, and materials screening.
/ai-for-ecologySpecies distribution modeling, habitat suitability, biodiversity monitoring, and ecological forecasting using ML and remote sensing.
/ai-for-environmental-scienceRemote sensing, land-cover mapping, ecosystem service assessment, and integrated modeling for environmental monitoring and analysis.
/ai-for-fisheriesFish stock assessment, catch forecasting, aquaculture monitoring, eDNA, and IUU fishing detection with ML.
/ai-for-forestryForest inventory, tree segmentation, biomass estimation, and species mapping from remote sensing and LiDAR.
/ai-for-geologyGeologic mapping, mineral prospectivity, geophysical inversion, drill-core imagery, and remote sensing with ML and deep learning.
/ai-for-hydrologyRainfall-runoff modeling, streamflow forecasting, flood prediction, and physics-informed deep learning for water systems.
/ai-for-meteorologyNumerical weather prediction emulators, precipitation nowcasting, extreme-weather detection, and weather foundation models.
/ai-for-mineralogyXRD, SEM-EDS, Raman, and hyperspectral imaging for automated mineral identification, classification, and segmentation.
/ai-for-paleontologyAutomated fossil identification, morphometric analysis, 3D segmentation, and taxonomic classification from images and point clouds.
/ai-for-pollutionAir, water, and soil pollution monitoring, source apportionment, forecasting, and regulatory compliance with ML.
/ai-for-soil-scienceDigital soil mapping, pedotransfer functions, spectroscopic prediction, and soil health assessment with ML.
/ai-for-wildlife-conservationCamera-trap image classification, acoustic monitoring, animal re-identification, and anti-poaching analytics.
/ai-for-customer-serviceConversational AI, intent classification, sentiment and satisfaction analysis, ticket routing, and agent-assist systems.
/ai-for-demand-forecastingTime-series forecasting, hierarchical and intermittent demand, probabilistic forecasts, and promotion/event effects.
/ai-for-economicsCausal inference, policy evaluation, nowcasting, heterogeneous treatment effects, and demand estimation for economic and policy analysis.
/ai-for-fraud-detectionTransaction fraud, anti-money laundering, anomaly detection, graph-based fraud networks, and concept-drift monitoring.
/ai-for-hrTalent analytics, recruitment matching, attrition prediction, workforce planning, and compensation and equity analysis.
/ai-for-marketingCustomer segmentation, personalization, propensity modeling, marketing-mix attribution, and generative AI for content and campaigns.
/ai-for-operations-researchOptimization, MILP/CP, vehicle routing and scheduling, decision-focused learning, and learning-augmented heuristics.
/ai-for-pricingPrice elasticity, dynamic and personalized pricing, revenue management, promotion optimization, and causal demand forecasting for pricing.
/ai-for-recommendation-systemsCollaborative filtering, content-based and hybrid recommendation, sequence models, and multi-objective ranking for commerce and content.
/ai-for-retailDemand forecasting, inventory placement, personalized recommendations, dynamic pricing, and omnichannel fulfillment for retail.
/ai-for-salesPredictive lead scoring, sales forecasting, opportunity win probability, next-best action, and pipeline analytics.
/ai-for-supply-chain-optimizationMulti-echelon inventory, distribution network design, demand-supply synchronization, and resilient supply chain planning.
/ai-for-cardiologyECG interpretation, arrhythmia detection, heart failure screening, echocardiography analysis, and cardiovascular risk stratification with deep learning.
/ai-for-clinical-nlpNatural language processing for electronic health records, clinical entity extraction, term normalization, de-identification, and question answering.
/ai-for-dermatologySkin lesion classification, dermoscopy analysis, melanoma detection, teledermatology, and fairness across skin tones with deep learning.
/ai-for-digital-therapeuticsSoftware-as-a-medical-device interventions for mental health, substance use, sleep, ADHD, and chronic disease delivered through apps and wearables.
/ai-for-gastroenterologyAI-assisted endoscopy, real-time polyp detection and characterization, colonoscopy quality, and colorectal cancer screening.
/ai-for-medical-imagingGeneral medical image preprocessing, segmentation, classification, and deployment with DICOM, MONAI, nnU-Net, and clinical AI pipelines.
/ai-for-neurologyNeuroimaging and EEG analysis for stroke, brain tumors, epilepsy, and neurodegeneration, including lesion segmentation and outcome prediction.
/ai-for-oncologyAI for cancer detection, subtyping, treatment response, prognosis, radiomics, pathology, and clinical trial matching.
/ai-for-ophthalmologyDiabetic retinopathy screening, OCT analysis, glaucoma detection, and AI for retinal disease diagnosis from fundus photography.
/ai-for-pathologyComputational pathology, whole-slide image analysis, cancer subtyping, biomarker discovery, and vision-language models for histopathology.
/ai-for-pulmonologyChest X-ray and CT interpretation, COPD and asthma assessment, respiratory sound analysis, and pulmonary disease risk prediction.
/ai-for-radiologyDeep learning for X-ray, CT, MRI, and mammography interpretation, including lesion detection, segmentation, report generation, and radiology foundation models.
/ai-for-architectureAI for generative spatial layouts, floorplan synthesis, style exploration, and text/sketch-driven conceptual design.
/ai-for-building-designAI for energy, daylight, HVAC, envelope, and MEP performance optimization in the built environment.
/ai-for-constructionAI for construction site safety, progress monitoring, schedule and cost risk, robotics, and digital-twin-enabled project delivery.
/ai-for-cosmeticsAI for personalized skincare, formulation optimization, shade matching, safety/toxicity prediction, and consumer insight.
/ai-for-fashionAI for trend forecasting, outfit recommendation, virtual try-on, generative design, and personalized shopping.
/ai-for-food-and-beverageAI for food safety, quality control, recipe and product development, shelf-life prediction, and supply chain optimization.
/ai-for-hospitalityAI for guest personalization, revenue management, dynamic pricing, operations, and conversational service.
/ai-for-media-and-entertainmentAI for content recommendation, personalization, generative media, audience analytics, and rights/compliance workflows.
/ai-for-miningAI for mineral exploration, ore grade estimation, predictive maintenance, autonomous haulage, and mine safety.
/ai-for-oil-and-gasAI for seismic interpretation, reservoir characterization, production forecasting, and predictive maintenance in energy operations.
/ai-for-sportsAI for athlete tracking, match analytics, performance prediction, injury risk, and tactical decision support.
/ai-for-textilesAI for fabric defect detection, pattern and color design, sorting, and textile supply chain optimization.
/api-developmentREST, gRPC, and GraphQL API design, implementation, documentation, and versioning for ML services.
/backend-engineeringServer-side development, async task queues, databases, caching, and resilience patterns for ML products.
/data-engineering-best-practicesData lifecycle management, data quality, observability, lineage, testing, version control, and infrastructure-as-code for robust data systems.
/data-lakesObject storage, open table formats, lakehouse architecture, and batch/stream unification for ML and analytics.
/data-pipelines-mlOrchestrating end-to-end ML workflows with task dependencies, artifact tracking, retries, and reproducibility.
/data-warehousingCloud data warehouses, dimensional modeling, indexing, partitioning, and workload optimization.
/etl-and-eltExtract, transform, load patterns and the modern extract, load, transform paradigm with tooling and trade-offs.
/event-driven-architectureEvents, event brokers, event sourcing, CQRS, and event-driven microservices for scalable, decoupled systems.
/frontend-engineeringBuilding user interfaces for ML-powered applications with modern frameworks, state management, and data visualization.
/full-stack-mlEnd-to-end ML applications spanning data, model, API, frontend, deployment, and monitoring.
/microservicesSmall, independently deployable services, inter-service communication, containers, and service discovery.
/streaming-dataReal-time data ingestion and processing with stream processors, message brokers, and event-time semantics.
/ai-for-anthropologyComputational ethnography, NLP for field notes and interviews, multimodal cultural analysis, and AI-assisted thick description and reflexivity.
/ai-for-communicationComputational communication science: content analysis, information diffusion, agenda setting, and audience effects across digital platforms.
/ai-for-criminologyPredictive policing, recidivism risk assessment, crime forecasting, criminal network analysis, and fairness-aware public safety research.
/ai-for-historyHTR and OCR for historical documents, event extraction, temporal reasoning, geospatial and network analysis, and distant reading for historical research.
/ai-for-international-relationsConflict forecasting, event data analysis, crisis early warning, treaty and negotiation text mining, and geopolitical risk modeling.
/ai-for-journalismAlgorithmic journalism, automated reporting, fact-checking, news recommendation, and AI-assisted investigative data reporting.
/ai-for-linguisticsComputational linguistics, corpus analysis, morphosyntactic annotation, syntactic parsing, language modeling, and NLP tools for linguistic research.
/ai-for-media-literacyAI for detecting disinformation, prebunking, source credibility, and teaching critical thinking and digital literacy.
/ai-for-philosophyComputational philosophy, argument mining, automated reasoning, text analysis of philosophical corpora, and LLM-assisted conceptual analysis.
/ai-for-political-scienceText-as-data for politics: manifesto scaling, sentiment and stance detection, legislative and voting analysis, and causal inference for political institutions.
/ai-for-public-policyCausal and predictive policy evaluation, program impact assessment, regulatory text analysis, and equitable resource allocation for government and public administration.
/ai-for-sociologyComputational social science for sociology: text and image classification, survey augmentation, social network analysis, and modeling social inequalities.
/ai-for-3d-vision3D reconstruction, point cloud processing, NeRF and Gaussian splatting, depth estimation, 3D detection, and scene understanding.
/ai-for-animationMotion synthesis, inbetweening, character retargeting, physics-based animation, and style transfer for animated content.
/ai-for-audioAudio enhancement, source separation, music generation, audio event detection, and speech enhancement.
/ai-for-augmented-realitySLAM, scene understanding, depth completion, registration, occlusion handling, and semantic AR with deep learning.
/ai-for-computer-graphicsNeural rendering, differentiable rendering, inverse rendering, geometry and material estimation, and generative image synthesis for photorealistic graphics.
/ai-for-computer-visionImage classification, detection, segmentation, vision-language models, generative vision, and efficient deep learning deployment.
/ai-for-gamesProcedural content generation, game-playing agents via reinforcement learning, NPC behavior, and generative AI for game assets and narratives.
/ai-for-human-robot-interactionMultimodal interfaces, natural language instructions, shared autonomy, social robotics, and embodied AI for human-robot collaboration.
/ai-for-nlpLarge language models, text classification, machine translation, question answering, information extraction, and prompt engineering.
/ai-for-speechAutomatic speech recognition, text-to-speech, speaker verification, speech synthesis, and self-supervised speech models.
/ai-for-videoVideo understanding, action recognition, video generation, temporal modeling, video captioning, and multimodal video models.
/ai-for-virtual-realityNatural interaction, intent recognition, multimodal input, foveated rendering, virtual agents, and AI-driven content creation for VR.
/ai-for-acousticsMachine learning for source localization, room acoustics, bioacoustics, structural health monitoring, and spatial audio.
/ai-for-astrobiologyML for biosignature detection, life-detection mass spectrometry, extremophile habitats, and mission autonomy in alien environments.
/ai-for-astronomyMachine learning for survey-scale classification, transient detection, galaxy morphology, light-curve analysis, and telescope scheduling.
/ai-for-biophysicsMachine learning for molecular dynamics, free-energy landscapes, protein-ligand kinetics, single-molecule analysis, and membrane systems.
/ai-for-condensed-matterMachine learning for phase classification, topological order, Hamiltonian learning, density functional surrogates, and quantum many-body systems.
/ai-for-cosmologyML for large-scale structure, weak lensing, CMB analysis, 21-cm cosmology, and cosmological parameter inference.
/ai-for-microfluidicsMachine learning for droplet generation, lab-on-a-chip control, cell sorting, reaction optimization, and high-throughput screening.
/ai-for-nanotechnologyML for nanoparticle design, nanomaterial discovery, nano-architectonics, nanoscale imaging, and nanomanufacturing optimization.
/ai-for-opticsComputational imaging, lens design, wavefront shaping, optical metrology, and inverse scattering with deep learning.
/ai-for-particle-physicsML for collider event classification, jet tagging, fast detector simulation, neutrino event reconstruction, and new-physics searches.
/ai-for-photonicsDeep learning for photonic device inverse design, metasurfaces, optical communications, and nanophotonic simulation surrogates.
/ai-for-planetary-scienceMachine learning for mission data analysis, terrain classification, crater detection, atmospheric retrievals, and exoplanet characterization.
/ai-for-aerospaceMachine learning for aircraft and spacecraft design, aerodynamic optimization, structural health monitoring, satellite operations, and certification of safety-critical aerospace systems.
/ai-for-automotiveAI for automotive design, manufacturing, battery management, ADAS, quality control, and supply-chain optimization across the vehicle lifecycle.
/ai-for-aviationAI for airline and airport operations, including predictive maintenance, crew and fleet scheduling, disruption recovery, fuel optimization, and safety analytics.
/ai-for-dronesAI for UAV perception, navigation, obstacle avoidance, mission planning, multi-drone coordination, and vision-language drone control.
/ai-for-exoskeletonsAI for wearable exoskeleton and exosuit control, gait and intention recognition, human-robot interaction, rehabilitation, and assistive augmentation.
/ai-for-field-roboticsAI for robots operating in outdoor, unstructured environments such as agriculture, construction, mining, environmental monitoring, and disaster response.
/ai-for-industrial-roboticsMachine learning for factory manipulation, assembly, pick-and-place, force control, sim-to-real, and vision-language-action models in industrial settings.
/ai-for-maritimeAI for maritime autonomous surface ships, route and weather routing optimization, collision avoidance, port logistics, and vessel situational awareness.
/ai-for-quality-controlMachine learning and computer vision for automated inspection, defect detection, statistical process control, and zero-defect manufacturing.
/ai-for-railAI for railway infrastructure health, predictive maintenance, train scheduling, energy optimization, and real-time disruption management.
/ai-for-smart-manufacturingAI for cyber-physical manufacturing, digital twins, real-time process optimization, predictive maintenance, and sustainable Industry 4.0/5.0 systems.
/ai-for-warehouse-roboticsAI for autonomous mobile robots, goods-to-person systems, picking, multi-agent path finding, task allocation, and warehouse traffic management.
/ai-for-cookingRecipe generation, meal planning, ingredient substitution, food image recognition, and personalized nutrition-aware cooking assistance.
/ai-for-event-planningVenue and vendor recommendation, guest-list management, scheduling, budget optimization, and group preference aggregation for personal and small events.
/ai-for-fitnessPersonalized workout plans, exercise form analysis, pose estimation, wearables, and adaptive recovery for individual fitness.
/ai-for-home-automationSmart home control, energy management, occupancy prediction, device scheduling, and comfort optimization with reinforcement learning and IoT.
/ai-for-legal-assistanceLegal intake, contract review, plain-language document summarization, form filling, and accessible legal triage for non-experts.
/ai-for-lifestyleHabit formation, hobby and style recommendations, personal goal coaching, and holistic life-planning agents for everyday decisions.
/ai-for-mental-healthCBT-based chatbots, mood tracking, crisis triage, digital therapeutics, and scalable psychological support for consumers.
/ai-for-personal-financeBudget optimization, cash-flow forecasting, robo-advisory, credit scoring, and personalized savings and investment guidance for household financial decisions.
/ai-for-personal-productivityTime management, task prioritization, calendar scheduling, meeting optimization, and personal workflow automation.
/ai-for-shoppingProduct discovery, personalized recommendations, price comparison, review summarization, and AI buyer guides for consumer purchases.
/ai-for-travelItinerary planning, point-of-interest recommendation, flight and hotel personalization, trip optimization, and conversational travel agents.
/ai-for-wellnessHolistic wellness, sleep, stress, mindfulness, HRV biofeedback, and personalized lifestyle recommendations for everyday well-being.
/ai-for-border-securityBiometric identity verification, contraband and anomaly detection, and multi-sensor fusion at ports of entry.
/ai-for-crisis-communicationAutomated situational awareness, rumor detection, multilingual crisis summarization, and public information chatbots.
/ai-for-cyber-physical-securitySecuring industrial control systems, SCADA anomaly detection, physical invariants, and cross-layer intrusion detection.
/ai-for-cybersecurityNetwork intrusion detection, malware and phishing classification, vulnerability discovery, adversarial ML, and SOC automation.
/ai-for-disaster-preparednessHazard risk assessment, early warning systems, scenario simulation, and mitigation planning with AI.
/ai-for-emergency-managementIncident prediction, resource allocation, damage assessment, and generative AI for emergency operations.
/ai-for-physical-securityPerimeter intrusion detection, access control analytics, video anomaly detection, and AI-augmented guard operations.
/ai-for-public-safetyEmergency call dispatch, response-time optimization, situational awareness, and fairness-aware public safety analytics.
/ai-for-resilienceCritical infrastructure resilience, disaster recovery planning, stress testing, and learning-based restoration optimization.
/ai-for-search-and-rescueUAV and robot search planning, victim detection from imagery and sensors, and SAR mission coordination with AI.
/ai-for-surveillance-ethicsFairness, privacy, proportionality, and algorithmic accountability for AI surveillance and facial recognition.
/ai-for-threat-intelligenceCyber threat intelligence extraction, attribution, knowledge graphs, and automated indicator analysis with ML and LLMs.
/ai-for-advertisingAd creative generation, media buying optimization, dynamic creative optimization, and predictive performance modeling.
/ai-for-brandingBrand strategy, visual identity, brand voice, naming, and AI-assisted brand co-creation with human curation.
/ai-for-content-strategyPlanning, auditing, and orchestrating content portfolios with AI, including generative-engine optimization and cross-platform adaptation.
/ai-for-copywritingMarketing and advertising copy, email and landing-page text, conversion frameworks, and brand-voice calibration with LLMs.
/ai-for-creative-writingCo-writing novels, screenplays, and long-form fiction with LLMs, prompt engineering for voice and style, and human-AI revision workflows.
/ai-for-digital-marketingSEO, SEM, social media, email automation, marketing analytics, and AI-driven personalization across digital channels.
/ai-for-influencer-marketingCreator discovery, campaign matching, content co-creation, performance prediction, and authenticity measurement for influencer marketing.
/ai-for-podcastingAI-generated and AI-assisted podcast production, including scriptwriting, voice synthesis, editing, transcription, and show notes.
/ai-for-poetryMeter, rhyme, and stylistic constraints for AI-generated poetry, with evaluation and human-AI curation.
/ai-for-product-designConcept generation, design space exploration, prototyping, and engineering handoff with generative AI in product development.
/ai-for-storytellingNarrative generation, plot planning, character arcs, and worldbuilding with structured LLM workflows.
/ai-for-ux-designInteraction design, user research, prototyping, and AI UX patterns for human-centered AI products.
/ai-for-competency-developmentCompetency-based education, skill gap analysis, adaptive credentialing, and AI-driven mastery and portfolio assessment.
/ai-for-curriculum-designGoal-aligned course sequencing, personalized learning paths, content alignment, adaptive curricula, and standards mapping.
/ai-for-educational-assessmentAutomated essay scoring, conversational assessment, LLM rubric grading, feedback generation, and validity and fairness of AI-driven evaluation.
/ai-for-educational-gamesGame-based learning, adaptive difficulty, intelligent NPCs, scaffolding, and learning analytics embedded in playful environments.
/ai-for-higher-educationAdmissions analytics, retention and completion modeling, student success advising, enrollment planning, and institutional research.
/ai-for-language-learningAI chatbots for conversation practice, automated writing and pronunciation feedback, CEFR-level adaptation, and second-language acquisition support.
/ai-for-learning-analyticsLearning management system analysis, learner trajectory modeling, early warning systems, engagement dashboards, and educational data mining.
/ai-for-lifelong-learningContinuous skill development, career-aligned learning pathways, micro-credentials, and AI support for adult and professional learners.
/ai-for-pedagogyTeacher-AI collaboration, lesson planning, instructional design, feedback generation, and evidence-based teaching practice augmentation.
/ai-for-special-educationAssistive technologies, personalized interventions, augmentative and alternative communication, accessibility, and inclusive learning for learners with disabilities.
/ai-for-student-engagementEngagement prediction, behavioral analytics, early warning systems, intervention targeting, and motivational feedback.
/ai-for-tutoringIntelligent tutoring systems, dialogue-based tutoring, error diagnosis, Socratic scaffolding, and personalized next-step hints.
/ai-for-air-qualityPollutant forecasting, spatiotemporal PM modeling, emission source apportionment, and early warning for air quality.
/ai-for-biodiversityAutomated species detection, acoustic and eDNA monitoring, habitat suitability modeling, and biodiversity trend analysis for conservation.
/ai-for-circular-economyMaterial flow optimization, predictive recycling, product lifecycle extension, and circular supply-chain design with AI.
/ai-for-conservation-planningSpatial prioritization, protected-area design, systematic conservation planning, and trade-off analysis using optimization and ML.
/ai-for-coral-reefsCoral reef monitoring, bleaching detection, benthic classification, and reef-health assessment from underwater and drone imagery.
/ai-for-desertificationLand degradation and desertification risk mapping, sensitivity assessment, and early warning from remote sensing and ML.
/ai-for-ecosystem-restorationMonitoring rewilding, forest recovery, wetland restoration, and habitat reconstruction using remote sensing and biodiversity indicators.
/ai-for-glaciologyGlacier mapping, surface mass balance estimation, snow/ice classification, and climate-change impact assessment.
/ai-for-natural-hazardsMulti-hazard susceptibility mapping and early warning for landslides, floods, wildfires, and land subsidence with ML and remote sensing.
/ai-for-ocean-conservationMarine protected area monitoring, illegal fishing detection, species tracking, and ocean health assessment from satellite and vessel data.
/ai-for-waste-managementWaste classification, automated sorting, route optimization, recycling quality, and lifecycle assessment with ML and robotics.
/ai-for-wetlandsWetland mapping, inundation dynamics, cover-type classification, and hydrological trend monitoring from satellite time series.
/ai-for-change-managementStakeholder sentiment monitoring, adoption analytics, training personalization, and AI-assisted transformation communications.
/ai-for-complianceRegulatory mapping, policy gap analysis, automated control testing, and AI-assisted compliance monitoring.
/ai-for-innovation-managementIdea generation, R&D portfolio prioritization, trend forecasting, and AI-enabled new product development.
/ai-for-insuranceUnderwriting triage, claims automation, fraud detection, and AI-assisted pricing and reserving.
/ai-for-knowledge-managementSemantic knowledge search, enterprise RAG, expertise mining, and AI-assisted capture of institutional tacit knowledge.
/ai-for-legal-operationsContract review, clause extraction, matter intake, and AI-assisted legal workflow automation.
/ai-for-management-consultingAccelerate diagnostic research, market sizing, client synthesis, and GenAI-assisted advisory workflows while managing epistemic risk.
/ai-for-operations-managementProcess mining, service-level optimization, quality control, and AI-driven operational decision support.
/ai-for-project-managementSchedule and cost forecasting, risk triage, resource optimization, and AI-driven project health monitoring.
/ai-for-real-estateAutomated valuation, market analysis, lead matching, and AI-assisted property due diligence.
/ai-for-risk-managementCredit, market, operational, and emerging risk modeling with ML and scenario analysis.
/ai-for-strategyData-driven strategy formulation, competitive scenario modeling, market sensing, and AI-augmented strategic decision-making.
/ai-for-behavioral-scienceComputational modeling of human behavior, n-of-1 and ecological momentary assessment, digital interventions, and experimentally validated behavior change.
/ai-for-cancer-bioinformaticsMulti-omics integration, tumor subtyping, biomarker discovery, and precision oncology using AI.
/ai-for-clinical-informaticsAI-enabled clinical decision support, EHR integration, workflow optimization, and evaluation in real-world care settings.
/ai-for-cognitive-scienceComputational models of perception, memory, language, reasoning, and human-like cognition, bridging AI and psychological theory.
/ai-for-digital-healthConsumer-facing health apps, wearable biosensors, remote monitoring, patient portals, and data-driven digital wellness interventions.
/ai-for-global-healthAI for disease burden, healthcare systems, and health equity in low- and middle-income countries and resource-limited settings.
/ai-for-health-economicsCost-effectiveness, health technology assessment, demand and pricing models, and machine learning for health outcomes research.
/ai-for-health-informaticsElectronic health records, clinical data standards, interoperability, and AI-enabled analytics for healthcare delivery and research.
/ai-for-health-services-researchAI for healthcare access, quality, utilization, policy, workforce, and health-system performance.
/ai-for-immunoinformaticsMachine learning for immune repertoire analysis, epitope prediction, vaccine design, and immunotherapy optimization.
/ai-for-neuroinformaticsData science for brain imaging, neural signals, connectomics, and computational neuroscience workflows.
/ai-for-precision-public-healthSubpopulation-targeted prevention, genomics-guided public health, geospatial risk modeling, and equitable intervention targeting.
/ai-for-art-historyComputer vision, deep learning, and vision-language models for style classification, iconography, provenance, and quantitative art history.
/ai-for-cultural-heritageMachine learning and deep learning for the digitization, documentation, analysis, and sustainable management of tangible and intangible cultural heritage.
/ai-for-digital-humanitiesMachine learning, NLP, and network analysis for historical texts, archives, languages, and multimodal humanities collections.
/ai-for-ethnomusicologyComputational analysis of field recordings, oral musical traditions, tuning systems, and cross-cultural musical patterns using MIR and machine learning.
/ai-for-folkloreComputational folkloristics, motif and tale-type detection, and large-scale narrative analysis of folk tales, legends, and oral traditions.
/ai-for-heritage-tourismRecommender systems, itinerary planning, visitor behavior modeling, and personalized cultural heritage experiences for sustainable tourism.
/ai-for-literary-studiesComputational stylistics, authorship attribution, genre and style analysis, and interpretive NLP for literary texts and corpora.
/ai-for-museum-collectionsComputer vision, natural language processing, and metadata enrichment for cataloging, searching, and interpreting museum and archive collections.
/ai-for-mythologyComputational mythography, knowledge graphs of mythological figures, structural analysis of myths, and cross-cultural narrative comparison.
/ai-for-oral-historySpeech recognition, diarization, natural language processing, and generative AI for transcribing, indexing, and exploring oral history archives.
/ai-for-preservationPredictive monitoring, environmental risk assessment, digital twins, and preventive conservation for built heritage and cultural collections.
/ai-for-restorationDigital inpainting, virtual restoration, style-aware reconstruction, and diffusion models for repairing artworks, murals, and manuscripts.
/ai-for-algorithmsLearning-augmented algorithms, learned data structures, and ML-guided design for search, routing, scheduling, and data-intensive pipelines.
/ai-for-approximation-algorithmsLearning-augmented approximation, learned heuristics for NP-hard maximization and CSPs, and data-driven rounding.
/ai-for-automated-reasoningLearning to guide proof search, premise selection, tactic prediction, and combining LLMs with symbolic reasoners.
/ai-for-computational-complexityUsing machine learning to predict, characterize, and understand the complexity of computational problems, reductions, and hardness proxies.
/ai-for-constraint-programmingML for constraint learning, search heuristics, model acquisition, and combining CP solvers with neural predictors.
/ai-for-discrete-optimizationLearning-augmented branch-and-bound, primal heuristics, GNNs for combinatorial optimization, and data-driven algorithm configuration.
/ai-for-formal-methodsNeuro-symbolic verification, LLM-assisted autoformalization, and learned heuristics for theorem provers and model checkers.
/ai-for-logicNeuro-symbolic reasoning, learning logical rules and constraints, probabilistic logics, and SAT/SMT/ASP guided by ML.
/ai-for-program-synthesisNeural and symbolic program synthesis from examples, sketches, and natural language, including neurosymbolic and LLM-based code generation.
/ai-for-satisfiabilityML-enhanced SAT/SMT/QSAT solvers, end-to-end neural solvers like NeuroSAT, and learned branching and restart heuristics.
/ai-for-software-verificationML for test generation, coverage closure, bug localization, static analysis, and verifying code produced by LLMs.
/ai-for-type-theoryML-guided tactic prediction, premise selection, and synthesis in dependent type theories and proof assistants.
/ai-for-advanced-packagingCo-design of 2.5D/3D chiplets, interconnect routing, signal-integrity-aware placement, and package-thermal optimization.
/ai-for-chip-designML for RTL generation, EDA scripting, floorplanning, placement, routing, timing optimization, and analog/mixed-signal design.
/ai-for-edge-acceleratorsNPU/TPU/FPGA edge accelerator design, benchmarking, mapping, and optimization for low-latency, energy-efficient inference.
/ai-for-embedded-aiTinyML, on-device inference, quantization, neural architecture search, and co-optimization for microcontrollers and DSPs.
/ai-for-hardware-securityML for side-channel analysis, hardware Trojan and PUF detection, supply-chain assurance, and secure accelerator design.
/ai-for-integrated-photonicsInverse design, layout generation, and fabrication-aware optimization of silicon-photonic and photonic-integrated-circuit components.
/ai-for-memristorsCrossbar array modeling, compute-in-memory mapping, device variability learning, and memristor-based AI accelerator co-design.
/ai-for-neuromorphic-hardwareSpiking neural network training, SNN-to-chip mapping, event-based processing, and co-design with analog/mixed-signal neuromorphic platforms.
/ai-for-photonic-hardwarePhotonic AI accelerators, optical neural networks, optoelectronic co-design, and programming of photonic tensor cores.
/ai-for-quantum-hardwareML-driven qubit control, calibration, error decoding, and quantum processor design for superconducting, trapped-ion, and neutral-atom systems.
/ai-for-spintronicsML for magnetic material discovery, skyrmion and MRAM device modeling, spin-orbit torque optimization, and spin-wave logic.
/ai-for-thermal-designML surrogates for electronics cooling, data-center thermal control, heat-sink and package thermal co-design, and CFD emulation.
/ai-for-allergy-immunologyMachine learning for asthma phenotyping and exacerbation prediction, allergic rhinitis and food/drug allergy risk, anaphylaxis, and primary immunodeficiency screening.
/ai-for-anesthesiologyMachine learning for preoperative risk stratification, intraoperative hemodynamic monitoring, anesthetic depth, postoperative nausea and pain, and closed-loop anesthesia.
/ai-for-endocrinologyMachine learning for diabetes prediction and glucose forecasting, thyroid nodule risk stratification, adrenal and pituitary disorders, and bone mineral metabolism.
/ai-for-hematologyMachine learning for blood cell morphology, leukemia and lymphoma classification, thrombosis and bleeding risk, transfusion optimization, and stem-cell transplant outcomes.
/ai-for-infectious-diseaseMachine learning for pathogen identification, antimicrobial resistance prediction, sepsis early warning, and infectious disease outbreak surveillance.
/ai-for-nephrologyMachine learning for chronic kidney disease progression, acute kidney injury prediction, dialysis adequacy, kidney transplant outcomes, and renal pathology image analysis.
/ai-for-orthopedicsMachine learning for fracture detection and classification, osteoarthritis grading, joint replacement outcomes, spine analysis, and sports injury risk.
/ai-for-pain-managementMachine learning for chronic pain phenotyping, opioid and analgesic response prediction, procedural guidance, and patient self-management and monitoring.
/ai-for-physical-medicineMachine learning for electrodiagnostic studies, musculoskeletal ultrasound, gait and motion analysis, prosthetics/orthotics, and functional assessment in physiatry.
/ai-for-plastic-surgeryMachine learning for aesthetic and reconstructive surgical planning, facial analysis, flap monitoring, wound assessment, and patient-reported outcomes.
/ai-for-rehabilitationMachine learning for stroke, spinal cord, and traumatic brain injury rehabilitation, robotic and virtual-reality therapy, telerehabilitation, and wearable sensor monitoring.
/ai-for-rheumatologyMachine learning for autoimmune disease diagnosis and phenotyping, flare prediction, treatment response in RA and SLE, and imaging-based joint inflammation scoring.
/ai-for-ai-ethicsFairness, accountability, transparency, privacy, and value alignment in AI systems, including bias auditing, model cards, and stakeholder deliberation.
/ai-for-ai-governanceRisk management, accountability, lifecycle governance, standards, and multi-stakeholder oversight for trustworthy and responsible AI organizations.
/ai-for-ai-policyRegulatory analysis, risk classification, standards mapping, policy evaluation, and evidence synthesis for national and international AI governance.
/ai-for-ai-safetyAlignment, robustness, interpretability, red teaming, monitoring, and safe deployment of AI systems, especially large language and agentic models.
/ai-for-computational-designDifferentiable simulation, topology optimization, CAD-aware generative models, and solver-in-the-loop co-design for architecture, products, and structures.
/ai-for-digital-twin-simulationHigh-fidelity virtual replicas, real-time synchronization, physics-informed and data-driven simulation, and AI training environments for cyber-physical systems.
/ai-for-future-of-workAutomation and augmentation analysis, skill demand forecasting, workforce transitions, algorithmic management, and human-centered labor market policy.
/ai-for-generative-engineeringDiffusion, VAE, and generative inverse design for engineering concepts, constraint-aware generation, and performance-conditioned shape and material synthesis.
/ai-for-human-centered-aiHuman-AI interaction, explainability, trust, feedback loops, participatory design, and human-in-the-loop ML to keep people at the center of AI systems.
/ai-for-responsible-innovationAnticipatory governance, ethical deliberation, stakeholder engagement, regulatory foresight, and impact assessment for emerging AI technologies.
/ai-for-synthetic-dataGenerative models, differential privacy, tabular/image/text synthesis, and utility-privacy evaluation for creating realistic synthetic datasets.
/ai-for-tech-forecastingPatent and publication analysis, trend extrapolation, expert elicitation, and ML models for predicting technological progress and emerging AI capabilities.
/ai-for-agingMachine learning for geriatric health monitoring, aging-in-place, fall prevention, cognitive and social support, and age-friendly AI design.
/ai-for-child-healthMachine learning for pediatric diagnostics, developmental surveillance, pediatric AI readiness, and risk stratification for children.
/ai-for-dementia-careMachine learning for cognitive impairment screening, dementia risk stratification, voice and EHR analytics, and caregiver support.
/ai-for-disability-inclusionAccessible AI, disability-aware bias evaluation, inclusive design, and assistive technologies that respect the rights and agency of people with disabilities.
/ai-for-humanitarian-aidAI across the crisis management cycle: needs assessment, resource allocation, routing, damage assessment, and early warning for disaster response.
/ai-for-hunger-reliefAI/ML for food-security early warning, acute food-insecurity forecasting, remote-sensing crop monitoring, and targeted food assistance.
/ai-for-maternal-healthMachine learning for maternal risk stratification, preterm birth prediction, obstetric decision support, and neonatal outcome forecasting.
/ai-for-mental-health-servicesLLM and multimodal mental health screening, CBT chatbots, psychosocial risk assessment, and clinical interview support.
/ai-for-palliative-careMachine learning for prognostication, symptom management, hospice suitability, advance car

Truncated — view the full README on GitHub.

Contributors

Ryukijano

38 commits

ImgBotApp

1 commits

Ryukijano/agent-skills

Reusable Windsurf rules and Cursor agent skill files for cross-project AI-assisted development

1

stars

68

commits

Python

primary language

Aug 22, 2026

updated

README

agent-skills

Reusable Devin and Cursor skills and workflows for cross-project AI-assisted development. Designed for research scientists and software engineers working on ML projects (surgical video MOT, HPC, DGX Spark, 3D recon, agentic loops) and PCOS edge agent development.

Overview

PlatformSkillsWorkflows / Commands
Devin (.devin/)823809 workflows (/name)
Cursor (.cursor/)840819 commands (/name)
MCP Servers (mcp_servers/)7 servers72 tools (dual CLI + MCP)
Hugging Face Skills12Hub, datasets, training, eval, papers, Gradio
NVIDIA Skills22NeMo, Megatron-Core, DALI, CUDA-Q, DeepStream
  • Every major topic has both a skill and a workflow/command.
  • MCP servers provide live tools that agents call at runtime — GPU monitoring, CUDA profiling, distributed training, cloud GPU SSH, TPU/JAX, endosight pipeline, and research workflows.
  • Hugging Face skills (installed via npx skills add huggingface/skills) give agents access to the HF Hub: model search, dataset exploration, LLM/vision training, evaluation, paper lookup, and Gradio demos.
  • NVIDIA skills (installed via npx skills add nvidia/skills) provide NeMo distributed training, Megatron-Core, DALI, CUDA-Q, and DeepStream expertise.

Every major topic has both a skill (reference knowledge, auto-suggested) and a workflow/command (step-by-step procedure).

Skills use progressive disclosure: only name and description are loaded until the agent invokes them, keeping context lean.

Skills (823)

Research Scientist (13)

SkillDescription
reproducibilitySeeds, config logging, environment capture, deterministic training
reproducibility-checklistAudit project for reproducibility gaps before submission
experiment-trackingStructured logging, hyperparameter management, result comparison
data-managementDataset versioning, hashing, leak-free partitioning
paper-code-releasePrepare code for public release alongside paper
paper-submission-prepFinalize repo for conference submission deadline
ablation-studyDesign systematic ablation studies comparing model variants
tdv-pretrainTDV (Temporal Difference in Vision) pretraining on surgical video
surgical-mot-evalEvaluate surgical MOT models on CholecTrack20
lora-finetuneLoRA fine-tuning for vision transformers (DINOv2, ViT)
pretrain-and-evaluateFull Stage 0 pretrain → Stage 1 detect → eval pipeline
continual-learningCross-session context persistence with progress files
deep-researchSystematic web research and deep reasoning for complex technical questions

Software Engineering (10)

SkillDescription
code-qualityFormatting, linting, type checking with ruff + basedpyright
code-reviewML-focused code review checklist (correctness, perf, safety)
testing-strategyUnit, integration, smoke, and property-based tests for ML code
dependency-managementLock files, pyproject.toml, version conflicts, uv migration
ci-cd-setupGitHub Actions workflows for automated testing and linting
pre-commit-setupPre-commit hooks with ruff and common checks
release-checklistVersioned releases, changelogs, PyPI publishing
refactor-extract-moduleSafely extract code into separate modules
git-branch-workflowBranch naming, commit conventions, PR templates
address-pr-commentsSystematically address PR review comments via GitHub CLI

Infrastructure & Debugging (11)

SkillDescription
aire-slurm-submitSubmit and monitor Slurm jobs on AIRE HPC cluster
submit-gpu-jobSubmit GPU training job with smoke test + monitoring
conda-env-setupCreate conda environments with CUDA PyTorch on AIRE
debug-pytorch-gpuDiagnose OOM, DDP hangs, NCCL errors, gradient instability
debug-trainingDebug NaN loss, OOM, DDP hangs, poor convergence by symptom
checkpoint-to-deploymentConvert training checkpoint to deployment-ready format
setup-ml-projectScaffold new ML research project with standard structure
wandb-experimentWeights & Biases experiment tracking setup and debugging
mot-training-workflowSurgical MOT 4-stage pipeline training workflow
mot-repo-orientationNavigate the GOT-JEPA surgical MOT codebase structure
mot-browser-researchResearch SOTA MOT methods via web search and paper discovery

Science & Bioinformatics (34)

SkillDescription
alphafold-database-fetch-and-analyzeRetrieve and analyze AlphaFold predicted structures
alphagenome-single-variant-analysisAnalyze genetic variant effects on gene expression
chembl-databaseQuery ChEMBL for bioactive molecules and drug targets
clinical-trials-databaseSearch ClinicalTrials.gov for clinical trials
clinvar-databaseClinical significance and pathogenicity classifications
dbsnp-databaseLook up and map short genetic variants (SNPs)
embl-ebi-olsQuery EMBL-EBI Ontology Lookup Service
encode-ccres-databaseQuery ENCODE Registry of cis-Regulatory Elements
ensembl-databaseResolve gene, transcript, and protein IDs via Ensembl
foldseek-structural-search3D structural search of proteins
gnomad-databaseQuery Genome Aggregation Database for allele frequencies
gtex-databaseRetrieve RNA expression data and variant associations
human-protein-atlas-databaseRetrieve protein expression and localization data
interpro-databaseIdentify protein domains, families, and sites
jaspar-databaseQuery JASPAR for transcription factor binding profiles
literature-search-arxivSearch arXiv for scientific preprints
literature-search-biorxivBrowse and download bioRxiv preprints
literature-search-europepmcSearch Europe PMC for scientific literature
literature-search-openalexQuery OpenAlex scholarly database
ncbi-sequence-fetchRetrieve protein and nucleotide sequences from NCBI
openfda-databaseQuery openFDA API for drugs, devices, and food
opentargets-databaseQuery Open Targets for target-disease associations
pdb-databaseSearch and download experimentally-determined 3D structures
protein-sequence-msaMultiple sequence alignment with Clustal Omega
protein-sequence-similarity-searchSearch for homologous proteins with MMseqs2/BLAST
pubchem-databaseQuery PubChem for compounds, properties, and assays
pubmed-databaseSearch PubMed for scientific literature
pymolVisualize and render protein structures with PyMOL
quickgo-databaseQuery QuickGO for Gene Ontology terms and mappings
reactome-databaseQuery Reactome for pathway analysis and enrichment
string-databaseQuery STRING for protein-protein interactions
ucsc-conservation-and-tfbsFetch conservation scores and TF binding sites from UCSC
unibind-databaseQuery UniBind for experimentally validated TF binding sites
uniprot-databaseAccess protein metadata, sequences, and annotations

Documents & Creative (6)

SkillDescription
pdfRead, extract, merge, split, create, and OCR PDF files
docxCreate, edit, and analyze Word documents with tracked changes
xlsxCreate Excel spreadsheets with formulas, financial models, data analysis
pptxCreate presentations and slide decks with design QA
canvas-designDesign visual art in PNG and PDF formats
algorithmic-artCreate generative art using p5.js with seeded randomness

PCOS Edge Agent (6)

SkillDescription
pcos-routingPCOS context routing decision tree, surface selection, Chrome API selection
pcos-chrome-aiChrome Built-in AI API integration (Prompt, Summarizer, Translator, etc.)
pcos-android-litertAndroid on-device inference with LiteRT-LM v0.13+ and Gemma models
pcos-bridgeChrome ↔ Android WebSocket bridge via broker relay hub
pcos-privacyPII stripping, cloud escalation gating, privacy-first routing policies
pcos-deployPCOS deployment, CI/CD, observability, HF Space, MkDocs docs site

Development & Tooling (10)

SkillDescription
webapp-testingTest local web apps with Playwright (screenshots, logs, UI automation)
mcp-builderBuild MCP servers to expose tools and APIs to AI agents
frontend-designFrontend UI/UX design with modern CSS and accessibility
git-advanced-workflowsInteractive rebase, cherry-pick, bisect, reflog, worktrees, conflict resolution
tdd-workflowRed-Green-Refactor TDD cycle with best practices
pair-programmingStructured AI pair programming with driver-navigator pattern
security-auditOWASP Top 10 checklist, vulnerability scanning, access control audit
data-visualizationCharts and plots with matplotlib, seaborn, plotly
docker-containerizationDockerfiles, multi-stage builds, docker-compose
api-designREST API design with FastAPI, best practices, OpenAPI docs

Engineering Practice (8)

SkillDescription
spec-driven-developmentSpec → plan → tasks → implement gated workflow
context-engineeringManage AI agent context: rules, specs, source, errors
incremental-implementationSmall verifiable increments, compilable, rollback-friendly
debugging-and-error-recoverySystematic debugging: reproduce, localize, fix root cause
code-simplificationSimplify code preserving behavior, clarity over cleverness
performance-optimizationProfile → identify bottlenecks → optimize → measure
observability-and-instrumentationLogging, metrics, tracing, health checks
planning-and-task-breakdownBreak complex tasks into small verifiable subtasks

AI/ML Research & Training (13)

SkillDescription
autoresearchTwo-loop autonomous research orchestration
ml-paper-writingPublication-ready papers for NeurIPS, ICML, ICLR with LaTeX
academic-plottingPublication-quality figures with venue-specific styling
research-brainstormingStructured ideation for high-impact research directions
vllm-servingHigh-throughput LLM serving with PagedAttention
flash-attention2-4x faster attention with O(N) memory
peft-finetuningLoRA, QLoRA, DoRA — adapt LLMs with minimal params
deepspeed-trainingZeRO optimization for distributed training of large models
model-quantization8-bit/4-bit quantization with bitsandbytes, GPTQ, AWQ, GGUF
knowledge-distillationCompress large models into smaller ones via distillation
speculative-decoding1.5-3.6x faster LLM inference with draft models
rag-pipelinesRAG with vector databases, embeddings, and LLMs
model-mergingCombine models with TIES, DARE, SLERP using mergekit

AlphaEvolve & Evolutionary Optimization (7)

SkillDescription
alphaevolve-orchestratorFull 4-phase AlphaEvolve workflow: design → run → monitor → post-experiment
alphaevolve-experiment-designDesign experiments: seed program, EVOLVE-BLOCK markers, evaluator, project structure
alphaevolve-runnerLaunch experiments on GCP: configure, verify evaluator, create & start evolution loop
alphaevolve-monitorMonitor running experiments: progress tracking, metrics, failure analysis, reports
alphaevolve-post-experimentPost-experiment: code review, score progression charts, integrate evolved code
alphaevolve-consultantExpert reference: architecture, suitability, evaluator design, troubleshooting
evolutionary-code-optimizationGeneral LLM-based evolutionary code optimization (with or without AlphaEvolve)

MCP Servers (7 servers, 90 tools)

Custom MCP (Model Context Protocol) servers with dual CLI + MCP interface. Each server works as a direct terminal tool AND as an MCP tool for AI agents (Cursor, Devin, Claude, Windsurf, Gemini).

ServerToolsDescription
dgx-monitor15GPU status (GB10 unified memory fallback), processes, Docker, conda, CUDA info, kernel compilation, NVDEC/NVENC, bandwidth tests
cuda-profiling13nsys/ncu profiling, compute-sanitizer (memcheck/racecheck/initcheck), SASS/PTX dump, benchmarking, GPU info, kernel compilation
distributed-training12Multi-GPU discovery, NVLink/PCIe topology, NCCL diagnostics, DDP/FSDP setup, training job management, checkpoints
cloud-gpu-ssh16Remote GPU machines (Lambda/RunPod/Vast/SSH), remote commands, SFTP file sync, GPU pricing
tpu-jax10JAX device discovery, TPU topology, gcloud TPU VM management, JAX profiling, XLA HLO compilation
endosight-pipeline13Pipeline status, clip listing, reconstruction stats, crop/QA/export, logs, validation, clinical clip sweep
research-workflow11ArXiv search, paper download, BibTeX management, repro bundles, experiment tracking, Semantic Scholar, citations

Install all servers:

bash mcp_servers/install_all.sh

Test in CLI mode:

python3 mcp_servers/dgx_monitor/server.py --cli gpu_status
python3 mcp_servers/distributed_training/server.py --cli list_gpus
python3 mcp_servers/cloud_gpu_ssh/server.py --cli list_machines

Also installed: 22 NVIDIA agent skills (NeMo, Megatron-Core, DALI, CUDA-Q, DeepStream) via npx skills add nvidia/skills, plus community MCPs (W&B, MLflow, NVIDIA CUDA docs, Hugging Face).

See mcp_servers/README.md for full documentation.

Hugging Face Skills (12)

Installed from huggingface/skills via npx skills add huggingface/skills. These skills teach agents how to use the Hugging Face Hub ecosystem.

SkillDescription
hf-cliHub CLI: download, upload, manage models/datasets/spaces/buckets/repos/papers/jobs
huggingface-datasetsDataset Viewer API: paginate rows, search text, apply filters, download parquet
huggingface-llm-trainerTrain/fine-tune LLMs with TRL (SFT, DPO, GRPO) on HF Jobs
huggingface-vision-trainerTrain object detection (D-FINE, RT-DETR, DETR, YOLOS) and image classification
huggingface-community-evalsRun evaluations against Hub models on local hardware
huggingface-trackioTrack and visualize ML training experiments with Trackio
huggingface-papersLook up and read Hugging Face paper pages in markdown
huggingface-paper-publisherPublish and manage research papers on the Hub
huggingface-tool-builderBuild reusable scripts for HF API operations
huggingface-gradioBuild Gradio web UIs and demos in Python
transformers-jsRun ML models in JavaScript/TypeScript with WebGPU/WASM
huggingface-bestFind the best/recommended model for a task by benchmark scores

Install:

npx skills add huggingface/skills --skill hf-cli --agent cursor --yes
npx skills add huggingface/skills --skill huggingface-llm-trainer --agent cursor --yes
# ... or install all 12 (see above)

Hugging Face MCP Server (hosted at https://huggingface.co/mcp):

  • Search models, datasets, Spaces, and papers
  • Run community tools via Gradio apps on Spaces
  • Schedule and run Jobs on HF infrastructure
  • Requires HF_TOKEN env var (get from huggingface.co/settings/tokens)

Custom Research Skills (673)

Domain-specific skills for Gyanateet's research workflow.

SkillDescription
surgical-video-analysisSurgical video MOT, detection, scene understanding on DGX Spark
cuda-kernel-optimizationOptimize CUDA kernels for GB10 (SM121, Blackwell, unified memory)
cutile-python-gb10Tile-based programming with NVIDIA cuTile Python on GB10
cutile-persistent-matmul-gb10Persistent cuTile FP16/FP32 GEMM with ~2-wave launch on GB10
cutile-fmha-attention-gb10Fused multi-head attention with cuTile and online softmax on GB10
cooperative-groups-gb10Cooperative Groups and cudaLaunchCooperativeKernel on GB10
cooperative-groups-warp-tile-gb10Warp-level tiled_partition reduce/scan/shfl on GB10
cub-device-algorithms-gb10CUB device-wide reduce/scan/sort on GB10
cub-reduce-by-key-gb10CUB DeviceReduce::ReduceByKey on GB10
cub-segmented-sort-gb10CUB DeviceSegmentedSort::SortKeys on GB10
cuda-dynamic-parallelism-gb10CUDA Dynamic Parallelism (parent/child kernels) on GB10
cuda-dynamic-parallelism-quicksort-gb10Recursive CDP quicksort with -rdc=true on GB10
cuda-graphs-inference-gb10Capture/replay CUDA graphs for low-latency inference on GB10
fused-attention-inference-gb10FlashAttention-style fused attention for inference on GB10
fp8-fp4-quantization-inference-gb10FP8/FP4 post-training quantization for Blackwell inference
fast-gemm-inference-gb10cuBLASLt and cuTile GEMM for low-latency inference on GB10
model-evaluationSystematic model evaluation, benchmarking, and reporting
video-processing-pipelineGPU-accelerated video I/O with ffmpeg/cvcuda/NVDEC on GB10
thesis-writingPhD thesis structure, LaTeX, citation management, viva prep
academic-posterConference poster design with LaTeX/PowerPoint/Figma
literature-reviewSystematic literature review methodology and tools
huggingface-hubUpload models/datasets/Spaces, manage HF repositories
experiment-reproducibilitySeeds, configs, environments, checkpoints, data versioning
collaborative-researchMulti-author papers, supervisor communication, project management
blackwell-fp4-fp8-block-scaling-ptx-gb10FP8 and block-scaled FP4 (NVFP4) PTX MMA with scale factors on SM121
blackwell-sm121-targeting-gb10Correctly compile for GB10 (sm_121/121f/121a), PTX 9.1, and Triton ptxas setup
cp-async-pipeline-gb10Multi-stage cp.async copy pipelines for GB10 GMEM->SMEM staging
cuda-occupancy-register-pressure-gb10Occupancy, register pressure, launch bounds, and SMEM tradeoffs on GB10
nsight-compute-tensor-cores-gb10Profile Tensor Core utilization and memory bottlenecks with Nsight Compute on GB10
shared-memory-swizzling-gb10Bank-conflict-free shared memory layouts with XOR swizzling and padding tradeoffs on GB10
tensor-core-fragment-layouts-gb10PTX mma.sync fragment layouts and lane-to-element mapping for GB10 Tensor Cores
ada-l40s-optimizationL40S-specific tuning: FP8, TensorRT-LLM/Triton, multi-GPU PCIe scaling, and media engines.
blackwell-dc-fp4-quantizationBlock-scaled 4-bit formats for training and inference on datacenter Blackwell.
blackwell-dc-moepart-green-contextsResource partitioning (MLOPart, Green Contexts, MPS) and disaggregated prefill/decode serving for datacenter Blackwell.
blackwell-dc-tcgen05-tmemProgramming datacenter Blackwell (sm_100/sm_103) with tcgen05.mma, TMEM, TMA multicast, and CTA-pair operations.
climate-weather-mlFourCastNet, GraphCast, Pangu-Weather, ClimaX, and ECMWF ai-models on GPU clusters.
cuda-q-hybrid-quantumCUDA-Q kernels, simulators, VQE/QAOA, PyTorch/JAX integration, and multi-GPU quantum workflows.
cuquantum-tensornetGPU-accelerated quantum simulation: state vector, tensor network, expectation values, and gradients.
distributed-launch-slurm-mpiLaunching multi-node PyTorch/JAX training with SLURM, torchrun, MPI, CUDA-aware MPI, and UCX.
hopper-flashattention-3FlashAttention-3 warp specialization, WGMMA/TMA pipelining, and FP8 block quantization on H100/H200.
hopper-fp8-transformer-engineFP8 recipes (E4M3/E5M2, current, delayed, and blockwise scaling) with Transformer Engine for LLM training.
hopper-megatron-deepspeedLarge-model training with Megatron-Core, Megatron-FSDP, DeepSpeed ZeRO, and NVLink4 on H100/H200.
hopper-wgmma-tmaLow-level Hopper programming with wgmma.mma_async, cp.async.bulk.tensor, tensor maps, and mbarriers.
jax-gpu-scientificJAX jit, vmap, shard_map, device meshes, and XLA memory tuning on H100/H200/Blackwell/L40S.
jax-pde-scimlJAX-based SciML: Diffrax, Exponax, JAX-MD, neural operators, and differentiable simulations.
mamba-ssm-kernelsMamba-2/3 SSD kernels, fused selective scan, CuTe/Triton/TileLang backends, and chunk scheduling.
materials-discovery-mlMatterGen, GNoME, DiffCSP, CDVAE, and crystal structure generation on GPU.
moe-grouped-gemmGrouped GEMM, MoE routing, cuBLAS/cuDNN/TransformerEngine/FlashInfer/vLLM backends.
molecular-ml-drug-discoveryEquivariant GNNs, ML potentials, molecular docking (DiffDock), and generative molecule design on GPU.
multigpu-nccl-topologyNCCL, NVLink/NVSwitch, PCIe, InfiniBand/RoCE, GPUDirect, and common topology hang fixes.
neural-operators-pinnsFourier Neural Operator, DeepONet, PINNs, and JAX/Diffrax/Exponax for PDEs on GPU.
protein-folding-gpuAlphaFold 3, ESM3, Boltz, BioNeMo Fold-CP, OpenFold, and high-throughput protein folding pipelines.
scientific-data-formatsZarr, TensorStore, WebDataset, HDF5/NetCDF, KvikIO, and direct-to-GPU I/O pipelines.
torch-compile-inductorPyTorch 2.7+ torch.compile, Inductor autotune, custom operators, CuTeDSL/Gluon backends, and debug.
triton-cross-archWriting and deploying Triton kernels across sm_80, sm_89, sm_90, sm_100, sm_120, and sm_121.
ampere-a100-scientificA100 architecture, TF32, structured sparsity, MIG, FP64, and cuBLAS/cuDNN paths for scientific workloads.
bioinformatics-genomics-mlDNABERT, Enformer, single-cell analysis with scVI/scGPT, and RAPIDS cuDF for genomics pipelines.
cuda-tile-advanced-gb10cuTile Python/C++ advanced features: block-scaled ct.mma_scaled, Tile IR, persistent kernels, and Nsight Tile profiling.
cutlass-persistent-kernelsCUTLASS 3.x persistent kernels, cooperative vs ping-pong schedule, warp specialization, and CollectiveBuilder for FP8/FP4.
dgx-spark-multinode-roceConnect 2-3 DGX Sparks over QSFP RoCE, NCCL configuration, Docker host networking, and no GPUDirect RDMA.
dgx-spark-uma-tuningTuning DGX Spark's 128 GB unified LPDDR5X memory, page cache competition, thermal throttling, EC firmware, and CPU compilation flags.
flashattention-4-sm121FlashAttention-4 consumer Blackwell support on sm_120/sm_121: paged KV, head_dim limits, FP8, and the CuTe DSL dispatch path.
geospatial-remote-sensing-mlPrithvi, SatMAE, TorchGeo, TerraTorch, segment-anything for Earth observation, and NVIDIA cuOpt.
llm-inference-gb10vLLM and TensorRT-LLM inference on GB10: FP8 KV, Marlin, MTP, MoE backend selection, and driver 580.x.
mixed-precision-training-gpuBF16, FP16, FP8, TF32, FP32 master weights, loss scaling, and when to use each on Ampere/Hopper/Blackwell.
molecular-dynamics-gpuMACE, CHGNet, DeePMD-kit, LAMMPS/GROMACS integration, and multi-GPU spatial decomposition for ML potentials.
nsight-profiling-gpuNsight Compute sections/metrics, Nsight Systems gap analysis, hardware CUDA trace, and Tile profiling for cuTile.
pytorch-blackwell-deploymentPyTorch nightly wheels, sm_100/sm_120 support, architecture detection, and common Blackwell-specific errors.
quantization-backends-gpuAWQ, GPTQ, AutoRound, Marlin, FP8, NVFP4, MXFP4, and backend selection for A100/H100/L40S/RTX50/GB10.
astrophysics-cosmology-mlGravitational lensing, galaxy classification, N-body simulations, dark matter mapping, and cosmological parameter inference.
bayesian-inference-gpuMCMC, NUTS, variational inference, NumPyro, BlackJAX, and GPyTorch on NVIDIA GPUs.
causal-inference-scienceDo-calculus, causal discovery, structural causal models, transportability, and mediation for observational and experimental data.
differential-equations-gpuODE/PDE/SDE solvers, spectral and finite element methods, Diffrax, FEniCSx, PETSc, and NekRS on GPU.
equivariant-neural-networks-scienceE(3)/SE(3)-equivariant networks (E3NN, Equiformer, MACE, NequIP, steerable CNNs) for atomic and molecular systems.
experiment-tracking-optimizationW&B, MLflow, Neptune, Aim, Optuna, Ray Tune, and reproducible hyperparameter search on HPC.
fluid-dynamics-cfd-mlNeural operators, PhysicsNeMo (Modulus), JAX-Fluids, PhiFlow, and surrogate CFD on GPU.
generative-models-scienceDiffusion, flow matching, score-based models, and normalizing flows for molecules, materials, and inverse design.
gnn-scienceGNNs for molecules, materials, weather, neural operators, and large-scale graph training on GPU.
neuroscience-ml-gpufMRI, calcium imaging, connectomics, and neural decoding with cuBNM, DeepWonder, scGPT, and RAPIDS.
optimization-gpuFirst- and second-order optimization, Optax/JAXopt, L-BFGS, trust-region, constrained, and Newton-Krylov methods on GPU.
quantum-chemistry-gpuGPU-accelerated DFT, Hartree-Fock, coupled cluster with PySCF/GPU4PySCF, and hybrid quantum-classical ML.
reinforcement-learning-scienceRL for tokamak plasma control, drug design, experiment design, and autonomous scientific systems.
scientific-linear-algebra-gpuDense and sparse linear algebra with cuBLAS, cuSOLVER, cuSPARSE, cuDSS, MAGMA, and device-side cuSolverDx.
scientific-workflows-hpcWorkflow engines (Snakemake, Nextflow, CWL), containers, DVC, SLURM job arrays, checkpointing, and cloud HPC.
signal-image-processing-gpuFFT, wavelets, filtering, compressed sensing, and tomography with cuFFT, RAPIDS, and GPU pipelines.
transformers-for-scienceTransformers for protein, genomics, weather, chemistry, math, and symbolic regression; ESM, AlphaFold, Prithvi, DNABERT, AI-Descartes.
uncertainty-quantification-scienceConformal prediction, evidential learning, Bayesian neural nets, ensembles, Fortuna, and UQ for PDE surrogates.
cicd-ml-pipelinesGitHub Actions, GitLab CI, pre-commit, artifact registries, and model promotion gates for ML pipelines.
containers-reproducibilityDocker, Apptainer/Singularity, Podman, conda-lock, Nix, and reproducible scientific environments.
data-engineering-scienceETL pipelines, feature stores, vector databases, RAG, and embeddings for scientific data.
distributed-storage-hpcLustre, BeeGFS, GPFS, WekaFS, Ceph, Zarr, and TensorStore for high-throughput scientific data.
fault-tolerance-checkpointingPyTorch DCP, DeepSpeed elastic training, asynchronous checkpointing, and multi-tier checkpoint storage.
gpu-cluster-managementSLURM, PBS, LSF, cloud bursting, hybrid clusters, and AWS ParallelCluster for GPU HPC.
kubernetes-gpu-orchestrationNVIDIA GPU Operator, MIG, MPS, Kueue, Volcano, gang scheduling, and DRA for ML workloads on Kubernetes.
ml-security-supply-chainModel signing, AIBOM/ML-BOM, container scanning, malicious pickle detection, and provenance for ML artifacts.
model-serving-gpuTriton Inference Server, TensorRT-LLM, vLLM, TorchServe, FastAPI, and BentoML for production inference.
monitoring-observability-mlPrometheus, Grafana, Weights & Biases, MLflow, Evidently, and drift detection for production ML.
networking-distributed-trainingInfiniBand, RoCE, NCCL tuning, AWS EFA, and diagnosing multi-node network issues.
ray-ml-distributedRay Train, Ray Tune, Ray Serve, Ray Data, and Ray clusters for scaling training, tuning, serving, and data processing.
agritech-phenotypingUAV/drone imaging, vision-language models, yield estimation, disease detection, and crop monitoring on GPU.
battery-materials-mlGNNs, Gaussian processes, and high-throughput screening for battery materials, redox flow batteries, and carbon capture solvents.
biodiversity-edna-mlEnvironmental DNA, species distribution modeling, zero-shot taxonomic assignment, and biodiversity monitoring on GPU.
epidemiology-disease-surveillanceSIR/SEIR models, GNNs, Gaussian processes, and transfer learning for outbreak prediction and disease dynamics.
high-energy-physics-mlJet tagging, event reconstruction, Particle Transformer, Hypergraph, and ROOT/Geant4 integration on GPU.
industry-4-predictive-maintenanceRAPIDS, NVIDIA Omniverse, XGBoost, anomaly detection, and digital twins for manufacturing.
lab-robotics-digital-twinsMATTERIX, LucidGrasp, 6D pose, sim-to-real, and digital twins for autonomous science labs.
proteomics-metabolomics-mlMass spectrometry, peptide identification, DelPi, DIA-BERT, GiCOPS, ANN-SoLo, and metabolite annotation on GPU.
renewable-energy-forecastingSpatio-temporal diffusion, FNO, attention, and RL for solar/wind forecasting and energy dispatch.
social-simulation-mlAgentTorch, LLM-based agents, differentiable ABM, and causal discovery for social and economic systems.
spatial-transcriptomics-gpuCell segmentation, transcript assignment, BIDCell, segger, PanoSpace, and foundation models for spatial omics.
sports-biomechanics-mlWearable sensors, ST-GNNs, federated learning, and multimodal fusion for athlete performance and injury risk.
category-theory-mlFunctorial data modeling, categorical deep learning, structured cospans, string diagrams, and topos theory for ML.
differential-geometry-mlRiemannian manifolds, geodesics, natural gradients, hyperbolic ML, and optimization on curved spaces.
game-theory-multiagent-mlNash equilibria, mean-field games, mechanism design, and deep multi-agent reinforcement learning.
high-dimensional-statisticsSparsity, LASSO, compressed sensing, concentration inequalities, and covariance estimation.
information-geometry-mlFisher information metric, natural gradient, alpha-connections, and geometry of probability distributions.
kernel-methods-scienceRKHS, Gaussian processes, MMD, kernel mean embeddings, and kernel methods for PDEs.
optimal-transport-mlWasserstein distance, Sinkhorn algorithm, sliced Wasserstein, and applications to generative modeling and domain adaptation.
optimization-under-uncertaintyRobust optimization, stochastic programming, distributionally robust optimization, and Wasserstein DRO.
random-matrix-theory-mlMarchenko-Pastur, semicircle law, free probability, and spectral analysis of neural networks.
spectral-graph-mlGraph Laplacian, spectral clustering, spectral GNNs, graph partitioning, and spectral sparsification.
stochastic-processes-mlItô calculus, score-based generative models, neural SDEs, rough paths, and continuous-time generative modeling.
topological-data-analysisPersistent homology, Ripser, GUDHI, Mapper, and topological deep learning for shape-aware scientific ML.
agent-evaluation-benchmarksMeasure agent capability on coding, web, tool use, and open-ended reasoning benchmarks.
agent-memoryShort-term and long-term memory for agents: vector stores, summaries, entity tracking, and memory hierarchies.
llm-judge-evaluationUse strong language models to evaluate, score, and compare outputs from other models or pipelines.
llm-reasoningChain-of-thought, self-consistency, tree-of-thoughts, and reasoning-optimized prompting for large language models.
llm-redteamingSystematically probe LLMs for harmful outputs, jailbreaks, privacy leaks, and misalignment.
long-context-llmArchitectures, position interpolation, and evaluation for language models with very long contexts.
mcp-integrationConnect agents to external tools, databases, and services using the Model Context Protocol (MCP).
multi-agent-orchestrationCoordinate multiple specialist agents to decompose tasks, debate, and synthesize solutions.
prompt-engineering-advancedStructured prompting, few-shot, chain-of-thought, role prompts, and prompt optimization for LLMs.
rag-retrieval-evaluationEvaluate retrieval quality, answer relevance, and end-to-end RAG pipeline performance.
test-time-computeImprove LLM output quality by increasing inference-time computation: search, verification, and reward models.
tool-use-agentsDesign LLM agents that call functions, APIs, and utilities to gather facts and take actions.
ai-for-arts-humanitiesDigital humanities, text analysis, image restoration, and creative AI for cultural heritage.
ai-for-autonomous-vehiclesPerception, prediction, planning, and simulation for self-driving cars and mobile robots.
ai-for-biologyDeep learning for genomics, transcriptomics, proteomics, cell imaging, and biological sequence modeling.
ai-for-chemistryMolecular property prediction, generative chemistry, reaction prediction, and cheminformatics with deep learning.
ai-for-educationPersonalized learning, knowledge tracing, automated assessment, and intelligent tutoring systems.
ai-for-financeMachine learning for time-series forecasting, risk modeling, algorithmic trading, and financial NLP.
ai-for-lawLegal document analysis, case law retrieval, contract review, and legal reasoning benchmarks.
ai-for-musicMusic generation, transcription, recommendation, and audio processing with deep learning.
ai-for-physics-simulationNeural operators, surrogate models, and learned emulators for partial differential equations and physical systems.
ai-for-psychiatry-mental-healthMachine learning for digital phenotyping, diagnostic support, treatment prediction, and crisis detection.
ai-for-quantum-computingMachine learning for quantum state tomography, variational quantum algorithms, quantum control, and error mitigation.
ai-for-roboticsImitation learning, reinforcement learning, sim-to-real, and foundation models for robot manipulation and navigation.
ai-for-agricultureCrop monitoring, yield prediction, pest detection, and precision agriculture with ML and remote sensing.
ai-for-archaeologyRemote sensing, LiDAR, and computer vision for site detection, artifact analysis, and heritage preservation.
ai-for-carbon-captureMachine learning for adsorbent and solvent screening, process optimization, and carbon capture materials design.
ai-for-forensicsML for image authentication, deepfake detection, authorship attribution, and anomaly detection in forensic evidence.
ai-for-gravitational-wavesDeep learning for compact binary coalescence search, parameter estimation, and glitch classification.
ai-for-materials-synthesisMachine learning for synthesis route prediction, process optimization, and inverse design of materials.
ai-for-nuclear-engineeringMachine learning for reactor design, plasma control, material degradation, and fusion ignition prediction.
ai-for-oceanographyData-driven ocean forecasting, current reconstruction, eddy detection, and marine ecosystem modeling.
ai-for-satellite-imagingEarth observation foundation models, land-use classification, change detection, and disaster mapping.
ai-for-seismologyMachine learning for earthquake detection, phase picking, denoising, and seismic signal classification.
ai-for-volcanologyMachine learning for eruption forecasting, volcanic seismicity classification, and hazard assessment.
ai-for-water-securityML for water quality prediction, leak detection, flood forecasting, and hydrological modeling.
active-learningIteratively select the most informative unlabeled data points for efficient annotation and model improvement.
ai-fairnessDetect, measure, and mitigate bias across demographic groups in classification, ranking, and regression.
curriculum-learningOrder training examples from easy to hard to improve convergence and generalization.
domain-adaptationTransfer knowledge from a labeled source domain to an unlabeled or partially labeled target domain.
explainable-aiFeature attribution, concept-based explanations, saliency maps, and interpretability for black-box models.
federated-learningDecentralized model training across clients, handling non-IID data, aggregation, and personalization.
few-shot-learningLearning from a handful of labeled examples through meta-learning, prompt tuning, and data augmentation.
meta-learningLearn-to-learn methods such as MAML, metric learning, and neural processes for fast adaptation.
model-interpretabilityIntrinsic and post-hoc methods for understanding model behavior, features, and decision boundaries.
privacy-preserving-mlDifferential privacy, federated learning, homomorphic encryption, and secure multi-party computation for ML.
robust-mlAdversarial robustness, distribution shift, out-of-distribution detection, and reliable model performance.
uncertainty-quantification-mlPredictive uncertainty, calibration, conformal prediction, and Bayesian methods for reliable ML.
agent-monitoring-guardrailsRuntime monitoring, safety policy enforcement, tool-call validation, probabilistic risk prediction, and guardrail frameworks for LLM agents.
ai-for-cadDeep generative models for parametric CAD sketches, B-rep synthesis, sketch-and-extrude sequences, and vision-language conditional CAD generation.
cost-optimization-cloudFinOps practices, spot/preemptible instances, right-sizing, reserved capacity, autoscaling, and cost-aware scheduling for ML workloads.
data-stream-processingApache Kafka and Flink pipelines, event-time semantics, exactly-once delivery, online feature engineering, and real-time model updates.
edge-aiQuantization, pruning, knowledge distillation, neural architecture search, and deployment of ML models on mobile, embedded, and edge accelerators.
generative-designDeep generative models (VAEs, GANs, diffusion) for engineering design synthesis, constraint-aware generation, Pareto-front exploration, and design automation.
graph-databasesProperty graph models, Cypher/Gremlin querying, graph embeddings, GNNs on graph DBs, and knowledge graph completion for connected data.
industrial-digital-twinsReal-time virtual replicas of physical systems for monitoring, predictive maintenance, process optimization, and hybrid physics-ML modeling.
ml-infrastructure-as-codeTerraform, Pulumi, and GitOps for reproducible ML platforms, modular MLOps stacks, and CI/CD-managed infrastructure.
real-time-mlStreaming inference, online learning, low-latency GPU serving, event-time semantics, and service-level objectives for real-time ML systems.
topology-optimizationSIMP, neural reparameterization, generative topology optimization, physics-informed neural networks, and learned resolution-free solvers for structural design.
vector-databasesApproximate nearest neighbor search, dense-embedding storage, metadata filtering, hybrid search, and vector indexing for RAG and recommendation.
ai-peer-reviewUse AI tools and structured checklists to write constructive, ethical peer reviews for manuscripts and proposals.
citation-managementOrganize references, manage PDFs, format bibliographies, and share libraries with Zotero, Mendeley, or BibTeX.
collaboration-and-team-scienceBuild, lead, and sustain productive interdisciplinary research teams with clear roles, communication, and shared tools.
competitive-analysisMap industry structure, benchmark competitors, and identify strategic positioning using Porter's Five Forces, SWOT, and data.
grant-proposal-writingStructure Specific Aims, research strategy, budget, and broader impact sections for NIH/NSF/ERC-style proposals with AI drafting support.
market-research-aiDesign surveys, segment customers, analyze open-ended responses, and forecast market trends with AI-driven tools.
product-requirements-aiDraft, validate, and track product requirements documents (PRDs) with user stories, assumptions, and success metrics.
research-data-storytellingTurn complex scientific results into narrative visualizations and stories that resonate with specialists and the public.
research-paper-ideationUse LLMs, citation networks, and structured brainstorming to generate and refine research questions, hypotheses, and project outlines.
research-presentation-designBuild clear, compelling slides and posters for seminars, conferences, and outreach using narrative structure and visual hierarchy.
scientific-writingImprove clarity, structure, and style for manuscripts, theses, and reports using AI drafting and editing tools.
user-interviews-synthesisTurn interview transcripts into themes, insights, and personas using thematic analysis, affinity mapping, and AI coding.
ai-for-biofoundriesAI/ML-driven lab automation, robotic liquid handling, closed-loop DBTL, and self-driving laboratories for synthetic biology.
ai-for-digital-organismComputational models, simulations, and multiscale foundation models of living systems as AI-driven digital organisms.
ai-for-drug-repurposingGraph ML, knowledge graphs, LLMs, and transcriptomics for identifying new indications for existing drugs.
ai-for-immunologyMachine learning for adaptive immune receptor repertoires, epitope-MHC binding, immune cell phenotyping, and vaccine/immunotherapy design.
ai-for-longevityBiological aging clocks, biomarkers of aging, longevity intervention mining, and integrative multi-omic models of aging.
ai-for-neuroscienceDeep learning for neural recordings, brain decoding, neuroimaging analysis, connectomics, and NeuroAI foundation models.
ai-for-nutritionMachine learning and generative AI for personalized nutrition, dietary assessment, meal planning, food recognition, and nutrition-health modeling.
ai-for-precision-medicineMultimodal machine learning for personalized diagnosis, treatment selection, risk prediction, and integration of genomics, EHRs, imaging, and wearables.
ai-for-protein-designInverse folding, generative backbone design, and binder engineering with ProteinMPNN, RFdiffusion, structure predictors, and Rosetta validation.
ai-for-rare-diseaseAI for rare disease diagnosis, target prioritization, drug repurposing, natural history modeling, and diagnostic-odyssey support.
ai-for-sleepMachine learning for sleep staging, sleep disorder detection, wearable PSG analysis, and sleep health monitoring.
ai-for-synthetic-biologyMachine learning for genetic circuit design, promoter and RBS optimization, metabolic pathway engineering, and closed-loop Design-Build-Test-Learn biofoundry pipelines.
analog-computingReconfigurable analog accelerators, in-memory analog computing, and mixed-signal AI hardware.
dask-mlDistributed and out-of-core machine learning with Dask and scikit-learn, XGBoost, and hyperparameter search.
data-versioningDVC, lakeFS, and Delta Lake for versioning datasets, models, and pipelines alongside code.
feature-storesFeast, Tecton, and Hopsworks for centralized feature definition, versioning, and online/offline serving.
high-performance-pythonNumba, Cython, pybind11, vectorization, and profiling for Python code that rivals C/Fortran speed.
in-memory-computingCompute-in-memory, processing-in-memory, and emerging NVM technologies (PCM, RRAM, MRAM) for AI.
ml-metadata-lineageML Metadata (MLMD), MLflow, and Kubeflow lineage for tracking artifacts, executions, and provenance.
modin-pandasDrop-in distributed, parallel pandas replacement using Modin with Ray or Dask backends.
neuromorphic-computingSpiking neural networks (SNNs), event-based processing, and brain-inspired low-power accelerators like Intel Loihi and BrainChip.
photonic-computingSilicon photonics, optical processing units, and photonic interconnects for energy-efficient AI and HPC.
quantum-machine-learningHybrid quantum-classical ML with variational quantum circuits, PennyLane, TensorFlow Quantum, and Qiskit.
wafer-scale-aiCerebras Wafer Scale Engine, wafer-scale training and inference, and massive on-chip compute fabric.
contrastive-learningInstance discrimination, InfoNCE, SimCLR, MoCo, CLIP, and deep metric learning for vision, language, and retrieval.
curriculum-rlTask sequencing, automatic curriculum generation, and progressive difficulty for sample-efficient RL.
hierarchical-rlOptions, feudal networks, and goal-conditioned hierarchies for long-horizon, sparse-reward tasks.
imitation-learningBehavioral cloning, DAgger, GAIL, and learning policies from expert demonstrations with or without a reward function.
inverse-rlRecover reward functions from expert demonstrations using MaxEnt IRL, apprenticeship learning, and adversarial IRL.
masked-autoencodersBERT-style masked prediction for vision, BEVT, data2vec, and generative masked image and language modeling.
model-based-rlLearn environment dynamics for sample-efficient planning and policy optimization with PETS, MBPO, PlaNet, and MuZero.
multi-task-learningShared representations, hard and soft parameter sharing, MTL architectures (MMoE, PLE, MTAN), and gradient balancing.
offline-rlLearn from static logged datasets with CQL, IQL, TD3+BC, D4RL, and conservative/batch RL methods.
safe-rlConstrained Markov Decision Processes, CPO, P3O, Lagrangian methods, and safety-gym benchmarks for constrained RL.
self-supervised-learningPretext tasks, contrastive and non-contrastive SSL, masked prediction, and unsupervised representation learning for vision, language, and graphs.
world-modelsLatent dynamics models, recurrent state-space models, Dreamer, PlaNet, and agents that plan in imagination.
ai-for-climate-policyNatural-language analysis of climate laws, NDCs, and policies; target extraction, alignment scoring, and climate-finance tracking.
ai-for-disaster-responseSituational awareness, damage assessment, evacuation planning, supply pre-positioning, and multi-modal disaster imagery analysis.
ai-for-energy-gridPower-flow surrogates, renewable and load forecasting, grid stability, optimal power flow, and AI-assisted grid operations.
ai-for-governancePublic-service delivery, regulatory compliance, algorithmic accountability, participatory policy tools, and fair decision-support systems.
ai-for-logisticsVehicle routing, last-mile delivery, warehouse automation, fleet scheduling, and dynamic logistics optimization.
ai-for-manufacturingPredictive maintenance, quality control, process optimization, digital twins, and human-interpretable factory AI.
ai-for-public-healthDisease surveillance, outbreak prediction, resource allocation, geospatial health modeling, and health-equity analytics.
ai-for-smart-citiesUrban computing, IoT analytics, spatio-temporal forecasting, mobility, public safety, and citizen-centric services.
ai-for-social-goodEducation, poverty alleviation, agriculture, humanitarian response, accessibility, and community-driven AI for underserved populations.
ai-for-space-explorationOnboard autonomy, science target selection, anomaly detection, mission planning, and analysis of space and Earth-observation data.
ai-for-supply-chainDemand forecasting, inventory optimization, risk and resilience, supplier analytics, and end-to-end supply chain visibility.
ai-for-transportationTraffic prediction, route optimization, public transit planning, autonomous driving, and multi-modal mobility.
ai-for-battery-materialsMachine learning for cathode, anode, electrolyte, and separator discovery, as well as battery lifetime and charging protocol optimization.
ai-for-catalysisMachine learning for catalyst discovery, reaction mechanism elucidation, activity and selectivity prediction, and catalytic process optimization.
ai-for-ceramicsData-driven design, processing optimization, and microstructure-property prediction for ceramic and refractory materials.
ai-for-compositesMachine learning for composite material design, manufacturing process optimization, defect detection, and multiscale property prediction.
ai-for-corrosionMachine learning for corrosion rate prediction, corrosion-resistant alloy design, protective coating optimization, and infrastructure degradation monitoring.
ai-for-materials-characterizationMachine learning for automated interpretation of microscopy, spectroscopy, diffraction, and tomography data in materials science.
ai-for-membranesMachine learning for membrane material design, permeability and selectivity prediction, fouling control, and separation process optimization.
ai-for-metalsMachine learning for alloy design, phase stability, mechanical properties, process optimization, and microstructure-property mapping.
ai-for-photovoltaicsMachine learning for solar-cell materials discovery, perovskite and organic PV optimization, device engineering, and stability prediction.
ai-for-polymersMachine learning for polymer property prediction, generative design, process optimization, and structure representation.
ai-for-semiconductorsMachine learning for semiconductor materials discovery, bandgap engineering, defect analysis, and fabrication process optimization.
ai-for-superconductorsMachine learning for superconductor discovery, critical temperature prediction, electron-phonon modeling, and materials screening.
ai-for-ecologySpecies distribution modeling, habitat suitability, biodiversity monitoring, and ecological forecasting using ML and remote sensing.
ai-for-environmental-scienceRemote sensing, land-cover mapping, ecosystem service assessment, and integrated modeling for environmental monitoring and analysis.
ai-for-fisheriesFish stock assessment, catch forecasting, aquaculture monitoring, eDNA, and IUU fishing detection with ML.
ai-for-forestryForest inventory, tree segmentation, biomass estimation, and species mapping from remote sensing and LiDAR.
ai-for-geologyGeologic mapping, mineral prospectivity, geophysical inversion, drill-core imagery, and remote sensing with ML and deep learning.
ai-for-hydrologyRainfall-runoff modeling, streamflow forecasting, flood prediction, and physics-informed deep learning for water systems.
ai-for-meteorologyNumerical weather prediction emulators, precipitation nowcasting, extreme-weather detection, and weather foundation models.
ai-for-mineralogyXRD, SEM-EDS, Raman, and hyperspectral imaging for automated mineral identification, classification, and segmentation.
ai-for-paleontologyAutomated fossil identification, morphometric analysis, 3D segmentation, and taxonomic classification from images and point clouds.
ai-for-pollutionAir, water, and soil pollution monitoring, source apportionment, forecasting, and regulatory compliance with ML.
ai-for-soil-scienceDigital soil mapping, pedotransfer functions, spectroscopic prediction, and soil health assessment with ML.
ai-for-wildlife-conservationCamera-trap image classification, acoustic monitoring, animal re-identification, and anti-poaching analytics.
ai-for-customer-serviceConversational AI, intent classification, sentiment and satisfaction analysis, ticket routing, and agent-assist systems.
ai-for-demand-forecastingTime-series forecasting, hierarchical and intermittent demand, probabilistic forecasts, and promotion/event effects.
ai-for-economicsCausal inference, policy evaluation, nowcasting, heterogeneous treatment effects, and demand estimation for economic and policy analysis.
ai-for-fraud-detectionTransaction fraud, anti-money laundering, anomaly detection, graph-based fraud networks, and concept-drift monitoring.
ai-for-hrTalent analytics, recruitment matching, attrition prediction, workforce planning, and compensation and equity analysis.
ai-for-marketingCustomer segmentation, personalization, propensity modeling, marketing-mix attribution, and generative AI for content and campaigns.
ai-for-operations-researchOptimization, MILP/CP, vehicle routing and scheduling, decision-focused learning, and learning-augmented heuristics.
ai-for-pricingPrice elasticity, dynamic and personalized pricing, revenue management, promotion optimization, and causal demand forecasting for pricing.
ai-for-recommendation-systemsCollaborative filtering, content-based and hybrid recommendation, sequence models, and multi-objective ranking for commerce and content.
ai-for-retailDemand forecasting, inventory placement, personalized recommendations, dynamic pricing, and omnichannel fulfillment for retail.
ai-for-salesPredictive lead scoring, sales forecasting, opportunity win probability, next-best action, and pipeline analytics.
ai-for-supply-chain-optimizationMulti-echelon inventory, distribution network design, demand-supply synchronization, and resilient supply chain planning.
ai-for-cardiologyECG interpretation, arrhythmia detection, heart failure screening, echocardiography analysis, and cardiovascular risk stratification with deep learning.
ai-for-clinical-nlpNatural language processing for electronic health records, clinical entity extraction, term normalization, de-identification, and question answering.
ai-for-dermatologySkin lesion classification, dermoscopy analysis, melanoma detection, teledermatology, and fairness across skin tones with deep learning.
ai-for-digital-therapeuticsSoftware-as-a-medical-device interventions for mental health, substance use, sleep, ADHD, and chronic disease delivered through apps and wearables.
ai-for-gastroenterologyAI-assisted endoscopy, real-time polyp detection and characterization, colonoscopy quality, and colorectal cancer screening.
ai-for-medical-imagingGeneral medical image preprocessing, segmentation, classification, and deployment with DICOM, MONAI, nnU-Net, and clinical AI pipelines.
ai-for-neurologyNeuroimaging and EEG analysis for stroke, brain tumors, epilepsy, and neurodegeneration, including lesion segmentation and outcome prediction.
ai-for-oncologyAI for cancer detection, subtyping, treatment response, prognosis, radiomics, pathology, and clinical trial matching.
ai-for-ophthalmologyDiabetic retinopathy screening, OCT analysis, glaucoma detection, and AI for retinal disease diagnosis from fundus photography.
ai-for-pathologyComputational pathology, whole-slide image analysis, cancer subtyping, biomarker discovery, and vision-language models for histopathology.
ai-for-pulmonologyChest X-ray and CT interpretation, COPD and asthma assessment, respiratory sound analysis, and pulmonary disease risk prediction.
ai-for-radiologyDeep learning for X-ray, CT, MRI, and mammography interpretation, including lesion detection, segmentation, report generation, and radiology foundation models.
ai-for-architectureAI for generative spatial layouts, floorplan synthesis, style exploration, and text/sketch-driven conceptual design.
ai-for-building-designAI for energy, daylight, HVAC, envelope, and MEP performance optimization in the built environment.
ai-for-constructionAI for construction site safety, progress monitoring, schedule and cost risk, robotics, and digital-twin-enabled project delivery.
ai-for-cosmeticsAI for personalized skincare, formulation optimization, shade matching, safety/toxicity prediction, and consumer insight.
ai-for-fashionAI for trend forecasting, outfit recommendation, virtual try-on, generative design, and personalized shopping.
ai-for-food-and-beverageAI for food safety, quality control, recipe and product development, shelf-life prediction, and supply chain optimization.
ai-for-hospitalityAI for guest personalization, revenue management, dynamic pricing, operations, and conversational service.
ai-for-media-and-entertainmentAI for content recommendation, personalization, generative media, audience analytics, and rights/compliance workflows.
ai-for-miningAI for mineral exploration, ore grade estimation, predictive maintenance, autonomous haulage, and mine safety.
ai-for-oil-and-gasAI for seismic interpretation, reservoir characterization, production forecasting, and predictive maintenance in energy operations.
ai-for-sportsAI for athlete tracking, match analytics, performance prediction, injury risk, and tactical decision support.
ai-for-textilesAI for fabric defect detection, pattern and color design, sorting, and textile supply chain optimization.
api-developmentREST, gRPC, and GraphQL API design, implementation, documentation, and versioning for ML services.
backend-engineeringServer-side development, async task queues, databases, caching, and resilience patterns for ML products.
data-engineering-best-practicesData lifecycle management, data quality, observability, lineage, testing, version control, and infrastructure-as-code for robust data systems.
data-lakesObject storage, open table formats, lakehouse architecture, and batch/stream unification for ML and analytics.
data-pipelines-mlOrchestrating end-to-end ML workflows with task dependencies, artifact tracking, retries, and reproducibility.
data-warehousingCloud data warehouses, dimensional modeling, indexing, partitioning, and workload optimization.
etl-and-eltExtract, transform, load patterns and the modern extract, load, transform paradigm with tooling and trade-offs.
event-driven-architectureEvents, event brokers, event sourcing, CQRS, and event-driven microservices for scalable, decoupled systems.
frontend-engineeringBuilding user interfaces for ML-powered applications with modern frameworks, state management, and data visualization.
full-stack-mlEnd-to-end ML applications spanning data, model, API, frontend, deployment, and monitoring.
microservicesSmall, independently deployable services, inter-service communication, containers, and service discovery.
streaming-dataReal-time data ingestion and processing with stream processors, message brokers, and event-time semantics.
ai-for-anthropologyComputational ethnography, NLP for field notes and interviews, multimodal cultural analysis, and AI-assisted thick description and reflexivity.
ai-for-communicationComputational communication science: content analysis, information diffusion, agenda setting, and audience effects across digital platforms.
ai-for-criminologyPredictive policing, recidivism risk assessment, crime forecasting, criminal network analysis, and fairness-aware public safety research.
ai-for-historyHTR and OCR for historical documents, event extraction, temporal reasoning, geospatial and network analysis, and distant reading for historical research.
ai-for-international-relationsConflict forecasting, event data analysis, crisis early warning, treaty and negotiation text mining, and geopolitical risk modeling.
ai-for-journalismAlgorithmic journalism, automated reporting, fact-checking, news recommendation, and AI-assisted investigative data reporting.
ai-for-linguisticsComputational linguistics, corpus analysis, morphosyntactic annotation, syntactic parsing, language modeling, and NLP tools for linguistic research.
ai-for-media-literacyAI for detecting disinformation, prebunking, source credibility, and teaching critical thinking and digital literacy.
ai-for-philosophyComputational philosophy, argument mining, automated reasoning, text analysis of philosophical corpora, and LLM-assisted conceptual analysis.
ai-for-political-scienceText-as-data for politics: manifesto scaling, sentiment and stance detection, legislative and voting analysis, and causal inference for political institutions.
ai-for-public-policyCausal and predictive policy evaluation, program impact assessment, regulatory text analysis, and equitable resource allocation for government and public administration.
ai-for-sociologyComputational social science for sociology: text and image classification, survey augmentation, social network analysis, and modeling social inequalities.
ai-for-3d-vision3D reconstruction, point cloud processing, NeRF and Gaussian splatting, depth estimation, 3D detection, and scene understanding.
ai-for-animationMotion synthesis, inbetweening, character retargeting, physics-based animation, and style transfer for animated content.
ai-for-audioAudio enhancement, source separation, music generation, audio event detection, and speech enhancement.
ai-for-augmented-realitySLAM, scene understanding, depth completion, registration, occlusion handling, and semantic AR with deep learning.
ai-for-computer-graphicsNeural rendering, differentiable rendering, inverse rendering, geometry and material estimation, and generative image synthesis for photorealistic graphics.
ai-for-computer-visionImage classification, detection, segmentation, vision-language models, generative vision, and efficient deep learning deployment.
ai-for-gamesProcedural content generation, game-playing agents via reinforcement learning, NPC behavior, and generative AI for game assets and narratives.
ai-for-human-robot-interactionMultimodal interfaces, natural language instructions, shared autonomy, social robotics, and embodied AI for human-robot collaboration.
ai-for-nlpLarge language models, text classification, machine translation, question answering, information extraction, and prompt engineering.
ai-for-speechAutomatic speech recognition, text-to-speech, speaker verification, speech synthesis, and self-supervised speech models.
ai-for-videoVideo understanding, action recognition, video generation, temporal modeling, video captioning, and multimodal video models.
ai-for-virtual-realityNatural interaction, intent recognition, multimodal input, foveated rendering, virtual agents, and AI-driven content creation for VR.
ai-for-acousticsMachine learning for source localization, room acoustics, bioacoustics, structural health monitoring, and spatial audio.
ai-for-astrobiologyML for biosignature detection, life-detection mass spectrometry, extremophile habitats, and mission autonomy in alien environments.
ai-for-astronomyMachine learning for survey-scale classification, transient detection, galaxy morphology, light-curve analysis, and telescope scheduling.
ai-for-biophysicsMachine learning for molecular dynamics, free-energy landscapes, protein-ligand kinetics, single-molecule analysis, and membrane systems.
ai-for-condensed-matterMachine learning for phase classification, topological order, Hamiltonian learning, density functional surrogates, and quantum many-body systems.
ai-for-cosmologyML for large-scale structure, weak lensing, CMB analysis, 21-cm cosmology, and cosmological parameter inference.
ai-for-microfluidicsMachine learning for droplet generation, lab-on-a-chip control, cell sorting, reaction optimization, and high-throughput screening.
ai-for-nanotechnologyML for nanoparticle design, nanomaterial discovery, nano-architectonics, nanoscale imaging, and nanomanufacturing optimization.
ai-for-opticsComputational imaging, lens design, wavefront shaping, optical metrology, and inverse scattering with deep learning.
ai-for-particle-physicsML for collider event classification, jet tagging, fast detector simulation, neutrino event reconstruction, and new-physics searches.
ai-for-photonicsDeep learning for photonic device inverse design, metasurfaces, optical communications, and nanophotonic simulation surrogates.
ai-for-planetary-scienceMachine learning for mission data analysis, terrain classification, crater detection, atmospheric retrievals, and exoplanet characterization.
ai-for-aerospaceMachine learning for aircraft and spacecraft design, aerodynamic optimization, structural health monitoring, satellite operations, and certification of safety-critical aerospace systems.
ai-for-automotiveAI for automotive design, manufacturing, battery management, ADAS, quality control, and supply-chain optimization across the vehicle lifecycle.
ai-for-aviationAI for airline and airport operations, including predictive maintenance, crew and fleet scheduling, disruption recovery, fuel optimization, and safety analytics.
ai-for-dronesAI for UAV perception, navigation, obstacle avoidance, mission planning, multi-drone coordination, and vision-language drone control.
ai-for-exoskeletonsAI for wearable exoskeleton and exosuit control, gait and intention recognition, human-robot interaction, rehabilitation, and assistive augmentation.
ai-for-field-roboticsAI for robots operating in outdoor, unstructured environments such as agriculture, construction, mining, environmental monitoring, and disaster response.
ai-for-industrial-roboticsMachine learning for factory manipulation, assembly, pick-and-place, force control, sim-to-real, and vision-language-action models in industrial settings.
ai-for-maritimeAI for maritime autonomous surface ships, route and weather routing optimization, collision avoidance, port logistics, and vessel situational awareness.
ai-for-quality-controlMachine learning and computer vision for automated inspection, defect detection, statistical process control, and zero-defect manufacturing.
ai-for-railAI for railway infrastructure health, predictive maintenance, train scheduling, energy optimization, and real-time disruption management.
ai-for-smart-manufacturingAI for cyber-physical manufacturing, digital twins, real-time process optimization, predictive maintenance, and sustainable Industry 4.0/5.0 systems.
ai-for-warehouse-roboticsAI for autonomous mobile robots, goods-to-person systems, picking, multi-agent path finding, task allocation, and warehouse traffic management.
ai-for-cookingRecipe generation, meal planning, ingredient substitution, food image recognition, and personalized nutrition-aware cooking assistance.
ai-for-event-planningVenue and vendor recommendation, guest-list management, scheduling, budget optimization, and group preference aggregation for personal and small events.
ai-for-fitnessPersonalized workout plans, exercise form analysis, pose estimation, wearables, and adaptive recovery for individual fitness.
ai-for-home-automationSmart home control, energy management, occupancy prediction, device scheduling, and comfort optimization with reinforcement learning and IoT.
ai-for-legal-assistanceLegal intake, contract review, plain-language document summarization, form filling, and accessible legal triage for non-experts.
ai-for-lifestyleHabit formation, hobby and style recommendations, personal goal coaching, and holistic life-planning agents for everyday decisions.
ai-for-mental-healthCBT-based chatbots, mood tracking, crisis triage, digital therapeutics, and scalable psychological support for consumers.
ai-for-personal-financeBudget optimization, cash-flow forecasting, robo-advisory, credit scoring, and personalized savings and investment guidance for household financial decisions.
ai-for-personal-productivityTime management, task prioritization, calendar scheduling, meeting optimization, and personal workflow automation.
ai-for-shoppingProduct discovery, personalized recommendations, price comparison, review summarization, and AI buyer guides for consumer purchases.
ai-for-travelItinerary planning, point-of-interest recommendation, flight and hotel personalization, trip optimization, and conversational travel agents.
ai-for-wellnessHolistic wellness, sleep, stress, mindfulness, HRV biofeedback, and personalized lifestyle recommendations for everyday well-being.
ai-for-border-securityBiometric identity verification, contraband and anomaly detection, and multi-sensor fusion at ports of entry.
ai-for-crisis-communicationAutomated situational awareness, rumor detection, multilingual crisis summarization, and public information chatbots.
ai-for-cyber-physical-securitySecuring industrial control systems, SCADA anomaly detection, physical invariants, and cross-layer intrusion detection.
ai-for-cybersecurityNetwork intrusion detection, malware and phishing classification, vulnerability discovery, adversarial ML, and SOC automation.
ai-for-disaster-preparednessHazard risk assessment, early warning systems, scenario simulation, and mitigation planning with AI.
ai-for-emergency-managementIncident prediction, resource allocation, damage assessment, and generative AI for emergency operations.
ai-for-physical-securityPerimeter intrusion detection, access control analytics, video anomaly detection, and AI-augmented guard operations.
ai-for-public-safetyEmergency call dispatch, response-time optimization, situational awareness, and fairness-aware public safety analytics.
ai-for-resilienceCritical infrastructure resilience, disaster recovery planning, stress testing, and learning-based restoration optimization.
ai-for-search-and-rescueUAV and robot search planning, victim detection from imagery and sensors, and SAR mission coordination with AI.
ai-for-surveillance-ethicsFairness, privacy, proportionality, and algorithmic accountability for AI surveillance and facial recognition.
ai-for-threat-intelligenceCyber threat intelligence extraction, attribution, knowledge graphs, and automated indicator analysis with ML and LLMs.
ai-for-advertisingAd creative generation, media buying optimization, dynamic creative optimization, and predictive performance modeling.
ai-for-brandingBrand strategy, visual identity, brand voice, naming, and AI-assisted brand co-creation with human curation.
ai-for-content-strategyPlanning, auditing, and orchestrating content portfolios with AI, including generative-engine optimization and cross-platform adaptation.
ai-for-copywritingMarketing and advertising copy, email and landing-page text, conversion frameworks, and brand-voice calibration with LLMs.
ai-for-creative-writingCo-writing novels, screenplays, and long-form fiction with LLMs, prompt engineering for voice and style, and human-AI revision workflows.
ai-for-digital-marketingSEO, SEM, social media, email automation, marketing analytics, and AI-driven personalization across digital channels.
ai-for-influencer-marketingCreator discovery, campaign matching, content co-creation, performance prediction, and authenticity measurement for influencer marketing.
ai-for-podcastingAI-generated and AI-assisted podcast production, including scriptwriting, voice synthesis, editing, transcription, and show notes.
ai-for-poetryMeter, rhyme, and stylistic constraints for AI-generated poetry, with evaluation and human-AI curation.
ai-for-product-designConcept generation, design space exploration, prototyping, and engineering handoff with generative AI in product development.
ai-for-storytellingNarrative generation, plot planning, character arcs, and worldbuilding with structured LLM workflows.
ai-for-ux-designInteraction design, user research, prototyping, and AI UX patterns for human-centered AI products.
ai-for-competency-developmentCompetency-based education, skill gap analysis, adaptive credentialing, and AI-driven mastery and portfolio assessment.
ai-for-curriculum-designGoal-aligned course sequencing, personalized learning paths, content alignment, adaptive curricula, and standards mapping.
ai-for-educational-assessmentAutomated essay scoring, conversational assessment, LLM rubric grading, feedback generation, and validity and fairness of AI-driven evaluation.
ai-for-educational-gamesGame-based learning, adaptive difficulty, intelligent NPCs, scaffolding, and learning analytics embedded in playful environments.
ai-for-higher-educationAdmissions analytics, retention and completion modeling, student success advising, enrollment planning, and institutional research.
ai-for-language-learningAI chatbots for conversation practice, automated writing and pronunciation feedback, CEFR-level adaptation, and second-language acquisition support.
ai-for-learning-analyticsLearning management system analysis, learner trajectory modeling, early warning systems, engagement dashboards, and educational data mining.
ai-for-lifelong-learningContinuous skill development, career-aligned learning pathways, micro-credentials, and AI support for adult and professional learners.
ai-for-pedagogyTeacher-AI collaboration, lesson planning, instructional design, feedback generation, and evidence-based teaching practice augmentation.
ai-for-special-educationAssistive technologies, personalized interventions, augmentative and alternative communication, accessibility, and inclusive learning for learners with disabilities.
ai-for-student-engagementEngagement prediction, behavioral analytics, early warning systems, intervention targeting, and motivational feedback.
ai-for-tutoringIntelligent tutoring systems, dialogue-based tutoring, error diagnosis, Socratic scaffolding, and personalized next-step hints.
ai-for-air-qualityPollutant forecasting, spatiotemporal PM modeling, emission source apportionment, and early warning for air quality.
ai-for-biodiversityAutomated species detection, acoustic and eDNA monitoring, habitat suitability modeling, and biodiversity trend analysis for conservation.
ai-for-circular-economyMaterial flow optimization, predictive recycling, product lifecycle extension, and circular supply-chain design with AI.
ai-for-conservation-planningSpatial prioritization, protected-area design, systematic conservation planning, and trade-off analysis using optimization and ML.
ai-for-coral-reefsCoral reef monitoring, bleaching detection, benthic classification, and reef-health assessment from underwater and drone imagery.
ai-for-desertificationLand degradation and desertification risk mapping, sensitivity assessment, and early warning from remote sensing and ML.
ai-for-ecosystem-restorationMonitoring rewilding, forest recovery, wetland restoration, and habitat reconstruction using remote sensing and biodiversity indicators.
ai-for-glaciologyGlacier mapping, surface mass balance estimation, snow/ice classification, and climate-change impact assessment.
ai-for-natural-hazardsMulti-hazard susceptibility mapping and early warning for landslides, floods, wildfires, and land subsidence with ML and remote sensing.
ai-for-ocean-conservationMarine protected area monitoring, illegal fishing detection, species tracking, and ocean health assessment from satellite and vessel data.
ai-for-waste-managementWaste classification, automated sorting, route optimization, recycling quality, and lifecycle assessment with ML and robotics.
ai-for-wetlandsWetland mapping, inundation dynamics, cover-type classification, and hydrological trend monitoring from satellite time series.
ai-for-change-managementStakeholder sentiment monitoring, adoption analytics, training personalization, and AI-assisted transformation communications.
ai-for-complianceRegulatory mapping, policy gap analysis, automated control testing, and AI-assisted compliance monitoring.
ai-for-innovation-managementIdea generation, R&D portfolio prioritization, trend forecasting, and AI-enabled new product development.
ai-for-insuranceUnderwriting triage, claims automation, fraud detection, and AI-assisted pricing and reserving.
ai-for-knowledge-managementSemantic knowledge search, enterprise RAG, expertise mining, and AI-assisted capture of institutional tacit knowledge.
ai-for-legal-operationsContract review, clause extraction, matter intake, and AI-assisted legal workflow automation.
ai-for-management-consultingAccelerate diagnostic research, market sizing, client synthesis, and GenAI-assisted advisory workflows while managing epistemic risk.
ai-for-operations-managementProcess mining, service-level optimization, quality control, and AI-driven operational decision support.
ai-for-project-managementSchedule and cost forecasting, risk triage, resource optimization, and AI-driven project health monitoring.
ai-for-real-estateAutomated valuation, market analysis, lead matching, and AI-assisted property due diligence.
ai-for-risk-managementCredit, market, operational, and emerging risk modeling with ML and scenario analysis.
ai-for-strategyData-driven strategy formulation, competitive scenario modeling, market sensing, and AI-augmented strategic decision-making.
ai-for-behavioral-scienceComputational modeling of human behavior, n-of-1 and ecological momentary assessment, digital interventions, and experimentally validated behavior change.
ai-for-cancer-bioinformaticsMulti-omics integration, tumor subtyping, biomarker discovery, and precision oncology using AI.
ai-for-clinical-informaticsAI-enabled clinical decision support, EHR integration, workflow optimization, and evaluation in real-world care settings.
ai-for-cognitive-scienceComputational models of perception, memory, language, reasoning, and human-like cognition, bridging AI and psychological theory.
ai-for-digital-healthConsumer-facing health apps, wearable biosensors, remote monitoring, patient portals, and data-driven digital wellness interventions.
ai-for-global-healthAI for disease burden, healthcare systems, and health equity in low- and middle-income countries and resource-limited settings.
ai-for-health-economicsCost-effectiveness, health technology assessment, demand and pricing models, and machine learning for health outcomes research.
ai-for-health-informaticsElectronic health records, clinical data standards, interoperability, and AI-enabled analytics for healthcare delivery and research.
ai-for-health-services-researchAI for healthcare access, quality, utilization, policy, workforce, and health-system performance.
ai-for-immunoinformaticsMachine learning for immune repertoire analysis, epitope prediction, vaccine design, and immunotherapy optimization.
ai-for-neuroinformaticsData science for brain imaging, neural signals, connectomics, and computational neuroscience workflows.
ai-for-precision-public-healthSubpopulation-targeted prevention, genomics-guided public health, geospatial risk modeling, and equitable intervention targeting.
ai-for-art-historyComputer vision, deep learning, and vision-language models for style classification, iconography, provenance, and quantitative art history.
ai-for-cultural-heritageMachine learning and deep learning for the digitization, documentation, analysis, and sustainable management of tangible and intangible cultural heritage.
ai-for-digital-humanitiesMachine learning, NLP, and network analysis for historical texts, archives, languages, and multimodal humanities collections.
ai-for-ethnomusicologyComputational analysis of field recordings, oral musical traditions, tuning systems, and cross-cultural musical patterns using MIR and machine learning.
ai-for-folkloreComputational folkloristics, motif and tale-type detection, and large-scale narrative analysis of folk tales, legends, and oral traditions.
ai-for-heritage-tourismRecommender systems, itinerary planning, visitor behavior modeling, and personalized cultural heritage experiences for sustainable tourism.
ai-for-literary-studiesComputational stylistics, authorship attribution, genre and style analysis, and interpretive NLP for literary texts and corpora.
ai-for-museum-collectionsComputer vision, natural language processing, and metadata enrichment for cataloging, searching, and interpreting museum and archive collections.
ai-for-mythologyComputational mythography, knowledge graphs of mythological figures, structural analysis of myths, and cross-cultural narrative comparison.
ai-for-oral-historySpeech recognition, diarization, natural language processing, and generative AI for transcribing, indexing, and exploring oral history archives.
ai-for-preservationPredictive monitoring, environmental risk assessment, digital twins, and preventive conservation for built heritage and cultural collections.
ai-for-restorationDigital inpainting, virtual restoration, style-aware reconstruction, and diffusion models for repairing artworks, murals, and manuscripts.
ai-for-algorithmsLearning-augmented algorithms, learned data structures, and ML-guided design for search, routing, scheduling, and data-intensive pipelines.
ai-for-approximation-algorithmsLearning-augmented approximation, learned heuristics for NP-hard maximization and CSPs, and data-driven rounding.
ai-for-automated-reasoningLearning to guide proof search, premise selection, tactic prediction, and combining LLMs with symbolic reasoners.
ai-for-computational-complexityUsing machine learning to predict, characterize, and understand the complexity of computational problems, reductions, and hardness proxies.
ai-for-constraint-programmingML for constraint learning, search heuristics, model acquisition, and combining CP solvers with neural predictors.
ai-for-discrete-optimizationLearning-augmented branch-and-bound, primal heuristics, GNNs for combinatorial optimization, and data-driven algorithm configuration.
ai-for-formal-methodsNeuro-symbolic verification, LLM-assisted autoformalization, and learned heuristics for theorem provers and model checkers.
ai-for-logicNeuro-symbolic reasoning, learning logical rules and constraints, probabilistic logics, and SAT/SMT/ASP guided by ML.
ai-for-program-synthesisNeural and symbolic program synthesis from examples, sketches, and natural language, including neurosymbolic and LLM-based code generation.
ai-for-satisfiabilityML-enhanced SAT/SMT/QSAT solvers, end-to-end neural solvers like NeuroSAT, and learned branching and restart heuristics.
ai-for-software-verificationML for test generation, coverage closure, bug localization, static analysis, and verifying code produced by LLMs.
ai-for-type-theoryML-guided tactic prediction, premise selection, and synthesis in dependent type theories and proof assistants.
ai-for-advanced-packagingCo-design of 2.5D/3D chiplets, interconnect routing, signal-integrity-aware placement, and package-thermal optimization.
ai-for-chip-designML for RTL generation, EDA scripting, floorplanning, placement, routing, timing optimization, and analog/mixed-signal design.
ai-for-edge-acceleratorsNPU/TPU/FPGA edge accelerator design, benchmarking, mapping, and optimization for low-latency, energy-efficient inference.
ai-for-embedded-aiTinyML, on-device inference, quantization, neural architecture search, and co-optimization for microcontrollers and DSPs.
ai-for-hardware-securityML for side-channel analysis, hardware Trojan and PUF detection, supply-chain assurance, and secure accelerator design.
ai-for-integrated-photonicsInverse design, layout generation, and fabrication-aware optimization of silicon-photonic and photonic-integrated-circuit components.
ai-for-memristorsCrossbar array modeling, compute-in-memory mapping, device variability learning, and memristor-based AI accelerator co-design.
ai-for-neuromorphic-hardwareSpiking neural network training, SNN-to-chip mapping, event-based processing, and co-design with analog/mixed-signal neuromorphic platforms.
ai-for-photonic-hardwarePhotonic AI accelerators, optical neural networks, optoelectronic co-design, and programming of photonic tensor cores.
ai-for-quantum-hardwareML-driven qubit control, calibration, error decoding, and quantum processor design for superconducting, trapped-ion, and neutral-atom systems.
ai-for-spintronicsML for magnetic material discovery, skyrmion and MRAM device modeling, spin-orbit torque optimization, and spin-wave logic.
ai-for-thermal-designML surrogates for electronics cooling, data-center thermal control, heat-sink and package thermal co-design, and CFD emulation.
ai-for-allergy-immunologyMachine learning for asthma phenotyping and exacerbation prediction, allergic rhinitis and food/drug allergy risk, anaphylaxis, and primary immunodeficiency screening.
ai-for-anesthesiologyMachine learning for preoperative risk stratification, intraoperative hemodynamic monitoring, anesthetic depth, postoperative nausea and pain, and closed-loop anesthesia.
ai-for-endocrinologyMachine learning for diabetes prediction and glucose forecasting, thyroid nodule risk stratification, adrenal and pituitary disorders, and bone mineral metabolism.
ai-for-hematologyMachine learning for blood cell morphology, leukemia and lymphoma classification, thrombosis and bleeding risk, transfusion optimization, and stem-cell transplant outcomes.
ai-for-infectious-diseaseMachine learning for pathogen identification, antimicrobial resistance prediction, sepsis early warning, and infectious disease outbreak surveillance.
ai-for-nephrologyMachine learning for chronic kidney disease progression, acute kidney injury prediction, dialysis adequacy, kidney transplant outcomes, and renal pathology image analysis.
ai-for-orthopedicsMachine learning for fracture detection and classification, osteoarthritis grading, joint replacement outcomes, spine analysis, and sports injury risk.
ai-for-pain-managementMachine learning for chronic pain phenotyping, opioid and analgesic response prediction, procedural guidance, and patient self-management and monitoring.
ai-for-physical-medicineMachine learning for electrodiagnostic studies, musculoskeletal ultrasound, gait and motion analysis, prosthetics/orthotics, and functional assessment in physiatry.
ai-for-plastic-surgeryMachine learning for aesthetic and reconstructive surgical planning, facial analysis, flap monitoring, wound assessment, and patient-reported outcomes.
ai-for-rehabilitationMachine learning for stroke, spinal cord, and traumatic brain injury rehabilitation, robotic and virtual-reality therapy, telerehabilitation, and wearable sensor monitoring.
ai-for-rheumatologyMachine learning for autoimmune disease diagnosis and phenotyping, flare prediction, treatment response in RA and SLE, and imaging-based joint inflammation scoring.
ai-for-ai-ethicsFairness, accountability, transparency, privacy, and value alignment in AI systems, including bias auditing, model cards, and stakeholder deliberation.
ai-for-ai-governanceRisk management, accountability, lifecycle governance, standards, and multi-stakeholder oversight for trustworthy and responsible AI organizations.
ai-for-ai-policyRegulatory analysis, risk classification, standards mapping, policy evaluation, and evidence synthesis for national and international AI governance.
ai-for-ai-safetyAlignment, robustness, interpretability, red teaming, monitoring, and safe deployment of AI systems, especially large language and agentic models.
ai-for-computational-designDifferentiable simulation, topology optimization, CAD-aware generative models, and solver-in-the-loop co-design for architecture, products, and structures.
ai-for-digital-twin-simulationHigh-fidelity virtual replicas, real-time synchronization, physics-informed and data-driven simulation, and AI training environments for cyber-physical systems.
ai-for-future-of-workAutomation and augmentation analysis, skill demand forecasting, workforce transitions, algorithmic management, and human-centered labor market policy.
ai-for-generative-engineeringDiffusion, VAE, and generative inverse design for engineering concepts, constraint-aware generation, and performance-conditioned shape and material synthesis.
ai-for-human-centered-aiHuman-AI interaction, explainability, trust, feedback loops, participatory design, and human-in-the-loop ML to keep people at the center of AI systems.
ai-for-responsible-innovationAnticipatory governance, ethical deliberation, stakeholder engagement, regulatory foresight, and impact assessment for emerging AI technologies.
ai-for-synthetic-dataGenerative models, differential privacy, tabular/image/text synthesis, and utility-privacy evaluation for creating realistic synthetic datasets.
ai-for-tech-forecastingPatent and publication analysis, trend extrapolation, expert elicitation, and ML models for predicting technological progress and emerging AI capabilities.
ai-for-agingMachine learning for geriatric health monitoring, aging-in-place, fall prevention, cognitive and social support, and age-friendly AI design.
ai-for-child-healthMachine learning for pediatric diagnostics, developmental surveillance, pediatric AI readiness, and risk stratification for children.
ai-for-dementia-careMachine learning for cognitive impairment screening, dementia risk stratification, voice and EHR analytics, and caregiver support.
ai-for-disability-inclusionAccessible AI, disability-aware bias evaluation, inclusive design, and assistive technologies that respect the rights and agency of people with disabilities.
ai-for-humanitarian-aidAI across the crisis management cycle: needs assessment, resource allocation, routing, damage assessment, and early warning for disaster response.
ai-for-hunger-reliefAI/ML for food-security early warning, acute food-insecurity forecasting, remote-sensing crop monitoring, and targeted food assistance.
ai-for-maternal-healthMachine learning for maternal risk stratification, preterm birth prediction, obstetric decision support, and neonatal outcome forecasting.
ai-for-mental-health-servicesLLM and multimodal mental health screening, CBT chatbots, psychosocial risk assessment, and clinical interview support.
ai-for-palliative-careMachine learning for prognostication, symptom management, hospice suitability, advance care planning, and ethical decision support in end-of-life care.
ai-for-poverty-alleviationMachine learning for poverty mapping, consumption estimation, proxy means testing, and targeted social protection in low-resource settings.
ai-for-refugeesMachine learning for forced-displacement forecasting, refugee camp mapping, asylum-flow prediction, and humanitarian response planning.
ai-for-rural-healthAI-driven diagnostics, telemedicine, rural health equity, and resource allocation for underserved and remote populations.
ai-for-data-journalismUsing AI to find stories in datasets, fact-check claims, generate visualizations, and produce data-driven reporting.
ai-for-document-designAutomating layout, typography, templates, and multi-format rendering of reports, certificates, and proposals.
ai-for-infographicsGenerating data-rich infographics and visual stories from documents, tables, and natural-language prompts.
ai-for-knowledge-designDesigning knowledge architectures, taxonomies, ontologies, and agent-facing knowledge layers for organizations.
ai-for-open-scienceReproducible research agents, open-source workbenches, provenance tracking, and computational reproducibility with AI.
ai-for-policy-briefsConverting scientific evidence and legislative text into concise, actionable policy briefs and impact analyses.
ai-for-public-engagementConversational agents, citizen science, public consultations, and participatory science supported by LLMs and interactive AI.
ai-for-research-communicationDrafting manuscripts, abstracts, cover letters, response-to-reviewers, and translating findings across disciplines with LLMs.
ai-for-science-communicationPlain-language summaries, research storytelling, audience adaptation, and ethical, evidence-based use of generative AI for public-facing science.
ai-for-technical-blogsPlanning, drafting, SEO-optimizing, and reviewing technical blog posts and tutorials with LLMs.
ai-for-visual-communicationGenerating and refining posters, slides, brand assets, and visual narratives with diffusion models and design tools.
ai-for-white-papersAuthoring long-form, evidence-based white papers and thought-leadership documents grounded in verified sources.
ai-for-comparative-genomicsCross-species and population genome comparison, orthology inference, phylogenomics, selection scans, and pan-genome analysis.
ai-for-epigenomicsDNA methylation, histone modifications, chromatin accessibility, enhancer-promoter interactions, and deep learning models of gene regulation.
ai-for-functional-genomicsPredicting gene regulatory function from sequence and epigenomic data, mapping cis-regulatory elements, and interpreting non-coding variants.
ai-for-immunogenomicsMHC and peptide binding prediction, TCR/BCR repertoire analysis, epitope and neoantigen prediction, and immunoinformatics.
ai-for-lipidomicsLC-MS/MS lipid species quantification, structural isomer resolution, lipid class normalization, and predictive modeling of lipid phenotypes.
ai-for-metabolomicsMass spectrometry and NMR metabolite profiling, annotation, pathway analysis, normalization, and machine learning for biomarker discovery.
ai-for-metagenomics16S rRNA and shotgun microbial community profiling, taxonomic and functional prediction, MAG binning, and microbiome-host association modeling.
ai-for-proteomicsMass spectrometry protein identification and quantification, DDA/DIA workflows, post-translational modifications, and AI-driven peptide property prediction.
ai-for-single-cellSingle-cell transcriptomics, epigenomics, proteomics, and multi-omics integration, cell type annotation, trajectory inference, and foundation models.
ai-for-spatial-omicsSpatially resolved transcriptomics and proteomics, cell segmentation, neighborhood analysis, and integration with imaging data.
ai-for-structural-genomics3D genome organization, Hi-C analysis, protein structure prediction with deep learning, and multiscale structural modeling.
ai-for-transcriptomicsBulk and single-cell RNA-seq analysis, normalization, clustering, differential expression, splicing, and foundation models for gene expression.
ai-for-aerospace-engineeringAI for aerodynamic design, propulsion, structural analysis, flight dynamics, GNC, and certification of aerospace vehicles.
ai-for-biomedical-engineeringAI for medical devices, wearable biosensors, biomechanics, neural engineering, tissue engineering, and clinical diagnostics.
ai-for-chemical-engineeringAI for process design, optimization, control, reaction engineering, materials discovery, and digital chemical plants.
ai-for-civil-engineeringMachine learning for structural health monitoring, geotechnical prediction, transportation systems, water resources, and resilient infrastructure.
ai-for-electrical-engineeringAI for power systems, smart grids, renewable integration, power electronics, fault diagnosis, and energy management.
ai-for-environmental-engineeringAI for water and wastewater treatment, air quality, climate modeling, waste management, and environmental monitoring.
ai-for-industrial-engineeringAI for production planning, scheduling, quality control, ergonomics, operations research, and process improvement.
ai-for-mechanical-engineeringAI for mechanical design, predictive maintenance, digital twins, dynamic systems, and manufacturing process optimization.
ai-for-petroleum-engineeringAI for reservoir characterization, production optimization, well placement, drilling, and digital oilfield twins.
ai-for-software-engineeringAI for code generation, testing, debugging, program repair, code review, and design assistance.
ai-for-systems-engineeringAI for architecting complex systems, model-based systems engineering (MBSE), requirements analysis, trade studies, and verification.
ai-for-telecommunicationsAI for wireless networks, 5G/6G, network optimization, traffic forecasting, security, and edge intelligence.
ai-for-biomarkersMachine learning for omics-based biomarker discovery, sparse signature selection, multi-modal integration, and clinical validation.
ai-for-clinical-trialsMachine learning for clinical-trial design, patient eligibility, cohort selection, outcome prediction, and operational monitoring across the trial lifecycle.
ai-for-cohort-studiesMachine learning for risk prediction, confounding control, survival analysis, and biomarker discovery in prospective and retrospective cohort studies.
ai-for-evidence-synthesisAI and LLMs for systematic review automation, risk-of-bias assessment, evidence mapping, and trustworthy synthesis of research findings.
ai-for-longitudinal-studiesMachine learning and deep learning for repeated measurements, time-varying covariates, missing data, trajectories, and outcomes in longitudinal cohorts and EHR data.
ai-for-meta-analysisMachine learning and LLMs for automating literature search, screening, data extraction, effect-size estimation, and heterogeneity assessment in meta-analyses.
ai-for-observational-studiesCausal machine learning for treatment-effect estimation, propensity scoring, confounding adjustment, and sensitivity analysis in observational data.
ai-for-patient-reported-outcomesMachine learning for predicting, personalizing, and reducing the burden of patient-reported outcome measures and PRO-based treatment decisions.
ai-for-randomized-trialsMachine learning for heterogeneous treatment effects, covariate adjustment, adaptive randomization, and efficient inference in randomized controlled trials.
ai-for-real-world-evidenceMachine learning for extracting, validating, and synthesizing real-world evidence from EHRs, claims, registries, and wearables for regulatory and clinical decisions.
ai-for-registry-studiesMachine learning for patient registries, disease surveillance, regulatory-grade real-world evidence, and longitudinal outcome tracking.
ai-for-synthetic-controlsMachine learning for constructing, validating, and extending synthetic and virtual control arms from observational data to augment clinical and policy evaluation.
ai-for-data-curationAutomated selection, cleaning, labeling, augmentation, and documentation of datasets to produce high-quality, FAIR, and reusable ML data assets.
ai-for-data-discoveryIntelligent dataset search, metadata enrichment, schema inference, and conversational data catalog exploration to find the right data quickly.
ai-for-data-ethicsFairness, accountability, transparency, data dignity, consent, and responsible data use in ML pipelines and AI systems.
ai-for-data-governanceAutomated policy enforcement, metadata management, data lineage, stewardship, and AI-driven regulatory compliance for enterprise data governance.
ai-for-data-marketplacesAI for data and model discovery, pricing, valuation, matching, trust, and governance in data-sharing marketplaces and AI model markets.
ai-for-data-monetizationData valuation, pricing, data products, marketplaces, and revenue allocation for turning data assets into measurable business value.
ai-for-data-observabilityML-driven monitoring of data freshness, schema drift, volume anomalies, lineage breaks, and pipeline health to ensure reliable data operations.
ai-for-data-privacyDifferential privacy, federated learning, homomorphic encryption, PETs, and privacy-preserving ML for sensitive data.
ai-for-data-provenanceLineage tracking, W3C PROV, reproducible ML pipelines, experiment tracking, and provenance for explainable and trustworthy AI.
ai-for-data-qualityAutomated profiling, anomaly detection, data cleaning, imputation, validation, and continuous data quality monitoring for ML and analytics.
ai-for-data-securityAdversarial robustness, data poisoning detection, access control, threat detection, and AI-driven security for ML training and inference data.
ai-for-data-sharingFederated learning, data sharing incentives, interoperability, trust, and privacy-preserving collaboration for shared data ecosystems.
ai-for-5gAI/ML for 5G RAN optimization, network slicing, beam management, mobility, and core automation.
ai-for-6gAI-native 6G architectures, semantic communications, integrated sensing and communication, reconfigurable intelligent surfaces, and distributed learning.
ai-for-edge-computingModel compression, inference offloading, task placement, federated learning, and MLOps at the network edge.
ai-for-fog-computingAI for hierarchical fog resource management, task scheduling, load balancing, latency optimization, and IoT-fog-cloud orchestration.
ai-for-iotTinyML, edge AI, anomaly detection, device fingerprinting, and predictive maintenance for IoT systems.
ai-for-network-managementAIOps for network monitoring, anomaly detection, root-cause analysis, configuration management, and predictive maintenance.
ai-for-network-optimizationGraph neural networks, deep reinforcement learning, traffic engineering, resource allocation, and learning-augmented optimization for routing, load balancing, and network design.
ai-for-network-securityIntrusion detection, malware classification, anomaly detection, adversarial defenses, and threat intelligence using ML and LLMs.
ai-for-optical-networksML for optical performance monitoring, QoT estimation, traffic prediction, nonlinearity compensation, and optical layer provisioning.
ai-for-satellite-communicationsML for satellite link prediction, beam hopping, resource allocation, non-terrestrial networks, and onboard edge AI.
ai-for-software-defined-networksML-driven traffic classification, routing, QoS/QoE prediction, resource management, and security in SDN control and data planes.
ai-for-wireless-communicationsML for channel estimation, modulation recognition, MIMO, spectrum sensing, and end-to-end physical-layer design.
ai-for-agricultural-economicsMachine learning and econometric ML for farm decision support, risk, policy, market analysis, adoption, and the economics of digital agriculture.
ai-for-agricultural-robotsPerception, motion planning, and control for autonomous robots that weed, spray, scout, and harvest in field and greenhouse environments.
ai-for-aquacultureMachine learning for water quality, feeding, disease, and stock management in fish, shrimp, and shellfish farming.
ai-for-crop-protectionMachine and deep learning for detecting crop diseases, pests, weeds, and abiotic stresses and for supporting timely, targeted protection decisions.
ai-for-dairyMachine learning for health, fertility, behaviour, and production monitoring in dairy cattle and dairy farm decision support.
ai-for-irrigationMachine learning for predicting crop water demand, scheduling irrigation, and optimising water use through IoT and weather data integration.
ai-for-livestockMachine learning for health, behaviour, welfare, grazing, and reproduction across cattle, pigs, sheep, goats, and other farm animals.
ai-for-pest-managementMachine and deep learning for pest detection, identification, population monitoring, and integrated pest management decision support.
ai-for-plant-breedingGenomic selection, phenotype prediction, multi-environment trial analysis, and marker-assisted breeding with machine and deep learning.
ai-for-poultryAI for flock health, welfare, behaviour, environmental control, and productivity in broiler, layer, and turkey production.
ai-for-soil-healthMachine learning for predicting soil carbon, nutrients, biology, compaction, erosion risk, and overall soil health from sensors and remote sensing.
ai-for-viticultureAI for vineyard monitoring, grape and canopy sensing, disease detection, yield and quality prediction, and harvest decision support.
ai-for-budgetingPublic expenditure forecasting, budget allocation optimization, fiscal scenario analysis, program-cost modeling, and spending anomaly detection.
ai-for-civic-techDigital participation, deliberation, civic engagement, public comment analysis, and participatory budgeting tools powered by AI.
ai-for-e-governmentChatbots and virtual assistants, proactive public services, document automation, eligibility screening, and responsible AI in digital government.
ai-for-permittingAutomated permit intake, plan review, code compliance checks, application completeness screening, and permit workflow optimization.
ai-for-public-recordsAutomated records classification, sensitivity review, metadata enrichment, archival appraisal, and access to digital government archives.
ai-for-public-transportRidership prediction, service scheduling, bus and rail dispatch optimization, disruption recovery, and multi-modal transit analytics.
ai-for-public-utilitiesSmart grid load forecasting, water and energy demand prediction, asset maintenance, leak and outage detection, and resource allocation.
ai-for-social-servicesEligibility screening, benefits triage, case management support, risk stratification, and resource matching for social care and public assistance.
ai-for-taxationTax compliance risk scoring, fraud and evasion detection, audit selection, taxpayer assistance, and revenue forecasting.
ai-for-urban-planningSpatial plan generation, land-use optimization, urban digital twins, scenario simulation, and participatory planning analytics.
ai-for-veterans-servicesClaims processing, benefits eligibility, health risk identification, veteran-centered care coordination, and administrative automation at VA and related agencies.
ai-for-zoningZoning code interpretation, compliance checking, variance analysis, automated answers to zoning questions, and land-use regulation analytics.
ai-for-charging-infrastructureMachine learning for EV charging demand forecasting, station scheduling, load balancing, and grid-integrated charging control.
ai-for-demand-responseMachine learning for load flexibility estimation, demand response program design, virtual power plant dispatch, and dynamic pricing.
ai-for-distributed-energyMachine learning and multi-agent methods for DER forecasting, microgrid optimization, peer-to-peer trading, and prosumer coordination.
ai-for-electric-vehiclesMachine learning for battery management, range and energy consumption prediction, predictive maintenance, and EV powertrain optimization.
ai-for-energy-storageMachine learning for battery state estimation, degradation modeling, storage dispatch, and energy storage asset optimization.
ai-for-energy-tradingMachine learning for electricity price forecasting, algorithmic trading, arbitrage, and bidding in day-ahead, intraday, and balancing markets.
ai-for-gas-utilitiesMachine learning for natural gas demand forecasting, pipeline leak detection, compressor optimization, and asset integrity.
ai-for-grid-resilienceMachine learning for outage prediction, storm hardening, restoration planning, and cyber-physical resilience of power systems.
ai-for-renewable-energyMachine learning for solar, wind, and other renewable energy forecasting, resource assessment, yield optimization, and predictive O&M.
ai-for-smart-gridAI and machine learning for load and renewable forecasting, grid state estimation, optimal power flow, and smart-grid control.
ai-for-wastewaterMachine learning for process monitoring, anomaly detection, influent forecasting, and control in wastewater treatment plants.
ai-for-water-utilitiesMachine learning for water demand forecasting, leak detection, quality monitoring, pump scheduling, and smart water distribution.
ai-for-building-operationsSmart building control, energy optimization, occupant-centric HVAC and lighting, and IoT-BMS integration for operational performance.
ai-for-city-modelingUrban digital twins, 3D city reconstruction, generative city models, and AI-driven urban simulation for planning and operations.
ai-for-construction-managementBIM-NLP integration, 4D/5D digital twins, computer-vision progress monitoring, and AI-driven scheduling and cost control for construction.
ai-for-facilities-managementPredictive maintenance, fault detection, digital twins, and AI-enabled asset lifecycle management for built facilities.
ai-for-land-useRemote sensing, multi-source data fusion, functional-zone mapping, and neural-symbolic planning for land-use analysis and policy.
ai-for-lease-managementNLP-based lease abstraction, clause extraction, compliance tracking, and predictive analytics for commercial and residential lease portfolios.
ai-for-portfolio-optimizationDiversification, risk-return balancing, rebalancing strategies, and generative-AI analytics for real estate and mixed-asset portfolios.
ai-for-property-valuationAutomated valuation models, hedonic pricing, spatial machine learning, and deep learning for residential and commercial property appraisal.
ai-for-real-estate-investmentPredictive analytics, investment screening, REIT return forecasting, and risk-adjusted underwriting for real estate investment decisions.
ai-for-site-selectionGeospatial ML, graph neural networks, urban knowledge graphs, and location analytics for retail, logistics, and facility siting.
ai-for-tenant-experiencePersonalization, occupancy analytics, indoor environmental quality, and tenant engagement for workplace and residential environments.
ai-for-urban-developmentGeoAI, spatial modeling, generative urban design, and scenario simulation for sustainable, equitable, and data-driven urban development.
ai-for-defect-detectionComputer vision, anomaly detection, and segmentation for automated inspection of surface, PCB, casting, and assembly defects in manufacturing quality control.
ai-for-digital-manufacturingAI-driven digital twins, virtual commissioning, real-time simulation, and lifecycle data integration for smart, connected factories.
ai-for-discrete-manufacturingMachine learning for assembly, machining, electronics, and automotive part production: process planning, scheduling, robotic assembly, and work-in-progress tracking.
ai-for-factory-automationML-integrated PLCs, edge controllers, motion control, robot programming, and real-time AI inference on the shop floor.
ai-for-industrial-iotIndustrial Internet of Things, edge-fog-cloud architectures, and AI for real-time monitoring, predictive maintenance, and secure shop-floor connectivity.
ai-for-lean-manufacturingData-driven waste elimination, value stream mapping, bottleneck detection, and Kaizen prioritization for flow, pull, and just-in-time systems.
ai-for-manufacturing-analyticsKPI dashboards, OEE analysis, descriptive-to-prescriptive analytics, and association mining for manufacturing performance management.
ai-for-predictive-qualityIn-process quality forecasting, virtual metrology, and causal quality models that predict final part quality from machine and sensor data before completion.
ai-for-process-manufacturingMachine learning for continuous and batch chemical, pharmaceutical, food, and materials processes: recipe optimization, soft sensors, advanced process control, and real-time quality prediction.
ai-for-root-cause-analysisKnowledge graphs, causal discovery, graph neural networks, and SHAP-based diagnostics for identifying fault origins and propagations in complex systems.
ai-for-six-sigmaML-augmented DMAIC for defect reduction, statistical process control, capability analysis, and automated root-cause prioritization in quality improvement.
ai-for-total-productive-maintenanceAI and IIoT for autonomous maintenance, OEE improvement, zero-breakdown programs, and condition-based monitoring across the eight TPM pillars.
ai-for-additive-manufacturingMachine learning for powder-bed fusion, directed energy deposition, in-situ monitoring, defect detection, build simulation, and process parameter optimization in additive manufacturing.
ai-for-castingMachine learning for sand, investment, die, and continuous casting: defect prediction, mold filling, solidification, microstructure, and process optimization.
ai-for-coatingsMachine learning for coating formulation, deposition, thickness, microstructure, adhesion, corrosion protection, and service-life prediction.
ai-for-composites-manufacturingMachine learning for automated fiber placement, tape laying, resin infusion, cure monitoring, defect detection, and process optimization in composite part manufacturing.
ai-for-corrosion-engineeringMachine learning for corrosion rate prediction, risk-based inspection, cathodic protection, coating lifetime, EIS interpretation, and materials selection.
ai-for-metal-formingMachine learning for sheet-metal stamping, deep drawing, forging, rolling, extrusion, springback prediction, die design, and forming-limit prediction.
ai-for-nanomanufacturingMachine learning for nanoscale fabrication, roll-to-roll processing, nanoimprint lithography, self-assembly, nanoscale metrology, and process control.
ai-for-polymer-processingMachine learning for extrusion, injection molding, blow molding, compounding, mixing, and polymer recycling process optimization and quality control.
ai-for-semiconductor-manufacturingMachine learning for semiconductor fabrication yield enhancement, wafer defect detection, equipment fault classification, process control, and advanced lithography/etch modeling.
ai-for-surface-engineeringMachine learning for surface modification processes: thermal spray, laser cladding/peening, shot peening, plasma electrolytic oxidation, surface texturing, and residual stress optimization.
ai-for-textile-manufacturingMachine learning for yarn, fabric, and garment manufacturing: spinning, weaving, knitting, dyeing, finishing, quality inspection, and production optimization.
ai-for-weldingMachine learning for arc, laser, and resistance welding: penetration prediction, defect detection, bead geometry, process monitoring, and parameter optimization.
cudaq-algorithmsBuild and compose fault-tolerant quantum programs with the CUDA-Q Algorithms library: Pauli LCU, qubitization, QSVT, Trotter, state preparation, and quantum chemistry.
pauli-lcu-encodingUse the linear-combination-of-unitaries (LCU) block encoding for Pauli Hamiltonians in CUDA-Q Algorithms.
qubitization-walkBuild qubitization walk operators from a block encoding and measure Chebyshev moments in CUDA-Q Algorithms.
quantum-singular-value-transformationApply polynomial transformations to block-encoded matrices with QSVT in CUDA-Q Algorithms.
trotterization-cudaqSimulate Hamiltonian time evolution using Trotter-Suzuki decomposition in CUDA-Q Algorithms.
quantum-state-preparation-cudaqPrepare reference quantum states such as Hartree–Fock and Givens-rotation Slater determinants inside CUDA-Q kernels.
fermion-to-qubit-cudaqMap fermionic operators to qubit operators using Jordan–Wigner, Bravyi–Kitaev, and other schemes for quantum chemistry.
quantum-chemistry-cudaqEnd-to-end quantum chemistry workflows from PySCF molecular integrals to CUDA-Q ground-state calculations.
double-factorization-cudaqUse double factorization block encodings to reduce the cost of quantum chemistry Hamiltonians in CUDA-Q.
custom-block-encodings-cudaqImplement custom block encodings in CUDA-Q Algorithms and plug them into the common BlockEncoding interface.

Academic Research Pipeline (13)

End-to-end paper pipeline: strategy → literature → writing → figures → submission. Every skill has a matching /command and /workflow.

SkillDescription
data-visualization-and-figuresPublication-ready plots, multi-panel layouts, colorblind-safe palettes, venue specs
publishing-and-peer-reviewRebuttals, response letters, cover letters, reviewer ethics
latex-paper-writerGated pipeline: plan approval → issue-driven writing → verified citations → clean compile
manage-submissionVenue fit, deadline planning, anonymization sweep, camera-ready, arXiv timing
research-strategy-project-designProblem triage, falsifiable hypotheses, kill criteria, milestone ladders
literature-triage-matrixCompare papers across method/data/metrics/claims; extract gaps
gap-to-topicThree-gate go/no-go dossier for a candidate topic: open? contribution? feasible?
pptx-deck-builderConference talks/posters/reports via python-pptx and pandoc
qiskit-quantum-workflowsQiskit 2.x primitives, VQE/SQD chemistry patterns, noise models
digest-paperOne paper → PDF + synthesis + BibTeX + index row, atomically
prisma-systematic-reviewPRISMA-style systematic review with logged screening phases
experiment-protocolReproducible experiments: design, controls, pre-registration, execution
repro-bundleVerified reproducibility bundle: code, manifests, lockfiles

Typical arcs: idea → /gap-to-topic/research-strategy-project-design/experiment-protocol; paper → /digest-paper/scientific-writing/latex-paper-writer/claim-verification/adversarial-review/manage-submission.

Workflows (809)

Research Workflows (15)

WorkflowDescription
/reproducibilitySet up seeds, config logging, environment capture
/reproducibility-checklistAudit project for reproducibility gaps
/experiment-trackingSet up structured experiment tracking
/data-managementSet up dataset versioning and leak-free splits
/paper-code-releasePrepare code for public release
/paper-submission-prepFinalize repo for paper submission
/ablation-studyDesign and run systematic ablation study
/tdv-pretrainRun TDV pretraining on surgical video
/surgical-mot-evalEvaluate MOT models on CholecTrack20
/lora-finetuneConfigure and run LoRA fine-tuning
/pretrain-and-evaluateFull pretrain → detect → eval pipeline
/continual-learningSession start/end handoff protocol
/deep-researchSystematic web research and deep reasoning workflow
/wandb-experimentSet up WandB tracking

SWE Workflows (8)

WorkflowDescription
/code-qualitySet up formatting, linting, type checking
/code-reviewSystematic ML code review
/testing-strategyDesign and implement test suite
/dependency-managementManage Python dependencies and lock files
/ci-cd-setupSet up GitHub Actions CI/CD
/pre-commit-setupInstall pre-commit hooks with ruff
/release-checklistCreate a versioned release
/refactor-extract-moduleExtract code into separate module

Infrastructure Workflows (5)

WorkflowDescription
/aire-slurm-submitSubmit and monitor Slurm jobs on AIRE
/submit-gpu-jobSubmit GPU job with smoke test verification
/conda-env-setupCreate conda environment with CUDA
/debug-pytorch-gpuDiagnose PyTorch GPU issues
/debug-trainingDebug training failures by symptom

PCOS Workflows (4)

WorkflowDescription
/pcos-setupSet up PCOS broker for local development
/pcos-testRun PCOS test suite and fix failures
/pcos-add-chrome-apiAdd a new Chrome Built-in AI API to routing pipeline
/pcos-debug-routingDebug why a task routes to the wrong surface

MCP Server Workflows (7)

WorkflowDescription
/dgx-monitorCheck DGX Spark GPU, memory, Docker, conda, CUDA status
/cuda-profilingProfile CUDA kernels with nsys, ncu, compute-sanitizer
/distributed-trainingMulti-GPU discovery, NCCL diagnostics, DDP/FSDP setup
/cloud-gpu-sshManage remote GPU machines via SSH, run remote commands
/tpu-jaxJAX/TPU device discovery, gcloud TPU management, profiling
/endosight-pipelineMonitor Endosight 3D reconstruction pipeline status
/research-workflowSearch ArXiv, manage BibTeX, track experiments

Custom Research Workflows (673)

WorkflowDescription
/surgical-video-analysisAnalyze surgical video for MOT, detection, scene understanding
/cuda-kernel-optimizationOptimize CUDA kernels for GB10 DGX Spark (SM121)
/cutile-python-gb10Tile-based programming with NVIDIA cuTile Python on GB10
/cutile-persistent-matmul-gb10Persistent cuTile FP16/FP32 GEMM with ~2-wave launch on GB10
/cutile-fmha-attention-gb10Fused multi-head attention with cuTile and online softmax on GB10
/cooperative-groups-gb10Cooperative Groups and cudaLaunchCooperativeKernel on GB10
/cooperative-groups-warp-tile-gb10Warp-level tiled_partition reduce/scan/shfl on GB10
/cub-device-algorithms-gb10CUB device-wide reduce/scan/sort on GB10
/cub-reduce-by-key-gb10CUB DeviceReduce::ReduceByKey on GB10
/cub-segmented-sort-gb10CUB DeviceSegmentedSort::SortKeys on GB10
/cuda-dynamic-parallelism-gb10CUDA Dynamic Parallelism (parent/child kernels) on GB10
/cuda-dynamic-parallelism-quicksort-gb10Recursive CDP quicksort with -rdc=true on GB10
/cuda-graphs-inference-gb10Capture/replay CUDA graphs for low-latency inference on GB10
/fused-attention-inference-gb10FlashAttention-style fused attention for inference on GB10
/fp8-fp4-quantization-inference-gb10FP8/FP4 post-training quantization for Blackwell inference
/fast-gemm-inference-gb10cuBLASLt and cuTile GEMM for low-latency inference on GB10
/model-evaluationSystematic model evaluation and benchmarking
/video-processing-pipelineBuild GPU-accelerated video processing pipelines
/thesis-writingWrite and structure PhD thesis chapters with LaTeX
/academic-posterCreate academic conference posters
/literature-reviewConduct systematic literature reviews
/huggingface-hubUpload models, datasets, and Spaces to Hugging Face Hub
/experiment-reproducibilityEnsure experiments are fully reproducible
/collaborative-researchManage collaborative research projects
/blackwell-fp4-fp8-block-scaling-ptx-gb10FP8 and block-scaled FP4 (NVFP4) PTX MMA with scale factors on SM121
/blackwell-sm121-targeting-gb10Correctly compile for GB10 (sm_121/121f/121a), PTX 9.1, and Triton ptxas setup
/cp-async-pipeline-gb10Multi-stage cp.async copy pipelines for GB10 GMEM->SMEM staging
/cuda-occupancy-register-pressure-gb10Occupancy, register pressure, launch bounds, and SMEM tradeoffs on GB10
/nsight-compute-tensor-cores-gb10Profile Tensor Core utilization and memory bottlenecks with Nsight Compute on GB10
/shared-memory-swizzling-gb10Bank-conflict-free shared memory layouts with XOR swizzling and padding tradeoffs on GB10
/tensor-core-fragment-layouts-gb10PTX mma.sync fragment layouts and lane-to-element mapping for GB10 Tensor Cores
/ada-l40s-optimizationL40S-specific tuning: FP8, TensorRT-LLM/Triton, multi-GPU PCIe scaling, and media engines.
/blackwell-dc-fp4-quantizationBlock-scaled 4-bit formats for training and inference on datacenter Blackwell.
/blackwell-dc-moepart-green-contextsResource partitioning (MLOPart, Green Contexts, MPS) and disaggregated prefill/decode serving for datacenter Blackwell.
/blackwell-dc-tcgen05-tmemProgramming datacenter Blackwell (sm_100/sm_103) with tcgen05.mma, TMEM, TMA multicast, and CTA-pair operations.
/climate-weather-mlFourCastNet, GraphCast, Pangu-Weather, ClimaX, and ECMWF ai-models on GPU clusters.
/cuda-q-hybrid-quantumCUDA-Q kernels, simulators, VQE/QAOA, PyTorch/JAX integration, and multi-GPU quantum workflows.
/cuquantum-tensornetGPU-accelerated quantum simulation: state vector, tensor network, expectation values, and gradients.
/distributed-launch-slurm-mpiLaunching multi-node PyTorch/JAX training with SLURM, torchrun, MPI, CUDA-aware MPI, and UCX.
/hopper-flashattention-3FlashAttention-3 warp specialization, WGMMA/TMA pipelining, and FP8 block quantization on H100/H200.
/hopper-fp8-transformer-engineFP8 recipes (E4M3/E5M2, current, delayed, and blockwise scaling) with Transformer Engine for LLM training.
/hopper-megatron-deepspeedLarge-model training with Megatron-Core, Megatron-FSDP, DeepSpeed ZeRO, and NVLink4 on H100/H200.
/hopper-wgmma-tmaLow-level Hopper programming with wgmma.mma_async, cp.async.bulk.tensor, tensor maps, and mbarriers.
/jax-gpu-scientificJAX jit, vmap, shard_map, device meshes, and XLA memory tuning on H100/H200/Blackwell/L40S.
/jax-pde-scimlJAX-based SciML: Diffrax, Exponax, JAX-MD, neural operators, and differentiable simulations.
/mamba-ssm-kernelsMamba-2/3 SSD kernels, fused selective scan, CuTe/Triton/TileLang backends, and chunk scheduling.
/materials-discovery-mlMatterGen, GNoME, DiffCSP, CDVAE, and crystal structure generation on GPU.
/moe-grouped-gemmGrouped GEMM, MoE routing, cuBLAS/cuDNN/TransformerEngine/FlashInfer/vLLM backends.
/molecular-ml-drug-discoveryEquivariant GNNs, ML potentials, molecular docking (DiffDock), and generative molecule design on GPU.
/multigpu-nccl-topologyNCCL, NVLink/NVSwitch, PCIe, InfiniBand/RoCE, GPUDirect, and common topology hang fixes.
/neural-operators-pinnsFourier Neural Operator, DeepONet, PINNs, and JAX/Diffrax/Exponax for PDEs on GPU.
/protein-folding-gpuAlphaFold 3, ESM3, Boltz, BioNeMo Fold-CP, OpenFold, and high-throughput protein folding pipelines.
/scientific-data-formatsZarr, TensorStore, WebDataset, HDF5/NetCDF, KvikIO, and direct-to-GPU I/O pipelines.
/torch-compile-inductorPyTorch 2.7+ torch.compile, Inductor autotune, custom operators, CuTeDSL/Gluon backends, and debug.
/triton-cross-archWriting and deploying Triton kernels across sm_80, sm_89, sm_90, sm_100, sm_120, and sm_121.
/ampere-a100-scientificA100 architecture, TF32, structured sparsity, MIG, FP64, and cuBLAS/cuDNN paths for scientific workloads.
/bioinformatics-genomics-mlDNABERT, Enformer, single-cell analysis with scVI/scGPT, and RAPIDS cuDF for genomics pipelines.
/cuda-tile-advanced-gb10cuTile Python/C++ advanced features: block-scaled ct.mma_scaled, Tile IR, persistent kernels, and Nsight Tile profiling.
/cutlass-persistent-kernelsCUTLASS 3.x persistent kernels, cooperative vs ping-pong schedule, warp specialization, and CollectiveBuilder for FP8/FP4.
/dgx-spark-multinode-roceConnect 2-3 DGX Sparks over QSFP RoCE, NCCL configuration, Docker host networking, and no GPUDirect RDMA.
/dgx-spark-uma-tuningTuning DGX Spark's 128 GB unified LPDDR5X memory, page cache competition, thermal throttling, EC firmware, and CPU compilation flags.
/flashattention-4-sm121FlashAttention-4 consumer Blackwell support on sm_120/sm_121: paged KV, head_dim limits, FP8, and the CuTe DSL dispatch path.
/geospatial-remote-sensing-mlPrithvi, SatMAE, TorchGeo, TerraTorch, segment-anything for Earth observation, and NVIDIA cuOpt.
/llm-inference-gb10vLLM and TensorRT-LLM inference on GB10: FP8 KV, Marlin, MTP, MoE backend selection, and driver 580.x.
/mixed-precision-training-gpuBF16, FP16, FP8, TF32, FP32 master weights, loss scaling, and when to use each on Ampere/Hopper/Blackwell.
/molecular-dynamics-gpuMACE, CHGNet, DeePMD-kit, LAMMPS/GROMACS integration, and multi-GPU spatial decomposition for ML potentials.
/nsight-profiling-gpuNsight Compute sections/metrics, Nsight Systems gap analysis, hardware CUDA trace, and Tile profiling for cuTile.
/pytorch-blackwell-deploymentPyTorch nightly wheels, sm_100/sm_120 support, architecture detection, and common Blackwell-specific errors.
/quantization-backends-gpuAWQ, GPTQ, AutoRound, Marlin, FP8, NVFP4, MXFP4, and backend selection for A100/H100/L40S/RTX50/GB10.
/astrophysics-cosmology-mlGravitational lensing, galaxy classification, N-body simulations, dark matter mapping, and cosmological parameter inference.
/bayesian-inference-gpuMCMC, NUTS, variational inference, NumPyro, BlackJAX, and GPyTorch on NVIDIA GPUs.
/causal-inference-scienceDo-calculus, causal discovery, structural causal models, transportability, and mediation for observational and experimental data.
/differential-equations-gpuODE/PDE/SDE solvers, spectral and finite element methods, Diffrax, FEniCSx, PETSc, and NekRS on GPU.
/equivariant-neural-networks-scienceE(3)/SE(3)-equivariant networks (E3NN, Equiformer, MACE, NequIP, steerable CNNs) for atomic and molecular systems.
/experiment-tracking-optimizationW&B, MLflow, Neptune, Aim, Optuna, Ray Tune, and reproducible hyperparameter search on HPC.
/fluid-dynamics-cfd-mlNeural operators, PhysicsNeMo (Modulus), JAX-Fluids, PhiFlow, and surrogate CFD on GPU.
/generative-models-scienceDiffusion, flow matching, score-based models, and normalizing flows for molecules, materials, and inverse design.
/gnn-scienceGNNs for molecules, materials, weather, neural operators, and large-scale graph training on GPU.
/neuroscience-ml-gpufMRI, calcium imaging, connectomics, and neural decoding with cuBNM, DeepWonder, scGPT, and RAPIDS.
/optimization-gpuFirst- and second-order optimization, Optax/JAXopt, L-BFGS, trust-region, constrained, and Newton-Krylov methods on GPU.
/quantum-chemistry-gpuGPU-accelerated DFT, Hartree-Fock, coupled cluster with PySCF/GPU4PySCF, and hybrid quantum-classical ML.
/reinforcement-learning-scienceRL for tokamak plasma control, drug design, experiment design, and autonomous scientific systems.
/scientific-linear-algebra-gpuDense and sparse linear algebra with cuBLAS, cuSOLVER, cuSPARSE, cuDSS, MAGMA, and device-side cuSolverDx.
/scientific-workflows-hpcWorkflow engines (Snakemake, Nextflow, CWL), containers, DVC, SLURM job arrays, checkpointing, and cloud HPC.
/signal-image-processing-gpuFFT, wavelets, filtering, compressed sensing, and tomography with cuFFT, RAPIDS, and GPU pipelines.
/transformers-for-scienceTransformers for protein, genomics, weather, chemistry, math, and symbolic regression; ESM, AlphaFold, Prithvi, DNABERT, AI-Descartes.
/uncertainty-quantification-scienceConformal prediction, evidential learning, Bayesian neural nets, ensembles, Fortuna, and UQ for PDE surrogates.
/cicd-ml-pipelinesGitHub Actions, GitLab CI, pre-commit, artifact registries, and model promotion gates for ML pipelines.
/containers-reproducibilityDocker, Apptainer/Singularity, Podman, conda-lock, Nix, and reproducible scientific environments.
/data-engineering-scienceETL pipelines, feature stores, vector databases, RAG, and embeddings for scientific data.
/distributed-storage-hpcLustre, BeeGFS, GPFS, WekaFS, Ceph, Zarr, and TensorStore for high-throughput scientific data.
/fault-tolerance-checkpointingPyTorch DCP, DeepSpeed elastic training, asynchronous checkpointing, and multi-tier checkpoint storage.
/gpu-cluster-managementSLURM, PBS, LSF, cloud bursting, hybrid clusters, and AWS ParallelCluster for GPU HPC.
/kubernetes-gpu-orchestrationNVIDIA GPU Operator, MIG, MPS, Kueue, Volcano, gang scheduling, and DRA for ML workloads on Kubernetes.
/ml-security-supply-chainModel signing, AIBOM/ML-BOM, container scanning, malicious pickle detection, and provenance for ML artifacts.
/model-serving-gpuTriton Inference Server, TensorRT-LLM, vLLM, TorchServe, FastAPI, and BentoML for production inference.
/monitoring-observability-mlPrometheus, Grafana, Weights & Biases, MLflow, Evidently, and drift detection for production ML.
/networking-distributed-trainingInfiniBand, RoCE, NCCL tuning, AWS EFA, and diagnosing multi-node network issues.
/ray-ml-distributedRay Train, Ray Tune, Ray Serve, Ray Data, and Ray clusters for scaling training, tuning, serving, and data processing.
/agritech-phenotypingUAV/drone imaging, vision-language models, yield estimation, disease detection, and crop monitoring on GPU.
/battery-materials-mlGNNs, Gaussian processes, and high-throughput screening for battery materials, redox flow batteries, and carbon capture solvents.
/biodiversity-edna-mlEnvironmental DNA, species distribution modeling, zero-shot taxonomic assignment, and biodiversity monitoring on GPU.
/epidemiology-disease-surveillanceSIR/SEIR models, GNNs, Gaussian processes, and transfer learning for outbreak prediction and disease dynamics.
/high-energy-physics-mlJet tagging, event reconstruction, Particle Transformer, Hypergraph, and ROOT/Geant4 integration on GPU.
/industry-4-predictive-maintenanceRAPIDS, NVIDIA Omniverse, XGBoost, anomaly detection, and digital twins for manufacturing.
/lab-robotics-digital-twinsMATTERIX, LucidGrasp, 6D pose, sim-to-real, and digital twins for autonomous science labs.
/proteomics-metabolomics-mlMass spectrometry, peptide identification, DelPi, DIA-BERT, GiCOPS, ANN-SoLo, and metabolite annotation on GPU.
/renewable-energy-forecastingSpatio-temporal diffusion, FNO, attention, and RL for solar/wind forecasting and energy dispatch.
/social-simulation-mlAgentTorch, LLM-based agents, differentiable ABM, and causal discovery for social and economic systems.
/spatial-transcriptomics-gpuCell segmentation, transcript assignment, BIDCell, segger, PanoSpace, and foundation models for spatial omics.
/sports-biomechanics-mlWearable sensors, ST-GNNs, federated learning, and multimodal fusion for athlete performance and injury risk.
/category-theory-mlFunctorial data modeling, categorical deep learning, structured cospans, string diagrams, and topos theory for ML.
/differential-geometry-mlRiemannian manifolds, geodesics, natural gradients, hyperbolic ML, and optimization on curved spaces.
/game-theory-multiagent-mlNash equilibria, mean-field games, mechanism design, and deep multi-agent reinforcement learning.
/high-dimensional-statisticsSparsity, LASSO, compressed sensing, concentration inequalities, and covariance estimation.
/information-geometry-mlFisher information metric, natural gradient, alpha-connections, and geometry of probability distributions.
/kernel-methods-scienceRKHS, Gaussian processes, MMD, kernel mean embeddings, and kernel methods for PDEs.
/optimal-transport-mlWasserstein distance, Sinkhorn algorithm, sliced Wasserstein, and applications to generative modeling and domain adaptation.
/optimization-under-uncertaintyRobust optimization, stochastic programming, distributionally robust optimization, and Wasserstein DRO.
/random-matrix-theory-mlMarchenko-Pastur, semicircle law, free probability, and spectral analysis of neural networks.
/spectral-graph-mlGraph Laplacian, spectral clustering, spectral GNNs, graph partitioning, and spectral sparsification.
/stochastic-processes-mlItô calculus, score-based generative models, neural SDEs, rough paths, and continuous-time generative modeling.
/topological-data-analysisPersistent homology, Ripser, GUDHI, Mapper, and topological deep learning for shape-aware scientific ML.
/agent-evaluation-benchmarksMeasure agent capability on coding, web, tool use, and open-ended reasoning benchmarks.
/agent-memoryShort-term and long-term memory for agents: vector stores, summaries, entity tracking, and memory hierarchies.
/llm-judge-evaluationUse strong language models to evaluate, score, and compare outputs from other models or pipelines.
/llm-reasoningChain-of-thought, self-consistency, tree-of-thoughts, and reasoning-optimized prompting for large language models.
/llm-redteamingSystematically probe LLMs for harmful outputs, jailbreaks, privacy leaks, and misalignment.
/long-context-llmArchitectures, position interpolation, and evaluation for language models with very long contexts.
/mcp-integrationConnect agents to external tools, databases, and services using the Model Context Protocol (MCP).
/multi-agent-orchestrationCoordinate multiple specialist agents to decompose tasks, debate, and synthesize solutions.
/prompt-engineering-advancedStructured prompting, few-shot, chain-of-thought, role prompts, and prompt optimization for LLMs.
/rag-retrieval-evaluationEvaluate retrieval quality, answer relevance, and end-to-end RAG pipeline performance.
/test-time-computeImprove LLM output quality by increasing inference-time computation: search, verification, and reward models.
/tool-use-agentsDesign LLM agents that call functions, APIs, and utilities to gather facts and take actions.
/ai-for-arts-humanitiesDigital humanities, text analysis, image restoration, and creative AI for cultural heritage.
/ai-for-autonomous-vehiclesPerception, prediction, planning, and simulation for self-driving cars and mobile robots.
/ai-for-biologyDeep learning for genomics, transcriptomics, proteomics, cell imaging, and biological sequence modeling.
/ai-for-chemistryMolecular property prediction, generative chemistry, reaction prediction, and cheminformatics with deep learning.
/ai-for-educationPersonalized learning, knowledge tracing, automated assessment, and intelligent tutoring systems.
/ai-for-financeMachine learning for time-series forecasting, risk modeling, algorithmic trading, and financial NLP.
/ai-for-lawLegal document analysis, case law retrieval, contract review, and legal reasoning benchmarks.
/ai-for-musicMusic generation, transcription, recommendation, and audio processing with deep learning.
/ai-for-physics-simulationNeural operators, surrogate models, and learned emulators for partial differential equations and physical systems.
/ai-for-psychiatry-mental-healthMachine learning for digital phenotyping, diagnostic support, treatment prediction, and crisis detection.
/ai-for-quantum-computingMachine learning for quantum state tomography, variational quantum algorithms, quantum control, and error mitigation.
/ai-for-roboticsImitation learning, reinforcement learning, sim-to-real, and foundation models for robot manipulation and navigation.
/ai-for-agricultureCrop monitoring, yield prediction, pest detection, and precision agriculture with ML and remote sensing.
/ai-for-archaeologyRemote sensing, LiDAR, and computer vision for site detection, artifact analysis, and heritage preservation.
/ai-for-carbon-captureMachine learning for adsorbent and solvent screening, process optimization, and carbon capture materials design.
/ai-for-forensicsML for image authentication, deepfake detection, authorship attribution, and anomaly detection in forensic evidence.
/ai-for-gravitational-wavesDeep learning for compact binary coalescence search, parameter estimation, and glitch classification.
/ai-for-materials-synthesisMachine learning for synthesis route prediction, process optimization, and inverse design of materials.
/ai-for-nuclear-engineeringMachine learning for reactor design, plasma control, material degradation, and fusion ignition prediction.
/ai-for-oceanographyData-driven ocean forecasting, current reconstruction, eddy detection, and marine ecosystem modeling.
/ai-for-satellite-imagingEarth observation foundation models, land-use classification, change detection, and disaster mapping.
/ai-for-seismologyMachine learning for earthquake detection, phase picking, denoising, and seismic signal classification.
/ai-for-volcanologyMachine learning for eruption forecasting, volcanic seismicity classification, and hazard assessment.
/ai-for-water-securityML for water quality prediction, leak detection, flood forecasting, and hydrological modeling.
/active-learningIteratively select the most informative unlabeled data points for efficient annotation and model improvement.
/ai-fairnessDetect, measure, and mitigate bias across demographic groups in classification, ranking, and regression.
/curriculum-learningOrder training examples from easy to hard to improve convergence and generalization.
/domain-adaptationTransfer knowledge from a labeled source domain to an unlabeled or partially labeled target domain.
/explainable-aiFeature attribution, concept-based explanations, saliency maps, and interpretability for black-box models.
/federated-learningDecentralized model training across clients, handling non-IID data, aggregation, and personalization.
/few-shot-learningLearning from a handful of labeled examples through meta-learning, prompt tuning, and data augmentation.
/meta-learningLearn-to-learn methods such as MAML, metric learning, and neural processes for fast adaptation.
/model-interpretabilityIntrinsic and post-hoc methods for understanding model behavior, features, and decision boundaries.
/privacy-preserving-mlDifferential privacy, federated learning, homomorphic encryption, and secure multi-party computation for ML.
/robust-mlAdversarial robustness, distribution shift, out-of-distribution detection, and reliable model performance.
/uncertainty-quantification-mlPredictive uncertainty, calibration, conformal prediction, and Bayesian methods for reliable ML.
/agent-monitoring-guardrailsRuntime monitoring, safety policy enforcement, tool-call validation, probabilistic risk prediction, and guardrail frameworks for LLM agents.
/ai-for-cadDeep generative models for parametric CAD sketches, B-rep synthesis, sketch-and-extrude sequences, and vision-language conditional CAD generation.
/cost-optimization-cloudFinOps practices, spot/preemptible instances, right-sizing, reserved capacity, autoscaling, and cost-aware scheduling for ML workloads.
/data-stream-processingApache Kafka and Flink pipelines, event-time semantics, exactly-once delivery, online feature engineering, and real-time model updates.
/edge-aiQuantization, pruning, knowledge distillation, neural architecture search, and deployment of ML models on mobile, embedded, and edge accelerators.
/generative-designDeep generative models (VAEs, GANs, diffusion) for engineering design synthesis, constraint-aware generation, Pareto-front exploration, and design automation.
/graph-databasesProperty graph models, Cypher/Gremlin querying, graph embeddings, GNNs on graph DBs, and knowledge graph completion for connected data.
/industrial-digital-twinsReal-time virtual replicas of physical systems for monitoring, predictive maintenance, process optimization, and hybrid physics-ML modeling.
/ml-infrastructure-as-codeTerraform, Pulumi, and GitOps for reproducible ML platforms, modular MLOps stacks, and CI/CD-managed infrastructure.
/real-time-mlStreaming inference, online learning, low-latency GPU serving, event-time semantics, and service-level objectives for real-time ML systems.
/topology-optimizationSIMP, neural reparameterization, generative topology optimization, physics-informed neural networks, and learned resolution-free solvers for structural design.
/vector-databasesApproximate nearest neighbor search, dense-embedding storage, metadata filtering, hybrid search, and vector indexing for RAG and recommendation.
/ai-peer-reviewUse AI tools and structured checklists to write constructive, ethical peer reviews for manuscripts and proposals.
/citation-managementOrganize references, manage PDFs, format bibliographies, and share libraries with Zotero, Mendeley, or BibTeX.
/collaboration-and-team-scienceBuild, lead, and sustain productive interdisciplinary research teams with clear roles, communication, and shared tools.
/competitive-analysisMap industry structure, benchmark competitors, and identify strategic positioning using Porter's Five Forces, SWOT, and data.
/grant-proposal-writingStructure Specific Aims, research strategy, budget, and broader impact sections for NIH/NSF/ERC-style proposals with AI drafting support.
/market-research-aiDesign surveys, segment customers, analyze open-ended responses, and forecast market trends with AI-driven tools.
/product-requirements-aiDraft, validate, and track product requirements documents (PRDs) with user stories, assumptions, and success metrics.
/research-data-storytellingTurn complex scientific results into narrative visualizations and stories that resonate with specialists and the public.
/research-paper-ideationUse LLMs, citation networks, and structured brainstorming to generate and refine research questions, hypotheses, and project outlines.
/research-presentation-designBuild clear, compelling slides and posters for seminars, conferences, and outreach using narrative structure and visual hierarchy.
/scientific-writingImprove clarity, structure, and style for manuscripts, theses, and reports using AI drafting and editing tools.
/user-interviews-synthesisTurn interview transcripts into themes, insights, and personas using thematic analysis, affinity mapping, and AI coding.
/ai-for-biofoundriesAI/ML-driven lab automation, robotic liquid handling, closed-loop DBTL, and self-driving laboratories for synthetic biology.
/ai-for-digital-organismComputational models, simulations, and multiscale foundation models of living systems as AI-driven digital organisms.
/ai-for-drug-repurposingGraph ML, knowledge graphs, LLMs, and transcriptomics for identifying new indications for existing drugs.
/ai-for-immunologyMachine learning for adaptive immune receptor repertoires, epitope-MHC binding, immune cell phenotyping, and vaccine/immunotherapy design.
/ai-for-longevityBiological aging clocks, biomarkers of aging, longevity intervention mining, and integrative multi-omic models of aging.
/ai-for-neuroscienceDeep learning for neural recordings, brain decoding, neuroimaging analysis, connectomics, and NeuroAI foundation models.
/ai-for-nutritionMachine learning and generative AI for personalized nutrition, dietary assessment, meal planning, food recognition, and nutrition-health modeling.
/ai-for-precision-medicineMultimodal machine learning for personalized diagnosis, treatment selection, risk prediction, and integration of genomics, EHRs, imaging, and wearables.
/ai-for-protein-designInverse folding, generative backbone design, and binder engineering with ProteinMPNN, RFdiffusion, structure predictors, and Rosetta validation.
/ai-for-rare-diseaseAI for rare disease diagnosis, target prioritization, drug repurposing, natural history modeling, and diagnostic-odyssey support.
/ai-for-sleepMachine learning for sleep staging, sleep disorder detection, wearable PSG analysis, and sleep health monitoring.
/ai-for-synthetic-biologyMachine learning for genetic circuit design, promoter and RBS optimization, metabolic pathway engineering, and closed-loop Design-Build-Test-Learn biofoundry pipelines.
/analog-computingReconfigurable analog accelerators, in-memory analog computing, and mixed-signal AI hardware.
/dask-mlDistributed and out-of-core machine learning with Dask and scikit-learn, XGBoost, and hyperparameter search.
/data-versioningDVC, lakeFS, and Delta Lake for versioning datasets, models, and pipelines alongside code.
/feature-storesFeast, Tecton, and Hopsworks for centralized feature definition, versioning, and online/offline serving.
/high-performance-pythonNumba, Cython, pybind11, vectorization, and profiling for Python code that rivals C/Fortran speed.
/in-memory-computingCompute-in-memory, processing-in-memory, and emerging NVM technologies (PCM, RRAM, MRAM) for AI.
/ml-metadata-lineageML Metadata (MLMD), MLflow, and Kubeflow lineage for tracking artifacts, executions, and provenance.
/modin-pandasDrop-in distributed, parallel pandas replacement using Modin with Ray or Dask backends.
/neuromorphic-computingSpiking neural networks (SNNs), event-based processing, and brain-inspired low-power accelerators like Intel Loihi and BrainChip.
/photonic-computingSilicon photonics, optical processing units, and photonic interconnects for energy-efficient AI and HPC.
/quantum-machine-learningHybrid quantum-classical ML with variational quantum circuits, PennyLane, TensorFlow Quantum, and Qiskit.
/wafer-scale-aiCerebras Wafer Scale Engine, wafer-scale training and inference, and massive on-chip compute fabric.
/contrastive-learningInstance discrimination, InfoNCE, SimCLR, MoCo, CLIP, and deep metric learning for vision, language, and retrieval.
/curriculum-rlTask sequencing, automatic curriculum generation, and progressive difficulty for sample-efficient RL.
/hierarchical-rlOptions, feudal networks, and goal-conditioned hierarchies for long-horizon, sparse-reward tasks.
/imitation-learningBehavioral cloning, DAgger, GAIL, and learning policies from expert demonstrations with or without a reward function.
/inverse-rlRecover reward functions from expert demonstrations using MaxEnt IRL, apprenticeship learning, and adversarial IRL.
/masked-autoencodersBERT-style masked prediction for vision, BEVT, data2vec, and generative masked image and language modeling.
/model-based-rlLearn environment dynamics for sample-efficient planning and policy optimization with PETS, MBPO, PlaNet, and MuZero.
/multi-task-learningShared representations, hard and soft parameter sharing, MTL architectures (MMoE, PLE, MTAN), and gradient balancing.
/offline-rlLearn from static logged datasets with CQL, IQL, TD3+BC, D4RL, and conservative/batch RL methods.
/safe-rlConstrained Markov Decision Processes, CPO, P3O, Lagrangian methods, and safety-gym benchmarks for constrained RL.
/self-supervised-learningPretext tasks, contrastive and non-contrastive SSL, masked prediction, and unsupervised representation learning for vision, language, and graphs.
/world-modelsLatent dynamics models, recurrent state-space models, Dreamer, PlaNet, and agents that plan in imagination.
/ai-for-climate-policyNatural-language analysis of climate laws, NDCs, and policies; target extraction, alignment scoring, and climate-finance tracking.
/ai-for-disaster-responseSituational awareness, damage assessment, evacuation planning, supply pre-positioning, and multi-modal disaster imagery analysis.
/ai-for-energy-gridPower-flow surrogates, renewable and load forecasting, grid stability, optimal power flow, and AI-assisted grid operations.
/ai-for-governancePublic-service delivery, regulatory compliance, algorithmic accountability, participatory policy tools, and fair decision-support systems.
/ai-for-logisticsVehicle routing, last-mile delivery, warehouse automation, fleet scheduling, and dynamic logistics optimization.
/ai-for-manufacturingPredictive maintenance, quality control, process optimization, digital twins, and human-interpretable factory AI.
/ai-for-public-healthDisease surveillance, outbreak prediction, resource allocation, geospatial health modeling, and health-equity analytics.
/ai-for-smart-citiesUrban computing, IoT analytics, spatio-temporal forecasting, mobility, public safety, and citizen-centric services.
/ai-for-social-goodEducation, poverty alleviation, agriculture, humanitarian response, accessibility, and community-driven AI for underserved populations.
/ai-for-space-explorationOnboard autonomy, science target selection, anomaly detection, mission planning, and analysis of space and Earth-observation data.
/ai-for-supply-chainDemand forecasting, inventory optimization, risk and resilience, supplier analytics, and end-to-end supply chain visibility.
/ai-for-transportationTraffic prediction, route optimization, public transit planning, autonomous driving, and multi-modal mobility.
/ai-for-battery-materialsMachine learning for cathode, anode, electrolyte, and separator discovery, as well as battery lifetime and charging protocol optimization.
/ai-for-catalysisMachine learning for catalyst discovery, reaction mechanism elucidation, activity and selectivity prediction, and catalytic process optimization.
/ai-for-ceramicsData-driven design, processing optimization, and microstructure-property prediction for ceramic and refractory materials.
/ai-for-compositesMachine learning for composite material design, manufacturing process optimization, defect detection, and multiscale property prediction.
/ai-for-corrosionMachine learning for corrosion rate prediction, corrosion-resistant alloy design, protective coating optimization, and infrastructure degradation monitoring.
/ai-for-materials-characterizationMachine learning for automated interpretation of microscopy, spectroscopy, diffraction, and tomography data in materials science.
/ai-for-membranesMachine learning for membrane material design, permeability and selectivity prediction, fouling control, and separation process optimization.
/ai-for-metalsMachine learning for alloy design, phase stability, mechanical properties, process optimization, and microstructure-property mapping.
/ai-for-photovoltaicsMachine learning for solar-cell materials discovery, perovskite and organic PV optimization, device engineering, and stability prediction.
/ai-for-polymersMachine learning for polymer property prediction, generative design, process optimization, and structure representation.
/ai-for-semiconductorsMachine learning for semiconductor materials discovery, bandgap engineering, defect analysis, and fabrication process optimization.
/ai-for-superconductorsMachine learning for superconductor discovery, critical temperature prediction, electron-phonon modeling, and materials screening.
/ai-for-ecologySpecies distribution modeling, habitat suitability, biodiversity monitoring, and ecological forecasting using ML and remote sensing.
/ai-for-environmental-scienceRemote sensing, land-cover mapping, ecosystem service assessment, and integrated modeling for environmental monitoring and analysis.
/ai-for-fisheriesFish stock assessment, catch forecasting, aquaculture monitoring, eDNA, and IUU fishing detection with ML.
/ai-for-forestryForest inventory, tree segmentation, biomass estimation, and species mapping from remote sensing and LiDAR.
/ai-for-geologyGeologic mapping, mineral prospectivity, geophysical inversion, drill-core imagery, and remote sensing with ML and deep learning.
/ai-for-hydrologyRainfall-runoff modeling, streamflow forecasting, flood prediction, and physics-informed deep learning for water systems.
/ai-for-meteorologyNumerical weather prediction emulators, precipitation nowcasting, extreme-weather detection, and weather foundation models.
/ai-for-mineralogyXRD, SEM-EDS, Raman, and hyperspectral imaging for automated mineral identification, classification, and segmentation.
/ai-for-paleontologyAutomated fossil identification, morphometric analysis, 3D segmentation, and taxonomic classification from images and point clouds.
/ai-for-pollutionAir, water, and soil pollution monitoring, source apportionment, forecasting, and regulatory compliance with ML.
/ai-for-soil-scienceDigital soil mapping, pedotransfer functions, spectroscopic prediction, and soil health assessment with ML.
/ai-for-wildlife-conservationCamera-trap image classification, acoustic monitoring, animal re-identification, and anti-poaching analytics.
/ai-for-customer-serviceConversational AI, intent classification, sentiment and satisfaction analysis, ticket routing, and agent-assist systems.
/ai-for-demand-forecastingTime-series forecasting, hierarchical and intermittent demand, probabilistic forecasts, and promotion/event effects.
/ai-for-economicsCausal inference, policy evaluation, nowcasting, heterogeneous treatment effects, and demand estimation for economic and policy analysis.
/ai-for-fraud-detectionTransaction fraud, anti-money laundering, anomaly detection, graph-based fraud networks, and concept-drift monitoring.
/ai-for-hrTalent analytics, recruitment matching, attrition prediction, workforce planning, and compensation and equity analysis.
/ai-for-marketingCustomer segmentation, personalization, propensity modeling, marketing-mix attribution, and generative AI for content and campaigns.
/ai-for-operations-researchOptimization, MILP/CP, vehicle routing and scheduling, decision-focused learning, and learning-augmented heuristics.
/ai-for-pricingPrice elasticity, dynamic and personalized pricing, revenue management, promotion optimization, and causal demand forecasting for pricing.
/ai-for-recommendation-systemsCollaborative filtering, content-based and hybrid recommendation, sequence models, and multi-objective ranking for commerce and content.
/ai-for-retailDemand forecasting, inventory placement, personalized recommendations, dynamic pricing, and omnichannel fulfillment for retail.
/ai-for-salesPredictive lead scoring, sales forecasting, opportunity win probability, next-best action, and pipeline analytics.
/ai-for-supply-chain-optimizationMulti-echelon inventory, distribution network design, demand-supply synchronization, and resilient supply chain planning.
/ai-for-cardiologyECG interpretation, arrhythmia detection, heart failure screening, echocardiography analysis, and cardiovascular risk stratification with deep learning.
/ai-for-clinical-nlpNatural language processing for electronic health records, clinical entity extraction, term normalization, de-identification, and question answering.
/ai-for-dermatologySkin lesion classification, dermoscopy analysis, melanoma detection, teledermatology, and fairness across skin tones with deep learning.
/ai-for-digital-therapeuticsSoftware-as-a-medical-device interventions for mental health, substance use, sleep, ADHD, and chronic disease delivered through apps and wearables.
/ai-for-gastroenterologyAI-assisted endoscopy, real-time polyp detection and characterization, colonoscopy quality, and colorectal cancer screening.
/ai-for-medical-imagingGeneral medical image preprocessing, segmentation, classification, and deployment with DICOM, MONAI, nnU-Net, and clinical AI pipelines.
/ai-for-neurologyNeuroimaging and EEG analysis for stroke, brain tumors, epilepsy, and neurodegeneration, including lesion segmentation and outcome prediction.
/ai-for-oncologyAI for cancer detection, subtyping, treatment response, prognosis, radiomics, pathology, and clinical trial matching.
/ai-for-ophthalmologyDiabetic retinopathy screening, OCT analysis, glaucoma detection, and AI for retinal disease diagnosis from fundus photography.
/ai-for-pathologyComputational pathology, whole-slide image analysis, cancer subtyping, biomarker discovery, and vision-language models for histopathology.
/ai-for-pulmonologyChest X-ray and CT interpretation, COPD and asthma assessment, respiratory sound analysis, and pulmonary disease risk prediction.
/ai-for-radiologyDeep learning for X-ray, CT, MRI, and mammography interpretation, including lesion detection, segmentation, report generation, and radiology foundation models.
/ai-for-architectureAI for generative spatial layouts, floorplan synthesis, style exploration, and text/sketch-driven conceptual design.
/ai-for-building-designAI for energy, daylight, HVAC, envelope, and MEP performance optimization in the built environment.
/ai-for-constructionAI for construction site safety, progress monitoring, schedule and cost risk, robotics, and digital-twin-enabled project delivery.
/ai-for-cosmeticsAI for personalized skincare, formulation optimization, shade matching, safety/toxicity prediction, and consumer insight.
/ai-for-fashionAI for trend forecasting, outfit recommendation, virtual try-on, generative design, and personalized shopping.
/ai-for-food-and-beverageAI for food safety, quality control, recipe and product development, shelf-life prediction, and supply chain optimization.
/ai-for-hospitalityAI for guest personalization, revenue management, dynamic pricing, operations, and conversational service.
/ai-for-media-and-entertainmentAI for content recommendation, personalization, generative media, audience analytics, and rights/compliance workflows.
/ai-for-miningAI for mineral exploration, ore grade estimation, predictive maintenance, autonomous haulage, and mine safety.
/ai-for-oil-and-gasAI for seismic interpretation, reservoir characterization, production forecasting, and predictive maintenance in energy operations.
/ai-for-sportsAI for athlete tracking, match analytics, performance prediction, injury risk, and tactical decision support.
/ai-for-textilesAI for fabric defect detection, pattern and color design, sorting, and textile supply chain optimization.
/api-developmentREST, gRPC, and GraphQL API design, implementation, documentation, and versioning for ML services.
/backend-engineeringServer-side development, async task queues, databases, caching, and resilience patterns for ML products.
/data-engineering-best-practicesData lifecycle management, data quality, observability, lineage, testing, version control, and infrastructure-as-code for robust data systems.
/data-lakesObject storage, open table formats, lakehouse architecture, and batch/stream unification for ML and analytics.
/data-pipelines-mlOrchestrating end-to-end ML workflows with task dependencies, artifact tracking, retries, and reproducibility.
/data-warehousingCloud data warehouses, dimensional modeling, indexing, partitioning, and workload optimization.
/etl-and-eltExtract, transform, load patterns and the modern extract, load, transform paradigm with tooling and trade-offs.
/event-driven-architectureEvents, event brokers, event sourcing, CQRS, and event-driven microservices for scalable, decoupled systems.
/frontend-engineeringBuilding user interfaces for ML-powered applications with modern frameworks, state management, and data visualization.
/full-stack-mlEnd-to-end ML applications spanning data, model, API, frontend, deployment, and monitoring.
/microservicesSmall, independently deployable services, inter-service communication, containers, and service discovery.
/streaming-dataReal-time data ingestion and processing with stream processors, message brokers, and event-time semantics.
/ai-for-anthropologyComputational ethnography, NLP for field notes and interviews, multimodal cultural analysis, and AI-assisted thick description and reflexivity.
/ai-for-communicationComputational communication science: content analysis, information diffusion, agenda setting, and audience effects across digital platforms.
/ai-for-criminologyPredictive policing, recidivism risk assessment, crime forecasting, criminal network analysis, and fairness-aware public safety research.
/ai-for-historyHTR and OCR for historical documents, event extraction, temporal reasoning, geospatial and network analysis, and distant reading for historical research.
/ai-for-international-relationsConflict forecasting, event data analysis, crisis early warning, treaty and negotiation text mining, and geopolitical risk modeling.
/ai-for-journalismAlgorithmic journalism, automated reporting, fact-checking, news recommendation, and AI-assisted investigative data reporting.
/ai-for-linguisticsComputational linguistics, corpus analysis, morphosyntactic annotation, syntactic parsing, language modeling, and NLP tools for linguistic research.
/ai-for-media-literacyAI for detecting disinformation, prebunking, source credibility, and teaching critical thinking and digital literacy.
/ai-for-philosophyComputational philosophy, argument mining, automated reasoning, text analysis of philosophical corpora, and LLM-assisted conceptual analysis.
/ai-for-political-scienceText-as-data for politics: manifesto scaling, sentiment and stance detection, legislative and voting analysis, and causal inference for political institutions.
/ai-for-public-policyCausal and predictive policy evaluation, program impact assessment, regulatory text analysis, and equitable resource allocation for government and public administration.
/ai-for-sociologyComputational social science for sociology: text and image classification, survey augmentation, social network analysis, and modeling social inequalities.
/ai-for-3d-vision3D reconstruction, point cloud processing, NeRF and Gaussian splatting, depth estimation, 3D detection, and scene understanding.
/ai-for-animationMotion synthesis, inbetweening, character retargeting, physics-based animation, and style transfer for animated content.
/ai-for-audioAudio enhancement, source separation, music generation, audio event detection, and speech enhancement.
/ai-for-augmented-realitySLAM, scene understanding, depth completion, registration, occlusion handling, and semantic AR with deep learning.
/ai-for-computer-graphicsNeural rendering, differentiable rendering, inverse rendering, geometry and material estimation, and generative image synthesis for photorealistic graphics.
/ai-for-computer-visionImage classification, detection, segmentation, vision-language models, generative vision, and efficient deep learning deployment.
/ai-for-gamesProcedural content generation, game-playing agents via reinforcement learning, NPC behavior, and generative AI for game assets and narratives.
/ai-for-human-robot-interactionMultimodal interfaces, natural language instructions, shared autonomy, social robotics, and embodied AI for human-robot collaboration.
/ai-for-nlpLarge language models, text classification, machine translation, question answering, information extraction, and prompt engineering.
/ai-for-speechAutomatic speech recognition, text-to-speech, speaker verification, speech synthesis, and self-supervised speech models.
/ai-for-videoVideo understanding, action recognition, video generation, temporal modeling, video captioning, and multimodal video models.
/ai-for-virtual-realityNatural interaction, intent recognition, multimodal input, foveated rendering, virtual agents, and AI-driven content creation for VR.
/ai-for-acousticsMachine learning for source localization, room acoustics, bioacoustics, structural health monitoring, and spatial audio.
/ai-for-astrobiologyML for biosignature detection, life-detection mass spectrometry, extremophile habitats, and mission autonomy in alien environments.
/ai-for-astronomyMachine learning for survey-scale classification, transient detection, galaxy morphology, light-curve analysis, and telescope scheduling.
/ai-for-biophysicsMachine learning for molecular dynamics, free-energy landscapes, protein-ligand kinetics, single-molecule analysis, and membrane systems.
/ai-for-condensed-matterMachine learning for phase classification, topological order, Hamiltonian learning, density functional surrogates, and quantum many-body systems.
/ai-for-cosmologyML for large-scale structure, weak lensing, CMB analysis, 21-cm cosmology, and cosmological parameter inference.
/ai-for-microfluidicsMachine learning for droplet generation, lab-on-a-chip control, cell sorting, reaction optimization, and high-throughput screening.
/ai-for-nanotechnologyML for nanoparticle design, nanomaterial discovery, nano-architectonics, nanoscale imaging, and nanomanufacturing optimization.
/ai-for-opticsComputational imaging, lens design, wavefront shaping, optical metrology, and inverse scattering with deep learning.
/ai-for-particle-physicsML for collider event classification, jet tagging, fast detector simulation, neutrino event reconstruction, and new-physics searches.
/ai-for-photonicsDeep learning for photonic device inverse design, metasurfaces, optical communications, and nanophotonic simulation surrogates.
/ai-for-planetary-scienceMachine learning for mission data analysis, terrain classification, crater detection, atmospheric retrievals, and exoplanet characterization.
/ai-for-aerospaceMachine learning for aircraft and spacecraft design, aerodynamic optimization, structural health monitoring, satellite operations, and certification of safety-critical aerospace systems.
/ai-for-automotiveAI for automotive design, manufacturing, battery management, ADAS, quality control, and supply-chain optimization across the vehicle lifecycle.
/ai-for-aviationAI for airline and airport operations, including predictive maintenance, crew and fleet scheduling, disruption recovery, fuel optimization, and safety analytics.
/ai-for-dronesAI for UAV perception, navigation, obstacle avoidance, mission planning, multi-drone coordination, and vision-language drone control.
/ai-for-exoskeletonsAI for wearable exoskeleton and exosuit control, gait and intention recognition, human-robot interaction, rehabilitation, and assistive augmentation.
/ai-for-field-roboticsAI for robots operating in outdoor, unstructured environments such as agriculture, construction, mining, environmental monitoring, and disaster response.
/ai-for-industrial-roboticsMachine learning for factory manipulation, assembly, pick-and-place, force control, sim-to-real, and vision-language-action models in industrial settings.
/ai-for-maritimeAI for maritime autonomous surface ships, route and weather routing optimization, collision avoidance, port logistics, and vessel situational awareness.
/ai-for-quality-controlMachine learning and computer vision for automated inspection, defect detection, statistical process control, and zero-defect manufacturing.
/ai-for-railAI for railway infrastructure health, predictive maintenance, train scheduling, energy optimization, and real-time disruption management.
/ai-for-smart-manufacturingAI for cyber-physical manufacturing, digital twins, real-time process optimization, predictive maintenance, and sustainable Industry 4.0/5.0 systems.
/ai-for-warehouse-roboticsAI for autonomous mobile robots, goods-to-person systems, picking, multi-agent path finding, task allocation, and warehouse traffic management.
/ai-for-cookingRecipe generation, meal planning, ingredient substitution, food image recognition, and personalized nutrition-aware cooking assistance.
/ai-for-event-planningVenue and vendor recommendation, guest-list management, scheduling, budget optimization, and group preference aggregation for personal and small events.
/ai-for-fitnessPersonalized workout plans, exercise form analysis, pose estimation, wearables, and adaptive recovery for individual fitness.
/ai-for-home-automationSmart home control, energy management, occupancy prediction, device scheduling, and comfort optimization with reinforcement learning and IoT.
/ai-for-legal-assistanceLegal intake, contract review, plain-language document summarization, form filling, and accessible legal triage for non-experts.
/ai-for-lifestyleHabit formation, hobby and style recommendations, personal goal coaching, and holistic life-planning agents for everyday decisions.
/ai-for-mental-healthCBT-based chatbots, mood tracking, crisis triage, digital therapeutics, and scalable psychological support for consumers.
/ai-for-personal-financeBudget optimization, cash-flow forecasting, robo-advisory, credit scoring, and personalized savings and investment guidance for household financial decisions.
/ai-for-personal-productivityTime management, task prioritization, calendar scheduling, meeting optimization, and personal workflow automation.
/ai-for-shoppingProduct discovery, personalized recommendations, price comparison, review summarization, and AI buyer guides for consumer purchases.
/ai-for-travelItinerary planning, point-of-interest recommendation, flight and hotel personalization, trip optimization, and conversational travel agents.
/ai-for-wellnessHolistic wellness, sleep, stress, mindfulness, HRV biofeedback, and personalized lifestyle recommendations for everyday well-being.
/ai-for-border-securityBiometric identity verification, contraband and anomaly detection, and multi-sensor fusion at ports of entry.
/ai-for-crisis-communicationAutomated situational awareness, rumor detection, multilingual crisis summarization, and public information chatbots.
/ai-for-cyber-physical-securitySecuring industrial control systems, SCADA anomaly detection, physical invariants, and cross-layer intrusion detection.
/ai-for-cybersecurityNetwork intrusion detection, malware and phishing classification, vulnerability discovery, adversarial ML, and SOC automation.
/ai-for-disaster-preparednessHazard risk assessment, early warning systems, scenario simulation, and mitigation planning with AI.
/ai-for-emergency-managementIncident prediction, resource allocation, damage assessment, and generative AI for emergency operations.
/ai-for-physical-securityPerimeter intrusion detection, access control analytics, video anomaly detection, and AI-augmented guard operations.
/ai-for-public-safetyEmergency call dispatch, response-time optimization, situational awareness, and fairness-aware public safety analytics.
/ai-for-resilienceCritical infrastructure resilience, disaster recovery planning, stress testing, and learning-based restoration optimization.
/ai-for-search-and-rescueUAV and robot search planning, victim detection from imagery and sensors, and SAR mission coordination with AI.
/ai-for-surveillance-ethicsFairness, privacy, proportionality, and algorithmic accountability for AI surveillance and facial recognition.
/ai-for-threat-intelligenceCyber threat intelligence extraction, attribution, knowledge graphs, and automated indicator analysis with ML and LLMs.
/ai-for-advertisingAd creative generation, media buying optimization, dynamic creative optimization, and predictive performance modeling.
/ai-for-brandingBrand strategy, visual identity, brand voice, naming, and AI-assisted brand co-creation with human curation.
/ai-for-content-strategyPlanning, auditing, and orchestrating content portfolios with AI, including generative-engine optimization and cross-platform adaptation.
/ai-for-copywritingMarketing and advertising copy, email and landing-page text, conversion frameworks, and brand-voice calibration with LLMs.
/ai-for-creative-writingCo-writing novels, screenplays, and long-form fiction with LLMs, prompt engineering for voice and style, and human-AI revision workflows.
/ai-for-digital-marketingSEO, SEM, social media, email automation, marketing analytics, and AI-driven personalization across digital channels.
/ai-for-influencer-marketingCreator discovery, campaign matching, content co-creation, performance prediction, and authenticity measurement for influencer marketing.
/ai-for-podcastingAI-generated and AI-assisted podcast production, including scriptwriting, voice synthesis, editing, transcription, and show notes.
/ai-for-poetryMeter, rhyme, and stylistic constraints for AI-generated poetry, with evaluation and human-AI curation.
/ai-for-product-designConcept generation, design space exploration, prototyping, and engineering handoff with generative AI in product development.
/ai-for-storytellingNarrative generation, plot planning, character arcs, and worldbuilding with structured LLM workflows.
/ai-for-ux-designInteraction design, user research, prototyping, and AI UX patterns for human-centered AI products.
/ai-for-competency-developmentCompetency-based education, skill gap analysis, adaptive credentialing, and AI-driven mastery and portfolio assessment.
/ai-for-curriculum-designGoal-aligned course sequencing, personalized learning paths, content alignment, adaptive curricula, and standards mapping.
/ai-for-educational-assessmentAutomated essay scoring, conversational assessment, LLM rubric grading, feedback generation, and validity and fairness of AI-driven evaluation.
/ai-for-educational-gamesGame-based learning, adaptive difficulty, intelligent NPCs, scaffolding, and learning analytics embedded in playful environments.
/ai-for-higher-educationAdmissions analytics, retention and completion modeling, student success advising, enrollment planning, and institutional research.
/ai-for-language-learningAI chatbots for conversation practice, automated writing and pronunciation feedback, CEFR-level adaptation, and second-language acquisition support.
/ai-for-learning-analyticsLearning management system analysis, learner trajectory modeling, early warning systems, engagement dashboards, and educational data mining.
/ai-for-lifelong-learningContinuous skill development, career-aligned learning pathways, micro-credentials, and AI support for adult and professional learners.
/ai-for-pedagogyTeacher-AI collaboration, lesson planning, instructional design, feedback generation, and evidence-based teaching practice augmentation.
/ai-for-special-educationAssistive technologies, personalized interventions, augmentative and alternative communication, accessibility, and inclusive learning for learners with disabilities.
/ai-for-student-engagementEngagement prediction, behavioral analytics, early warning systems, intervention targeting, and motivational feedback.
/ai-for-tutoringIntelligent tutoring systems, dialogue-based tutoring, error diagnosis, Socratic scaffolding, and personalized next-step hints.
/ai-for-air-qualityPollutant forecasting, spatiotemporal PM modeling, emission source apportionment, and early warning for air quality.
/ai-for-biodiversityAutomated species detection, acoustic and eDNA monitoring, habitat suitability modeling, and biodiversity trend analysis for conservation.
/ai-for-circular-economyMaterial flow optimization, predictive recycling, product lifecycle extension, and circular supply-chain design with AI.
/ai-for-conservation-planningSpatial prioritization, protected-area design, systematic conservation planning, and trade-off analysis using optimization and ML.
/ai-for-coral-reefsCoral reef monitoring, bleaching detection, benthic classification, and reef-health assessment from underwater and drone imagery.
/ai-for-desertificationLand degradation and desertification risk mapping, sensitivity assessment, and early warning from remote sensing and ML.
/ai-for-ecosystem-restorationMonitoring rewilding, forest recovery, wetland restoration, and habitat reconstruction using remote sensing and biodiversity indicators.
/ai-for-glaciologyGlacier mapping, surface mass balance estimation, snow/ice classification, and climate-change impact assessment.
/ai-for-natural-hazardsMulti-hazard susceptibility mapping and early warning for landslides, floods, wildfires, and land subsidence with ML and remote sensing.
/ai-for-ocean-conservationMarine protected area monitoring, illegal fishing detection, species tracking, and ocean health assessment from satellite and vessel data.
/ai-for-waste-managementWaste classification, automated sorting, route optimization, recycling quality, and lifecycle assessment with ML and robotics.
/ai-for-wetlandsWetland mapping, inundation dynamics, cover-type classification, and hydrological trend monitoring from satellite time series.
/ai-for-change-managementStakeholder sentiment monitoring, adoption analytics, training personalization, and AI-assisted transformation communications.
/ai-for-complianceRegulatory mapping, policy gap analysis, automated control testing, and AI-assisted compliance monitoring.
/ai-for-innovation-managementIdea generation, R&D portfolio prioritization, trend forecasting, and AI-enabled new product development.
/ai-for-insuranceUnderwriting triage, claims automation, fraud detection, and AI-assisted pricing and reserving.
/ai-for-knowledge-managementSemantic knowledge search, enterprise RAG, expertise mining, and AI-assisted capture of institutional tacit knowledge.
/ai-for-legal-operationsContract review, clause extraction, matter intake, and AI-assisted legal workflow automation.
/ai-for-management-consultingAccelerate diagnostic research, market sizing, client synthesis, and GenAI-assisted advisory workflows while managing epistemic risk.
/ai-for-operations-managementProcess mining, service-level optimization, quality control, and AI-driven operational decision support.
/ai-for-project-managementSchedule and cost forecasting, risk triage, resource optimization, and AI-driven project health monitoring.
/ai-for-real-estateAutomated valuation, market analysis, lead matching, and AI-assisted property due diligence.
/ai-for-risk-managementCredit, market, operational, and emerging risk modeling with ML and scenario analysis.
/ai-for-strategyData-driven strategy formulation, competitive scenario modeling, market sensing, and AI-augmented strategic decision-making.
/ai-for-behavioral-scienceComputational modeling of human behavior, n-of-1 and ecological momentary assessment, digital interventions, and experimentally validated behavior change.
/ai-for-cancer-bioinformaticsMulti-omics integration, tumor subtyping, biomarker discovery, and precision oncology using AI.
/ai-for-clinical-informaticsAI-enabled clinical decision support, EHR integration, workflow optimization, and evaluation in real-world care settings.
/ai-for-cognitive-scienceComputational models of perception, memory, language, reasoning, and human-like cognition, bridging AI and psychological theory.
/ai-for-digital-healthConsumer-facing health apps, wearable biosensors, remote monitoring, patient portals, and data-driven digital wellness interventions.
/ai-for-global-healthAI for disease burden, healthcare systems, and health equity in low- and middle-income countries and resource-limited settings.
/ai-for-health-economicsCost-effectiveness, health technology assessment, demand and pricing models, and machine learning for health outcomes research.
/ai-for-health-informaticsElectronic health records, clinical data standards, interoperability, and AI-enabled analytics for healthcare delivery and research.
/ai-for-health-services-researchAI for healthcare access, quality, utilization, policy, workforce, and health-system performance.
/ai-for-immunoinformaticsMachine learning for immune repertoire analysis, epitope prediction, vaccine design, and immunotherapy optimization.
/ai-for-neuroinformaticsData science for brain imaging, neural signals, connectomics, and computational neuroscience workflows.
/ai-for-precision-public-healthSubpopulation-targeted prevention, genomics-guided public health, geospatial risk modeling, and equitable intervention targeting.
/ai-for-art-historyComputer vision, deep learning, and vision-language models for style classification, iconography, provenance, and quantitative art history.
/ai-for-cultural-heritageMachine learning and deep learning for the digitization, documentation, analysis, and sustainable management of tangible and intangible cultural heritage.
/ai-for-digital-humanitiesMachine learning, NLP, and network analysis for historical texts, archives, languages, and multimodal humanities collections.
/ai-for-ethnomusicologyComputational analysis of field recordings, oral musical traditions, tuning systems, and cross-cultural musical patterns using MIR and machine learning.
/ai-for-folkloreComputational folkloristics, motif and tale-type detection, and large-scale narrative analysis of folk tales, legends, and oral traditions.
/ai-for-heritage-tourismRecommender systems, itinerary planning, visitor behavior modeling, and personalized cultural heritage experiences for sustainable tourism.
/ai-for-literary-studiesComputational stylistics, authorship attribution, genre and style analysis, and interpretive NLP for literary texts and corpora.
/ai-for-museum-collectionsComputer vision, natural language processing, and metadata enrichment for cataloging, searching, and interpreting museum and archive collections.
/ai-for-mythologyComputational mythography, knowledge graphs of mythological figures, structural analysis of myths, and cross-cultural narrative comparison.
/ai-for-oral-historySpeech recognition, diarization, natural language processing, and generative AI for transcribing, indexing, and exploring oral history archives.
/ai-for-preservationPredictive monitoring, environmental risk assessment, digital twins, and preventive conservation for built heritage and cultural collections.
/ai-for-restorationDigital inpainting, virtual restoration, style-aware reconstruction, and diffusion models for repairing artworks, murals, and manuscripts.
/ai-for-algorithmsLearning-augmented algorithms, learned data structures, and ML-guided design for search, routing, scheduling, and data-intensive pipelines.
/ai-for-approximation-algorithmsLearning-augmented approximation, learned heuristics for NP-hard maximization and CSPs, and data-driven rounding.
/ai-for-automated-reasoningLearning to guide proof search, premise selection, tactic prediction, and combining LLMs with symbolic reasoners.
/ai-for-computational-complexityUsing machine learning to predict, characterize, and understand the complexity of computational problems, reductions, and hardness proxies.
/ai-for-constraint-programmingML for constraint learning, search heuristics, model acquisition, and combining CP solvers with neural predictors.
/ai-for-discrete-optimizationLearning-augmented branch-and-bound, primal heuristics, GNNs for combinatorial optimization, and data-driven algorithm configuration.
/ai-for-formal-methodsNeuro-symbolic verification, LLM-assisted autoformalization, and learned heuristics for theorem provers and model checkers.
/ai-for-logicNeuro-symbolic reasoning, learning logical rules and constraints, probabilistic logics, and SAT/SMT/ASP guided by ML.
/ai-for-program-synthesisNeural and symbolic program synthesis from examples, sketches, and natural language, including neurosymbolic and LLM-based code generation.
/ai-for-satisfiabilityML-enhanced SAT/SMT/QSAT solvers, end-to-end neural solvers like NeuroSAT, and learned branching and restart heuristics.
/ai-for-software-verificationML for test generation, coverage closure, bug localization, static analysis, and verifying code produced by LLMs.
/ai-for-type-theoryML-guided tactic prediction, premise selection, and synthesis in dependent type theories and proof assistants.
/ai-for-advanced-packagingCo-design of 2.5D/3D chiplets, interconnect routing, signal-integrity-aware placement, and package-thermal optimization.
/ai-for-chip-designML for RTL generation, EDA scripting, floorplanning, placement, routing, timing optimization, and analog/mixed-signal design.
/ai-for-edge-acceleratorsNPU/TPU/FPGA edge accelerator design, benchmarking, mapping, and optimization for low-latency, energy-efficient inference.
/ai-for-embedded-aiTinyML, on-device inference, quantization, neural architecture search, and co-optimization for microcontrollers and DSPs.
/ai-for-hardware-securityML for side-channel analysis, hardware Trojan and PUF detection, supply-chain assurance, and secure accelerator design.
/ai-for-integrated-photonicsInverse design, layout generation, and fabrication-aware optimization of silicon-photonic and photonic-integrated-circuit components.
/ai-for-memristorsCrossbar array modeling, compute-in-memory mapping, device variability learning, and memristor-based AI accelerator co-design.
/ai-for-neuromorphic-hardwareSpiking neural network training, SNN-to-chip mapping, event-based processing, and co-design with analog/mixed-signal neuromorphic platforms.
/ai-for-photonic-hardwarePhotonic AI accelerators, optical neural networks, optoelectronic co-design, and programming of photonic tensor cores.
/ai-for-quantum-hardwareML-driven qubit control, calibration, error decoding, and quantum processor design for superconducting, trapped-ion, and neutral-atom systems.
/ai-for-spintronicsML for magnetic material discovery, skyrmion and MRAM device modeling, spin-orbit torque optimization, and spin-wave logic.
/ai-for-thermal-designML surrogates for electronics cooling, data-center thermal control, heat-sink and package thermal co-design, and CFD emulation.
/ai-for-allergy-immunologyMachine learning for asthma phenotyping and exacerbation prediction, allergic rhinitis and food/drug allergy risk, anaphylaxis, and primary immunodeficiency screening.
/ai-for-anesthesiologyMachine learning for preoperative risk stratification, intraoperative hemodynamic monitoring, anesthetic depth, postoperative nausea and pain, and closed-loop anesthesia.
/ai-for-endocrinologyMachine learning for diabetes prediction and glucose forecasting, thyroid nodule risk stratification, adrenal and pituitary disorders, and bone mineral metabolism.
/ai-for-hematologyMachine learning for blood cell morphology, leukemia and lymphoma classification, thrombosis and bleeding risk, transfusion optimization, and stem-cell transplant outcomes.
/ai-for-infectious-diseaseMachine learning for pathogen identification, antimicrobial resistance prediction, sepsis early warning, and infectious disease outbreak surveillance.
/ai-for-nephrologyMachine learning for chronic kidney disease progression, acute kidney injury prediction, dialysis adequacy, kidney transplant outcomes, and renal pathology image analysis.
/ai-for-orthopedicsMachine learning for fracture detection and classification, osteoarthritis grading, joint replacement outcomes, spine analysis, and sports injury risk.
/ai-for-pain-managementMachine learning for chronic pain phenotyping, opioid and analgesic response prediction, procedural guidance, and patient self-management and monitoring.
/ai-for-physical-medicineMachine learning for electrodiagnostic studies, musculoskeletal ultrasound, gait and motion analysis, prosthetics/orthotics, and functional assessment in physiatry.
/ai-for-plastic-surgeryMachine learning for aesthetic and reconstructive surgical planning, facial analysis, flap monitoring, wound assessment, and patient-reported outcomes.
/ai-for-rehabilitationMachine learning for stroke, spinal cord, and traumatic brain injury rehabilitation, robotic and virtual-reality therapy, telerehabilitation, and wearable sensor monitoring.
/ai-for-rheumatologyMachine learning for autoimmune disease diagnosis and phenotyping, flare prediction, treatment response in RA and SLE, and imaging-based joint inflammation scoring.
/ai-for-ai-ethicsFairness, accountability, transparency, privacy, and value alignment in AI systems, including bias auditing, model cards, and stakeholder deliberation.
/ai-for-ai-governanceRisk management, accountability, lifecycle governance, standards, and multi-stakeholder oversight for trustworthy and responsible AI organizations.
/ai-for-ai-policyRegulatory analysis, risk classification, standards mapping, policy evaluation, and evidence synthesis for national and international AI governance.
/ai-for-ai-safetyAlignment, robustness, interpretability, red teaming, monitoring, and safe deployment of AI systems, especially large language and agentic models.
/ai-for-computational-designDifferentiable simulation, topology optimization, CAD-aware generative models, and solver-in-the-loop co-design for architecture, products, and structures.
/ai-for-digital-twin-simulationHigh-fidelity virtual replicas, real-time synchronization, physics-informed and data-driven simulation, and AI training environments for cyber-physical systems.
/ai-for-future-of-workAutomation and augmentation analysis, skill demand forecasting, workforce transitions, algorithmic management, and human-centered labor market policy.
/ai-for-generative-engineeringDiffusion, VAE, and generative inverse design for engineering concepts, constraint-aware generation, and performance-conditioned shape and material synthesis.
/ai-for-human-centered-aiHuman-AI interaction, explainability, trust, feedback loops, participatory design, and human-in-the-loop ML to keep people at the center of AI systems.
/ai-for-responsible-innovationAnticipatory governance, ethical deliberation, stakeholder engagement, regulatory foresight, and impact assessment for emerging AI technologies.
/ai-for-synthetic-dataGenerative models, differential privacy, tabular/image/text synthesis, and utility-privacy evaluation for creating realistic synthetic datasets.
/ai-for-tech-forecastingPatent and publication analysis, trend extrapolation, expert elicitation, and ML models for predicting technological progress and emerging AI capabilities.
/ai-for-agingMachine learning for geriatric health monitoring, aging-in-place, fall prevention, cognitive and social support, and age-friendly AI design.
/ai-for-child-healthMachine learning for pediatric diagnostics, developmental surveillance, pediatric AI readiness, and risk stratification for children.
/ai-for-dementia-careMachine learning for cognitive impairment screening, dementia risk stratification, voice and EHR analytics, and caregiver support.
/ai-for-disability-inclusionAccessible AI, disability-aware bias evaluation, inclusive design, and assistive technologies that respect the rights and agency of people with disabilities.
/ai-for-humanitarian-aidAI across the crisis management cycle: needs assessment, resource allocation, routing, damage assessment, and early warning for disaster response.
/ai-for-hunger-reliefAI/ML for food-security early warning, acute food-insecurity forecasting, remote-sensing crop monitoring, and targeted food assistance.
/ai-for-maternal-healthMachine learning for maternal risk stratification, preterm birth prediction, obstetric decision support, and neonatal outcome forecasting.
/ai-for-mental-health-servicesLLM and multimodal mental health screening, CBT chatbots, psychosocial risk assessment, and clinical interview support.
/ai-for-palliative-careMachine learning for prognostication, symptom management, hospice suitability, advance car

Truncated — view the full README on GitHub.

Contributors

Ryukijano

38 commits

ImgBotApp

1 commits

Languages

Python

98.3%

Shell

1.6%