4 links tagged with all of: data-analysis + software-engineering
Click any tag below to further narrow down your results
Links
This article details a tracker that monitors the performance of Claude Code with Opus 4.6 on software engineering tasks. It provides daily benchmarks and statistical analysis to identify any significant performance degradations. The goal is to establish a reliable resource for detecting future issues similar to those noted in a 2025 postmortem.
This article explores the bus factor concept, which measures the risk of knowledge loss in teams when key members leave. It details a project analyzing open source repositories to assess their bus factors using a specific algorithm, revealing surprising trends in code coverage and author contributions.
BlaBlaCar developed the Data Copilot to improve collaboration between Software Engineers and Data Analysts. By enabling engineers to perform data analysis directly in their workflow, the tool reduces reliance on analysts, enhances data quality, and fosters a culture of data ownership.
Vivek Yadav from Stripe discusses building a regression testing system that leverages multi-year data to ensure safe migrations in payment systems. By using Apache Spark, they efficiently process large datasets to verify that new code maintains the same input-output behavior as before, crucial for avoiding errors in financial transactions.