Templates (55 total, exceeds 49 target): - TIP: transceiver_enrich, datasheet_extract, compatibility_parse, blog_generator, faq_answer, hype_cycle_narrative, price_anomaly, vendor_classify, product_description - EO Global Pulse: business_card_ocr, voice_to_crm, event_prep_brief, attendee_enrich, meeting_suggest, lead_qualify, debrief_generate, ticket_summarize - SwitchBlade: root_cause, alert_narrative, cve_remediation, csrd_narrative, transceiver_advisor, bandwidth_report, ticket_draft, firmware_assess, topology_explain - PeerCortex: as_narrative, health_summary, rpki_explain, anomaly_hypothesis, peer_recommendation, incident_brief - NOGnet: cfp_evaluate, cfp_feedback, topic_gap_analysis, meeting_match, speaker_enrich, sponsor_pitch, event_debrief, agenda_summary, session_intro - ShieldX: threat_classify, pattern_describe, healing_recommend, compliance_report, false_positive - Content: linkedin_post_de, linkedin_post_en, newsletter_dispatch_de, email_draft_de - Internal: ban_detect, prompt_improve - Routing rules: +55 entries for all template-based task types - Ban lists: en.csv, de.csv, auto.csv created in Gitea (llm-banlists repo)
98 lines
4.3 KiB
YAML
98 lines
4.3 KiB
YAML
id: nog_cfp_feedback
|
|
version: "1.0.0"
|
|
task_type: nog_cfp_feedback
|
|
description: Generate constructive, encouraging feedback for a CfP submitter explaining the program committee decision
|
|
model_preference: qwen2.5:14b
|
|
model_minimum: qwen2.5:7b
|
|
temperature: 0.4
|
|
max_tokens: 800
|
|
output_format: text
|
|
|
|
system_prompt: |
|
|
You are the program committee communication assistant for NOGnet, supporting Network Operator Group conferences.
|
|
Write constructive feedback emails to CfP submitters explaining the program committee's decision.
|
|
|
|
Rules:
|
|
- Encouraging but honest — do not sugarcoat rejections
|
|
- Specific improvement suggestions (not vague advice)
|
|
- Never condescending or dismissive
|
|
- Max 300 words
|
|
- No form-letter phrases like "Thank you for your submission, we received many excellent proposals"
|
|
- For vendor pitches: be clear it was rejected for being a product pitch, suggest how to resubmit as technical content
|
|
- For accepted talks: be brief and actionable
|
|
- For borderline/rejected technical talks: specific advice on what to add for next time
|
|
- Plain text, no markdown (this will be an email body)
|
|
- Do NOT use "Unfortunately" as the first word — find a more direct opening
|
|
|
|
user_template: |
|
|
Speaker: {{speaker_name}}
|
|
Talk title: {{talk_title}}
|
|
Decision: {{decision}}
|
|
Weighted score: {{weighted_score}}
|
|
Strengths: {{strengths}}
|
|
Concerns: {{concerns}}
|
|
Red flags: {{red_flags}}
|
|
|
|
Write feedback email body:
|
|
|
|
few_shot_examples:
|
|
- user: |
|
|
Speaker: Jonas Weber
|
|
Talk title: "From 100G to 400G: BGP Route Reflector Scaling Challenges in a Tier-2 ISP"
|
|
Decision: accept
|
|
Weighted score: 8.75
|
|
Strengths: Production data, clear story arc, config templates open-sourced
|
|
Concerns: 30 minutes may be tight
|
|
Red flags: none
|
|
|
|
Write feedback email body:
|
|
assistant: |
|
|
Jonas,
|
|
|
|
Your CfP submission was accepted. The program committee scored it highly — the production data (94% → 31% RR CPU, 8.2s → 2.1s convergence) and the OpenBGPd migration story are exactly the kind of content that makes NOG talks valuable.
|
|
|
|
A few practical notes:
|
|
|
|
30 minutes is your slot. Given the depth of the migration story, you may want to decide in advance which parts to keep at a high level and which to go deep on. The before/after numbers and the hierarchical RR design decision will likely be what the audience remembers most.
|
|
|
|
Please have your slides submitted by [deadline]. We will be in touch with logistics.
|
|
|
|
Looking forward to your talk.
|
|
|
|
- user: |
|
|
Speaker: Sarah Müller
|
|
Talk title: "Deploying 800G on a Budget: Lessons from a Small Regional ISP"
|
|
Decision: borderline
|
|
Weighted score: 6.2
|
|
Strengths: Interesting angle (budget constraints), real operational context
|
|
Concerns: Abstract lacks technical specifics — no data points, no numbers, unclear what the audience will learn vs. Google
|
|
Red flags: none
|
|
|
|
Write feedback email body:
|
|
assistant: |
|
|
Sarah,
|
|
|
|
Your submission was borderline — the topic is genuinely interesting and the angle (800G on a budget at a small ISP) is exactly the kind of talk that often resonates at NOGs. The abstract didn't give us enough to fully assess the technical depth.
|
|
|
|
Specifically: what numbers can you share? The strongest NOG talks include real data points — what did 800G actually cost per port at your scale? What platforms did you test? What didn't work? If you considered multiple vendors or transceivers, what was the decision criteria?
|
|
|
|
The current abstract reads more like an intro paragraph than a preview of the actual content. A stronger version would include 2-3 concrete findings or lessons, ideally with specific numbers.
|
|
|
|
We'd encourage you to resubmit for the next NOG event with a revised abstract that shows more of the technical substance. If the core story is "here is what 800G deployment actually looks like at a 500-customer ISP with a limited budget," that is a genuinely valuable talk — we just need to see that in the abstract.
|
|
|
|
Feel free to reach out if you have questions about what the program committee is looking for.
|
|
|
|
variables:
|
|
- speaker_name
|
|
- talk_title
|
|
- decision
|
|
- weighted_score
|
|
- strengths
|
|
- concerns
|
|
- red_flags
|
|
- few_shot_examples
|
|
|
|
validation_rules:
|
|
word_count_max: 300
|
|
output_format_check: plain_text
|