Nextcraft
Tomás Vega

Tomás Vega

LLM Application Developer · RAG, function calling, streaming

AI Orchestration EngineerVerified
Match Score93%

Built a document-grounded Q&A product from zero to 50K daily actives. Specializes in retrieval quality and output validation.

10Artifacts
87Defense Score (avg)
12Microcredentials
3Competencies Mastered

Process Trace Summary

  1. Repository initializedJul 15

    Created project scaffold with README and license.

  2. First commit pushedJul 17

    Initial proof-of-concept with placeholder data.

  3. Evaluation harness addedAug 19

    Wired up 50-question regression suite with LLM-as-judge.

  4. Peer review feedbackAug 21

    Two reviewers flagged edge cases in retrieval fallback path.

  5. Iteration — fallback hardenedSep 23

    Added retry + validation; eval score improved 12 points.

  6. Final submissionSep 25

    Artifact submitted for oral defense scheduling.

Oral Defense Transcripts

Recorded Q&A from each verified oral defense session. Expand a session to read the transcript.

Q1

Walk us through the architecture of your artifact. Why did you choose this approach?

A

I chose a plan-and-execute topology because the task required multi-step retrieval with reflection. The plan node decomposes the query, sub-agents retrieve and draft in parallel, and a reflection node scores and routes for a second pass when below threshold.

Q2

What evaluation did you run, and what were the headline numbers?

A

I ran a 50-query regression suite scored by LLM-as-judge calibrated against a human panel (0.86 agreement). Baseline scored 71%; the reflection pass lifted it to 88% with a 14% latency cost, which stayed within budget.

Q3

Describe a failure mode you found and how you mitigated it.

A

Retrieval fallback returned stale context on schema changes. I added a freshness check + retry with a smaller context window, which reduced stale-grounded answers from 9% to under 2%.

Competency Progress

Agent Architecture Patterns In Progress
Multi-Agent Communication In Progress
Tool Use & Function Calling In Progress
Prompt Engineering FundamentalsAvailable
RAG Pipeline DesignAvailable
Vector Databases & Embeddings Mastered
LLM Evaluation & Metrics Mastered
Guardrails & Output Validation Mastered

Microcredential Verification

Agent Architecture PatternsIssued Jun 12, 2026
93Verified
Multi-Agent CommunicationIssued Jul 12, 2026
94Verified
Tool Use & Function CallingIssued Aug 12, 2026
95Verified
Prompt Engineering FundamentalsIssued Sep 12, 2026
85Verified
RAG Pipeline DesignIssued Oct 12, 2026
86Verified