Five LLM development lessons from building an AI Jira analytics tool at Luna
Luna's team found that approximately 80% of problematic LLM outputs traced to data quality rather than prompt engineering, and that building reliable LLM-based Jira analytics required navigating challenges around temporal reasoning, model sycophancy, and parameter configuration.
Initial efforts focused on prompt engineering produced minimal improvement; setting temperature to 0 made models too rigid for nuanced analysis; models lacked inherent date awareness causing errors in time-sensitive sprint and deadline analysis; and models sometimes reinforced user biases rather than providing objective assessments.
After addressing data quality, temporal context, temperature tuning, chain-of-thought prompting, and output scoping, Luna dramatically improved the reliability, accuracy, and overall effectiveness of their AI Jira analytics products, eliminating entire categories of errors.
Frequently asked questions
What did this team achieve with this AI workflow?
After addressing data quality, temporal context, temperature tuning, chain-of-thought prompting, and output scoping, Luna dramatically improved the reliability, accuracy, and overall effectiveness of their AI Jira ana…
What tools did this team use?
GPT-4, Claude 3.7, Jira.
What results were reported?
Problematic cases caused by data quality: approximately 80%; Reliability and accuracy improvement: dramatically improved; Error category eliminated: eliminated an entire category of errors; ROI of chain-of-thought prompting: significant (source-reported, not independently verified).
What failed first in this deployment?
Initial efforts focused on prompt engineering produced minimal improvement; setting temperature to 0 made models too rigid for nuanced analysis; models lacked inherent date awareness causing errors in time-sensitive s…
How is this back office ops AI workflow structured?
Jira data ingestion → Data quality preprocessing → Temporal context computation → LLM chain-of-thought analysis → Summaries and insights output.