The Commonplace
Home Dashboard Papers Evidence Syntheses Digests 🎲

Evidence (7631 claims)

Adoption
8570 claims
Productivity
7631 claims
Governance
6869 claims
Human-AI Collaboration
6491 claims
Org Design
4175 claims
Innovation
4114 claims
Labor Markets
3566 claims
Skills & Training
2966 claims
Inequality
2066 claims

Evidence Matrix

Claim counts by outcome category and direction of finding.

Outcome Positive Negative Mixed Null Total
Other 758 199 100 900 2007
Governance & Regulation 826 400 191 122 1563
Organizational Efficiency 777 193 124 84 1189
Technology Adoption Rate 635 233 124 97 1098
Research Productivity 422 128 57 336 954
Output Quality 476 179 59 47 761
Decision Quality 328 177 81 47 640
Firm Productivity 435 57 88 20 606
AI Safety & Ethics 218 277 65 33 599
Market Structure 180 170 123 24 502
Task Allocation 213 64 72 33 387
Skill Acquisition 170 61 61 17 309
Innovation Output 203 27 43 18 292
Employment Level 105 54 107 13 281
Fiscal & Macroeconomic 131 69 43 26 276
Consumer Welfare 117 63 42 11 233
Firm Revenue 153 48 26 3 230
Task Completion Time 173 31 8 12 225
Inequality Measures 44 122 49 6 221
Worker Satisfaction 89 65 22 12 188
Error Rate 69 92 10 2 173
Regulatory Compliance 77 69 14 5 165
Automation Exposure 56 56 26 13 154
Training Effectiveness 94 21 13 19 149
Wages & Compensation 77 36 25 6 144
Team Performance 86 17 27 10 141
Developer Productivity 95 17 14 6 133
Job Displacement 12 80 20 1 113
Hiring & Recruitment 52 7 8 3 70
Creative Output 31 18 8 3 61
Skill Obsolescence 5 46 6 1 58
Social Protection 27 16 8 2 53
Labor Share of Income 17 19 17 53
Worker Turnover 11 12 3 26
Industry 1 1
Clear
Productivity Remove filter
Global and Private Kronecker (GPK) decomposition compresses transform parameters, keeping storage and runtime overhead low compared to dense per-block transforms.
Algorithmic contribution described in the paper with reported comparisons (storage/runtime overhead) versus dense per-block transform parameterizations; supported by experimental/implementation measurements (specific memory/runtime numbers not provided in the summary).
medium positive BATQuant: Outlier-resilient MXFP4 Quantization via Learnable... Storage footprint and runtime overhead of transform parameterization (memory and...
Relaxing orthogonality constraints on transforms (i.e., using non-strictly-orthogonal transforms) improves distribution shaping and better fits activations to the limited MXFP quantization range.
Design rationale and ablation studies reported in the paper showing that removing strict orthogonality yields better quantization fit and improved task metrics versus enforced orthogonal transforms.
medium positive BATQuant: Outlier-resilient MXFP4 Quantization via Learnable... Quantization fit (activation distribution shape) and resulting task accuracy/qua...
Aligning transforms to MXFP block granularity using block-wise affine transformations prevents cross-block outlier propagation and avoids the severe collapse seen with rotation-based integer quantization techniques.
Methodological design plus ablation/empirical results in the paper showing improved activation statistics and preserved model accuracy when using block-wise affine transforms aligned to MXFP blocks versus global rotations.
medium positive BATQuant: Outlier-resilient MXFP4 Quantization via Learnable... Activation distribution (outlier propagation) and downstream task performance / ...
Standardized runtime governance frameworks could lower per-deployment compliance engineering costs and increase diffusion of agentic systems.
Theoretical argument that standardization reduces transaction/engineering costs; suggested market dynamics; no empirical implementation evidence.
medium positive Runtime Governance for AI Agents: Policies on Paths per-deployment compliance cost and diffusion rate (adoption)
A market will develop for third-party governance tools, auditors, and insurers providing policy evaluators, risk calibration, and certification services.
Economic argument and analogy to existing markets (governance-as-a-service, insurance); no empirical evidence presented.
medium positive Runtime Governance for AI Agents: Policies on Paths emergence of third-party governance services (market development; presence/size ...
The authors synthesized complex three-port pixelated output combiners that extend efficiency over back-off using fully symmetrical device implementations.
Design novelty claimed in paper; resulting three-port pixelated combiner layouts were included in the optimization output and used in prototypes. Prototypes used symmetrical device implementations.
medium positive Deep Learning-Driven Black-Box Doherty Power Amplifier with ... combiner topology/layout complexity and achieved efficiency across back-off
The CNN EM surrogate enables orders-of-magnitude faster evaluations than full-wave EM simulation, enabling global search of the discrete pixel design space.
Authors state the surrogate provides orders-of-magnitude speedups compared to full-wave EM, enabling global search; no quantitative speedup numbers or benchmarking details are provided in the provided summary.
medium positive Deep Learning-Driven Black-Box Doherty Power Amplifier with ... evaluation time per candidate layout (surrogate inference time vs full-wave EM s...
A deep convolutional neural network (CNN) trained as an electromagnetic (EM) surrogate can predict S-parameters of pixelated passive networks quickly and with sufficient accuracy to be used inside an optimizer loop.
Paper reports development and use of a CNN surrogate mapping pixelated network layouts to S-parameters; the surrogate was embedded in the optimizer and used to evaluate candidate layouts during global search. (Note: exact training dataset size, architecture, and error metrics are not provided in the summary.)
medium positive Deep Learning-Driven Black-Box Doherty Power Amplifier with ... S-parameter prediction accuracy and inference runtime sufficient for optimizer u...
Empirical evaluation shows the new quasi‑Newton and trust‑region methods outperform baseline sequential methods and prior parallel Newton variants in a combination of speed, memory, stability, and convergence on the tested tasks.
Reported experiments comparing the proposed algorithms to sequential baselines and prior parallel Newton approaches on representative tasks (RNNs, MCMC); qualitative summary claims faster runtimes, lower memory, and improved stability.
medium positive Unifying Optimization and Dynamics to Parallelize Sequential... multi-metric performance: runtime, memory, stability, convergence on benchmark t...
Trust-region methods provide stability and improved convergence reliability across tested tasks.
Empirical comparisons and algorithmic analysis showing trust-region-enabled schemes had fewer divergences and more reliable convergence than prior parallel Newton variants in the evaluated workloads.
medium positive Unifying Optimization and Dynamics to Parallelize Sequential... stability (failure/divergence frequency) and convergence reliability in experime...
Quasi-Newton methods deliver faster runtimes and lower memory use in experiments on RNN inference/training and MCMC chains.
Empirical experiments comparing quasi-Newton implementations to full Newton and sequential baselines on representative tasks (explicit tasks listed: RNN inference/training and MCMC chains); reported qualitative outcomes indicate speed and memory advantages.
medium positive Unifying Optimization and Dynamics to Parallelize Sequential... wall-clock runtime and peak memory usage in experimental tasks
Trust-region variants substantially improve stability and robustness, addressing divergence issues of earlier parallel Newton implementations.
Presentation of trust-region schemes adapting step sizes within the parallel Newton framework; theoretical motivation and empirical results showing reduced divergence/failure rates compared to prior parallel Newton variants.
medium positive Unifying Optimization and Dynamics to Parallelize Sequential... stability metrics (divergence/failure rate), convergence reliability
Quasi-Newton variants are more computationally efficient and memory friendly than full Newton.
Complexity and memory analyses in the thesis plus empirical comparisons on representative tasks (RNNs, MCMC) showing lower runtime and memory usage for quasi-Newton implementations versus full Newton.
medium positive Unifying Optimization and Dynamics to Parallelize Sequential... wall-clock runtime and memory consumption
A Parallel Newton framework, implemented with a parallel associative scan, provides a natural way to parallelize computations across sequence length.
Algorithmic design combining Newton updates with a parallel associative-scan reduction; implementation details and experiments demonstrating the mechanics of the parallel scan across time steps.
medium positive Unifying Optimization and Dynamics to Parallelize Sequential... ability to perform Newton-style updates in parallel across time (scalability / r...
Parallel Newton methods can reliably and efficiently parallelize sequential dynamical systems (e.g., RNNs, MCMC) across sequence length when reframed as nonlinear equation solves.
Thesis presents a reformulation of sequence computation as a global nonlinear system, develops parallel Newton-style algorithms, and reports empirical experiments on representative tasks (RNN inference/training and MCMC chains) comparing runtime and convergence against sequential baselines and prior parallel Newton variants.
medium positive Unifying Optimization and Dynamics to Parallelize Sequential... parallelization speedup / runtime and convergence behavior across sequence lengt...
Adopting this approach shifts required skills and organizational roles away from lengthy parametric modeling toward data engineering, controller integration, and monitoring.
Authors' discussion of practical/organizational implications (qualitative); argument based on removal of model-building step and increased emphasis on data infrastructure and online operations.
medium positive Data-driven generalized perimeter control: Zürich case study changes in required skills/organizational roles (qualitative workforce compositi...
DeePC outperforms baseline controllers (e.g., fixed-time and standard adaptive schemes) in the simulated experiments.
Comparative simulation experiments reported in the paper where DeePC-controlled signals achieve superior system-level metrics relative to baseline controllers.
medium positive Data-driven generalized perimeter control: Zürich case study system-level outcomes (total travel time, CO2 emissions) compared across control...
The method was validated on a very large, high-fidelity microscopic closed-loop simulator of Zürich; the paper reports this as the largest such closed-loop urban-traffic simulation in the literature.
Authors' description of the experimental environment: city-scale microscopic simulator of Zürich with controller in the loop; explicit statement in the paper claiming it is the largest closed-loop urban-traffic simulation reported in the literature.
medium positive Data-driven generalized perimeter control: Zürich case study scale of validation (city-scale microscopic closed-loop simulation)
Regularization and the use of measured Hankel/data matrices make the method more robust to measurement noise and limited data.
Method description includes regularization terms in the DeePC optimization and use of Hankel matrices built from measured trajectories; simulation experiments show continued performance under noisy / limited-data conditions.
medium positive Data-driven generalized perimeter control: Zürich case study robustness to measurement noise and limited data (performance degradation metric...
DeePC handles sparse or limited traffic measurements better than many machine-learning methods.
Claims in the paper supported by experiments and methodological notes: use of Hankel structures and regularization in DeePC to operate with limited/sparse sensing; comparative statements versus generic ML methods (qualitative and simulation evidence).
medium positive Data-driven generalized perimeter control: Zürich case study controller performance (e.g., travel time, emissions) under sparse sensing / lim...
The DeePC-based approach avoids the expensive, time-consuming model-building step required by model-based control methods.
Methodological argument and demonstration that controller uses historical input–output trajectories directly rather than requiring separate parametric model identification; supported by simulation implementation that bypasses model identification.
medium positive Data-driven generalized perimeter control: Zürich case study need for explicit parametric model identification (development time/effort proxy...
Modular strategy/execution architectures (like ESE) can materially improve the stability and efficiency of LLM-driven operational decision systems, increasing their attractiveness for deployment in retail, logistics, and supply-chain contexts.
Empirical improvements observed with ESE on RetailBench relative to monolithic baselines, coupled with analysis of deployment considerations and domain relevance discussed in the paper.
medium positive RetailBench: Evaluating Long-Horizon Autonomous Decision-Mak... operational stability and efficiency improvements as proxies for deployment attr...
ESE improves operational stability and efficiency relative to baselines that do not separate strategy from execution.
Empirical comparisons reported in the experiments: eight contemporary LLMs evaluated on multiple RetailBench environments, with ESE compared against monolithic LLM agents and other baselines using metrics of operational stability (e.g., variance or frequency of catastrophic failures) and efficiency (e.g., cost/profit/fulfillment).
medium positive RetailBench: Evaluating Long-Horizon Autonomous Decision-Mak... operational stability (variance/frequency of catastrophic failures) and efficien...
ESE enables interpretable and adaptive strategy updates intended to counteract error accumulation and environmental drift.
Design features of the strategy module (slower updates, interpretable strategy representation) and qualitative analysis in the paper linking these features to reduced error accumulation and strategy drift in experiments.
medium positive RetailBench: Evaluating Long-Horizon Autonomous Decision-Mak... interpretability of strategy updates and reduction in error accumulation/strateg...
Pretraining corpora must be broadened across temporal scales and domains (including high-frequency domains) to improve TSFM generalization.
Recommendation follows from observed poor transfer and fine-tuning results; paper argues for inclusion of high-frequency, domain-diverse data in pretraining. This is prescriptive and driven by the benchmarking observations rather than an experiment demonstrating improved outcomes after broadened pretraining.
medium positive Bridging the High-Frequency Data Gap: A Millisecond-Resoluti... expected improvement in model generalization (forecasting performance) if pretra...
Across extensive simulations with realistic latency modeling, RARRL consistently yields higher task success, lower execution latency, and better robustness under varied resource budgets and task complexities.
Paper summarizes results from extensive experiments (including ablations and comparisons to baselines) claiming consistent improvements across varied budgets and task complexities; metrics reported include task success rate, execution latency, and robustness.
medium positive When Should a Robot Think? Resource-Aware Reasoning via Rein... task success rate, execution latency, robustness under budget/task complexity va...
RARRL increases robustness to resource constraints compared with fixed or heuristic policies (i.e., lower variance or better outcomes when compute/time budgets are constrained).
Paper reports robustness measures (variation in outcomes under constrained resources) and shows RARRL outperforming baselines and ablations across varied resource budgets in simulations with realistic latency modeling.
medium positive When Should a Robot Think? Resource-Aware Reasoning via Rein... robustness under constrained resources (e.g., outcome variance, success under bu...
RARRL reduces total execution latency compared with fixed or heuristic reasoning policies.
Experimental comparisons using ALFRED-derived latency profiles report that RARRL yields lower execution latency than baseline strategies; total execution latency is listed as a primary metric.
medium positive When Should a Robot Think? Resource-Aware Reasoning via Rein... total execution latency
RARRL improves task success rates compared with fixed or heuristic reasoning strategies in embodied robotic tasks (evaluated using ALFRED-derived latency profiles).
Empirical experiments reported in the paper compare RARRL to baselines (fixed strategies and heuristic triggers) using an embodied task suite based on ALFRED and empirical LLM latency profiles; results claimed to show higher task success across extensive experiments.
Policy instruments that can support shorter workweeks include tax incentives for firms that maintain pay while reducing hours, regulatory transition frameworks, and conditionality on AI subsidies or public procurement tied to job-preservation or reduced hours.
Policy-analytic argument drawing on standard policy toolkits and selected prior examples; no new policy pilot results presented.
medium positive A Shorter Workweek as a Policy Response to AI-Driven Labor D... adoption rate of shorter workweeks, preservation of pay, conditionality complian...
Shorter workweeks help sustain consumer purchasing power by reducing aggregate labor supply and thereby distributing automation gains more equitably.
Theoretical labour-supply reasoning plus historical case studies of work-time reductions; argumentual and normative rather than demonstrated with new macroeconomic empirical tests in AI-rich settings.
medium positive A Shorter Workweek as a Policy Response to AI-Driven Labor D... consumer purchasing power, distribution of productivity/earnings gains
A gradual, policy-driven reduction in the standard workweek can absorb labor displaced by automation, help maintain employment levels, and preserve wages per hour.
Synthesis of prior empirical findings on work-hour reductions and historical precedents (e.g., six-day to five-day transition); no new randomized or large-scale contemporary trials presented.
medium positive A Shorter Workweek as a Policy Response to AI-Driven Labor D... employment levels, hours worked per worker, hourly wages
Firms use layoffs strategically to signal efficiency and boost short-term stock prices, even when automation is not fully substitutive.
Organizational- and finance-literature synthesis on signaling and market reactions to cost-cutting; historical/case examples referenced rather than new econometric estimates.
medium positive A Shorter Workweek as a Policy Response to AI-Driven Labor D... short-term stock price/market reaction following layoffs; incidence of layoffs u...
Policymakers should prioritize retraining programs, strengthened social protection, and redistributive policies to mitigate automation-induced unemployment and inequality.
Policy recommendation based on the author's synthesis of risks and expert judgment; not based on an empirical intervention study in the paper.
medium positive DIGITAL TRANSFORMATION OF THE RUSSIAN FEDERATION’S SOCIOECON... mitigation of technological unemployment and inequality (employment rates, incom...
There has been progress in software import substitution, contributing to partial technological sovereignty in Russia.
Use of statistics on software import substitution (authors reference national statistics but do not report detailed numbers or methodology).
medium positive DIGITAL TRANSFORMATION OF THE RUSSIAN FEDERATION’S SOCIOECON... software import substitution rate / domestic share of software supply
Digitalization enables management optimization (improved management processes and decision-making) in Russian enterprises and public administration.
Qualitative analysis of policy documents and expert assessment by the author; no empirical evaluation or quantified effect sizes provided.
medium positive DIGITAL TRANSFORMATION OF THE RUSSIAN FEDERATION’S SOCIOECON... management efficiency/optimization (process improvements, decision-making qualit...
Digitalization has produced measurable labor productivity growth in segments of the Russian economy.
Author's interpretation drawing on national statistics and strategic documents; statistical details (period, sectors, sample sizes) not specified in the paper.
medium positive DIGITAL TRANSFORMATION OF THE RUSSIAN FEDERATION’S SOCIOECON... labor productivity (aggregate or sectoral productivity indicators)
A matching/ranking algorithm that scores candidate-job pairs by skill fit and predicted remuneration (and proximity) improves the alignment of workers to short-term gigs.
System incorporates a ranking algorithm combining inferred-skill fit, predicted wages, and proximity constraints; pilot comparison reported improved matches, but quantitative algorithmic performance metrics are not provided in the summary.
medium positive AI-Driven Skill Mapping and Gig Economy Matching Algorithm f... match alignment/fit metrics; placement rates
ML models can continuously derive available gigs and demand signals from marketplace activity, producing up-to-date opportunity lists and predicted wages.
Implemented ML models ingest real-time market activity/platform signals in the pilot to generate opportunity lists and wage predictions; no reported out-of-sample accuracy or prediction error metrics in the summary.
medium positive AI-Driven Skill Mapping and Gig Economy Matching Algorithm f... availability/recency of opportunity lists; accuracy of predicted wages
Skills can be inferred from multiple nontraditional inputs—self-reported information, short-term work histories, and community recommendations—creating richer profiles beyond formal work experience.
System design uses NLP to normalize and extract skills from profiles, short-term work records, and community recommendations; claim is supported by the implemented data integration approach rather than by quantified external validation in the summary.
medium positive AI-Driven Skill Mapping and Gig Economy Matching Algorithm f... inferred skill coverage/quality or profile richness
The pilot implementation produced higher reported wages for youth matched through the system relative to baseline informal methods.
Pilot comparison reported higher reported wages for matched youth; summary lacks sample size, measurement protocol, and statistical inference.
medium positive AI-Driven Skill Mapping and Gig Economy Matching Algorithm f... reported wages (self-reported earnings)
The pilot implementation led to higher correct matches compared to existing informal search methods.
Pilot deployment compared matching accuracy versus baseline informal job-search approaches; the paper summary reports a 'marked increase' but provides no numerical details, sample size, or significance levels.
medium positive AI-Driven Skill Mapping and Gig Economy Matching Algorithm f... matching accuracy / proportion of correct matches
AI-driven NLP and ML can substantially reduce search frictions in Nairobi’s informal and gig economies by dynamically deriving individual skills and real-time market opportunities, then algorithmically matching youth to short-term work.
Pilot implementation of an end-to-end system combining NLP, ML and a matching algorithm deployed in Nairobi and compared qualitatively/aggregately against baseline informal search methods; paper summary does not report sample size, statistical tests, or numerical effect sizes.
medium positive AI-Driven Skill Mapping and Gig Economy Matching Algorithm f... search frictions (reduction), matching quality
Firms should pair strong-performing ensemble/deep models with explainability tools (e.g., feature-importance, SHAP) and fairness audits, and prefer pilot human-in-the-loop implementations to validate economic impacts and reduce operational risks.
Authors' practical recommendations based on empirical model performance, interpretability analyses, and noted limitations; presented as guidance rather than empirically validated interventions.
medium positive Adoption of AI-Based HR Analytics and Its Impact on Firm Pro... Recommended practices for deployment (procedural guidance, not an outcome metric...
Variable-contribution analyses (feature importance / model explanation techniques) clarified which inputs drive predictions, making results actionable for HR decision-making.
The paper reports use of feature-importance and model-explanation methods to quantify variable contributions and interpretable outputs intended for HR practitioners.
medium positive Adoption of AI-Based HR Analytics and Its Impact on Firm Pro... Interpretability outputs (feature importance / explanation scores) linked to job...
Employee engagement/participation levels, learning agility (pace of acquiring new skills), tenure in current role, and perceived workload/manageability are consistently among the most important predictors of job performance in the datasets examined.
Feature-importance and model-explanation analyses (e.g., feature importance, SHAP-style approaches) applied across multiple publicly available workforce datasets produced consistently high importance scores for these variables.
medium positive Adoption of AI-Based HR Analytics and Its Impact on Firm Pro... Variable importance for predicting job performance
The models' superior performance hinges on their ability to capture complex, non-linear patterns in features (e.g., engagement, learning agility, tenure, workload perception).
Inference from comparative model performance: non-linear models (ensembles, DNNs) outperform linear baselines; feature engineering captured engagement dynamics and learning trends; variable-contribution analyses highlighted these feature types as influential.
medium positive Adoption of AI-Based HR Analytics and Its Impact on Firm Pro... Contribution of non-linear feature interactions to predictive performance (refle...
These predictive gains persist when models are applied to different company datasets, indicating better generalization of AI methods.
Cross-company tests described in the paper: models trained/tuned on one dataset and evaluated on others (holdout across organizations) with reported performance metrics demonstrating persistent improvements for AI methods.
medium positive Adoption of AI-Based HR Analytics and Its Impact on Firm Pro... Out-of-sample predictive performance across datasets/companies (AUC, F1, accurac...
Responsible implementation requires legal/liability clarity, continuous monitoring for performance drift and distributional shifts, usable explanations, baseline AI literacy for clinicians, and co-design with frontline radiology teams.
Synthesis of governance literature, implementation best-practice reports, and recommendations from usability and deployment studies.
medium positive Human-AI interaction and collaboration in radiology: from co... successful deployment metrics, monitoring alerts for drift, clinician comprehens...
Triage and automation can shorten time-to-diagnosis, increase throughput, and reduce time spent on repetitive tasks.
Observational deployment reports and simulation studies that measured time-to-report or throughput improvements in pilot settings (evidence heterogeneous and context-dependent).
medium positive Human-AI interaction and collaboration in radiology: from co... time-to-diagnosis, studies-per-hour per radiologist, time spent on repetitive ta...