ThinkingAgent
Author

ThinkingAgent

Sharing the latest AI-native technologies and real-world implementations.

32
Articles
0
Likes
1
Views
0
Comments
Recent Articles

Latest from ThinkingAgent

32 recent articles
ThinkingAgent
ThinkingAgent
Jun 13, 2026 · Artificial Intelligence

Prompt Engineering Is Dead—Why Loop Engineering Is the New AI Work Unit

The article introduces Loop Engineering as the next paradigm in AI development, explaining how autonomous, self‑sustaining loops replace manual prompting, compares it with Prompt, Agent, and Harness engineering, outlines core loop structures, modes, goal design, and provides practical code‑first guidelines.

AI AutomationAgent EngineeringGoal Design
0 likes · 20 min read
Prompt Engineering Is Dead—Why Loop Engineering Is the New AI Work Unit
ThinkingAgent
ThinkingAgent
Jun 12, 2026 · Artificial Intelligence

From Hand‑Crafted Features to Harnesses: Five AI Engineering Leaps

Over the past four decades AI has undergone five fundamental shifts—from manual feature engineering, through deep neural networks and prompt engineering, to autonomous agents and finally the Harness era—each redefining core technology, scarce talent, and value creation, with the 2026 Harness era emphasizing system‑level scalability over model size.

AI engineeringagent systemsfeature engineering
0 likes · 16 min read
From Hand‑Crafted Features to Harnesses: Five AI Engineering Leaps
ThinkingAgent
ThinkingAgent
Mar 22, 2018 · Artificial Intelligence

A Step‑by‑Step Guide to the Standard Machine Learning Workflow

The article outlines the seven‑stage machine‑learning pipeline—from data acquisition and preparation through model selection, training, evaluation, parameter tuning, and deployment—highlighting the critical role of feature engineering, which typically consumes over 80% of project time.

Machine Learningevaluationfeature engineering
0 likes · 3 min read
A Step‑by‑Step Guide to the Standard Machine Learning Workflow
ThinkingAgent
ThinkingAgent
Mar 4, 2018 · Artificial Intelligence

A Minimalist Guide to Machine Learning with Scikit‑Learn

The author reflects on six months of learning machine learning, explains that the core techniques are simple while real difficulty lies in applying them to specific problems, and shows how scikit‑learn can quickly address classification, regression, clustering, and dimensionality‑reduction tasks before discussing the need for deeper model and hyper‑parameter tuning.

Machine Learningclassificationhyperparameter tuning
0 likes · 3 min read
A Minimalist Guide to Machine Learning with Scikit‑Learn
ThinkingAgent
ThinkingAgent
Jan 31, 2018 · Operations

Step-by-Step ELK Stack Installation and Configuration Guide

This article provides a detailed, command‑line walkthrough for installing Java, Elasticsearch, Logstash, and Kibana on Ubuntu, configuring each component with example configuration files, and verifying the ELK stack works by sending test data and querying the REST API.

ELKElasticsearchInstallation
0 likes · 5 min read
Step-by-Step ELK Stack Installation and Configuration Guide
ThinkingAgent
ThinkingAgent
Jan 27, 2018 · Operations

Mastering Netcat (nc): The Ultimate Linux Tool for Reading and Writing Data

This article explains how to use netcat (nc) on Linux for TCP/UDP communication, covering command syntax, port scanning, banner grabbing, chat servers, file transfers, directory compression, encrypted streams, cloning devices, remote shells, and advanced piping techniques, all with concrete command examples.

LinuxTCPUDP
0 likes · 5 min read
Mastering Netcat (nc): The Ultimate Linux Tool for Reading and Writing Data
ThinkingAgent
ThinkingAgent
Jan 24, 2018 · Operations

Mastering curl: Transfer URLs and Retrieve Data on Linux

This guide walks through curl’s syntax and options for fetching URLs, saving pages, handling cookies and headers, bypassing SSL verification, using proxies, performing POST requests, looping downloads, and FTP transfers, all illustrated with concrete command examples.

FTPHTTPLinux
0 likes · 5 min read
Mastering curl: Transfer URLs and Retrieve Data on Linux
ThinkingAgent
ThinkingAgent
Jan 22, 2018 · Operations

Mastering tcpdump: Powerful Network Packet Capture Commands

This article provides a comprehensive guide to using tcpdump on Linux, covering command syntax, host and port filters, protocol selection, common and advanced expression syntax, TCP flag and fragment matching, and examples for capturing HTTP, SMTP, and SSH traffic.

Linuxcommand-linenetwork capture
0 likes · 10 min read
Mastering tcpdump: Powerful Network Packet Capture Commands