Tagged articles
10 articles
Page 1 of 1
SpringMeng
SpringMeng
Mar 13, 2026 · Artificial Intelligence

Why the New “Large‑Model Post‑Processing Engineer” Is the Most Ironic Job of the AI Era

The article analyzes how large language models can quickly generate 80%‑complete code but still produce numerous hidden bugs, missing product logic, context, and safety checks, creating a new high‑value role—post‑processing engineers—who must bridge the gap to production‑ready, reliable software.

Large Language Modelsagentai
0 likes · 9 min read
Why the New “Large‑Model Post‑Processing Engineer” Is the Most Ironic Job of the AI Era
Top Architect
Top Architect
Mar 3, 2026 · Artificial Intelligence

Why the ‘Post‑Processing Engineer’ Is the Real Key to AI Product Success

AI can quickly generate functional code, but turning that 80‑point prototype into a reliable, secure, production‑ready product requires human engineers to perform rigorous validation, refactoring, and polishing—roles the author dubs ‘post‑processing engineers’—who bridge AI’s speed with real‑world robustness and profitability.

Engineeringagentai
0 likes · 10 min read
Why the ‘Post‑Processing Engineer’ Is the Real Key to AI Product Success
Architecture Digest
Architecture Digest
Feb 28, 2026 · Artificial Intelligence

Why AI Can’t Replace Engineers: The Rise of the Post‑Processing Engineer

The article explains how large‑model AI can quickly generate seemingly functional code but still lacks product logic, boundary awareness, and security, forcing engineers to act as “post‑processing engineers” who proofread, refactor, and polish AI‑generated artifacts into reliable, production‑ready software.

Agent Designcode-generationpost-processing
0 likes · 8 min read
Why AI Can’t Replace Engineers: The Rise of the Post‑Processing Engineer
AI Frontier Lectures
AI Frontier Lectures
Jan 7, 2026 · Artificial Intelligence

RankSEG: Boost Semantic Segmentation Accuracy with Just Three Lines of Code

This article reveals that the conventional threshold/argmax post‑processing for semantic segmentation is sub‑optimal for Dice/IoU metrics, introduces the RankSEG framework that optimizes predictions without retraining, and presents an efficient RankSEG‑RMA approximation with extensive experiments showing consistent performance gains.

Deep LearningDice optimizationRankSEG
0 likes · 12 min read
RankSEG: Boost Semantic Segmentation Accuracy with Just Three Lines of Code
Baidu Geek Talk
Baidu Geek Talk
Aug 20, 2025 · Mobile Development

How Mobile Video Players Boost Visual Quality with Real‑Time Brightness and Color Enhancement

This article explains the engineering of mobile video post‑processing techniques—brightness and color enhancement using GPU shaders, linear gain, YUV scaling, gamma correction, adaptive saturation, HSV adjustments, and skin‑tone protection—to improve clarity, contrast, and naturalness while maintaining real‑time performance.

GPU shaderMobileVideo processing
0 likes · 14 min read
How Mobile Video Players Boost Visual Quality with Real‑Time Brightness and Color Enhancement
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 18, 2022 · Frontend Development

Creating a Glowing Portal Effect in Three.js with Post‑Processing

This article demonstrates how to use Three.js post‑processing techniques, including EffectComposer, RenderPass, BloomPass, and custom shaders, to build an animated 3D scene featuring a glowing portal and Rick and Morty model, covering shader setup, layer management, animation, and UI controls for fine‑tuning.

3D animationJavaScriptShader
0 likes · 24 min read
Creating a Glowing Portal Effect in Three.js with Post‑Processing
Laiye Technology Team
Laiye Technology Team
Sep 28, 2022 · Artificial Intelligence

Checkbox Detection and State Classification Using YOLOv5

This article describes a comprehensive solution for detecting checkboxes in document images and determining their selected or unselected status by combining YOLOv5 object detection, synthetic and semi‑synthetic data generation, specialized post‑processing, and association logic to handle varied shapes, positions, and markings.

YOLOv5checkbox detectiondata synthesis
0 likes · 13 min read
Checkbox Detection and State Classification Using YOLOv5
Tencent Cloud Developer
Tencent Cloud Developer
Jun 2, 2021 · Game Development

Shader-Based Image Deformation Effects: Implementation and Principles

The article explains how to implement three common beauty‑camera image deformation effects—twirl, inflate, and pinch—using GLSL shaders, detailing the underlying deformation functions, sampling distance‑field transformations, and smoothstep‑based strength controls, and provides full shader code, animated examples, and resource links.

Distance FieldImage ProcessingShader
0 likes · 9 min read
Shader-Based Image Deformation Effects: Implementation and Principles