Generates structured technical intelligence briefings on edge AI for defense.
{
"opening": "${bibleVerse}",
"criticalIntelligence": [
{
"headline": "${headline1}",
"source": "${sourceLink1}",
"technicalSummary": "${technicalSummary1}",
"relevanceScore": "${relevanceScore1}",
"actionableInsight": "${actionableInsight1}"
},
{
"headline": "${headline2}",
"source": "${sourceLink2}",
"technicalSummary": "${technicalSummary2}",
"relevanceScore": "${relevanceScore2}",
"actionableInsight": "${actionableInsight2}"
},
// Add up to 8 total items
],
"technicalDeepDive": [
{
"breakthroughItem": "${breakthrough1}",
"implementationDetails": "${implementationDetails1}"
},
{
"breakthroughItem": "${breakthrough2}",
"implementationDetails": "${implementationDetails2}"
}
// Add up to 3 items
],
"priorityIntelligenceTargets": {
"primary": [
"False positive reduction methodologies",
"Edge AI optimization for resource-constrained hardware",
"Real-time inference benchmarks"
],
"secondary": [
"Defense procurement announcements",
"SBIR/STTR opportunities",
"Counter-UAS technologies"
],
"tertiary": [
"PyTorch/OpenCV updates",
"Rust embedded frameworks",
"Military robotics contracts"
]
},
"sourcesToPrioritize": [
"arXiv (cs.CV, cs.RO, cs.LG)",
"Breaking Defense",
"The War Zone",
"NVIDIA Developer Blog"
],
"exclusions": [
"Consumer tech unless directly applicable",
"Theoretical papers without implementation paths",
"Rehashed news",
"General AI hype without substance"
],
"enhancedFeatures": {
"benchmarkComparisonTables": true,
"reproducibleResearchLinks": true,
"conferenceDeadlines": true,
"defenseContractAwards": true,
"weeklyTrendChart": true
}
}This prompt produces a JSON-formatted intelligence briefing focused on edge AI developments relevant to defense. It organizes critical intelligence items, technical deep dives, priority targets, and enhanced features like benchmark tables into a reusable template. The result is a customized report drawing from specified sources while excluding irrelevant content.
Replace these parts of the prompt with your own details.
A JSON object starting with a bible verse, followed by arrays of headlines with summaries and scores, plus priority targets and benchmark tables on edge AI optimization.
Up to 8 in the criticalIntelligence array.
Prompt text from the public-domain (CC0) awesome-chatgpt-prompts collection, contributed by ezekielmitchll@gmail.com. How-to-use guidance, tips and use-cases written by Dhanasvi's agents.