scan-v5.json (29557B)
1 { 2 "scan_version": 5, 3 "paper_type": "empirical", 4 "paper": { 5 "title": "How Do LLMs Fail In Agentic Scenarios? A Qualitative Analysis of Success and Failure Scenarios of Various LLMs in Agentic Simulations", 6 "authors": [ 7 "JV Roig" 8 ], 9 "year": 2025, 10 "venue": "arXiv", 11 "arxiv_id": "2512.07497", 12 "doi": null 13 }, 14 "checklist": { 15 "claims_and_evidence": { 16 "abstract_claims_supported": { 17 "applies": true, 18 "answer": true, 19 "justification": "All major abstract claims are backed by evidence: the scale-performance gap is shown by Llama 4 Maverick (400B) achieving 2/30 vs Granite 4 Small's 1/30 in Q402, and the DeepSeek V3 vs V3.1 comparison (59.4% vs 92.2%, identical architecture) supports the RL post-training attribution claim.", 20 "source": "haiku" 21 }, 22 "causal_claims_justified": { 23 "applies": true, 24 "answer": false, 25 "justification": "The paper claims DeepSeek V3.1's superiority 'derives primarily from post-training reinforcement learning,' but Section 6 explicitly acknowledges 'proprietary post-training does not allow attribution of observed behaviors to specific methods,' making the causal claim unverifiable.", 26 "source": "haiku" 27 }, 28 "generalization_bounded": { 29 "applies": true, 30 "answer": true, 31 "justification": "Section 6 explicitly bounds scope to three models, KAMI v0.1 scenarios that 'emphasize tool-grounded data correctness and may not generalize to long-horizon planning,' and a manually-analyzed 12.5% subsample.", 32 "source": "haiku" 33 }, 34 "alternative_explanations_discussed": { 35 "applies": true, 36 "answer": false, 37 "justification": "The paper does not systematically consider alternative explanations; DeepSeek V3.1's superiority is attributed to RL training without considering that data quality, RLHF recipe differences, or other post-training confounds could explain the gap.", 38 "source": "haiku" 39 }, 40 "proxy_outcome_distinction": { 41 "applies": true, 42 "answer": true, 43 "justification": "The paper's central motivation is explicitly distinguishing aggregate benchmark scores (proxies) from actual behavioral patterns in execution traces; this distinction is maintained throughout.", 44 "source": "haiku" 45 } 46 }, 47 "limitations_and_scope": { 48 "limitations_section_present": { 49 "applies": true, 50 "answer": true, 51 "justification": "Section 6 'Threats to Validity' is a dedicated limitations section listing five specific threats.", 52 "source": "haiku" 53 }, 54 "threats_to_validity_specific": { 55 "applies": true, 56 "answer": true, 57 "justification": "Threats include: only three models analyzed, scenarios may not generalize to long-horizon planning, proprietary post-training prevents attribution, single-tool-per-round constraint influences strategy, and temperature choice (0.4) effects are unexplored.", 58 "source": "haiku" 59 }, 60 "scope_boundaries_stated": { 61 "applies": true, 62 "answer": true, 63 "justification": "Scope is explicitly limited to KAMI v0.1 tasks, three selected models, a 30-trial random sample per scenario (12.5% of full dataset), and tasks emphasizing tool-grounded correctness rather than long-horizon planning.", 64 "source": "haiku" 65 } 66 }, 67 "conflicts_of_interest": { 68 "funding_disclosed": { 69 "applies": true, 70 "answer": false, 71 "justification": "No funding disclosure is present; the work is from Kamiwaza AI evaluating the Kamiwaza-developed KAMI benchmark and PICARD framework, representing an undisclosed potential conflict.", 72 "source": "haiku" 73 }, 74 "affiliations_disclosed": { 75 "applies": true, 76 "answer": true, 77 "justification": "Author affiliation 'Kamiwaza AI, jv@kamiwaza.ai' is clearly disclosed on the title page.", 78 "source": "haiku" 79 }, 80 "funder_independent_of_outcome": { 81 "applies": true, 82 "answer": false, 83 "justification": "The sole author is from Kamiwaza AI and is evaluating the Kamiwaza-developed KAMI benchmark and PICARD framework; the author has direct commercial interest in the benchmark's credibility and adoption.", 84 "source": "haiku" 85 }, 86 "financial_interests_declared": { 87 "applies": true, 88 "answer": false, 89 "justification": "No competing interests statement or declaration of financial interests is included anywhere in the paper.", 90 "source": "haiku" 91 } 92 }, 93 "scope_and_framing": { 94 "key_terms_defined": { 95 "applies": true, 96 "answer": true, 97 "justification": "Key terms are defined: 'agentic AI systems' are explicitly defined as 'capable of multi-step tool use, decision-making under uncertainty, and interaction with external environments'; the four failure archetypes are named and described with examples.", 98 "source": "haiku" 99 }, 100 "intended_contribution_clear": { 101 "applies": true, 102 "answer": true, 103 "justification": "Section 1.3 explicitly lists four contributions: qualitative analysis of agentic behavior at scale, taxonomy of success and failure modes, evidence against scale-as-predictor, and emergent principles for enterprise deployment.", 104 "source": "haiku" 105 }, 106 "engagement_with_prior_work": { 107 "applies": true, 108 "answer": true, 109 "justification": "The paper engages with prior work on benchmark contamination (Lewis et al., Magar & Schwartz, multiple others) and construct validity failures, explicitly positioning itself as the first 'systematic, cross-model, trace-level analysis conducted within controlled, repeatable environments.'", 110 "source": "haiku" 111 } 112 } 113 }, 114 "type_checklist": { 115 "empirical": { 116 "artifacts": { 117 "code_released": { 118 "applies": true, 119 "answer": false, 120 "justification": "No code is released; the paper only states 'The raw experiment data... will be made available,' which is a promise of future release. The KAMI benchmark and PICARD framework are proprietary Kamiwaza tools.", 121 "source": "haiku" 122 }, 123 "data_released": { 124 "applies": true, 125 "answer": false, 126 "justification": "Raw execution traces are promised for future release ('will be made available at https://docs.kamiwaza.ai/research/datasets') but are not currently available for verification.", 127 "source": "haiku" 128 }, 129 "environment_specified": { 130 "applies": true, 131 "answer": false, 132 "justification": "Key parameters (temperature=0.4, max rounds=20, context window=32K/128K) are reported, but no OS, hardware, model API versions with snapshot dates, or dependency specifications are provided.", 133 "source": "haiku" 134 }, 135 "reproduction_instructions": { 136 "applies": true, 137 "answer": false, 138 "justification": "No step-by-step reproduction instructions are provided; the KAMI benchmark and PICARD framework are proprietary, making independent replication impossible without access to Kamiwaza's infrastructure.", 139 "source": "haiku" 140 } 141 }, 142 "statistical_methodology": { 143 "confidence_intervals_or_error_bars": { 144 "applies": true, 145 "answer": true, 146 "justification": "Table 1 reports standard deviations, RSE, and 95% t-CIs for overall KAMI scores across all four models, though per-scenario success counts (e.g., 13/30) are reported without CIs.", 147 "source": "haiku" 148 }, 149 "significance_tests": { 150 "applies": true, 151 "answer": false, 152 "justification": "No statistical significance tests are applied to comparative claims between models on per-scenario success rates (e.g., 22/30 vs 2/30 in Q401), which are the main empirical claims of the paper.", 153 "source": "haiku" 154 }, 155 "effect_sizes_reported": { 156 "applies": true, 157 "answer": false, 158 "justification": "Raw success counts are given (e.g., 2/30, 29/30) but no formal effect sizes such as Cohen's d, odds ratios, or standardized mean differences are reported.", 159 "source": "haiku" 160 }, 161 "sample_size_justified": { 162 "applies": true, 163 "answer": false, 164 "justification": "The 30-trial sample (12.5% of 240 per scenario) is justified only by the practical constraint of manual analysis being time-intensive; no power calculation or statistical rationale is provided.", 165 "source": "haiku" 166 }, 167 "variance_reported": { 168 "applies": true, 169 "answer": true, 170 "justification": "Standard deviations are reported in Table 1 for overall KAMI scores; Table 2 shows 8 independent run scores for Q502 vs Q602 allowing variance assessment, though per-scenario qualitative counts have no spread reported.", 171 "source": "haiku" 172 } 173 }, 174 "evaluation_design": { 175 "baselines_included": { 176 "applies": true, 177 "answer": true, 178 "justification": "Three models spanning different performance bands are compared; DeepSeek V3 is included as a baseline for V3.1 specifically to isolate the effect of post-training changes on agentic performance.", 179 "source": "haiku" 180 }, 181 "baselines_contemporary": { 182 "applies": true, 183 "answer": true, 184 "justification": "All models evaluated (Granite 4 Small released Oct 2025, Llama 4 Maverick April 2025, DeepSeek V3.1 2025) were current at time of writing in December 2025.", 185 "source": "haiku" 186 }, 187 "ablation_study": { 188 "applies": true, 189 "answer": false, 190 "justification": "No formal ablation study; the Q502 vs Q602 comparison (adding explicit hints) is the closest analogue but covers only one model (DeepSeek V3.1) on one scenario pair.", 191 "source": "haiku" 192 }, 193 "multiple_metrics": { 194 "applies": true, 195 "answer": true, 196 "justification": "The paper uses per-trial binary success/failure counts, overall pooled accuracy with CIs, qualitative behavioral pattern taxonomy, error-recovery trait comparison (Table 3), and per-scenario success breakdowns.", 197 "source": "haiku" 198 }, 199 "human_evaluation": { 200 "applies": true, 201 "answer": true, 202 "justification": "Manual analysis of all 900 execution traces by human researchers using emergent coding is the primary methodology; Section 2.4 describes the process in detail.", 203 "source": "haiku" 204 }, 205 "held_out_test_set": { 206 "applies": false, 207 "answer": false, 208 "justification": "This is a behavioral analysis study using a benchmark with randomized parameters per trial, not a prediction or machine learning task; held-out test sets are not applicable.", 209 "source": "haiku" 210 }, 211 "per_category_breakdown": { 212 "applies": true, 213 "answer": true, 214 "justification": "Results are broken down for each of 3 models × 10 scenarios = 30 distinct result sections, with per-scenario success counts and qualitative pattern descriptions for each combination.", 215 "source": "haiku" 216 }, 217 "failure_cases_discussed": { 218 "applies": true, 219 "answer": true, 220 "justification": "Failure case analysis is the primary contribution; specific failure patterns are documented with verbatim execution trace excerpts for every model-scenario combination, including hallucination, generation loops, and schema misinterpretation examples.", 221 "source": "haiku" 222 }, 223 "negative_results_reported": { 224 "applies": true, 225 "answer": true, 226 "justification": "Negative results are extensively reported: Granite 4 Small fails all 30 Q401 trials, Llama 4 Maverick achieves only 2/30 in Q402, and even DeepSeek V3.1 fails 10/30 in Q503 due to context pollution.", 227 "source": "haiku" 228 } 229 }, 230 "setup_transparency": { 231 "model_versions_specified": { 232 "applies": true, 233 "answer": true, 234 "justification": "Models are identified with full version names and parameter counts (Granite 4 Small 32B dense, Llama 4 Maverick 400B total/17B active MoE, DeepSeek V3.1 671B total/37B active MoE); the V3 vs V3.1 distinction is used as a key comparison.", 235 "source": "haiku" 236 }, 237 "prompts_provided": { 238 "applies": true, 239 "answer": true, 240 "justification": "Complete task instruction templates with all randomization variables are provided in Appendix A; full tool descriptions as loaded into the system prompt are provided verbatim in Appendix B.", 241 "source": "haiku" 242 }, 243 "hyperparameters_reported": { 244 "applies": true, 245 "answer": true, 246 "justification": "Key hyperparameters are reported: temperature=0.4, max inference rounds=20, max output tokens=8K for non-thinking models, context window=32K (non-thinking)/128K (thinking), single-tool-per-round constraint.", 247 "source": "haiku" 248 }, 249 "scaffolding_described": { 250 "applies": true, 251 "answer": true, 252 "justification": "The agentic scaffolding is described in detail: 29 tools across 5 categories, single-tool-per-round constraint, universal tool parser behavior, and tool error message format; Appendix B provides complete tool parameter specs.", 253 "source": "haiku" 254 }, 255 "data_preprocessing_documented": { 256 "applies": true, 257 "answer": true, 258 "justification": "Appendix A provides complete sandbox setup definitions including CSV header types, row count ranges, SQLite schema generation rules, and randomization parameters using the PICARD framework.", 259 "source": "haiku" 260 } 261 }, 262 "data_integrity": { 263 "raw_data_available": { 264 "applies": true, 265 "answer": false, 266 "justification": "The 900 execution traces are promised for future release but are not currently available; the KAMI benchmark infrastructure required to regenerate data is proprietary.", 267 "source": "haiku" 268 }, 269 "data_collection_described": { 270 "applies": true, 271 "answer": true, 272 "justification": "Section 2.3 describes trial configuration (240 trials per model per scenario with randomized parameters) and Section 2.4 explains the random sampling of 30/240 trials and emergent coding methodology.", 273 "source": "haiku" 274 }, 275 "recruitment_methods_described": { 276 "applies": false, 277 "answer": false, 278 "justification": "No human participants; LLM models are evaluated via the KAMI benchmark, not recruited.", 279 "source": "haiku" 280 }, 281 "data_pipeline_documented": { 282 "applies": true, 283 "answer": true, 284 "justification": "The pipeline from PICARD test definition → randomized sandbox creation → LLM execution → trace logging → random sampling → manual qualitative coding is described across Sections 2–4.", 285 "source": "haiku" 286 } 287 }, 288 "contamination": { 289 "training_cutoff_stated": { 290 "applies": true, 291 "answer": false, 292 "justification": "Training data cutoffs are not stated for any of the three evaluated models (Granite 4 Small, Llama 4 Maverick, DeepSeek V3.1).", 293 "source": "haiku" 294 }, 295 "train_test_overlap_discussed": { 296 "applies": true, 297 "answer": true, 298 "justification": "Section 1.1 extensively discusses benchmark contamination as a systemic problem, and Section 2.3 explains that PICARD's randomized data generation ('randomized task parameters... to probe real-world capability rather than memorized responses') mitigates this.", 299 "source": "haiku" 300 }, 301 "benchmark_contamination_addressed": { 302 "applies": true, 303 "answer": true, 304 "justification": "KAMI v0.1 uses randomized file names, text content, CSV data, and database records per trial, explicitly designed via the PICARD framework to prevent contamination and memorization-based inflation.", 305 "source": "haiku" 306 } 307 }, 308 "human_studies": { 309 "pre_registered": { 310 "applies": false, 311 "answer": false, 312 "justification": "No human participants in the study.", 313 "source": "haiku" 314 }, 315 "irb_or_ethics_approval": { 316 "applies": false, 317 "answer": false, 318 "justification": "No human participants in the study.", 319 "source": "haiku" 320 }, 321 "demographics_reported": { 322 "applies": false, 323 "answer": false, 324 "justification": "No human participants in the study.", 325 "source": "haiku" 326 }, 327 "inclusion_exclusion_criteria": { 328 "applies": false, 329 "answer": false, 330 "justification": "No human participants in the study.", 331 "source": "haiku" 332 }, 333 "randomization_described": { 334 "applies": false, 335 "answer": false, 336 "justification": "No human participants in the study.", 337 "source": "haiku" 338 }, 339 "blinding_described": { 340 "applies": false, 341 "answer": false, 342 "justification": "No human participants in the study.", 343 "source": "haiku" 344 }, 345 "attrition_reported": { 346 "applies": false, 347 "answer": false, 348 "justification": "No human participants in the study.", 349 "source": "haiku" 350 } 351 }, 352 "cost_and_practicality": { 353 "inference_cost_reported": { 354 "applies": true, 355 "answer": false, 356 "justification": "No inference cost or latency data is reported for the 900 analyzed trials or the full KAMI v0.1 corpus.", 357 "source": "haiku" 358 }, 359 "compute_budget_stated": { 360 "applies": true, 361 "answer": false, 362 "justification": "The total computational budget for running the experiments is not stated; the referenced KAMI paper mentions '5.5 billion tokens' but this study does not quantify its own budget.", 363 "source": "haiku" 364 } 365 } 366 } 367 }, 368 "claims": [ 369 { 370 "claim": "Model scale alone does not predict agentic robustness: Llama 4 Maverick (400B) achieves only marginal improvements over Granite 4 Small (32B) on several tasks", 371 "evidence": "Llama 4 Maverick achieves 2/30 in Q402 vs Granite 4 Small's 1/30; DeepSeek V3 (671B, same architecture as V3.1) scores 59.4% vs Granite's 58.5% overall despite a 20x parameter gap", 372 "supported": "strong" 373 }, 374 { 375 "claim": "DeepSeek V3.1's superior reliability derives primarily from post-training RL rather than architecture or size", 376 "evidence": "DeepSeek V3 vs V3.1 comparison with identical architecture shows 59.4% vs 92.2%; however, authors acknowledge 'proprietary post-training does not allow attribution of observed behaviors to specific methods'", 377 "supported": "moderate" 378 }, 379 { 380 "claim": "Four recurring failure archetypes exist across all model families: premature commitment without grounding, over-helpfulness leading to autonomous substitution, sensitivity to context pollution, and fragile execution under load", 381 "evidence": "All four patterns are documented with verbatim trace examples across all three models; context pollution (distractor tables) causes failures in all three models in Q503", 382 "supported": "strong" 383 }, 384 { 385 "claim": "Recovery capability, not initial correctness, is the primary predictor of overall agentic success", 386 "evidence": "DeepSeek V3.1's dominance attributed qualitatively to error recognition and correction behavior; Llama 4 Maverick shows high initial capability but frequent coherence collapse during debugging attempts (14/28 Q402 failures are generation loops)", 387 "supported": "moderate" 388 }, 389 { 390 "claim": "Explicit prompting intervention addressing the 'over-helpfulness' failure mode dramatically improves performance", 391 "evidence": "Table 2 shows DeepSeek V3.1 averaging 52.9% on Q502 vs 87.5% on Q602 (which adds one sentence hint about missing data returning 0), across 8 independent runs", 392 "supported": "strong" 393 }, 394 { 395 "claim": "Over-helpfulness alignment tuning causes enterprise-dangerous behavior where models substitute plausible alternatives for missing entities instead of returning zero", 396 "evidence": "Both DeepSeek V3.1 and Llama 4 Maverick exhibit autonomous company name substitution in Q502; paper notes this 'would be a disaster in enterprise scenarios where agents at scale operate like this autonomously'", 397 "supported": "strong" 398 } 399 ], 400 "methodology_tags": [ 401 "qualitative", 402 "benchmark-eval", 403 "observational" 404 ], 405 "key_findings": "Qualitative analysis of 900 agentic execution traces across three LLMs reveals four cross-model failure archetypes: premature commitment without grounding (guessing schemas instead of inspecting them), over-helpfulness under uncertainty (substituting plausible alternatives for missing data), sensitivity to context pollution ('Chekhov's gun' effect where distractor tables trigger incorrect reasoning), and fragile execution under cognitive load (generation loops, malformed tool calls). Model scale does not predict agentic reliability—DeepSeek V3 (671B) barely outperforms Granite 4 Small (32B: 59.4% vs 58.5%) while V3.1 with identical architecture scores 92.2%, attributing the gap to post-training choices. Recovery capability is the primary differentiator: DeepSeek V3.1 succeeds by consistently diagnosing and correcting errors rather than avoiding them. Simple prompting interventions raise DeepSeek V3.1 from 52.9% to 87.5% on Q502 by addressing one specific failure mode, demonstrating that context engineering can be more impactful than raw model capability.", 406 "red_flags": [ 407 { 408 "flag": "Author evaluating own benchmark", 409 "detail": "The sole author is from Kamiwaza AI and the paper's primary purpose is to demonstrate the value of the Kamiwaza-developed KAMI benchmark and PICARD framework. No independent third-party validation of the benchmark design or results is present." 410 }, 411 { 412 "flag": "AI-generated manuscript sections disclosed", 413 "detail": "The paper discloses that approximately 30% of content was directly generated by AI (Claude Opus 4.5, Qwen Chat, GPT-5), including the Abstract, Introduction, Methodology, and Conclusion—the sections most readers rely on for understanding claims and methodology." 414 }, 415 { 416 "flag": "Very small qualitative sample with no representativeness check", 417 "detail": "Only 3 models out of ~60 evaluated are analyzed, and only 30/240 trials (12.5%) per scenario are reviewed manually with no statistical check for whether the subsample reflects the full distribution." 418 }, 419 { 420 "flag": "Unverifiable causal attribution to RL training", 421 "detail": "The central claim that DeepSeek V3.1's superiority 'derives primarily from post-training RL' is explicitly undermined by the authors' own admission in Section 6 that 'proprietary post-training does not allow attribution of observed behaviors to specific methods.'", 422 "source": "haiku" 423 }, 424 { 425 "flag": "Data not yet released", 426 "detail": "All 900 execution traces are promised for future release but are not currently available, and the KAMI benchmark infrastructure is proprietary, making independent verification or replication impossible." 427 }, 428 { 429 "flag": "No significance testing on main comparative claims", 430 "detail": "Comparative claims between models on per-scenario success rates (e.g., 2/30 vs 29/30) are made without statistical significance tests; with n=30, even large-looking differences could be within chance variation for some scenarios." 431 } 432 ], 433 "cited_papers": [ 434 { 435 "title": "Towards a Standard, Enterprise-Relevant Agentic AI Benchmark: Lessons from 5.5 Billion Tokens' Worth of Agentic AI Evaluations", 436 "relevance": "The KAMI v0.1 benchmark paper by the same author; this qualitative study builds directly on its benchmark scores and scenarios." 437 }, 438 { 439 "title": "Testing What Models Can Do, Not What They've Seen: PICARD: Probing Intelligent Capabilities via Artificial Randomized Data", 440 "relevance": "The PICARD framework underlying KAMI's randomized task generation design, directly relevant to the contamination-prevention methodology." 441 }, 442 { 443 "title": "Agentic Misalignment: How LLMs Could Be an Insider Threat", 444 "relevance": "Cited as source of the 'Chekhov's gun' concept to explain context pollution vulnerability, a central finding of the paper." 445 }, 446 { 447 "title": "Can we trust AI benchmarks? An interdisciplinary review of current issues in AI evaluation", 448 "relevance": "Key motivation for the study's critique of traditional benchmarks and their inadequacy for measuring agentic capabilities." 449 }, 450 { 451 "title": "Benchmark Data Contamination of Large Language Models: A Survey", 452 "relevance": "Cited as systematic evidence that contamination undermines standard benchmarks, motivating KAMI's randomized approach." 453 }, 454 { 455 "title": "Language Model Developers Should Report Train-Test Overlap", 456 "relevance": "Cited as evidence for contamination as a systemic problem in benchmark evaluation." 457 }, 458 { 459 "title": "Effective Context Engineering for AI Agents", 460 "relevance": "Cited in support of the finding that context quality matters more than quantity, directly relevant to the distractor table failure mode." 461 }, 462 { 463 "title": "Memorization Without Overfitting: Analyzing the Training Dynamics of Large Language Models", 464 "relevance": "Cited as evidence that contamination produces effects similar to memorization, motivating randomized benchmark design." 465 } 466 ], 467 "engagement_factors": { 468 "practical_relevance": { 469 "score": 3, 470 "justification": "Directly actionable for enterprise AI deployment: specific failure modes, mitigation strategies (context engineering, tool/prompt design), and the dramatic Q502 vs Q602 intervention result are immediately applicable." 471 }, 472 "surprise_contrarian": { 473 "score": 2, 474 "justification": "The finding that a 400B MoE model (Llama 4 Maverick) barely outperforms a 32B dense model in some tasks, and that DeepSeek V3 (671B) matches Granite 4 Small, challenges common assumptions about scale predicting capability." 475 }, 476 "fear_safety": { 477 "score": 2, 478 "justification": "The 'over-helpfulness' failure mode—where enterprise agents autonomously substitute plausible alternatives for missing data—is a genuine data integrity risk highlighted as catastrophic at scale." 479 }, 480 "drama_conflict": { 481 "score": 1, 482 "justification": "Some implicit framing of Kamiwaza's benchmark vs standard benchmarks, but no explicit controversy or named conflict between research groups." 483 }, 484 "demo_ability": { 485 "score": 1, 486 "justification": "The KAMI benchmark is proprietary and not publicly accessible; readers cannot try the benchmark themselves, though the PICARD test definitions in Appendix A could enable partial independent replication." 487 }, 488 "brand_recognition": { 489 "score": 1, 490 "justification": "Kamiwaza AI is not a prominent research institution; the evaluated models (Granite 4, Llama 4 Maverick, DeepSeek V3.1) have brand recognition but the evaluating organization does not." 491 } 492 }, 493 "hn_data": { 494 "threads": [ 495 { 496 "hn_id": "29580686", 497 "title": "Entanglement between superconducting qubits and a tardigrade", 498 "points": 152, 499 "comments": 114, 500 "url": "https://news.ycombinator.com/item?id=29580686", 501 "created_at": "2021-12-16T17:15:54Z" 502 }, 503 { 504 "hn_id": "30078848", 505 "title": "Phishing in organizations: Findings from a large-scale and long-term study", 506 "points": 30, 507 "comments": 10, 508 "url": "https://news.ycombinator.com/item?id=30078848", 509 "created_at": "2022-01-25T22:11:11Z" 510 }, 511 { 512 "hn_id": "29576319", 513 "title": "Entanglement between superconducting qubits and a tardigrade", 514 "points": 2, 515 "comments": 2, 516 "url": "https://news.ycombinator.com/item?id=29576319", 517 "created_at": "2021-12-16T08:45:26Z" 518 }, 519 { 520 "hn_id": "47041986", 521 "title": "A Survey of In-Context Reinforcement Learning", 522 "points": 2, 523 "comments": 0, 524 "url": "https://news.ycombinator.com/item?id=47041986", 525 "created_at": "2026-02-17T00:01:18Z" 526 }, 527 { 528 "hn_id": "46050609", 529 "title": "Slimmable Neural Amp Modeler Models", 530 "points": 1, 531 "comments": 0, 532 "url": "https://news.ycombinator.com/item?id=46050609", 533 "created_at": "2025-11-25T20:49:57Z" 534 } 535 ], 536 "top_points": 152, 537 "total_points": 187, 538 "total_comments": 126 539 } 540 }