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
Feb 13, 2026 · Artificial Intelligence

Using Ollama API for Custom Model Parameters and Batch Processing in Python

This article demonstrates how to configure advanced Ollama API options—including temperature, top‑p, and custom model creation—and shows a complete Python batch‑processing workflow that benchmarks multiple LLMs while measuring latency and success rates.

APIBatch ProcessingCustom Model
0 likes · 6 min read
Using Ollama API for Custom Model Parameters and Batch Processing in Python
Subtle Storm
Subtle Storm
Feb 11, 2026 · Artificial Intelligence

How to Call Your Own Deployed LLM with Ollama API (Part 1)

This guide walks through installing Ollama, pulling a large language model, and using both the raw REST endpoint and the official Python client to generate completions, manage models, and handle streaming responses on a local machine.

APILLMLocal Deployment
0 likes · 9 min read
How to Call Your Own Deployed LLM with Ollama API (Part 1)
Subtle Storm
Subtle Storm
Feb 9, 2026 · Artificial Intelligence

Where Does AI’s Creative Inspiration Really Come From?

The article explains that AI’s apparent inspiration stems from massive training data, the specific prompts and context you provide, the transformer’s attention‑driven associative reasoning, controlled randomness during generation, and iterative feedback, showing that its “creativity” is a recombination of learned patterns rather than true invention.

AI creativityPrompt Engineeringlarge language models
0 likes · 8 min read
Where Does AI’s Creative Inspiration Really Come From?
Subtle Storm
Subtle Storm
Feb 6, 2026 · Frontend Development

AJAX vs Fetch: A Deep Comparison of Web Asynchronous Requests

This article compares AJAX and the modern Fetch API, detailing their origins, core principles, code examples, browser compatibility, progress monitoring, cancellation, error handling, and performance considerations, and offers practical guidance on choosing the right technique for different project scenarios.

AJAXAsynchronous RequestsFetch API
0 likes · 10 min read
AJAX vs Fetch: A Deep Comparison of Web Asynchronous Requests
Subtle Storm
Subtle Storm
Feb 2, 2026 · Artificial Intelligence

How AI Builds a Knowledge System: From Vector Representation to Retrieval‑Augmented Generation

The article explains how large language models compress vast data into vector‑based concept maps, outlines the three‑step process of representation, association, and generalization, and shows how alignment and Retrieval‑Augmented Generation can be used to build controllable, updatable knowledge systems for both personal learning and enterprise applications.

Artificial IntelligenceKnowledge RepresentationModel Alignment
0 likes · 6 min read
How AI Builds a Knowledge System: From Vector Representation to Retrieval‑Augmented Generation
Subtle Storm
Subtle Storm
Jan 30, 2026 · Artificial Intelligence

How Large Language Models Unlock the Door to Intelligence (Part 2)

The article explains how pre‑training gives LLMs general language abilities, how fine‑tuning and alignment turn them into usable assistants, why this creates a surge of applications across domains, and what inherent limitations and engineering safeguards are needed.

AI ApplicationsAlignmentFine-tuning
0 likes · 8 min read
How Large Language Models Unlock the Door to Intelligence (Part 2)
Subtle Storm
Subtle Storm
Jan 28, 2026 · Artificial Intelligence

How Large Language Models Unlock Intelligent Capabilities (Part 1)

Large language models have surged in popularity, handling code, copy, summaries, and customer‑service tasks, yet many wonder if they truly understand; this article explains their core mechanisms—massive text ingestion, next‑token prediction, and the Transformer‑based attention architecture that enables sophisticated context comprehension.

AI FundamentalsAttention MechanismToken Prediction
0 likes · 6 min read
How Large Language Models Unlock Intelligent Capabilities (Part 1)
Subtle Storm
Subtle Storm
Jan 26, 2026 · Artificial Intelligence

Will AI Become the God of Creative Art?

The article examines how AI’s unprecedented production capacity lowers artistic skill and output barriers, argues that while AI excels at generation it lacks genuine experience and meaning, and predicts that future artistic value will shift toward curation, authentic experience, and the creative process rather than mere creation.

AIartistic valuecontent creation
0 likes · 8 min read
Will AI Become the God of Creative Art?
Subtle Storm
Subtle Storm
Jan 24, 2026 · Cloud Native

How to Deploy a Flask App with Docker: A Step‑by‑Step Guide

This guide walks you through containerizing a Flask web application with Docker, covering project setup, Dockerfile creation, image building, container runtime options, and performance optimizations such as multi‑stage builds, non‑root users, and Gunicorn configuration.

DockerDockerfileFlask
0 likes · 11 min read
How to Deploy a Flask App with Docker: A Step‑by‑Step Guide