Subtle Storm
Author

Subtle Storm

The micro era's marvels are boundlessly subtle.

145
Articles
0
Likes
382
Views
0
Comments
Recent Articles

Latest from Subtle Storm

100 recent articles max
Subtle Storm
Subtle Storm
Mar 4, 2026 · Artificial Intelligence

Master AI Prompts in 6 Steps to Become an AI Pro

The article explains why vague requests to AI fail and provides a concrete six‑step framework—defining role, giving context, specifying format, offering examples, stating constraints, and iterating—to craft clear prompts that consistently yield high‑quality results.

AI communicationAI promptingChatGPT
0 likes · 5 min read
Master AI Prompts in 6 Steps to Become an AI Pro
Subtle Storm
Subtle Storm
Mar 2, 2026 · Industry Insights

When AI Can Write 90% of Code, Where Does a Programmer’s Value Lie?

The article argues that while AI can generate clean, textbook‑level code, it lacks the contextual knowledge of legacy systems, business constraints, and judgment calls that programmers provide, making the true value of developers lie in decision‑making and deep system understanding.

AI assistanceAI code generationTechnical Debt
0 likes · 5 min read
When AI Can Write 90% of Code, Where Does a Programmer’s Value Lie?
Subtle Storm
Subtle Storm
Feb 27, 2026 · Artificial Intelligence

How to Talk to AI Effectively Without Being an Expert

The article explains that high‑quality prompts are essential for efficient AI output and presents practical, step‑by‑step techniques—defining roles, supplying context and format, setting tone, breaking tasks into outlines, iterating with feedback, and giving examples—to help anyone harness AI as a collaborative partner.

AIlanguage modelproductivity
0 likes · 4 min read
How to Talk to AI Effectively Without Being an Expert
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.

APILLMPython
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 creativitylarge language modelsprompt engineering
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.

Knowledge RepresentationVector Embeddingartificial intelligence
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 applicationsRAGalignment
0 likes · 8 min read
How Large Language Models Unlock the Door to Intelligence (Part 2)