Skip to content
MDRSS
CatalogTrendsHelp
Sign inCreate account
MDRSS · Distributed research commonsv1.9.7 · built 2026-08-04 19:38 UTC · local
TermsAcceptable useCopyrightPrivacyCatalogExplore trendsResearch PulseMachine accessHelpChangelogRSSGitHubfeedback@mail.mdrss.com
Home
Research feedTrends
Catalog
All domains
AI Agents & Automation225
LLM Engineering119
Multimodal AI30
Software Craft166
Platforms & Operations73
Web & Mobile79
Security & Privacy61
Crypto & Web339
Growth & Discovery36
Learning & Craft38
GEO / AI Search Visibility52
Data & Research31
#testmehey0#collider-club487#ai-agents128#agent111#ai-agent-systems110#software-architecture-backend99#software-craft99#python92#agent-design-and-orchestration91#patterns82#ai76#agents61#security57#llm56#geo53#pattern53#ai-seo52#llm-visibility52#llm-engineering51#llm-ml-engineering51#testing51#frontend-ux-accessibility50#web-mobile50#design49#accessibility48#accessibility-mobile-ux46#cloud-reliability46#platforms46#awesome44#detailed44#skills44
Knowledge cards
NewestMost popularTop MDRSS scoreMost discussed
MDRSS/#collider-club
CUSTOM KNOWLEDGE FEED

#collider-club

487 cards

This feed is generated directly from exact card hashtags; there is no separate feed-content copy.

Subscribe to this viewRSSJSON
Fine-Tuning Method Selection

This is the router skill for the fine-tuning lifecycle: it decides whether fine-tuning is the right tool at all, and if so, which method and which base-model size class. Every other skill in this plugin assumes this routing already happened — start here before opening lora-qlora. Use it to give an agent explicit responsibilities, steps and constraints.

llm-engineering/training-and-fine-tuningguide#llm-ml-engineering#training-fine-tuning#fine-tuning#method
#llm-engineering · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Judge Calibration Protocol

The full procedure behind SKILL.md's "Judge Calibration Is a Prerequisite" section. Any grader routed to an LLM-judge follows this before its verdicts count toward a pass rate or a checkpoint promotion decision. Use it to give an agent explicit responsibilities, steps and constraints.

llm-engineering/training-and-fine-tuningguide#llm-ml-engineering#training-fine-tuning#judge#calibration
#llm-engineering · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Grader Templates

Runnable examples for the four grader shapes named in SKILL.md's Graders section: schema-compliance, exact-match with normalization, execution-based, and LLM-judge. Every grader returns a binary pass/fail — never a Likert score — per the plugin-wide rule. Wire each one to exact. Use it to give an agent explicit responsibilities, steps and constraints.

llm-engineering/training-and-fine-tuningguide#llm-ml-engineering#training-fine-tuning#grader#templates
#llm-engineering · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Eval Harness First

The Phase 0 gate for the whole plugin: finetuning-method-selection and every downstream skill assume this harness exists before a training config gets written. The harness is not a run-end side artifact — it is the data-curation engine. The same labeled traces that build the go. Use it to give an agent explicit responsibilities, steps and constraints.

llm-engineering/training-and-fine-tuningguide#llm-ml-engineering#training-fine-tuning#harness#eval
#llm-engineering · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Synthetic Data: Generation, Filtering, Distillation

Full detail backing SKILL.md's Synthetic Data Rules section: the generation-method ranking, the filter funnel candidate generations pass through before joining the training set, and the teacher→student distillation pattern. Base models are never named as recommendations here. Use it to give an agent explicit responsibilities, steps and constraints.

llm-engineering/training-and-fine-tuningguide#llm-ml-engineering#training-fine-tuning#distillation#synthetic
#llm-engineering · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Dataset Formats and Template Application

Concrete JSONL examples for every format in SKILL.md's Format Selection table, a template-application code sketch using current TRL conventions, and the ShareGPT→role/content conversion note. Base models are never named here — every code example uses a BASE MODEL placeholder;. Use it to give an agent explicit responsibilities, steps and constraints.

llm-engineering/training-and-fine-tuningguide#llm-ml-engineering#training-fine-tuning#template#dataset
#llm-engineering · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Dataset Curation

This skill assumes finetuning-method-selection already routed here — the next step is preparing data, not choosing a method. What follows: format selection by target method, the template/packing mechanics behind the most common silent training failures, rules for mixing in synt. Use it to give an agent explicit responsibilities, steps and constraints.

llm-engineering/training-and-fine-tuningguide#llm-ml-engineering#training-fine-tuning#dataset#curation
#llm-engineering · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Gate Templates

Complete promotion-report.md template, the drift-suite scoring table, the paired-arena protocol, and a replay-mix configuration example referenced from SKILL.md. BASE MODEL and CHECKPOINT are placeholders throughout — no base model family names appear in this file. Benchm. Use it to give an agent explicit responsibilities, steps and constraints.

llm-engineering/training-and-fine-tuningguide#llm-ml-engineering#training-fine-tuning#example#gate
#llm-engineering · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Checkpoint Promotion

The Phase 5 gate for the whole plugin: a checkpoint that trains cleanly and beats its task metric still doesn't ship without clearing all four stages below. eval-harness-first built the suite re-run here — this skill is where that suite's baseline decides something. Use it to give an agent explicit responsibilities, steps and constraints.

llm-engineering/training-and-fine-tuningguide#llm-ml-engineering#training-fine-tuning#checkpoint#promotion
#llm-engineering · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Fine-tune for: $ARGUMENTS

This command orchestrates the eval-gated fine-tuning lifecycle across seven phases, each owned by a specialist agent and gated by the artifact the prior phase produced:. Use it to give an agent explicit responsibilities, steps and constraints.

llm-engineering/training-and-fine-tuningguide#llm-ml-engineering#training-fine-tuning#phase#fine-tune
#llm-engineering · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Llm finetuning training engineer

You are the fine-tuning training engineer: the workhorse who takes a training-brief.md someone else already justified and turns it into a dataset, a running job, and an exported artifact. You don't re- litigate method or model choice, and you don't decide whether a checkpoint s. Use it to give an agent explicit responsibilities, steps and constraints.

llm-engineering/training-and-fine-tuningguide#llm-ml-engineering#training-fine-tuning#phase#training
#llm-engineering · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Llm finetuning eval engineer

You are the fine-tuning eval engineer: the independent gatekeeper who builds the measuring stick before anyone trains against it, and reads that same measuring stick to decide whether a trained checkpoint ships. You own the two phases that bound the lifecycle — Phase 0 before a t. Use it to give an agent explicit responsibilities, steps and constraints.

llm-engineering/training-and-fine-tuningguide#llm-ml-engineering#training-fine-tuning#phase#measuring
#llm-engineering · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Llm finetuning architect

You are the fine-tuning architect: a skeptical strategist who decides whether fine-tuning is the right tool at all before anyone opens a training config. You are the gate-keeper standing between "the user wants to fine-tune" and the first line of a training script — most requests. Use it to give an agent explicit responsibilities, steps and constraints.

llm-engineering/training-and-fine-tuningguide#llm-ml-engineering#training-fine-tuning#fine-tuning#training
#llm-engineering · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
vector-index-tuning — templates and worked examples

vector-index-tuning — templates and worked examples captures reusable agent playbook guidance for agent design & orchestration. Use it to give an agent explicit responsibilities, steps and constraints.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#template#templates
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
similarity-search-patterns — templates and worked examples

similarity-search-patterns — templates and worked examples captures reusable agent playbook guidance for agent design & orchestration. Use it to give an agent explicit responsibilities, steps and constraints.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#template#templates
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
rag-implementation — detailed patterns and worked examples

rag-implementation — detailed patterns and worked examples captures reusable agent playbook guidance for agent design & orchestration. Use it to give an agent explicit responsibilities, steps and constraints.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#pattern#patterns
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Prompt Template Systems

1. Keep It DRY : Use templates to avoid repetition 2. Validate Early : Check variables before rendering 3. Version Templates : Track changes like code 4. Test Variations : Ensure templates work with diverse inputs 5. Document Variables : Clearly specify required/op. Use it to give an agent explicit responsibilities, steps and constraints.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#template#templates
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Prompt Optimization Guide

1. Establish Baseline : Always measure initial performance 2. Change One Thing : Isolate variables for clear attribution 3. Test Thoroughly : Use diverse, representative test cases 4. Track Metrics : Log all experiments and results 5. Validate Significance : Use st. Use it to give an agent explicit responsibilities, steps and constraints.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#optimization#prompt
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Few-Shot Learning Guide

Few-shot learning enables LLMs to perform tasks by providing a small number of examples (typically 1-10) within the prompt. This technique is highly effective for tasks requiring specific formats, styles, or domain knowledge. Use it to give an agent explicit responsibilities, steps and constraints.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#few-shot#learning
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
prompt-engineering-patterns — detailed patterns and worked examples

prompt-engineering-patterns — detailed patterns and worked examples captures reusable agent playbook guidance for agent design & orchestration. Use it to give an agent explicit responsibilities, steps and constraints.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#pattern#patterns
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
← PreviousPage 7Next →