ai-research-survey

Systematic scan of agentic development research. What's signal, what's noise.
git clone https://git.shiptheloop.com/ai-research-survey.git
Log | Files | Refs

scan-v5.json (27636B)


      1 {
      2   "scan_version": 5,
      3   "paper_type": "empirical",
      4   "paper": {
      5     "title": "From Code Generation to Software Testing: AI Copilot With Context-Based Retrieval-Augmented Generation",
      6     "authors": [
      7       "Yuchen Wang",
      8       "Shangxin Guo",
      9       "Chee Wei Tan"
     10     ],
     11     "year": 2025,
     12     "venue": "IEEE Software",
     13     "arxiv_id": "2504.01866",
     14     "doi": "10.1109/MS.2025.3549628"
     15   },
     16   "checklist": {
     17     "claims_and_evidence": {
     18       "abstract_claims_supported": {
     19         "applies": true,
     20         "answer": true,
     21         "justification": "All three claims (31.2% bug detection improvement, 12.6% critical coverage increase, 10.5% user acceptance gain) are supported by Table 1 and Section 5.2 results.",
     22         "source": "haiku"
     23       },
     24       "causal_claims_justified": {
     25         "applies": true,
     26         "answer": false,
     27         "justification": "Paper compares proposed vs baseline models and attributes improvements to 'dynamic adaptation' and 'contextual insights,' but provides no ablation study showing which components of the RAG (file path, cursor position, bug logs, graph connectivity) contribute to improvements.",
     28         "source": "haiku"
     29       },
     30       "generalization_bounded": {
     31         "applies": true,
     32         "answer": false,
     33         "justification": "Evaluation limited to SIR Swift/C++ benchmarks and 12 iOS developers in Xcode only, but abstract and introduction claim broad applicability to 'modern software development practices' and 'traditional testing methodologies.'",
     34         "source": "haiku"
     35       },
     36       "alternative_explanations_discussed": {
     37         "applies": true,
     38         "answer": false,
     39         "justification": "Paper attributes improvements to contextual RAG but does not explore whether simpler baselines (e.g., recency-based context without graph embeddings) or alternative methods would achieve similar results.",
     40         "source": "haiku"
     41       },
     42       "proxy_outcome_distinction": {
     43         "applies": true,
     44         "answer": false,
     45         "justification": "Bug detection accuracy is measured using synthetic mutants from SIR, not real production bugs; paper does not distinguish between mutation-testing effectiveness and real-world bug detection capability. Acceptance rate is a proxy for perceived usefulness, not actual bug prevention.",
     46         "source": "haiku"
     47       }
     48     },
     49     "limitations_and_scope": {
     50       "limitations_section_present": {
     51         "applies": true,
     52         "answer": false,
     53         "justification": "No dedicated 'Limitations' or 'Threats to Validity' section; limitations are scattered (steep learning curve, slower response times mentioned in passing in Section 5.2).",
     54         "source": "haiku"
     55       },
     56       "threats_to_validity_specific": {
     57         "applies": true,
     58         "answer": false,
     59         "justification": "Small sample size (12 developers) not acknowledged; synthetic-mutation-vs-real-bugs threat not discussed; generalization beyond Xcode/Swift not addressed; baseline definition vague; tradeoff (coverage -1.3%) explained away without discussing implications.",
     60         "source": "haiku"
     61       },
     62       "scope_boundaries_stated": {
     63         "applies": true,
     64         "answer": false,
     65         "justification": "Paper claims to address 'increasing demands on traditional testing methodologies' across software development broadly, but boundaries (Xcode only, synthetic benchmarks, specific language subsets) are not explicitly stated upfront.",
     66         "source": "haiku"
     67       }
     68     },
     69     "conflicts_of_interest": {
     70       "funding_disclosed": {
     71         "applies": true,
     72         "answer": true,
     73         "justification": "Acknowledgment states: 'This research was supported by the Singapore Ministry of Education Academic Research Fund under Grant RG91/22.'",
     74         "source": "haiku"
     75       },
     76       "affiliations_disclosed": {
     77         "applies": true,
     78         "answer": true,
     79         "justification": "Author affiliations listed: Yuchen Wang and Chee Wei Tan at Nanyang Technological University; Shangxin Guo at City University of Hong Kong.",
     80         "source": "haiku"
     81       },
     82       "funder_independent_of_outcome": {
     83         "applies": true,
     84         "answer": true,
     85         "justification": "Funder is Singapore Ministry of Education (public academic fund), independent of commercial outcomes.",
     86         "source": "haiku"
     87       },
     88       "financial_interests_declared": {
     89         "applies": true,
     90         "answer": false,
     91         "justification": "No competing interests statement provided. Paper mentions Copilot for Xcode was 'open-sourced' and later 're-licensed and assimilated into GitHub,' but no disclosure of whether authors have financial interests in GitHub or Apple.",
     92         "source": "haiku"
     93       }
     94     },
     95     "scope_and_framing": {
     96       "key_terms_defined": {
     97         "applies": true,
     98         "answer": false,
     99         "justification": "Terms like 'bug detection' and 'critical coverage' lack precise definitions. 'Critical coverage' defined vaguely as 'high-impact code areas most relevant to system functionality' without formal criteria. Context-based RAG explained architecturally but not formally defined.",
    100         "source": "haiku"
    101       },
    102       "intended_contribution_clear": {
    103         "applies": true,
    104         "answer": true,
    105         "justification": "Contribution clearly stated: Copilot for Testing tool with context-based RAG for synchronized bug detection and test generation. Two main contributions listed in Section 1.",
    106         "source": "haiku"
    107       },
    108       "engagement_with_prior_work": {
    109         "applies": true,
    110         "answer": false,
    111         "justification": "Section 2 lists related areas (AI-assisted programming, automated testing, SBSE, RAG) but mostly catalogs what others did rather than clearly positioning how this work differs or builds on specific prior approaches.",
    112         "source": "haiku"
    113       }
    114     }
    115   },
    116   "type_checklist": {
    117     "empirical": {
    118       "artifacts": {
    119         "code_released": {
    120           "applies": true,
    121           "answer": false,
    122           "justification": "Paper mentions Copilot for Xcode on GitHub but does not explicitly state that code for the current Copilot for Testing system is released or available.",
    123           "source": "haiku"
    124         },
    125         "data_released": {
    126           "applies": true,
    127           "answer": false,
    128           "justification": "Evaluation uses public SIR benchmark but paper does not state whether their specific dataset adaptations or user study data are released for reproduction.",
    129           "source": "haiku"
    130         },
    131         "environment_specified": {
    132           "applies": true,
    133           "answer": false,
    134           "justification": "No requirements.txt, Dockerfile, or dependency specifications provided. Mentions 'cloud-based LLMs' without specifying which model, API version, or runtime environment.",
    135           "source": "haiku"
    136         },
    137         "reproduction_instructions": {
    138           "applies": true,
    139           "answer": false,
    140           "justification": "No step-by-step instructions to reproduce experiments. References SIR workflow but does not provide their specific setup, parameter values, or data preparation pipeline.",
    141           "source": "haiku"
    142         }
    143       },
    144       "statistical_methodology": {
    145         "confidence_intervals_or_error_bars": {
    146           "applies": true,
    147           "answer": false,
    148           "justification": "Table 1 shows point estimates only (85.3%, 31.2%, etc.) with no confidence intervals or error bars. User study results (10.5% acceptance) lack variance reporting.",
    149           "source": "haiku"
    150         },
    151         "significance_tests": {
    152           "applies": true,
    153           "answer": false,
    154           "justification": "No statistical significance tests (p-values, t-tests, chi-square) reported. All comparisons are presented as raw percentage differences without statistical validation.",
    155           "source": "haiku"
    156         },
    157         "effect_sizes_reported": {
    158           "applies": true,
    159           "answer": false,
    160           "justification": "Effect sizes reported as percentage improvements (31.2%, 12.6%) but without baseline context, sample variance, or statistical tests to assess practical significance.",
    161           "source": "haiku"
    162         },
    163         "sample_size_justified": {
    164           "applies": true,
    165           "answer": false,
    166           "justification": "User study uses 12 iOS developers with no justification or power analysis. Number of SIR programs and mutants used not specified.",
    167           "source": "haiku"
    168         },
    169         "variance_reported": {
    170           "applies": true,
    171           "answer": false,
    172           "justification": "Table 1 and user study results show point estimates only. Execution time (0.42 vs 0.68 seconds) and all metrics lack standard deviations or ranges across runs.",
    173           "source": "haiku"
    174         }
    175       },
    176       "evaluation_design": {
    177         "baselines_included": {
    178           "applies": true,
    179           "answer": true,
    180           "justification": "Comparison against 'baseline model which does not leverage the context-based RAG module' in both objective and subjective evaluations.",
    181           "source": "haiku"
    182         },
    183         "baselines_contemporary": {
    184           "applies": true,
    185           "answer": false,
    186           "justification": "Baseline is vaguely defined as simply 'not using RAG.' No specification of whether it's a standard tool (GitHub Copilot, ChatGPT), prior method, or random baseline. Unclear if baseline is competitive or contemporary.",
    187           "source": "haiku"
    188         },
    189         "ablation_study": {
    190           "applies": true,
    191           "answer": false,
    192           "justification": "RAG incorporates five factors (file path, cursor position, file content, bug logs, graph connectivity) but no ablation study shows individual contribution of each component.",
    193           "source": "haiku"
    194         },
    195         "multiple_metrics": {
    196           "applies": true,
    197           "answer": true,
    198           "justification": "Multiple metrics reported: bug detection accuracy, overall coverage, critical coverage, cross-file bug detection, execution time, acceptance rate.",
    199           "source": "haiku"
    200         },
    201         "human_evaluation": {
    202           "applies": true,
    203           "answer": true,
    204           "justification": "User study with 12 iOS developers evaluated acceptance rate, ease of use, and provided qualitative feedback on practical applicability.",
    205           "source": "haiku"
    206         },
    207         "held_out_test_set": {
    208           "applies": true,
    209           "answer": false,
    210           "justification": "Paper states SIR programs and mutants were used but does not clearly specify whether a held-out test set was used or evaluation was on full dataset.",
    211           "source": "haiku"
    212         },
    213         "per_category_breakdown": {
    214           "applies": true,
    215           "answer": false,
    216           "justification": "Results show overall detection rate and cross-file vs single-file breakdown, but no breakdown by bug type, code module type, or other categories.",
    217           "source": "haiku"
    218         },
    219         "failure_cases_discussed": {
    220           "applies": true,
    221           "answer": false,
    222           "justification": "No discussion of cases where proposed method fails to detect bugs or generates poor tests. User feedback on 'steep learning curve' and 'slower response times' are implementation issues, not methodological failures.",
    223           "source": "haiku"
    224         },
    225         "negative_results_reported": {
    226           "applies": true,
    227           "answer": false,
    228           "justification": "Overall test coverage decreased 1.3% but is downplayed as a 'strategic trade-off.' No deeper analysis of when/why the method underperforms.",
    229           "source": "haiku"
    230         }
    231       },
    232       "setup_transparency": {
    233         "model_versions_specified": {
    234           "applies": true,
    235           "answer": false,
    236           "justification": "References 'cloud-based LLMs' with no specification of model name, version, training date, or API endpoint. No indication whether GPT-4, Claude, or another model is used.",
    237           "source": "haiku"
    238         },
    239         "prompts_provided": {
    240           "applies": true,
    241           "answer": false,
    242           "justification": "Prompt structure described at high level (Context System Prompt, Message History, Current Question, Config System Prompt) but no actual example prompts shown.",
    243           "source": "haiku"
    244         },
    245         "hyperparameters_reported": {
    246           "applies": true,
    247           "answer": false,
    248           "justification": "Paper mentions 'model parameters, temperature, and mode settings' are configured but no actual values provided. Weights for embedding factors 'assigned based on empirical evaluation' but values not disclosed.",
    249           "source": "haiku"
    250         },
    251         "scaffolding_described": {
    252           "applies": true,
    253           "answer": false,
    254           "justification": "RAG retriever and graph-based context architecture described, but detailed scaffolding for test generation and bug detection workflows is not fully transparent.",
    255           "source": "haiku"
    256         },
    257         "data_preprocessing_documented": {
    258           "applies": true,
    259           "answer": false,
    260           "justification": "States 'open-source Swift projects and adapted C++ projects from SIR' but does not document how projects were 'adapted' or what preprocessing steps were applied.",
    261           "source": "haiku"
    262         }
    263       },
    264       "data_integrity": {
    265         "raw_data_available": {
    266           "applies": true,
    267           "answer": false,
    268           "justification": "Uses public SIR benchmark but does not state whether their specific dataset, adaptations, or user study logs are available for independent verification.",
    269           "source": "haiku"
    270         },
    271         "data_collection_described": {
    272           "applies": true,
    273           "answer": false,
    274           "justification": "Describes execution of 'subject programs with their test cases and mutants' but vague on details (number of runs, aggregation method). User study logging mentioned but not detailed.",
    275           "source": "haiku"
    276         },
    277         "recruitment_methods_described": {
    278           "applies": true,
    279           "answer": false,
    280           "justification": "States '12 iOS developers' with no description of recruitment method, inclusion/exclusion criteria, compensation, or selection process.",
    281           "source": "haiku"
    282         },
    283         "data_pipeline_documented": {
    284           "applies": true,
    285           "answer": false,
    286           "justification": "High-level pipeline: SIR → execute mutants → measure faults/coverage. Exact steps, tools, and aggregation methods not documented in detail.",
    287           "source": "haiku"
    288         }
    289       },
    290       "contamination": {
    291         "training_cutoff_stated": {
    292           "applies": true,
    293           "answer": false,
    294           "justification": "Evaluates LLM capabilities but does not specify which LLM model is used; cannot assess training cutoff relative to SIR programs.",
    295           "source": "haiku"
    296         },
    297         "train_test_overlap_discussed": {
    298           "applies": true,
    299           "answer": false,
    300           "justification": "SIR is a legacy dataset (pre-dating modern LLMs) so contamination risk is implicitly low, but paper does not explicitly discuss or confirm this.",
    301           "source": "haiku"
    302         },
    303         "benchmark_contamination_addressed": {
    304           "applies": true,
    305           "answer": false,
    306           "justification": "SIR benchmarks are unlikely to be in LLM training data due to age, but this is not explicitly confirmed or discussed in the paper.",
    307           "source": "haiku"
    308         }
    309       },
    310       "human_studies": {
    311         "pre_registered": {
    312           "applies": true,
    313           "answer": false,
    314           "justification": "No mention of pre-registration of user study protocol.",
    315           "source": "haiku"
    316         },
    317         "irb_or_ethics_approval": {
    318           "applies": true,
    319           "answer": false,
    320           "justification": "Study with 12 human developers but no mention of IRB approval or ethics review.",
    321           "source": "haiku"
    322         },
    323         "demographics_reported": {
    324           "applies": true,
    325           "answer": false,
    326           "justification": "Only identifies participants as 'iOS developers' with no age, experience level, gender, or other demographic information.",
    327           "source": "haiku"
    328         },
    329         "inclusion_exclusion_criteria": {
    330           "applies": true,
    331           "answer": false,
    332           "justification": "No inclusion/exclusion criteria stated. 'iOS developers' is vague and provides no selection specificity.",
    333           "source": "haiku"
    334         },
    335         "randomization_described": {
    336           "applies": true,
    337           "answer": false,
    338           "justification": "States participants 'were divided into two groups' but does not describe how assignment was done or whether randomization was used.",
    339           "source": "haiku"
    340         },
    341         "blinding_described": {
    342           "applies": true,
    343           "answer": false,
    344           "justification": "No mention of blinding. Developers presumably knew whether they were using proposed or baseline version.",
    345           "source": "haiku"
    346         },
    347         "attrition_reported": {
    348           "applies": true,
    349           "answer": false,
    350           "justification": "No report of whether all 12 developers completed the study or whether any dropped out.",
    351           "source": "haiku"
    352         }
    353       },
    354       "cost_and_practicality": {
    355         "inference_cost_reported": {
    356           "applies": true,
    357           "answer": false,
    358           "justification": "Execution time per bug is reported (0.42 vs 0.68 seconds) but no inference cost (API calls, tokens, dollars) or scalability analysis for larger projects.",
    359           "source": "haiku"
    360         },
    361         "compute_budget_stated": {
    362           "applies": true,
    363           "answer": false,
    364           "justification": "No total computational budget, API cost, token usage, or compute hours disclosed.",
    365           "source": "haiku"
    366         }
    367       }
    368     }
    369   },
    370   "claims": [
    371     {
    372       "claim": "Context-based RAG achieves 31.2% improvement in bug detection accuracy",
    373       "evidence": "Table 1: Proposed model 85.3% vs baseline 54.1% on SIR synthetic mutants",
    374       "supported": "strong"
    375     },
    376     {
    377       "claim": "Critical test coverage increases by 12.6%",
    378       "evidence": "Table 1: Proposed 83.6% vs baseline 71.0% critical coverage",
    379       "supported": "strong"
    380     },
    381     {
    382       "claim": "Cross-file bug detection improves by 32.2%",
    383       "evidence": "Table 1: Proposed 81.2% vs baseline 49.0% cross-file detection",
    384       "supported": "strong"
    385     },
    386     {
    387       "claim": "User acceptance rate increases by 10.5%",
    388       "evidence": "Section 5.2: Proposed 31.9% vs baseline 21.4% acceptance rate; user study with 12 developers",
    389       "supported": "moderate"
    390     },
    391     {
    392       "claim": "Graph-based context embeddings dynamically improve testing precision",
    393       "evidence": "Architecture described (Section 4.2) with propagation from modified nodes; no separate empirical validation via ablation",
    394       "supported": "weak"
    395     },
    396     {
    397       "claim": "Framework is platform-agnostic and generalizable to other IDEs",
    398       "evidence": "Section 4.5 argues modularity and platform-independence; only demonstrated on Xcode; relies on platform-specific Accessibility API",
    399       "supported": "weak"
    400     }
    401   ],
    402   "methodology_tags": [
    403     "benchmark-eval",
    404     "case-study",
    405     "observational"
    406   ],
    407   "key_findings": "Copilot for Testing, a context-based RAG system integrated into Xcode, achieved 31.2% higher bug detection accuracy on synthetic SIR mutants and 12.6% increase in critical code coverage compared to a baseline. A user study of 12 iOS developers showed 10.5% higher acceptance of code suggestions. The system models codebases as graphs with dynamically updated embeddings incorporating file paths, cursor position, content, bug logs, and graph connectivity to construct context-aware prompts for LLM-based test generation.",
    408   "red_flags": [
    409     {
    410       "flag": "Synthetic-only evaluation",
    411       "detail": "Bug detection evaluated exclusively on SIR mutation testing artifacts, not real production bugs. Generalization to real-world bug detection unclear."
    412     },
    413     {
    414       "flag": "Undefined baseline",
    415       "detail": "Baseline model described only as 'not using context-based RAG.' No specification of what baseline does, making relative improvements difficult to interpret."
    416     },
    417     {
    418       "flag": "Underpowered user study",
    419       "detail": "12 iOS developers with no power analysis, sample size justification, randomization, blinding, or attrition reporting. Too small for generalizable conclusions."
    420     },
    421     {
    422       "flag": "No statistical significance testing",
    423       "detail": "All metrics reported as point estimates without confidence intervals, standard deviations, or p-values. Cannot distinguish signal from noise."
    424     },
    425     {
    426       "flag": "Contradictory metrics",
    427       "detail": "Overall test coverage decreased 1.3% while proposing improvements. 'Critical coverage' appears designed post-hoc to show positive results."
    428     },
    429     {
    430       "flag": "Missing ablation study",
    431       "detail": "RAG incorporates 5 factors (file path, cursor, content, bug logs, connectivity) but no ablation showing individual contributions."
    432     },
    433     {
    434       "flag": "Opaque LLM setup",
    435       "detail": "Model type, version, training date, and API details not disclosed. No actual prompts or hyperparameters shown."
    436     },
    437     {
    438       "flag": "No reproducibility artifacts",
    439       "detail": "Code availability not confirmed, environment not specified, data pipeline not documented, no reproduction instructions provided."
    440     },
    441     {
    442       "flag": "Missing limitations section",
    443       "detail": "No dedicated threats-to-validity or limitations discussion. Key limitations scattered throughout or absent."
    444     },
    445     {
    446       "flag": "Overgeneralized claims",
    447       "detail": "Abstract claims improvements for 'modern software development' but evaluation limited to Xcode, Swift/C++, and synthetic benchmarks."
    448     }
    449   ],
    450   "cited_papers": [
    451     {
    452       "title": "Evaluating Large Language Models Trained on Code",
    453       "authors": "Chen et al.",
    454       "year": 2021,
    455       "relevance": "Foundational work on LLM code evaluation; establishes effectiveness of LLMs in code tasks"
    456     },
    457     {
    458       "title": "Retrieval Augmented Generation for Knowledge-Intensive NLP Tasks",
    459       "authors": "Lewis et al.",
    460       "year": 2020,
    461       "relevance": "Original RAG framework that this work adapts for code context; core technical contribution foundation"
    462     },
    463     {
    464       "title": "A multi-year grey literature review on AI-assisted test automation",
    465       "authors": "Ricca et al.",
    466       "year": 2024,
    467       "relevance": "Recent systematic review of AI-assisted testing; situates current work within testing automation landscape"
    468     },
    469     {
    470       "title": "Software testing research challenges: An industrial perspective",
    471       "authors": "Alshahwan et al.",
    472       "year": 2023,
    473       "relevance": "Identifies key testing challenges including flaky tests and maintenance; motivates need for automated approaches"
    474     },
    475     {
    476       "title": "Search-Based Software Engineering",
    477       "authors": "Harman & Jones",
    478       "year": 2001,
    479       "relevance": "SBSE framework used to position test optimization as fitness function maximization"
    480     },
    481     {
    482       "title": "Defect prediction guided search-based software testing",
    483       "authors": "Perera et al.",
    484       "year": 2020,
    485       "relevance": "Combines bug prediction with test generation; relevant prior work on defect-guided testing"
    486     },
    487     {
    488       "title": "Copilot for Xcode: Exploring AI-assisted programming by prompting cloud-based large language models",
    489       "authors": "Tan et al.",
    490       "year": 2023,
    491       "relevance": "Prior work extending Copilot for code generation; foundation for extending to testing in current paper"
    492     }
    493   ],
    494   "engagement_factors": {
    495     "practical_relevance": {
    496       "score": 2,
    497       "justification": "IDE-integrated tool with real-world applicability, but limited to Xcode; code not confirmed public; unclear if practitioners can adopt it."
    498     },
    499     "surprise_contrarian": {
    500       "score": 0,
    501       "justification": "Context-aware RAG for code tasks is incremental; no surprising findings or challenges to conventional wisdom."
    502     },
    503     "fear_safety": {
    504       "score": 0,
    505       "justification": "No AI safety or alignment concerns raised; focuses on mundane testing productivity."
    506     },
    507     "drama_conflict": {
    508       "score": 0,
    509       "justification": "No controversy, debate, or conflict angle; straightforward engineering contribution."
    510     },
    511     "demo_ability": {
    512       "score": 1,
    513       "justification": "Tool described but code availability unclear; Xcode-only limits accessibility; difficult to try without full setup details."
    514     },
    515     "brand_recognition": {
    516       "score": 2,
    517       "justification": "Academic authors from reputable institutions (NTU, CityU); builds on GitHub Copilot ecosystem; moderate visibility but not celebrity researchers."
    518     }
    519   },
    520   "hn_data": {
    521     "threads": [
    522       {
    523         "hn_id": "44502527",
    524         "title": "Dynamical origin of Theia, the last giant impactor on Earth",
    525         "points": 96,
    526         "comments": 46,
    527         "url": "https://news.ycombinator.com/item?id=44502527"
    528       },
    529       {
    530         "hn_id": "44253021",
    531         "title": "SmartAttack: Air-Gap Attack via Smartwatches",
    532         "points": 18,
    533         "comments": 6,
    534         "url": "https://news.ycombinator.com/item?id=44253021"
    535       },
    536       {
    537         "hn_id": "44494491",
    538         "title": "AsyncFlow: An Asynchronous Streaming RL Framework for LLM Post-Training",
    539         "points": 4,
    540         "comments": 0,
    541         "url": "https://news.ycombinator.com/item?id=44494491"
    542       },
    543       {
    544         "hn_id": "31607482",
    545         "title": "Understanding the Use of Centralized Exchanges for Decentralized Cryptocurrency",
    546         "points": 3,
    547         "comments": 0,
    548         "url": "https://news.ycombinator.com/item?id=31607482"
    549       },
    550       {
    551         "hn_id": "44366937",
    552         "title": "SmartAttack: Air-Gap Attack via Smartwatches",
    553         "points": 2,
    554         "comments": 0,
    555         "url": "https://news.ycombinator.com/item?id=44366937"
    556       },
    557       {
    558         "hn_id": "44254732",
    559         "title": "SmartAttack: Air-Gap Attack via Smartwatches",
    560         "points": 2,
    561         "comments": 0,
    562         "url": "https://news.ycombinator.com/item?id=44254732"
    563       },
    564       {
    565         "hn_id": "43263088",
    566         "title": "Convolutional Multi-Hybrid Language Models",
    567         "points": 2,
    568         "comments": 0,
    569         "url": "https://news.ycombinator.com/item?id=43263088"
    570       },
    571       {
    572         "hn_id": "44667582",
    573         "title": "Frugal Machine Learning for Energy-Efficient, and Resource-Aware AI",
    574         "points": 1,
    575         "comments": 0,
    576         "url": "https://news.ycombinator.com/item?id=44667582"
    577       },
    578       {
    579         "hn_id": "44459390",
    580         "title": "LoRA Fine-Tuning Without GPUs",
    581         "points": 1,
    582         "comments": 0,
    583         "url": "https://news.ycombinator.com/item?id=44459390"
    584       },
    585       {
    586         "hn_id": "43924294",
    587         "title": "Quantum Energy Teleportation Across Multi-Qubit Systems",
    588         "points": 1,
    589         "comments": 0,
    590         "url": "https://news.ycombinator.com/item?id=43924294"
    591       }
    592     ],
    593     "top_points": 96,
    594     "total_points": 130,
    595     "total_comments": 52
    596   }
    597 }

Impressum · Datenschutz