2월, 2026의 게시물 표시

Why 90% of AEC AI Projects Die in the PoC Grave

이미지
  On 'Topological Collapse' of Spatial Data and the Rule-AI Hybrid Strategy The AI fever sweeping through the Architecture, Engineering, and Construction (AEC) and high-tech manufacturing sectors is deafening. Companies are earmarking massive budgets, fueled by the ambition to "build proprietary AI from decades of CAD drawings and 3D BIM legacy data." Yet, the reality is sobering. Brilliant Generative Design demos that once drew applause in the boardroom are quietly discarded at the Proof of Concept (PoC) stage, failing to integrate even a single line of code into actual production pipelines. As a CTO and Data Scientist overseeing technical strategies in AEC Deep-Tech, I can state this with certainty: the failure isn't due to a lack of "AI intelligence" or "coding skill." The root cause lies in the 'Topological Collapse' of the spatial data we handle, and the 'Methodological Flaws' of the organizations failing to govern it. F...

Daily Research 260210 Antigravity - Web Transformation

이미지
 # Daily Research Log: GD-PlanNet Web Transformation **Date:** 2026-02-10 **Author:** Antigravity (AI Assistant) **Project:** GD-PlanNet (AI Floor Plan to 3D) --- ## 1. Objectives & Scope The primary goal was to modernize the local `GD-PlanNet` application, moving from a static script environment to an **interactive Web Application**. **Key Requirements:** - Fix persistent image loading errors (CORS). - Enable "One-Click" server setup. - Implement "Dynamo-like" 3D visualization controls (Solid/Surface, Thickness). - Polish UI/UX (Progress bars, Layout, Branding). --- ## 2. Chronological Engineering Log ### Phase 1: Infrastructure & Security Architecture **Challenge:** The user was running `index.html` directly via the file system (`file:///C:/...`). - **Error:** `Access to fetch at '...' from origin 'null' has been blocked by CORS policy`. - **Diagnosis:** Modern browsers strictly block local files from accessing other local files via `fetch(...

Beyond Simple Counting: Engineering the "Data Architecture" for Quantity Take-off (Accuracy vs. Agility)

이미지
Newsletter   Introduction: The Two Faces of QTO Quantity Take-off (QTO) is often treated as the final, tedious step of the BIM process—simply clicking a button to extract numbers. However, in my experience leading data strategies for both mega-scale industrial plants and high-volume interior design firms, I have learned that QTO is not just a task; it is the engine of the business. But here is the critical insight: The engine for a tank (Plant Project) works very differently from the engine for a sports car (Interior Project). If you apply the wrong methodology, you will either drown in data verification or lose bids due to slow response times. 1. The Philosophy: Mining vs. Manufacturing In my latest newsletter, I deconstruct the world of data engineering into two distinct spectrums based on the project's lifecycle: Mining (Type A): You are dealing with a massive mountain of raw data (models from various subcontractors). Your job is to filter, verify, and refine it into pure go...

2026 Davos Forum Report: The Rise of AI Agents and Infrastructure Capitalism

이미지
  2026 Davos Forum review: The Rise of AI Agents and Infrastructure Capitalism 1. The Paradigm Shift: From Generative Tools to "Infinite Minds" The 2026 Davos Forum marks a definitive conclusion to the "AI as a toy" era, signaling the emergence of a functional "Manager of Infinite Minds." This transition represents a fundamental recalibration of global value creation; we are no longer merely interacting with large language models, but orchestrating autonomous agents capable of complex, goal-oriented labor. For the strategic leader, this shift necessitates a move from direct tool usage to high-level systemic conduction. The "Actionable AI" Era Synthesizing the visions of Satya Nadella and Sam Altman, 2026 is the year AI agents officially join the global workforce as primary components. The "exploration phase" of 2025—characterized by experimentation and novelty—has matured into an era of Actionable AI . The PC Era (Historical): Defined...

The Trojan Horse of Efficiency: The Dual Nature of Automation and Survival Strategies for Engineers

이미지
  1. Introduction: The Chilling Warning of "Profitable Closures" For modern employees, the proposition that "a company with good performance is safe" is akin to an article of faith. However, within the cold calculation systems of global capital, this faith is being ruthlessly shattered. We have entered the era of "profitable closures," where despite a company operating robustly with cash piling up in its vaults, employees can receive a sudden notice stating, "We are closing business as of today." A prime example is "Korea Gates." This company, which recorded 100 billion KRW in revenue and 5 billion KRW in net profit without a single deficit for 30 years, decided to close its doors in a mere three-minute announcement. This is not merely a tragedy of a specific manufacturing site. The recent layoff of 1,000 employees by Autodesk , the dominant player in the global design software market, proves that this tectonic shift is spreading to ...

[Generative Design] Stop Using "Randomize": The Engineer’s Guide to True Optimization

이미지
 Why "Shuffle" fails and how UV Coordinates teach AI to evolve. https://www.linkedin.com/pulse/generative-design-optimize-wonho-cho-rkstc Introduction: The Automation Paradox Can a computer truly generate better design alternatives than a human? The answer is yes, but not in the way most people think. Many mistake Generative Design (GD) for a "magic button" where a perfect answer appears instantly. In reality, obtaining an alternative that surpasses human intuition requires the "Automation Paradox": to automate a process, you need the deep-rooted experience of a seasoned expert to define the rules. Optimization is not about replacing humans; it is about transplanting human experience into algorithms. In this post, based on a spatial layout and auto-routing case study, I will explain why you must stop "rolling the dice" with Randomize and how to orchestrate the "Optimize" function to achieve tangible results. 1. The Limit of "Rando...

[Generative Design] Beyond Randomness: How to Force "Convergence" in Optimization

이미지
 A Case Study on Tunnel Alignment and Geologic Constraints https://www.linkedin.com/pulse/alignment-optimization-how-inputoutput-settings-drive-wonho-cho-kg0qc Introduction: Generative Design is Not a Slot Machine There is a common misconception that Generative Design (GD) is simply a tool for creating thousands of random alternatives. However, the true power of GD lies in its ability to "Converge" —to self-evaluate, discard inferior options, and evolve toward a superior solution. In this post, we analyze a civil engineering case study (Tunnel Alignment Optimization). We will explore how to transition from simple geometry generation to a sophisticated optimization engine that accounts for geological strata and construction costs. 1. From Simple Geometry to Real-World Data The initial phase of any automation script usually involves simple geometric rules: "Draw the shortest line from A to B while avoiding obstacles." However, real-world infrastructure requires more...

[Generative Design] The Art of Sequential Placement: Automating Complex Layouts in Dynamo

이미지
  Why "Order" Matters More Than Algorithms in Facility Design https://www.linkedin.com/pulse/generative-design-application-example-rec-placement-optimization-cho-7u5cc Introduction: Clarity Over Complexity When building Dynamo scripts for automation, there is often a temptation to "over-optimize." Designers might try to compress repetitive logic into complex Python loops to reduce the node count. However, for Generative Design (GD) workflows that require constant debugging and modification, clarity is king. In this post, we explore a practical example of REC (Rectangle) Placement Optimization . We will discuss why using standard node groups is often better than complex coding, and how the sequence of placement determines the success or failure of your automated layout. 1. The Logic of Repetition: Standard Nodes vs. Python Handling repetitive sequences—like placing multiple facilities (REC0, REC1, REC2)—can be done in many ways. While a Python for loop is efficie...

[Dynamo Logic] Foundations of Generative Design: Why Your "Overlap" Check is Failing

이미지
 Mastering Geometric Placement, Rotation, and Tolerance for Automated Layouts https://www.linkedin.com/pulse/foundations-generative-design-principles-geometric-placement-cho-ihunc Here is the clean English blog post without citation marks, ready for immediate copy-pasting. [Dynamo Logic] Foundations of Generative Design: Why Your "Overlap" Check is Failing Subtitle: Mastering Geometric Placement, Rotation, and Tolerance for Automated Layouts Introduction: Before the Algorithm, Comes the Logic Most spaces and facilities in architectural design can be initially represented as simple rectangles. While the end goal is complex generative design (like optimizing a water treatment facility), the foundation lies in mastering the fundamental techniques of arranging these basic forms. In this post, we explore the "Physics" of Generative Design in Dynamo: how to move objects, how to rotate them, and most importantly, how to teach a computer to "see" overlaps the wa...

[AI Reality Check] Gemini 2.5 Pro vs. Fine-Tuning: A Survival Guide for Engineers

이미지
Why training your own AI is 90% Engineering and 10% Magic (Log of 22 Hurdles) https://www.linkedin.com/pulse/image-geometry-should-we-use-gemini-25-pro-fine-tune-our-wonho-cho-1y8wc Introduction: The Dream of Custom AI What if AI could go beyond simply reading design drawings and start creating new geometry on its own? This is the ultimate vision—one that could fundamentally shift the paradigm of design automation. To test this, we defined a concrete process: an AI recognizes geometry in an image, interprets it into a JSON structure, and then reconstructs the shape using Dynamo. To test the feasibility of this process, we explored two contrasting paths simultaneously: leveraging the powerful Gemini 2.5 Pro API (The Expert) versus fine-tuning our own open-source model (The Student) using Hugging Face and Google Colab. The results were starkly divergent, and this post is a candid record of the "Wall of Reality" we hit. 1. The Showdown: Expert API vs. Custom Student The Exper...

[AI & Geometry] From Image to BIM: Building a 3-Stage "Self-Correcting" Workflow

이미지
  How we stopped AI from writing bad code and taught it to generate geometry. https://www.linkedin.com/pulse/geometry-image-to-geometry-workflow-dynamo-gemini-wonho-cho-4u3yc Introduction: The Evolution of Image-to-Geometry Four years ago, we first tested automated modeling from images using simple edge detection. Today, we are pushing the boundaries further by integrating Generative AI (Gemini) to not just "trace" lines, but to understand and reconstruct geometric patterns. In this post, I share the technical journey of developing a "3-Stage Decoupled Pipeline" that translates 2D images into parametric Dynamo geometry, and how we solved the chaos of AI-generated code. 1. The Failures: Why "AI Coding" Doesn't Work Phase 1 (The 'AI Coder'): We initially asked AI to write Python code to draw the image and executed it blindly. Result: Total system failure. A single syntax error crashed the entire script. AI is creative, but code requires stri...

[AI in BIM] Cloud vs. Local AI: A Beginner’s Guide to Connecting Gemini & Qwen to Dynamo

이미지
 Overcoming API Costs and Security Risks in Generative Design https://www.linkedin.com/pulse/cloud-local-ai-first-step-connecting-dynamo-beginners-wonho-cho-j6mdc Introduction: The Cost of Intelligence I have always been an active user of cloud-based AI like Google's Gemini to enhance the efficiency of my Generative Design (GD) workflows. However, as I moved from experimentation to practical application—iteratively analyzing hundreds of design alternatives—I ran into a very real-world problem: the burn rate of API tokens. This cost issue, combined with concerns over data security from sending sensitive corporate design data to external servers, led me to search for a new alternative. In this post, I share how to build a hybrid AI environment using both Cloud AI (Gemini) and Local AI (MSTY.AI + Qwen3). 1. Cloud AI: The Power of Google Gemini Cloud AI offers the power and convenience of high-level performance without complex setup. Pros: Instant access to world-class reasoning capabi...