Subtle Storm
Author

Subtle Storm

The micro era's marvels are boundlessly subtle.

132
Articles
0
Likes
2
Views
0
Comments
Recent Articles

Latest from Subtle Storm

100 recent articles max
Subtle Storm
Subtle Storm
Jan 22, 2026 · Artificial Intelligence

AGI vs. ASI: How Emerging Superintelligence Could Reshape Human Destiny

The article examines AGI and ASI as emerging infrastructure, explains their technical differences, why large language models have accelerated progress, outlines realistic AGI development paths, highlights ASI’s systemic risks, and explores how these shifts may rewrite productivity, power distribution, and the future of human decision‑making.

AGIAI governanceASI
0 likes · 9 min read
AGI vs. ASI: How Emerging Superintelligence Could Reshape Human Destiny
Subtle Storm
Subtle Storm
Jan 20, 2026 · Artificial Intelligence

How to Make AI Think Like an Engineer: Proper Use of Deep Thinking Mode

The article explains that deep‑thinking mode for large language models is a structured reasoning process—not just longer output—detailing its mechanisms, when it improves results, common pitfalls, suitable tasks, and a three‑part prompt template to harness it effectively.

AI WorkflowLLM promptingdeep reasoning
0 likes · 8 min read
How to Make AI Think Like an Engineer: Proper Use of Deep Thinking Mode
Subtle Storm
Subtle Storm
Jan 17, 2026 · Backend Development

Deep Dive into Python Concurrency: Asyncio Event Loop, Scheduling, and High‑Performance Web Apps

This article dissects Python's asyncio event loop and coroutine scheduling, compares synchronous threading with asynchronous execution through benchmark tests, examines memory usage across models, presents a full async web service implementation with database and cache pools, and offers a decision matrix for choosing the right concurrency model.

Pythonasync webasyncio
0 likes · 15 min read
Deep Dive into Python Concurrency: Asyncio Event Loop, Scheduling, and High‑Performance Web Apps
Subtle Storm
Subtle Storm
Jan 15, 2026 · Backend Development

Deep Dive into Python Concurrency: Threads, Processes, and Coroutines (Part 1)

This article examines Python's three concurrency models—threading, multiprocessing, and asyncio coroutines—detailing their underlying mechanisms, performance traits, suitable use‑cases, and the impact of the Global Interpreter Lock, followed by a hybrid web‑server implementation example.

GILPythonasyncio
0 likes · 9 min read
Deep Dive into Python Concurrency: Threads, Processes, and Coroutines (Part 1)
Subtle Storm
Subtle Storm
Jan 13, 2026 · Industry Insights

How Generative AI Is Redefining the Boundaries of Human Imagination

The article argues that generative AI (AIGC) lowers creative barriers, turning imagination into an interactive, searchable process that expands from personal skill limits to a collaborative human‑AI workflow, while also warning of new homogenisation risks and offering a three‑stage practical method.

AI WorkflowGenerative AIcreativity
0 likes · 8 min read
How Generative AI Is Redefining the Boundaries of Human Imagination
Subtle Storm
Subtle Storm
Jan 9, 2026 · Artificial Intelligence

Compute, Algorithms, Data: Unveiling the AI Era's Golden Triangle

AI success hinges on the interplay of compute, algorithms, and data; the article breaks down each component, highlights common pitfalls such as poor data quality or insufficient compute, and offers practical strategies—from data governance to algorithm system design and cost‑effective compute—to turn AI from usable to truly useful.

AI DeploymentAlgorithm EngineeringArtificial Intelligence
0 likes · 11 min read
Compute, Algorithms, Data: Unveiling the AI Era's Golden Triangle
Subtle Storm
Subtle Storm
Jan 7, 2026 · Artificial Intelligence

Which Factors Will Define AI in 2026? A Deep Dive into Emerging Trends

The article analyzes how AI in 2026 will shift from conversational hype to actionable agents, featuring paradigm changes toward act‑oriented agents, a split between edge‑efficient and slow‑thinking models, deep multimodal fusion, and embodied intelligence that turns AI into a practical digital colleague.

2026 AI trendsAI AgentsMultimodal AI
0 likes · 7 min read
Which Factors Will Define AI in 2026? A Deep Dive into Emerging Trends
Subtle Storm
Subtle Storm
Jan 6, 2026 · Cloud Native

Canary Deployment: Making New Releases as Natural as Breathing

The article explains how Canary Deployment gradually rolls out new software to a small user subset, monitors performance, and rolls back quickly, offering lower risk, faster feedback, and higher release confidence for large‑scale, mission‑critical systems.

CI/CDCanary DeploymentGradual Release
0 likes · 11 min read
Canary Deployment: Making New Releases as Natural as Breathing
Subtle Storm
Subtle Storm
Dec 31, 2025 · Cloud Native

Essential Docker Commands Cheat Sheet

This guide lists the most commonly used Docker commands, covering container lifecycle, container operations, image handling, Docker Compose, network management, and volume management, providing concise descriptions to help users quickly reference and apply each command.

Dockercommand-linecontainer
0 likes · 7 min read
Essential Docker Commands Cheat Sheet