Internet History & AI: Foundations of Modern Infrastructure and Governance
Table of Contents The Architects of the Internet: Legacy of TCP/IP From Protocol to Power: The Infrastructure of Modern AI AI Governance and the New Digital Frontier Reshaping Labor: AI’s Impact on Software and Knowledge Work The Architects of the Internet: Legacy of TCP/IP The foundation of the modern internet is not defined by any single piece of hardware or application, but by the foundational networking protocols established by Vinton Cerf and Robert Kahn. They are recognized as the architects who developed and popularized TCP/IP, the basic set of rules that allows disparate computer networks to communicate globally. ...
Claude Cowork: Official-Docs Guide to Windows Support, Plugins, Security, and Limits (2026-02-11)
Introduction TL;DR: Claude Cowork is a desktop agent mode that can access a user-approved local folder and tools, execute multi-step tasks, and produce real files (docs/spreadsheets/slides). As of 2026-02-11, it’s a research preview available on Claude Desktop (macOS + Windows x64) for paid plans (Pro/Max/Team/Enterprise); Windows arm64 isn’t supported. Why it matters: Agentic power means operational risk. Treat Cowork as a governed tool, not a chat upgrade. What Claude Cowork is (and isn’t) One-sentence definition Claude Cowork is an agentic desktop mode that turns prompts into planned, executed tasks with direct file outputs in a user-approved workspace. ...
2026 Big Tech AI infrastructure spending $650B: what the capex numbers really mean
Introduction TL;DR: Media summaries put 2026 Big Tech AI infrastructure spending $650B at roughly $650B, while Reuters frames it as more than $630B. (Bloomberg.com) Amazon guided about $200B (company-wide capex), Alphabet guided $175B–$185B, and Meta guided $115B–$135B including finance lease principal payments. (Amazon) The “total” varies mostly because definitions (leases vs cash PP&E) and periods (calendar vs fiscal year) don’t line up perfectly across companies. (Microsoft) Context (first paragraph): 2026 Big Tech AI infrastructure spending $650B is a shorthand for a hyperscaler capex super-cycle aimed at AI data centers, accelerated computing, and networking. Reuters describes the same theme as over $630B combined. (Bloomberg.com) ...
vibe coding과 ADHD: 속도와 검증의 균형—실무 가드레일
Introduction TL;DR: vibe coding은 자연어로 “빠르게 만들고 돌리는” 방식이라 쓰기보다 검증에 부담이 쏠립니다. ADHD는 “집중력 문제”만이 아니라 성인에서 집행 기능(계획·조직화·시간관리) 부담으로 나타납니다. “Accept All”에 의존하면 특히 보안 리스크가 커지므로 테스트·리뷰·스캔 같은 하드 게이트가 필요합니다. (karpathy) What vibe coding is vibe coding is a workflow where you describe intent in plain language and iterate based on run results, often with minimal code reading. (X) Why it matters: speed without verification becomes “verification debt,” which is worse than normal tech debt. (NIST SP 800-218) ...
Grok image generation: why digital undressing and CSAM risks keep resurfacing
Introduction TL;DR: Grok image generation became a high-profile example of how “digital undressing” (nudification) and CSAM-adjacent risks can scale fast when person-image editing, virality defaults, and monetization intersect. Context: Regulators (EU DSA) and national authorities are now treating this as a systemic risk management problem, not just “bad content.” Definitions and scope One-sentence definition Digital undressing is the misuse of generative image tools to create nonconsensual sexualized imagery of identifiable people (nudification). ...
NVIDIA Earth-2: Open Models for 15-Day Forecasts and Severe Storm Nowcasting
Introduction TL;DR: NVIDIA Earth-2 is an open “weather AI stack” spanning data assimilation (HealDA), medium-range forecasting (Atlas), and nowcasting (StormScope), supported by Earth2Studio and PhysicsNeMo. NVIDIA Earth-2 appears designed to lower time-to-PoC for meteorology services and decision-heavy industries (insurance, energy) by shipping models and workflow tooling together. Why it matters: Weather AI adoption fails less on model quality and more on reproducibility, licensing, validation, and operational controls. What NVIDIA released in the Earth-2 family Three model lines: Atlas, StormScope, HealDA Earth-2 Medium Range (Atlas) targets global 15-day forecasts and 70+ variables. Earth-2 Nowcasting (StormScope) targets kilometer-scale severe weather prediction over 0–6 hours. Earth-2 Global Data Assimilation (HealDA) is positioned to generate initial conditions for forecasting workflows. Open tooling: Earth2Studio and PhysicsNeMo Earth2Studio is a Python package for building inference pipelines; docs warn that base installs may not cover all optional capabilities. PhysicsNeMo is positioned as the open framework for training/fine-tuning. Why it matters: Shipping the stack (not just a model) is what enables real integration into risk and operations pipelines. ...
Hallucinated citations in NeurIPS papers: what broke and how to fix it
Introduction TL;DR: GPTZero reported 100 confirmed fake references across 51 accepted NeurIPS 2025 papers, and the incident spotlights how AI-generated “reference slop” can slip through elite peer review. In the first place, hallucinated citations are not “minor typos”—they break the verifiability chain that science relies on. Why it matters: Citations are the audit trail. If the trail is fabricated, readers can’t reproduce or validate claims. What was found GPTZero said it scanned the full set of accepted NeurIPS papers and confirmed 100 hallucinated citations across 51 papers. Some reports mention a slightly different paper count (e.g., “at least 53”), which typically reflects differences in counting criteria or update timing. ...
DeepSeek V4 코딩 모델: 출시 보도, 효율성 논문, 중국 AI IPO 급등
Introduction TL;DR: As of 2026-01-11, DeepSeek V4 is reported to be scheduled for mid-February, not confirmed as already released. Claims like “surpassing Claude in coding” are framed as internal tests in reporting, not independently verified public leaderboards. In parallel, DeepSeek published an efficiency-focused technical approach (mHC) that highlights reducing compute/energy, which matters under GPU supply constraints. The “stock doubled on debut” narrative is better supported by China’s AI IPO wave, especially MiniMax closing +109% vs IPO price in Hong Kong—not DeepSeek itself. 1) What’s confirmed about DeepSeek V4 (and what isn’t) Reported timeline and positioning Reuters (citing The Information) reports V4 is expected mid-February with a strong emphasis on coding and handling very long coding prompts; Reuters notes it could not independently verify internal benchmark claims and DeepSeek did not immediately comment. ...
Kubeflow How-To: From Install to Pipelines, Trainer, Katib, and KServe
Introduction TL;DR: Kubeflow is an ecosystem for running reproducible ML workflows on Kubernetes—from notebooks and pipelines to distributed training and model serving. (Kubeflow) In practice, “using Kubeflow” means wiring together Profiles/Namespaces, Notebooks, Pipelines (KFP), training (Trainer), tuning (Katib), and serving (KServe) with clear operational boundaries. (Kubeflow) 1) What “Kubeflow” is in 2026: Projects vs Platform Kubeflow can be installed as standalone projects (e.g., Pipelines-only) or as the integrated Kubeflow AI reference platform. The official “Installing Kubeflow” guide explicitly frames these as two installation methods. (Kubeflow) ...
n8n Practical Guide: 3 Production Workflows (Webhook, Scheduling, Error Handling)
Introduction TL;DR: This post shows how to use n8n in production with three workflows: (1) Webhook ingestion with GitHub signature verification, (2) scheduled API ingestion with pagination + batching, and (3) standardized error workflows with Error Trigger and Stop And Error. n8n workflows are easier to operate when you design security (auth/signature), responses, and observability up front. Workflow 1: GitHub Webhook → Signature Verification → Slack → Response Key design points Enable Raw Body in the Webhook node so you can verify signatures using the exact payload. GitHub uses X-Hub-Signature-256 (HMAC-SHA256), signatures start with sha256=, and constant-time comparison is recommended. Use Respond to Webhook to control 200 vs 401 responses from your workflow. Why it matters: Webhooks are public entry points. Validating signatures prevents processing spoofed/tampered deliveries and reduces wasted compute. ...