← Back to data subTLDR

data subTLDR week 26 year 2026

r/MachineLearningr/dataengineeringr/SQL

Unveiling a Unique SQL Detective Game, The Art of Understanding Complex Scripts, First Successful Data Pipeline Story, The Shift towards AI-Assisted Coding in Big Tech

Week 26, 2026
Posted in r/MachineLearningbyu/BaniyanChor6/26/2026
256

A debugger for RL reward functions that detects reward hacking during training [P]

Project
The discussion focuses on a newly developed library, rewardspy, designed to monitor reward hacking in reinforcement learning (RL). The tool was praised for its 'htop' feel and regarded as a useful tool in RL, despite some users highlighting potential limitations such as the inability to catch an exploit that keeps distribution healthy while gaming an unintended reward. Suggestions were made to pair it with an out-of-sample read on the actual desired outcome and to understand the unique signs of reward hacking depending on the task. A point was also raised about the necessity of multi-faceted reward systems to prevent models from finding hacky solutions. The overall sentiment is positive, with constructive feedback and useful suggestions provided.
20 comments
Share
Save
View on Reddit →
Posted in r/dataengineeringbyu/domguyfor_you6/23/2026
111

My first pipeline - Thanks to you all

Discussion
The original poster, an aspiring data engineer, has successfully built a data pipeline at work, despite limited resources and education, attributing his success to the learning gained from online communities. The pipeline includes uploading an excel file which is then parsed and aggregated data is fed back into Sharepoint. The sentiment in the thread is generally very positive, with commenters commending the poster's initiative and sharing their similar experiences of self-learning and overcoming challenges in data engineering. However, it's also noted that the industry often relies on 'jerry-rigged' solutions, even in large companies.
7 comments
Share
Save
View on Reddit →
Posted in r/dataengineeringbyu/Consistent_Tutor_5976/24/2026
104

Big tech engineers, how much code are you writing these days?

Discussion
Big tech engineers report a significant shift towards AI-assisted coding (vibe coding), with many no longer writing their own code, even in data engineering roles. However, the sentiment varies: while some appreciate the efficiency, others feel their skills are being stripped away. Despite perceptions, errors are affordable in big tech but not at scale. AI is particularly helpful with large, complex systems but it's still crucial to have human review. Some caution is advised with companies promoting their own AI tech. This trend suggests a transformation in coding culture, where AI plays a significant role, but human oversight remains vital.
104 comments
Share
Save
View on Reddit →
Posted in r/dataengineeringbyu/Meme_Machine_1016/26/2026
76

Difference between "micro-batching" and "streaming"

Discussion
The discussion reveals a shared understanding that both micro-batching and streaming ultimately aim to optimize latency but differ in their operational principles. Micro-batching, originally introduced by Apache Spark, splits streaming data into small data chunks and processes them continuously, mimicking real-time streaming. It has advantages such as ease of auto-scaling and fault-tolerance, but end-to-end latency is typically around one second. On the other hand, continuous streaming, utilized by frameworks like Apache Flink, processes data continuously, offering faster, sub-second latencies. However, it presents challenges in auto-scaling, fault-tolerance, and debugging. Recently, Spark's Real-Time Mode has offered sub-second latencies, combining the benefits of both models. The debate also touched on the use of Kafka for streaming, highlighting its limitations in carrying out complex transformations. The overall sentiment was mixed, acknowledging the validity of both perspectives on the issue.
26 comments
Share
Save
View on Reddit →
Posted in r/MachineLearningbyu/NielsRogge6/22/2026
76

Some new updates to Papers with Code [P]

Project
The open-source team at Hugging Face is adding new features to the Papers with Code platform. The updates include support for state-of-the-art (SOTA) badges, a new trending score system, support for third-party evaluations, and the addition of more tasks, benchmarks, and evaluations. The team is also working on gradually adding legacy data to the platform. The community has responded positively to these updates, expressing interest in contributing to the project and suggesting further improvements such as the ability to add new benchmarks. The overall sentiment around these updates is positive, indicating strong support for the revival of the platform.
10 comments
Share
Save
View on Reddit →
Posted in r/MachineLearningbyu/AlphaCode16/27/2026
49

MathFormer: Testing whether symbolic math is pattern matching or reasoning [D]

Discussion
A small seq2seq model, without prior math knowledge, achieved approximately 98.6% accuracy on symbolic math tasks. This suggests that the model learns structural token transformations instead of understanding operators or variables. This could shed light on why large language models (LLMs) seem to reason mathematically - they might actually be performing large-scale structured pattern completion. The potential impact of reinforcement learning (RL) on this paradigm, considering its attention-based architecture, remains an open question. The sentiment is mixed, with some finding the results impressive while others remain skeptical about the model's true understanding of mathematical rules.
15 comments
Share
Save
View on Reddit →
Posted in r/SQLbyu/hellorchere6/26/2026
27

SQL Indentation

SQL Server
The discussion revolves around tools for improving SQL script indentation. SSMS's Format Source Code and Notepad++ were widely supported, specifically with the Poor Man's T-SQL Formatter plugin and the online tool poorsql.com. Some contributors noted that the built-in SSMS formatter only exists in versions 22.7 and up. A few users cautioned against using AI for this task, while one person suggested manual reformatting as a method to better understand the SQL. The sentiment was generally positive, with users sharing their preferred methods and tools to assist the original poster.
41 comments
Share
Save
View on Reddit →
Posted in r/SQLbyu/Consistent_Law36206/27/2026
25

Need advice: Understanding complex SQL scripts written by others

Discussion
Many SQL developers agree that understanding complex scripts written by others can be challenging. They suggest several strategies to improve this skill. One, breaking down the script into smaller, manageable sections can help clarify its flow and connections. Two, using comments and white space for easy reading. Three, visualizing data flow with diagrams. Four, using SQL formatters for clean, standardized code. Lastly, they recommend tools for tracking variables, CTEs, and other elements. While some believe that experience naturally improves this skill, others point to structured learning resources like books, online exercises, or mentorship. The sentiment is generally positive and supportive.
44 comments
Share
Save
View on Reddit →

Subscribe to data-subtldr

Get weekly summaries of top content from r/dataengineering, r/MachineLearning and more directly in your inbox.

Get the weekly data subTLDR in your inbox!

We respect your privacy. No spam, ever.