REVIEW 4 major objections 5 minor 64 references
LibVulnWatch: A Deep Assessment Agent System and Leaderboard for Uncovering Hidden Vulnerabilities in Open-Source AI Libraries
T0 review · 4 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read Agentic LLM scans catch up to 19 hidden risks per AI library.
desk verdict A real agentic supply-chain assessment system with a live leaderboard, but the coverage and novelty metrics are self-assessed under force-high-risk prompts, so the central 'hidden vulnerabilities' claim is not yet supported. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is a DAG-based multi-agent workflow: an Assessment Planner generates queries; per-domain agents loop through query generation, evidence retrieval, drafting, and quality checks; a synthesizer compiles the final report; and a benchmark-validation agent runs the OpenSSF Scorecard and compares outputs to compute alignment and novelty. The load-bearing controls are engineered prompts that force quantifiable metrics, inline citations, explicit high-risk ratings, and conservative treatment of missing information, plus a 1-5 rating scale whose average forms the Trust Score.
What would settle it
Take five of the twenty published reports, such as JAX, LangChain, and CrewAI, and have independent security and legal reviewers re-derive each claimed extra risk from the cited public sources; if the verified count of real, meaningful, non-duplicate findings is far below the reported Novelty Yield, the central claim is not supported.
Extended reading notes
Core claim
The paper's central discovery is that a graph-orchestrated set of LLM agents can transform open-source risk assessment from a checklist exercise into a knowledge-synthesis task. Given a library name, the system plans searches, retrieves evidence in parallel per domain, drafts findings with mandatory citations, quality-checks and refines them, then synthesizes a report with a risk dashboard and a composite Trust Score. Benchmarking that report against the OpenSSF Scorecard on 20 libraries produces Baseline Alignment of 55-88% and a Novelty Yield of 4-19 unique findings per library, with contextual risks such as licensing entanglements, undocumented telemetry, and absent SBOMs that static analysis does not surface.
Load-bearing premise
The coverage and novelty numbers are produced by the same LLM pipeline that wrote the reports, comparing its own output against Scorecard with no human-verified ground truth, so the claimed hidden-vulnerability advantage depends on that self-measure being honest.
Editorial extensions
If this is right
- If the system is right, static scorecards and LLM agents are complementary: agents add context-dependent findings while missing some structured checks, so the strongest deployment runs both.
- At roughly $0.10 per library, continuous re-assessment of the whole open-source AI ecosystem becomes affordable, turning point-in-time audits into monitoring.
- A public, evidence-cited leaderboard gives downstream users a repeatable basis for comparing AI libraries and for tracking whether maintainers improve after findings are published.
- The five-domain template extends risk assessment beyond security to licensing and regulatory readiness, which AI adopters increasingly need for procurement and compliance decisions.
Reading between the lines
- Because the same LLM pipeline both writes the reports and compares them against Scorecard, the headline coverage and novelty numbers are best read as upper bounds until independent human reviewers verify a sample.
- The 'missing documentation counts as high risk' rule will systematically penalize libraries that are secure but under-documented; a human audit of low-scoring libraries would show how often this produces false alarms.
- If the approach transfers, the same evidence-gathering pattern could assess libraries in other regulated ecosystems, such as health-data tooling or fintech SDKs, but the scoring rubrics would need to be re-anchored to each domain's regulations.
- A testable extension: re-run the leaderboard after 6-12 months and check whether public scores push maintainers to add SBOMs or write security policies, making the tool an intervention rather than just a snapshot.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces LibVulnWatch, a graph-based multi-agent system built on gpt-4.1-mini that assesses open-source AI libraries across five risk domains (licensing, security, maintenance, dependencies, regulatory compliance) and publishes scores to a public leaderboard. The authors apply the system to 20 widely used libraries and benchmark it against the OpenSSF Scorecard, reporting up to 88% coverage of applicable Scorecard checks and a Novelty Yield of up to 19 additional risks per library, including RCEs, missing SBOMs, and regulatory gaps. The methodology consists of prompt-governed planning, iterative evidence retrieval, per-domain drafting with quality checks, synthesis, and an LLM-based comparison against Scorecard output. The paper argues that LLM-based contextual reasoning complements static scanners and enables deeper supply-chain risk assessment.
Significance. If the empirical claims were fully supported, the work would be a useful demonstration that agentic LLM pipelines can conduct continuous, multi-domain risk assessment of open-source AI libraries at low per-library cost, and the public leaderboard would be a practical community resource. The paper has genuine strengths: it anchors coverage against an external benchmark (OpenSSF Scorecard), provides detailed prompts and an example report in the appendix, and makes a concrete, falsifiable claim about additional findings. However, the central contribution--uncovering hidden vulnerabilities--rests on Novelty Yield, a metric computed by the same LLM pipeline that produced the reports, with no human-verified ground truth. The prompt design also explicitly forces at least one high-risk finding and permits absence-of-information to be rated as high risk, which inflates the novelty count. These issues are load-bearing because the abstract's headline numbers ('up to 19 additional risks per library, such as critical RCE vulnerabilities') are exactly the unvalidated self-assessments.
major comments (4)
- [3.5; A.2.8] The two headline metrics, Baseline Alignment and Novelty Yield, are both produced by the same gpt-4.1-mini pipeline that generated the reports; the comparison prompt in Appendix A.2.8 asks the model to judge which of its own findings were 'not explicitly mentioned in Scorecard.' There is no human-verified ground truth or independent vulnerability-database confirmation for the Novelty Yield counts in Table 1. Because the claim of surfacing 'hidden vulnerabilities' is load-bearing, the authors must provide a validation protocol (e.g., manual triage by security researchers, cross-checking against NVD/GitHub advisories, precision/recall on known vulnerabilities) or explicitly reframe the metric as 'coverage expansion relative to Scorecard' rather than validated vulnerability discovery.
- [A.2.4 (Listing 4)] The drafting prompt mandates that 'the most realistic assessment MUST include at least ONE HIGH risk item' and states that 'Absence of critical information itself can justify a high risk rating.' Many findings counted in Novelty Yield (e.g., no SBOM, no GDPR documentation, no audit trail) are by design outside OpenSSF Scorecard's measurement scope. Counting these as 'additional risks' conflates a difference in assessment scope with a demonstrated capability to detect hidden vulnerabilities. The paper should separate scope-expansion findings from vulnerability findings and, for the latter, provide evidence of exploitability, affected versions, or CVE references.
- [A.4] The JAX baseline evaluation contains a direct, unresolved contradiction: the Scorecard reports 18 existing vulnerabilities, while the generated JAX report concludes there are no recent CVEs, and the evaluation notes this conflict without explaining it. This undermines the claim that the security assessment is evidence-based and suggests the system may be missing or misreading CVE data. The authors must reconcile this discrepancy, explain how CVE evidence is ingested and filtered, and quantify the system's recall on known vulnerabilities before the 'hidden vulnerability' claim can be accepted.
- [3.2; 7] All experiments use a single LLM run at unspecified sampling settings, and no code or complete prompt set is released; Section 7 even says full prompt details are 'beyond the scope of this paper,' despite Appendix A.2 presenting several prompts. The abstract's 'reproducible' claim is therefore not currently supported. Please release the pipeline, all prompts, and run-to-run variance (e.g., multiple seeds with documented temperature settings), or weaken the reproducibility claim accordingly.
minor comments (5)
- [Table 2] Table 2 contains a stray '13.0' entry under 'Core ML/DL Frameworks' and inconsistent row formatting for 'Text Generation Inference'; the table should be cleaned so category averages are clearly labeled.
- [A.2.8] The comparison prompt uses 'Model Coverage' and 'Model Seeking' while the body uses 'Baseline Alignment' and 'Novelty Yield'; the terminology should be aligned throughout.
- [References] The MetaGPT reference is cited as 'Zhang and colleagues, 2024' with the note 'first names omitted for brevity,' which is not an acceptable citation format; supply the full author list and standard citation.
- [6; 7] Section 6 contains cross-references to 'Section 5' for limitations awareness, but Section 5 is the Discussion and does not actually acknowledge the cited limitations; the cross-references should be corrected or removed.
- [A.2.7] Listing 7 has a formatting typo: the closing tag `</ Format }` should be `</ Format >`; a similar issue appears in Listing 8.
Circularity Check
Novelty Yield is computed by the same LLM that wrote the report under prompts that force high-risk findings; the headline 'additional risks' claim is self-assessed and partially circular.
-
self definitional
[Section 3.5 (Benchmarking and Novelty Analysis); Appendix A.2.8, Listing 8]
"Novelty Yield (#) : The number of unique, meaningful issues or deeper contextual insights identified by the agent but not explicitly surfaced by the Scorecard. This is defined as Yield = # unique agent-only findings."
The metric is computed by the same LLM pipeline that generated the report. Listing 8 instructs the model to compare Scorecard results with the full report and count 'Issues Found Only by Model.' No human-verified ground truth or independent audit is introduced. Consequently, the abstract's claim of 'surfacing up to 19 additional risks per library' is not an external measurement; it is the system labeling its own output as novel relative to Scorecard. By the paper's own definition, the headline yield equals the number of items the self-comparison step happens to list.
-
other
[Appendix A.2.4, Listing 4 (Draft Findings Generation Instructions)]
"IMPORTANT : The most realistic assessment MUST include at least ONE HIGH risk item ... Absence of critical information itself can justify a high risk rating"
These report-generation instructions guarantee that every report contains at least one high-risk finding and explicitly allow missing information to be rated high risk. The later self-comparison step (Listing 8) then counts absence-based findings such as 'no SBOM' or 'no GDPR documentation' as 'Issues Found Only by Model.' Such items are outside Scorecard's scope by design, so counting them as novel discoveries conflates prompt-induced output with validated detection of hidden vulnerabilities. The novelty metric therefore partially reduces to the evaluation instructions embedded in the system's own prompts.
full rationale
The headline empirical claims rest on two metrics defined in Section 3.5 and computed by the same gpt-4.1-mini pipeline that wrote the reports (Appendix A.2.8). Novelty Yield is defined as '# unique agent-only findings' and is produced by an LLM instructed to list 'Issues Found Only by Model' after comparing its own report to Scorecard output; no human-verified ground truth is introduced anywhere in the protocol. Because the drafting prompt (Listing 4) mandates at least one HIGH risk item and treats absence of information as high risk, many 'additional risks' (missing SBOM, missing GDPR docs) are absence-based judgments that Scorecard does not attempt to measure, so the novelty count partially reduces to the system labeling its own output. Baseline Alignment at least has an external anchor (Scorecard checks), which keeps the paper from being fully circular, but the alignment judgment is also LLM-made and unreconciled with the Appendix A.4 contradiction where Scorecard reports 18 existing JAX vulnerabilities while the generated report claims none. Thus the central claim of surfacing hidden vulnerabilities is not independently secured; the novelty component is partially circular by construction.
Assumptions & free parameters
free parameters (2)
- Risk-domain scoring thresholds
- Maximum search depth k
assumptions (4)
- domain assumption Public information availability is sufficient to assess library risk; absent public documentation is treated as high risk rather than unknown.
- domain assumption LLM-generated evidence retrieval and synthesis are sufficiently accurate to serve as the basis for risk ratings without human verification.
- domain assumption OpenSSF Scorecard is an appropriate external baseline for measuring coverage and novelty.
- ad hoc to paper Engineered prompts enforce consistent, reproducible scoring across libraries.
Cite this review
Pith. "Pith review of LibVulnWatch: A Deep Assessment Agent System and Leaderboard for Uncovering Hidden Vulnerabilities in Open-Source AI Libraries." pith.science (2026). https://pith.science/paper/MVX43PKM
@misc{pith2026250508842,
author = {Pith},
title = {Pith review of: LibVulnWatch: A Deep Assessment Agent System and Leaderboard for Uncovering Hidden Vulnerabilities in Open-Source AI Libraries},
year = {2026},
howpublished = {\url{https://pith.science/paper/MVX43PKM}},
note = {Machine review of arXiv:2505.08842}
}
read the original abstract
Open-source AI libraries are foundational to modern AI systems, yet they present significant, underexamined risks spanning security, licensing, maintenance, supply chain integrity, and regulatory compliance. We introduce LibVulnWatch, a system that leverages recent advances in large language models and agentic workflows to perform deep, evidence-based evaluations of these libraries. Built on a graph-based orchestration of specialized agents, the framework extracts, verifies, and quantifies risk using information from repositories, documentation, and vulnerability databases. LibVulnWatch produces reproducible, governance-aligned scores across five critical domains, publishing results to a public leaderboard for ongoing ecosystem monitoring. Applied to 20 widely used libraries, including ML frameworks, LLM inference engines, and agent orchestration tools, our approach covers up to 88% of OpenSSF Scorecard checks while surfacing up to 19 additional risks per library, such as critical RCE vulnerabilities, missing SBOMs, and regulatory gaps. By integrating advanced language technologies with the practical demands of software risk assessment, this work demonstrates a scalable, transparent mechanism for continuous supply chain evaluation and informed library selection.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
LICENSE VALIDATION : - License type ( MIT , Apache 2.0 , GPL , etc .) - Commercial use compatibility - License history and changes - Attribution requirements - Patent grant provisions
-
[2]
Transactions on Machine Learning Research
Open problems in technical AI governance. Transactions on Machine Learning Research. Survey Certification. Aymeric Roucher, Albert Villanova del Moral, Thomas Wolf, Leandro von Werra, and Erik Kaunismäki
-
[3]
https://github.com/ huggingface/smolagents
‘smolagents‘: a smol library to build great agentic systems. https://github.com/ huggingface/smolagents. Shenao Wang, Yanjie Zhao, Zhao Liu, Quanchen Zou, and Haoyu Wang. 2025. SoK: Understanding Vulner- abilities in the Large Language Model Supply Chain. arXiv preprint arXiv:2502.12497. Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Clément D...
arXiv 2025
-
[4]
DEPENDENCY MANAGEMENT : - Software Bill of Materials ( SBOM ) availability - Transitive dependency tracking - Dependency update policies - Supply chain security measures - CI / CD integration for dependency scanning
-
[5]
Large Language Model for Vulnerability De- tection and Repair: Literature Review and the Road Ahead. ACM Transactions on Software Engineering and Methodology. To appear. A Appendix A.1 Interactive Leaderboard Interface and Implementation This subsection describes the LIBVULN WATCH vulnerability assessment leaderboard and presents screen- shots of its key ...
-
[6]
[ Library ] github . com /[ org ]/[ repo ]/ blob / master / LICENSE
For license details : - "[ Library ] github . com /[ org ]/[ repo ]/ blob / master / LICENSE " ( finds license file ) - "[ Library ] github . com /[ org ]/[ repo ]/ blob / master / LICENSE . md " ( alternative license file ) - "[ Library ] license type changed history " ( finds license changes ) </ Advanced GitHub Data Extraction > < High - Quality Source...
work page 2024
-
[7]
SECURITY ASSESSMENT : - Common Vulnerabilities and Exposures ( CVEs ) - Security patch frequency and responsiveness - Vulnerability scanning reports - OWASP dependency risks - Historical security incidents
-
[8]
MAINTENANCE HEALTH : - Release frequency and consistency - Number of active contributors ( current vs . historical ) - Issue response time metrics - Pull request acceptance rate - Governance model ( individual , community , foundation )
Show all 64 references
-
[9]
Double - check that NO claims are made without explicit source evidence
-
[10]
TensorFlow
REGULATORY COMPLIANCE : - Explainability requirements ( especially for AI libraries ) - Industry - specific regulatory frameworks applicable - Data privacy implications - Export control restrictions - Audit readiness documentation Make the queries specific , technical , and de...
-
[11]
TensorFlow
KEY RISK DOMAINS ( each requiring full assessment as separate sections ) : - LICENSE ANALYSIS - Terms , compatibility , patent provisions - SECURITY ASSESSMENT - CVE history , patch frequency , testing - MAINTENANCE INDICATORS - Release cadence , contributors , support - DEPEN...
-
[12]
[ Library ] github . com /[ org ]/[ repo ]/ graphs / contributors
For contributor metrics : - "[ Library ] github . com /[ org ]/[ repo ]/ graphs / contributors " ( finds contributor pages ) - "[ Library ] [ org ]/[ repo ] number of contributors [ year ]" ( finds specific counts ) - "[ Library ] [ org ]/[ repo ] top contributors " ( finds le...
-
[13]
[ Library ] github . com /[ org ]/[ repo ]/ issues ? q = is : issue + is : open + sort : updated - desc
For issue statistics : - "[ Library ] github . com /[ org ]/[ repo ]/ issues ? q = is : issue + is : open + sort : updated - desc " ( finds open issues ) - "[ Library ] github . com /[ org ]/[ repo ]/ issues ? q = is : issue + is : closed " ( finds closed issues ) - "[ Library...
-
[14]
[ Library ] github . com /[ org ]/[ repo ]/ releases
For release history : - "[ Library ] github . com /[ org ]/[ repo ]/ releases " ( finds release pages ) - "[ Library ] latest release version number date " ( finds current version ) - "[ Library ] release frequency [ year ]" ( finds release cadence )
-
[15]
[ Library ] github . com /[ org ]/[ repo ]/ security / advisories
For security practices : - "[ Library ] github . com /[ org ]/[ repo ]/ security / advisories " ( finds security advisories ) - "[ Library ] github . com /[ org ]/[ repo ]/ blob / master / SECURITY . md " ( finds security policies ) - "[ Library ] CVE [ year ] vulnerability " ...
-
[16]
[ Library ] github . com /[ org ]/[ repo ]/ blob / master / requirements . txt
For dependency information : - "[ Library ] github . com /[ org ]/[ repo ]/ blob / master / requirements . txt " ( finds Python dependencies ) - "[ Library ] github . com /[ org ]/[ repo ]/ blob / master / package . json " ( finds JS dependencies ) - "[ Library ] github . com ...
-
[18]
Analyze the library based on the section name and topic
-
[19]
Focus ONLY on observed facts with proper citations
-
[20]
Use the most concise format possible while addressing all key risk factors
-
[21]
color : red
IMPORTANT : For each risk factor , assign at least one HIGH risk rating if evidence justifies it . Never rate all factors as ,→ only Low / Medium . </ Task > < Streamlined Structure > ## [ Section Name ] ### Executive Overview [1 sentence summary of risk level and justificatio...
2024
-
[22]
Verify EVERY row in your Key Facts & Observations table has at least one citation link
-
[23]
Confirm all relevant risk metrics for your section are addressed
-
[24]
Ensure star ratings are used correctly
-
[25]
Confirm at least ONE high - risk ( ⋆) item is identified
-
[26]
Ensure EVERY risk rating has a clear reason explaining the rating
-
[27]
Ensure total length is under 350 words
-
[28]
Remove any theoretical or duplicated content
-
[29]
Verify each observation has a specific control / solution
-
[31]
Verify that absence of information is properly acknowledged and rated accordingly
-
[32]
Do NOT include a separate Sources section - use inline links for critical facts only
-
[33]
- ONLY use inline hyperlinks
Do NOT use numbered citations [1] , [2] , etc . - ONLY use inline hyperlinks
-
[34]
Ensure there are NO notes / references / sources sections at the end of your report
-
[35]
This agent evaluates the quality of a written section and generates follow-up queries if information is missing or insufficient
Check that EVERY required risk factor for your section has been addressed with specific metrics </ Final Check > A.2.5 Quality Assessment Instructions for Draft Sections Listing 5: Quality Assessment Instructions for Draft Sections. This agent evaluates the quality of a writte...
-
[36]
QUANTIFICATION : Does the section provide PRECISE metrics ( exact dates , counts , percentages , time periods ) ?
-
[37]
EVIDENCE : Is every risk claim supported by cited source evidence ?
-
[38]
RISK RATING : Is each risk factor explicitly rated ( Low / Medium / High ) with clear justification ?
-
[39]
ACTIONABILITY : Are the recommendations specific , technical , and implementable ?
-
[40]
pass " ,
ENTERPRISE RELEVANCE : Does the assessment address governance , compliance , and security concerns at an enterprise level ? For a PASS grade , the section must meet ALL criteria above with no significant gaps . If any criteria are not fully met , generate { n u m b e r _ o f _...
-
[41]
** Immediate (0 -7 days ) **: [ Action for HIGH risk items with citation link ]( url )
-
[42]
** Short - term (30 days ) **: [ Important technical control with citation link ]( url )
-
[43]
** Medium - term (90 days ) **: [ Important policy / legal control with citation link ]( url ) ### Comprehensive Risk Mitigation Strategy Based on all section findings , provide a concise but comprehensive summary of risk mitigation actions needed across all ,→ domains :
-
[44]
** Technical Controls **: - [ Specific technical implementation or control with citation link ]( url ) - [ Specific technical implementation or control with citation link ]( url )
-
[45]
** Policy & Governance Controls **: - [ Specific policy or governance control with citation link ]( url ) - [ Specific policy or governance control with citation link ]( url )
-
[46]
[ TensorFlow security page ]( https :// www . tensorflow . org / security )
** Legal & Compliance Controls **: - [ Specific legal or compliance control with citation link ]( url ) - [ Specific legal or compliance control with citation link ]( url ) </ Executive Summary Format > < Guidelines > - PLACEMENT : The Executive Summary MUST be the FIRST secti...
2022
-
[47]
A direct GitHub URL ( e . g . , https :// github . com / owner / repo )
-
[48]
TensorFlow
A library name that can be mapped to a GitHub repository ( e . g . , " TensorFlow " , " React ")
-
[49]
owner / repo
Any other open source project reference For library names or general references , determine the most official or popular GitHub repository . Return the repository in the format " owner / repo ". </ Task > < Format > Call the GitHubRepo tool </ Format } A.2.8 Scorecard Analysis...
-
[50]
Model Coverage : Which OpenSSF Scorecard metrics were already covered in the full report
-
[51]
?" scores from your analysis - The denominator for coverage should be the total number of applicable checks ( excluding
Model Seeking : Which issues were discovered by the model but not identified by Scorecard IMPORTANT : - EXCLUDE all scorecard checks with "?" scores from your analysis - The denominator for coverage should be the total number of applicable checks ( excluding "?" scores ) - Cou...
-
[52]
MODEL_COVERAGE : Number of OpenSSF Scorecard checks that were adequately addressed in the report
-
[53]
Model Coverage : 14/18
MODEL_SEEKING : Number of issues the model found that weren 't explicitly mentioned in Scorecard FORMAT IN MARKDOWN : Instead of using dictionaries for lacks and extras , include this information as bullet points in your cov erage_su mmary using ,→ markdown format : ** Coverag...
2024
-
[54]
Immediate (0-7 days): Deploy automated SBOM and vulnerability scanning processes to establish dependency visibility and supply chain security (Endor Labs 2024 report)
2024
-
[55]
Short-term (30 days): Publish formal security disclosure policy, patch management timelines, and integrate security testing into CI/CD pipelines (JAX GitHub Security Practices) ¶ ¶
-
[56]
Medium-term (90 days): Conduct thorough third-party regulatory compliance audits for GDPR, HIPAA, and AI governance; implement external explainability and privacy tools (awesome-machine-learning- interpretability, SHAP) Comprehensive Risk Mitigation Strategy Based on all secti...
-
[57]
Establish automated SBOM generation and maintain an up-to-date dependency inventory with vulnerability scanning integrated into build workflows (GitHub Dependency Graph)
-
[58]
Implement cryptographically signed release artifacts and integrate automated security testing (static/dynamic code analysis) in CI/CD pipelines to improve artifact integrity and detect vulnerabilities early (PyPI JAX)
-
[59]
Policy & Governance Controls:
-
[60]
Publicly document and enforce a coordinated security disclosure and patch response policy with measurable SLAs to improve incident management (JAX GitHub Issues)
-
[61]
Define and communicate issue response and resolution SLAs to enhance maintenance transparency and user confidence (JAX Issues)
-
[62]
Legal & Compliance Controls:
-
[63]
Perform comprehensive legal review regarding restrictive JAX mouse model licenses to ensure no unauthorized commercial use (JAX Leap License) ¶
-
[64]
Engage external regulatory compliance audits addressing GDPR, HIPAA, explainability, and AI governance requirements; supplement with integration of industry-standard explainability (e.g. SHAP, LIME) and privacy-preserving tools (awesome-machine-learning-interpretability) This ...
2024
-
[2024]
arXiv preprint arXiv:2404.14496
Metagpt: Meta programming sota autonomous multi-agent cooperative llm workflows. arXiv preprint arXiv:2404.14496. Lianmin Zheng, Liangsheng Yin, Zhiqiang Xie, Chuyue Sun, Jeff Huang, Cody Hao Yu, Shiyi Cao, Christos Kozyrakis, Ion Stoica, Joseph E. Gonzalez, Clark Barrett, and...
2023 arXiv
-
[2025]
https://github.com/google/ jax
Jax: composable transformations of python+ numpy programs. https://github.com/google/ jax. Accessed: 2025-05-12. Browserbase. 2025. Stagehand: The production-ready framework for ai browser automations. https:// github.com/browserbase/stagehand. Accessed: 2025-05-12. Junjie Che...
2025 arXiv
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.