AI Ninja Program
Cyan eye
— Data & observation. See what the model sees.
Purple eye
— Intelligence & intuition. Think like a network.
Neural bridge
— Connecting data to decisions.
Hood & headband
— The ninja identity. Mastery through practice.
Orbiting nodes
— Data in motion. Always learning.
☀
☾
★
Bookmark this step
↻
Reset all progress
Clear all progress and bookmarks?
Yes, reset
Cancel
⚠
Are you sure?
Cancel
Confirm
←
Back to portal
↺
Working with LLM APIs
Direct a general-purpose LLM with natural language instructions
0%
·
0 of 4 steps completed
·
~90 min · Build a threat intelligence assistant
1
Your First API Call
Understand the request/response structure
{
}
2
System Prompt Design
Control model behaviour with a security analyst persona
SYSTEM
3
Structured JSON Output
Machine-readable output for pipeline integration
{
"id":
42,
"ok":
true,
"sev":
"hi"
}
4
Multi-Turn Conversation
Maintain context across multiple exchanges