Smart Sea Tide
Author

Smart Sea Tide

Sharing cutting‑edge big data and AI technologies, with occasional lifestyle insights.

101
Articles
0
Likes
317
Views
0
Comments
Recent Articles

Latest from Smart Sea Tide

100 recent articles max
Smart Sea Tide
Smart Sea Tide
Jun 2, 2026 · Big Data

Common Big Data Collection Tools and Their Core Features

This article reviews seven widely used big data collection tools—Flume, Fluentd, Logstash, Chukwa, Scribe, Splunk, and Scrapy—detailing their architectures, supported data sources, extensibility, and typical use cases for efficiently gathering and processing large‑scale data.

Big DataChukwaFluentd
0 likes · 11 min read
Common Big Data Collection Tools and Their Core Features
Smart Sea Tide
Smart Sea Tide
May 29, 2026 · Big Data

Designing a Scalable Big Data Service Platform Architecture

The article outlines how big data technology has evolved from core storage, processing, and analysis to include management, circulation, and security, forming a comprehensive ecosystem that now emphasizes cost reduction and enhanced security, and it details the platform's collection governance, analysis, visualization, and overall technical architecture.

Big DataData Visualizationarchitecture
0 likes · 3 min read
Designing a Scalable Big Data Service Platform Architecture
Smart Sea Tide
Smart Sea Tide
May 29, 2026 · Artificial Intelligence

Exploring System Prompts of Leading AIs (ChatGPT, Claude, Gemini, Grok, Perplexity)

The open‑source “system_prompts_leaks” repository gathers and categorizes the system prompts of top AI models, analyzes each vendor's design philosophy—from OpenAI's personality‑utility split to Anthropic's engineering focus and xAI's role‑based approach—and shows how prompts serve as the complete product blueprint.

AI Product DesignAnthropicOpenAI
0 likes · 4 min read
Exploring System Prompts of Leading AIs (ChatGPT, Claude, Gemini, Grok, Perplexity)
Smart Sea Tide
Smart Sea Tide
May 26, 2026 · Artificial Intelligence

Coordination Engineering: Transforming Solo AI Agents into Elite Collaborative Teams

The article introduces Coordination Engineering, a new paradigm that extends Prompt and Harness Engineering to enable multiple AI agents to autonomously divide tasks, coordinate actions, and evolve collaboratively, featuring the open‑source JiuwenClaw Agent Team Engine, standardized Team Skills packages, and a shared Hub for skill deposition and self‑evolution.

AI collaborationMulti-Agent AIcoordination engineering
0 likes · 6 min read
Coordination Engineering: Transforming Solo AI Agents into Elite Collaborative Teams
Smart Sea Tide
Smart Sea Tide
May 22, 2026 · Databases

SQL Query Optimization: Cutting a 9M‑Row Scan from 17 s to 300 ms

The article analyzes why a MySQL LIMIT OFFSET query on a 9.5 million‑row table takes 16 seconds, demonstrates how moving the filter into a sub‑query that returns only primary‑key IDs and joining back reduces execution to 0.35 seconds, and validates the theory by measuring InnoDB buffer‑pool page accesses.

InnoDBLIMIT OFFSETMySQL
0 likes · 9 min read
SQL Query Optimization: Cutting a 9M‑Row Scan from 17 s to 300 ms
Smart Sea Tide
Smart Sea Tide
May 19, 2026 · Artificial Intelligence

From Beginner to Production: 6 Open‑Source AI Agent Projects to Accelerate Your Development

This article introduces six GitHub open‑source AI Agent projects—500‑AI‑Agents‑Projects, Hello‑Agents, AI Agents for Beginners, Hugging Face Agents Course, GenAI_Agents, and ed‑donner agents—detailing their focus areas, provided code, frameworks covered, and how they help developers progress from basic concepts to production‑grade intelligent agents.

AI agentsFrameworksGitHub
0 likes · 8 min read
From Beginner to Production: 6 Open‑Source AI Agent Projects to Accelerate Your Development
Smart Sea Tide
Smart Sea Tide
May 12, 2026 · Artificial Intelligence

UI-Venus-1.5: How Ant Group’s Open‑Source GUI Agent Achieves SOTA Performance

UI‑Venus‑1.5, an open‑source end‑to‑end GUI agent from Ant Group, tackles knowledge gaps, offline‑online mismatch, and high coordination costs by introducing mid‑stage training with a 10 B‑token corpus, online reinforcement learning, a “split‑then‑merge” model fusion, and a scalable DaaS layer, achieving top scores on VenusBench‑GD, ScreenSpot‑Pro and real‑world AndroidWorld tests.

AI agentGUI automationbenchmark
0 likes · 5 min read
UI-Venus-1.5: How Ant Group’s Open‑Source GUI Agent Achieves SOTA Performance
Smart Sea Tide
Smart Sea Tide
May 8, 2026 · Artificial Intelligence

DeepSeek-TUI: The Open-Source AI Coding Assistant Rivaling Claude Code

DeepSeek‑TUI, an open‑source Rust‑based terminal AI coding assistant optimized for DeepSeek V4, replicates Claude Code’s core capabilities, offers three execution modes, advanced token handling, parallel inference, and extensive localization, making it a lightweight, full‑stack solution for efficient AI‑assisted development.

AI coding assistantClaude CodeDeepSeek
0 likes · 5 min read
DeepSeek-TUI: The Open-Source AI Coding Assistant Rivaling Claude Code
Smart Sea Tide
Smart Sea Tide
Apr 29, 2026 · Cloud Computing

Data as a Service (DaaS): Architecture and Key Advantages

The article explains how Data as a Service (DaaS) builds on data lakes and SaaS models to centralize governance, cut duplication and infrastructure costs, accelerate real‑time analytics, support cloud‑native deployments, and enable mobile/web applications through unified APIs.

Cloud NativeDaaSData as a Service
0 likes · 8 min read
Data as a Service (DaaS): Architecture and Key Advantages
Smart Sea Tide
Smart Sea Tide
Apr 28, 2026 · Artificial Intelligence

How Autoresearch Achieves 5‑Minute Self‑Evolving AI Research Loops

Autoresearch, an open‑source 630‑line framework by Andrej Karpathy, lets an AI autonomously run 5‑minute training experiments, modify code, and iteratively improve a 0.8 B model by 19 % in eight hours, using the val_bpb metric and a minimal three‑file architecture.

AI automationAutoResearchKarpathy
0 likes · 5 min read
How Autoresearch Achieves 5‑Minute Self‑Evolving AI Research Loops