Tagged articles
134 articles
Page 1 of 2
Java Tech Enthusiast
Java Tech Enthusiast
May 17, 2026 · Industry Insights

Which Note‑Taking Apps Do Top Developers and Teams Prefer?

This article reviews a wide range of note‑taking applications, categorising them for team knowledge bases, personal long‑term knowledge management and quick‑capture scenarios, and summarises each tool’s core features, strengths, weaknesses and the types of users it best serves.

knowledge managementnote-takingproductivity
0 likes · 12 min read
Which Note‑Taking Apps Do Top Developers and Teams Prefer?
Yunqi AI+
Yunqi AI+
Apr 29, 2026 · R&D Management

How to Reverse Engineer Legacy Systems for Reliable AI Coding

The article outlines a systematic reverse‑engineering process for legacy systems that extracts factual system knowledge, organizes it into AI‑consumable context, and integrates the workflow into a continuous delivery loop to improve AI draft accuracy and team cognition.

AI CodingSoftware Architectureknowledge management
0 likes · 14 min read
How to Reverse Engineer Legacy Systems for Reliable AI Coding
Geek Labs
Geek Labs
Apr 29, 2026 · Industry Insights

Practical Open‑Source Projects: Book‑to‑Skill Conversion, Markdown Visualization, and Modern CLI Tools

This article reviews five open‑source projects—cangjie‑skill, mdv, MD‑This‑Page, awesome‑modern‑cli, and OpenAI Codex—detailing their core features, typical use cases, and quick‑start commands to help developers streamline knowledge management, data visualization, web‑to‑Markdown conversion, command‑line productivity, and AI‑assisted coding.

AI skillsCLIdeveloper tools
0 likes · 10 min read
Practical Open‑Source Projects: Book‑to‑Skill Conversion, Markdown Visualization, and Modern CLI Tools
SuanNi
SuanNi
Apr 28, 2026 · Artificial Intelligence

Why Your AI Agent Fails and How Skills Can Fix It

The article argues that monolithic AI agents suffer from stability, extensibility, and knowledge‑retention problems, and proposes a modular "Skills" architecture—analogous to a microkernel OS—that turns expertise into reusable, version‑controlled assets, enabling cross‑platform deployment, better human‑AI collaboration, and reshaping the labor market.

AI agentscross‑platform AIhuman-AI collaboration
0 likes · 8 min read
Why Your AI Agent Fails and How Skills Can Fix It
Node.js Tech Stack
Node.js Tech Stack
Apr 28, 2026 · Artificial Intelligence

Turn Your Article Collection into an LLM‑Powered Wiki with a Single Skill

This article walks through using the youdaonote‑llm‑wiki skill to automatically ingest a set of Markdown articles into a cloud‑synced Youdao Note knowledge base, generate structured Wiki pages, perform cross‑document queries with citations, and keep the repository up‑to‑date, while comparing it to Karpathy's original script‑based approach.

AI agentsLLM WikiRAG
0 likes · 14 min read
Turn Your Article Collection into an LLM‑Powered Wiki with a Single Skill
Tech Architecture Stories
Tech Architecture Stories
Apr 23, 2026 · R&D Management

How I Built My Own Local LLM Wiki Inspired by Karpathy’s Idea

The article details a five‑layer architecture for a sustainable local knowledge vault—Inbox, Raw Sources, Extracted Text, Distilled, and Archive—explaining each layer’s purpose, the import workflow from tools like Evernote, and the supporting Python scripts that automate ingestion, extraction, and governance.

AI automationLLM WikiObsidian
0 likes · 14 min read
How I Built My Own Local LLM Wiki Inspired by Karpathy’s Idea
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 22, 2026 · Artificial Intelligence

Hands‑On Kimi K2.6 + Hermes: A Karpathy‑Style Step‑by‑Step Guide

This article presents a detailed, hands‑on tutorial for deploying Kimi K2.6 with Hermes and Obsidian, showcases multi‑modal video note‑taking, skill creation, self‑evolving LLM‑driven knowledge bases, large‑scale agent clusters, and discusses both the strengths and current limitations of the system.

Agent SystemsHermesKimi K2.6
0 likes · 10 min read
Hands‑On Kimi K2.6 + Hermes: A Karpathy‑Style Step‑by‑Step Guide
AI Illustrated Series
AI Illustrated Series
Apr 22, 2026 · Artificial Intelligence

Mastering AI Agent Skills: From Concept to Hands‑On Implementation

This guide explains what Agent Skills are, how they differ from traditional prompts, the three core design mechanisms, step‑by‑step creation of a Skill—including file structure, YAML metadata, and markdown instructions—plus advanced tips, real‑world use cases, and troubleshooting advice.

AI agentsAgent SkillsAutomation
0 likes · 30 min read
Mastering AI Agent Skills: From Concept to Hands‑On Implementation
AI Architecture Hub
AI Architecture Hub
Apr 18, 2026 · Artificial Intelligence

Build a Dual‑Layer AI Knowledge Base in 20 Minutes and Supercharge Your LLM Agents

This article explains how to create a two‑layer AI knowledge system— a dynamic Knowledge Base Layer and a static Brand Foundation Layer— in about 20 minutes, detailing its architecture, advantages over traditional RAG, step‑by‑step deployment, and real‑world use cases for creators, teams, and personal productivity.

AI knowledge baseGitLLM agents
0 likes · 16 min read
Build a Dual‑Layer AI Knowledge Base in 20 Minutes and Supercharge Your LLM Agents
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 17, 2026 · Artificial Intelligence

Four Powerful Projects to Supercharge Your Claude Code

This article reviews four high‑quality open‑source Claude Code ecosystem projects—Everything Claude Code, GacUI CLAUDE.md, Waza, and Ars Contexta—detailing their core capabilities, installation steps, unique workflows, and practical recommendations for different developer needs.

AI AgentClaude Codeknowledge management
0 likes · 13 min read
Four Powerful Projects to Supercharge Your Claude Code
AI Waka
AI Waka
Apr 16, 2026 · Artificial Intelligence

Why Modern AI Systems Should Compile Knowledge Instead of Just Retrieving It

Traditional RAG pipelines forget everything after each query, but the LLM Wiki mode proposed by Andrej Karpathy compiles source material into a version‑controlled, cross‑referenced Markdown wiki, enabling knowledge to compound over time, reduce query costs, and provide a transparent, human‑readable knowledge base for AI engineers.

AI EngineeringLLMPrompt engineering
0 likes · 23 min read
Why Modern AI Systems Should Compile Knowledge Instead of Just Retrieving It
AI Software Product Manager
AI Software Product Manager
Apr 16, 2026 · Artificial Intelligence

How to Leverage Google NotebookLM for Efficient Research and Summaries

Google NotebookLM, powered by Gemini, lets you upload PDFs, web pages, and other documents, automatically extracts their content, and answers questions with citations, while also generating audio overviews and PPTs, making research, report writing, and exam preparation faster and more reliable.

AI research toolAudio OverviewBackend Development
0 likes · 11 min read
How to Leverage Google NotebookLM for Efficient Research and Summaries
Frontend AI Walk
Frontend AI Walk
Apr 14, 2026 · Artificial Intelligence

Connecting Claude and Obsidian: Two Integration Paths for a Reusable Writing Workflow

This guide details two ways to integrate Claude with Obsidian—direct MCP connection (about 30 minutes to set up) and a Karpathy‑inspired LLM Wiki workflow (raw→wiki→drafts)—including full configuration steps, a CLAUDE.md template, three core commands, and tips for turning raw notes into structured, publishable drafts.

AI writingClaudeLLM Wiki
0 likes · 17 min read
Connecting Claude and Obsidian: Two Integration Paths for a Reusable Writing Workflow
AI Architecture Hub
AI Architecture Hub
Apr 12, 2026 · Product Management

How One PM Can Power a 20‑Person Team with an AI‑Driven Collaboration System

This article analyzes a PM‑centric AI collaboration framework that consolidates scattered knowledge, reduces repetitive interruptions, and enables a single product manager to efficiently support a twenty‑person team by structuring context, optimizing prompt usage, and standardizing workflows across product, engineering, design, and operations.

AI Collaborationknowledge managementproduct-management
0 likes · 9 min read
How One PM Can Power a 20‑Person Team with an AI‑Driven Collaboration System
AI Software Product Manager
AI Software Product Manager
Apr 7, 2026 · Fundamentals

Master Obsidian: A Complete Guide to Local Knowledge Management and Plugins

This article provides a comprehensive overview of Obsidian, covering its core features, use cases, installation steps, essential concepts like vaults and backlinks, a range of useful plugins, skill imports, and practical workflows such as AI‑driven newsletter automation and turning ideas into actionable projects.

AutomationBidirectional LinksObsidian
0 likes · 8 min read
Master Obsidian: A Complete Guide to Local Knowledge Management and Plugins
Smart Workplace Lab
Smart Workplace Lab
Apr 7, 2026 · Industry Insights

Boost Workplace Efficiency with AI Agents: 10 Real-World SECI Use Cases

This guide outlines ten practical SECI‑based workflows that combine human expertise with AI agents and tools such as CrewAI, Claude 3.5, LangGraph, and AutoGen to dramatically cut task time, improve accuracy, and embed tacit knowledge across functions from competitive analysis to risk management.

AI agentsSECI processindustry insights
0 likes · 9 min read
Boost Workplace Efficiency with AI Agents: 10 Real-World SECI Use Cases
Youzan Coder
Youzan Coder
Apr 7, 2026 · Industry Insights

How a Structured Knowledge Wiki Supercharges AI Coding Efficiency

This article analyzes why building a layered knowledge wiki tied to workspace and Git submodules dramatically reduces context entropy for AI coding, outlines the five knowledge categories, progressive disclosure design, multi‑agent initialization workflow, and the measurable productivity gains and governance benefits achieved in practice.

AI CodingAgent orchestrationProgressive Disclosure
0 likes · 24 min read
How a Structured Knowledge Wiki Supercharges AI Coding Efficiency
AI Programming Lab
AI Programming Lab
Apr 7, 2026 · R&D Management

How I Built a One‑Stop Content Creation Engine with Claude Code and Obsidian

The author describes a step‑by‑step workflow that combines Claude Code and Obsidian—using Canvas for topic planning, defuddle for research, a Git‑backed vault for version control, Base views for article tracking, and custom Skills for drafting—to dramatically cut research time, avoid duplicate content, and create a self‑reinforcing knowledge base.

AI writingClaude CodeContent Workflow
0 likes · 10 min read
How I Built a One‑Stop Content Creation Engine with Claude Code and Obsidian
Machine Heart
Machine Heart
Apr 5, 2026 · Artificial Intelligence

Why Karpathy’s LLM Wiki Is Sparking a New Knowledge‑Building Approach

Karpathy’s recently released LLM Wiki, shared as a gist, demonstrates a meta‑framework where raw documents are ingested, an LLM compiles a structured, cross‑linked Markdown wiki, and agents continuously update, query, and health‑check it, offering a scalable alternative to traditional RAG pipelines.

AgentLLMMeta-framework
0 likes · 11 min read
Why Karpathy’s LLM Wiki Is Sparking a New Knowledge‑Building Approach
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 5, 2026 · Artificial Intelligence

LLM‑Powered Knowledge Management: Insights from Karpathy, Lex Fridman, and kepano

The article analyzes three leading AI experts' approaches to personal knowledge management—Karpathy’s five‑module LLM pipeline, Lex Fridman’s interactive voice‑driven consumption, and kepano’s cautionary separation of AI‑generated content—while detailing the author’s own downstream content‑production workflow that turns raw material into articles, videos, and social posts.

AI agentsContent ProductionLLM
0 likes · 13 min read
LLM‑Powered Knowledge Management: Insights from Karpathy, Lex Fridman, and kepano
ShiZhen AI
ShiZhen AI
Apr 4, 2026 · Artificial Intelligence

Why Sharing Ideas Beats Sharing Code: Karpathy’s LLM‑Powered Wiki Workflow

Karpathy demonstrates a three‑layer LLM‑driven Wiki that ingests raw papers, code and datasets, automatically maintains structured markdown, and continuously improves through ingest, query and lint cycles, offering a compounding knowledge base that differs fundamentally from traditional RAG retrieval.

AI agentsLLMObsidian
0 likes · 10 min read
Why Sharing Ideas Beats Sharing Code: Karpathy’s LLM‑Powered Wiki Workflow
o-ai.tech
o-ai.tech
Apr 1, 2026 · Artificial Intelligence

How CE Turns Engineering Experience into a Compound, Reusable System

CE proposes that instead of storing experience only in chat logs, an agent system should convert it into consumable, maintainable, refreshable, and discoverable assets, organized into three durable artifact layers—brainstorms, plans, and solutions—so that future tasks become easier, faster, and less error‑prone.

AI agentsDocumentationSystem Design
0 likes · 19 min read
How CE Turns Engineering Experience into a Compound, Reusable System
Wuming AI
Wuming AI
Mar 29, 2026 · Industry Insights

Turning Docs into AI‑Callable Skills: A Practical Shift to AI‑First Workflows

The article argues that merely sharing AI prompts and tool lists is insufficient; instead, documentation and tools must be transformed into AI‑friendly, callable skills, illustrating the shift with concrete OpenClaw and CoPaw examples that enable self‑healing, redundancy, and truly automated workflows.

AI workflowAutomationOperations
0 likes · 8 min read
Turning Docs into AI‑Callable Skills: A Practical Shift to AI‑First Workflows
AI Code to Success
AI Code to Success
Mar 26, 2026 · R&D Management

Turn Obsidian + Claude Code into a Cross‑Project Knowledge Engine

This guide explains how to overcome single‑project memory limits by combining Obsidian as a second brain with Claude Code's project‑level memory and a custom PM workspace, providing a structured, automated system for storing, syncing, and reusing knowledge across multiple development projects.

AutomationClaude CodeObsidian
0 likes · 11 min read
Turn Obsidian + Claude Code into a Cross‑Project Knowledge Engine
Tencent Tech
Tencent Tech
Mar 24, 2026 · Artificial Intelligence

Unlocking AI Power: How Skill Packages Transform Large Language Models

This article provides a comprehensive technical guide to Skill packages—standardized knowledge containers that give large language models expert-level execution capabilities—covering their definition, architecture, integration with the Model Context Protocol (MCP), creation workflow, best‑practice tips, collaborative patterns, debugging strategies, philosophical implications, and future directions.

AI toolingLLMMCP
0 likes · 18 min read
Unlocking AI Power: How Skill Packages Transform Large Language Models
AI Step-by-Step
AI Step-by-Step
Mar 22, 2026 · Artificial Intelligence

Why Harness Engineering Is the Key to Stable Agent Loops

The article explains that while an Agent Loop can execute tasks, long‑running stability depends on a well‑designed Harness engineering layer that organizes knowledge, enforces rules, provides verification, and automates cleanup, turning a functional prototype into a reliable production system.

AI agentsAgent LoopAutomation
0 likes · 10 min read
Why Harness Engineering Is the Key to Stable Agent Loops
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 15, 2026 · Artificial Intelligence

How Claude Code + Obsidian Automate Your Knowledge Management

Claude Code can read your project’s code, git history, and structure, then automatically create or update Obsidian notes, generate dev logs, and even produce architecture Canvas files with a single /obsidian command, offering a local‑first, plugin‑free workflow for AI‑driven knowledge management.

AI automationCanvasClaude Code
0 likes · 10 min read
How Claude Code + Obsidian Automate Your Knowledge Management
Yunqi AI+
Yunqi AI+
Mar 14, 2026 · Industry Insights

Why Building an AI Knowledge Base Becomes an All‑Hands Initiative Once AI Goes Deep

The article explains how scaling AI agents reveals fragmented, inconsistent internal documentation, and argues that high‑quality production knowledge bases require a company‑wide, role‑based process, concrete writing rules, continuous inspection, and cross‑department ownership to ensure AI answers remain accurate and user‑focused.

AI deploymentAI knowledge baseData Quality
0 likes · 14 min read
Why Building an AI Knowledge Base Becomes an All‑Hands Initiative Once AI Goes Deep
FunTester
FunTester
Mar 12, 2026 · R&D Management

From Service Desk to Coach: Turning Support into Sustainable Knowledge Assets

The article explains how shifting from a reactive, ticket‑based support role to a proactive coaching model reduces repetitive issues by identifying patterns, structuring knowledge, building reusable rules, and allocating dedicated time for systematic improvement, ultimately turning support work into lasting assets.

coachingknowledge managementprocess-improvement
0 likes · 12 min read
From Service Desk to Coach: Turning Support into Sustainable Knowledge Assets
Qborfy AI
Qborfy AI
Mar 11, 2026 · Artificial Intelligence

Mastering AI: 9 Essential Skills to Turn Everyday Tasks into Superpowers

This guide reveals why some people barely get results with AI while others boost productivity dramatically, and it teaches nine concrete skills—questioning, aesthetic sense, prompt crafting, iteration, rule‑making, criticism, compression, organization, and tutoring—illustrated through real‑world scenarios that show exactly how to combine them for maximum impact.

AIPrompt engineeringknowledge management
0 likes · 18 min read
Mastering AI: 9 Essential Skills to Turn Everyday Tasks into Superpowers
PaperAgent
PaperAgent
Mar 9, 2026 · Artificial Intelligence

How SkillNet Turns AI Agent Experience into Reusable Skills

SkillNet proposes a three‑layer infrastructure that extracts, evaluates, and connects over 200,000 AI‑agent skills into a structured graph, dramatically improving performance across benchmark environments while turning transient agent experience into durable, reusable assets.

AI agentsLLMSkillNet
0 likes · 6 min read
How SkillNet Turns AI Agent Experience into Reusable Skills
Qborfy AI
Qborfy AI
Mar 9, 2026 · Product Management

Turn Your Chaotic AI Workspace into a Knowledge Garden in 3 Simple Steps

This article explains why AI workspaces become tangled, then guides you through three practical steps—organizing by project folders, converting key materials to PDFs, and categorizing by department—to create a tidy, reusable knowledge garden that boosts efficiency for individuals and teams.

AI productivityAI toolsPrompt engineering
0 likes · 9 min read
Turn Your Chaotic AI Workspace into a Knowledge Garden in 3 Simple Steps
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 4, 2026 · Artificial Intelligence

Turning R&D Support into Scalable AI Agents: A Blueprint for Operable Knowledge

This article details how a fragmented, experience‑driven R&D support workflow was transformed into a sustainable, AI‑powered agent system by abstracting frequent queries into business Q&A and diagnostic capabilities, designing a four‑layer architecture, iterating prompt‑based implementations, and establishing a quality‑scored feedback loop for continuous improvement.

AIQuality EvaluationR&D support
0 likes · 26 min read
Turning R&D Support into Scalable AI Agents: A Blueprint for Operable Knowledge
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 2, 2026 · Operations

7 One-Click Automation Scenarios with Obsidian CLI to Supercharge Your Knowledge Management

This guide introduces the newly released Obsidian CLI, showing how to configure it and leverage seven automation scenarios—from instant idea capture and Git workflow integration to meeting timers, AI assistant linking, daily reviews, tmux shortcuts, and fuzzy file search—enabling rapid, command‑line‑driven knowledge management.

AutomationCLIObsidian
0 likes · 10 min read
7 One-Click Automation Scenarios with Obsidian CLI to Supercharge Your Knowledge Management
DataFunTalk
DataFunTalk
Mar 1, 2026 · Artificial Intelligence

How to Build a Production‑Ready RAG System for Enterprise Knowledge Workflows

This article explains the challenges of applying large language models in real‑world office scenarios and presents a detailed, step‑by‑step RAG (Retrieval‑Augmented Generation) solution—including architecture, offline document processing, query rewriting, hybrid retrieval, multi‑stage ranking, knowledge filtering, and prompt‑driven generation—backed by practical lessons from a Chinese mobile operator.

Enterprise AIHybrid RetrievalPrompt engineering
0 likes · 22 min read
How to Build a Production‑Ready RAG System for Enterprise Knowledge Workflows
Sohu Tech Products
Sohu Tech Products
Jan 21, 2026 · Artificial Intelligence

Building an AI Knowledge Management System with Claude Skills & Dynamic Routing

This article explains how to design and implement a knowledge‑management and intelligent‑assistant system called Krawl using Claude Skills, covering the three‑layer skill architecture, progressive disclosure, dynamic routing, lazy loading, meta‑tool integration, and concrete Python examples for video summarisation and knowledge queries.

AIClaudePython
0 likes · 19 min read
Building an AI Knowledge Management System with Claude Skills & Dynamic Routing
Fighter's World
Fighter's World
Jan 9, 2026 · Artificial Intelligence

Compound Engineering: Accelerating the Compound Evolution of AI Agents

The article analyzes how Compound Engineering—a methodology that teaches AI agents through work, extracts category‑level rules from bugs, maintains a living knowledge base, and compresses feedback loops—enables agents to remember past experience, achieve compounding productivity gains, and be applied beyond coding to industry domains.

AI agentsSkillscompound-engineering
0 likes · 22 min read
Compound Engineering: Accelerating the Compound Evolution of AI Agents
Tencent Technical Engineering
Tencent Technical Engineering
Jan 9, 2026 · Artificial Intelligence

Why Traditional Spec‑Driven Tools Fail and How AI‑Powered Context Engineering Can Supercharge Development

This article analyzes the shortcomings of spec‑driven tools like speckit and openspec in complex enterprise environments, introduces context engineering and compound engineering concepts, and presents a practical AI‑engineered workflow that reduces marginal cost, captures knowledge automatically, and makes AI tools feel invisible to developers.

AI EngineeringContext Engineeringcompound-engineering
0 likes · 48 min read
Why Traditional Spec‑Driven Tools Fail and How AI‑Powered Context Engineering Can Supercharge Development
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 7, 2026 · Backend Development

Mastering AI‑Assisted Backend Development: Context Management, Quality Assurance, and Practical Workflows

This comprehensive guide shows backend developers how to collaborate effectively with AI coding tools by building personal context management systems, accurately judging AI output quality, following a structured PRD‑to‑code workflow, leveraging Python scripts and agent prompts, and applying best‑practice documentation techniques to boost productivity and code reliability.

AI CodingContext managementPrompt engineering
0 likes · 23 min read
Mastering AI‑Assisted Backend Development: Context Management, Quality Assurance, and Practical Workflows
Architect
Architect
Jan 3, 2026 · Artificial Intelligence

Unlocking AI Agent Memory: A Comprehensive Survey of Forms, Functions, and Dynamics

This article surveys the emerging field of AI agent memory, presenting a three‑dimensional taxonomy of memory forms, detailing functional categories such as factual, experiential, and working memory, and outlining dynamic processes of formation, evolution, and retrieval, while also highlighting benchmarks, open‑source frameworks, and future research directions.

AI agentsLLMMemory Architecture
0 likes · 7 min read
Unlocking AI Agent Memory: A Comprehensive Survey of Forms, Functions, and Dynamics
PaperAgent
PaperAgent
Dec 17, 2025 · Artificial Intelligence

Unlocking Agent Memory: A Comprehensive Survey of Forms, Functions, and Dynamics

This article surveys over 200 recent papers on AI agent memory, introducing a three‑dimensional framework of form, function, and dynamics, classifying memory into token‑level, parametric, and latent types, outlining their roles, lifecycle operations, benchmark datasets, open‑source frameworks, and seven emerging research directions.

AI agentsLLMknowledge management
0 likes · 6 min read
Unlocking Agent Memory: A Comprehensive Survey of Forms, Functions, and Dynamics
Amap Tech
Amap Tech
Dec 11, 2025 · Artificial Intelligence

How ACoder Achieved Up to 24× Faster Multi‑Platform Development with AI

The ACoder platform combines multi‑model AI, a panoramic code‑understanding engine, and a layered knowledge‑management system to automate the entire software‑development lifecycle, delivering 5‑20× overall efficiency gains, up to 24× speed‑up for cross‑platform code migration, and dramatically higher code‑recall accuracy.

AI CodingCode GenerationSoftware Engineering
0 likes · 19 min read
How ACoder Achieved Up to 24× Faster Multi‑Platform Development with AI
Frontend AI Walk
Frontend AI Walk
Nov 29, 2025 · Fundamentals

Build a Personal Knowledge Base with Obsidian and Google Antigravity: A Complete Step‑by‑Step Guide

This guide explains how to combine Obsidian’s local markdown vault and bi‑directional linking with Google Antigravity’s AI‑driven code analysis to create, organize, and continuously update a personal knowledge base, covering concepts like Zettelkasten, PARA, markdown syntax, and practical workflows for developers.

AI AssistantGoogle AntigravityObsidian
0 likes · 11 min read
Build a Personal Knowledge Base with Obsidian and Google Antigravity: A Complete Step‑by‑Step Guide
Instant Consumer Technology Team
Instant Consumer Technology Team
Nov 7, 2025 · Artificial Intelligence

Three Open‑Source Gems: Local‑First Knowledge Hub, NL‑to‑SQL AI, and Private Speech‑to‑Text

This weekly roundup spotlights three open‑source tools—AFFiNE’s local‑first knowledge workspace, Vanna’s natural‑language‑to‑SQL AI framework, and Handy’s offline, privacy‑focused speech‑to‑text app—showcasing recent advances in knowledge management, data analysis, and secure voice transcription.

AIknowledge managementopen-source
0 likes · 7 min read
Three Open‑Source Gems: Local‑First Knowledge Hub, NL‑to‑SQL AI, and Private Speech‑to‑Text
Instant Consumer Technology Team
Instant Consumer Technology Team
Nov 3, 2025 · Artificial Intelligence

Large Language Models Power Big Data SRE Knowledge & Root‑Cause Automation

Facing the growing complexity of big‑data platforms, the SRE team adopted large‑language‑model agents to automate knowledge management and root‑cause analysis, employing Retrieval‑Augmented Generation, a vector store, and the Model Context Protocol to enable intelligent, scalable, and efficient incident diagnosis and resolution.

AIMCPRAG
0 likes · 12 min read
Large Language Models Power Big Data SRE Knowledge & Root‑Cause Automation
Instant Consumer Technology Team
Instant Consumer Technology Team
Oct 17, 2025 · Artificial Intelligence

Mastering Context Engineering for AI Agents: Overcome Overload with Smart Strategies

This article distills Anthropic’s “Effective Context Engineering for AI Agents” into key insights, explaining why context engineering matters, how it differs from prompt engineering, what constitutes good practice, and practical techniques—system prompts, tool design, few‑shot prompting, compaction, structured note‑taking, and sub‑agent architectures—to mitigate context overload in large language model agents.

AI agentsAgent DesignContext Engineering
0 likes · 10 min read
Mastering Context Engineering for AI Agents: Overcome Overload with Smart Strategies
AI2ML AI to Machine Learning
AI2ML AI to Machine Learning
Sep 28, 2025 · Artificial Intelligence

Core Metrics for Enterprise Large‑Model Engineering

The article outlines the five essential engineering domains—application, model, compute, knowledge, and data—in the era of large models, and details concrete scale, efficiency, service, value, quality, and security metrics that enterprises should track to drive intelligent outcomes.

AI Engineeringbusiness valuecompute metrics
0 likes · 7 min read
Core Metrics for Enterprise Large‑Model Engineering
DataFunTalk
DataFunTalk
Sep 11, 2025 · Artificial Intelligence

How Siemens Uses Generative AI to Build an Enterprise Knowledge Chatbot

This article explains how Siemens harnesses generative AI to create an integrated enterprise knowledge chatbot, detailing the challenges of fragmented data, the “XiaoYu” solution, its ecosystem, and the broader impact of AI on productivity and innovation across the company.

AI adoptionSiemensenterprise chatbot
0 likes · 4 min read
How Siemens Uses Generative AI to Build an Enterprise Knowledge Chatbot
Model Perspective
Model Perspective
Sep 8, 2025 · Artificial Intelligence

How to Build a Dynamically Updating Knowledge Graph for Mathematical Modeling

This article explains how to construct and continuously update a knowledge graph from mathematical modeling solutions, detailing extraction of entities, relations, attributes, and strategies, and showing how dynamic graphs enable intelligent recommendation, research support, and teaching assistance.

Dynamic UpdateKnowledge GraphNLP
0 likes · 9 min read
How to Build a Dynamically Updating Knowledge Graph for Mathematical Modeling
Xiaokun's Architecture Exploration Notes
Xiaokun's Architecture Exploration Notes
Aug 31, 2025 · R&D Management

Why Documentation Is the Architect’s Secret Programming Language

This article summarizes key insights from “Documents: The architect’s programming language,” explaining why documentation acts as an architect’s programming language, outlining core principles, practical writing techniques like bullet points, headers, and avoiding wall‑of‑text, and showing how to organize, review, and share high‑impact documents throughout a project’s lifecycle.

CollaborationDocumentationR&D
0 likes · 10 min read
Why Documentation Is the Architect’s Secret Programming Language
Lobster Programming
Lobster Programming
Aug 6, 2025 · Fundamentals

Unlock AI‑Powered Knowledge Management with PandaWiki: Install, Configure, and Integrate

PandaWiki is an open‑source AI‑driven knowledge‑base platform that transforms traditional wikis by offering effortless setup, seamless third‑party integration, AI‑generated content, Q&A and search, with detailed installation steps, model configuration, and examples of integrating with tools like Feishu bots.

AIDocumentationInstallation
0 likes · 7 min read
Unlock AI‑Powered Knowledge Management with PandaWiki: Install, Configure, and Integrate
Bitu Technology
Bitu Technology
Jul 28, 2025 · Artificial Intelligence

How to Thrive with AI: Strategies for Developers to Collaborate and Innovate

This recap of Chen Tian's AI‑focused meetup explores why knowledge still matters, presents four practical learning methods, outlines effective AI prompting techniques, redefines the developer’s role from coder to conductor, and offers a five‑stage AI collaboration workflow for modern software creation.

AI CollaborationSoftware Engineeringdeveloper productivity
0 likes · 8 min read
How to Thrive with AI: Strategies for Developers to Collaborate and Innovate
JD Tech
JD Tech
Jul 18, 2025 · Artificial Intelligence

How AI Can Turn Codebases into Knowledge Graphs: A Practical Guide

An R&D newcomer struggles with undocumented code and hidden business rules, then builds a large-model-driven knowledge system that links code commits, requirement docs, and operational logs, enabling automated retrieval, intelligent prompts, and improved onboarding, illustrated through multi-stage implementation and practical API examples.

AISoftware Engineeringcode documentation
0 likes · 12 min read
How AI Can Turn Codebases into Knowledge Graphs: A Practical Guide
Zhihu Tech Column
Zhihu Tech Column
Jul 14, 2025 · Artificial Intelligence

How AI Turned Our Development Process into a 70% Automated Workflow

This article details a six‑month, B‑side product team experiment that evolved from a failed AI tool trial to a mature human‑AI collaboration model, achieving 60‑70% automation of development tasks, cutting weeks of work, and establishing a knowledge‑base that lets AI act as a true team member.

AI DevelopmentSoftware Engineeringknowledge management
0 likes · 28 min read
How AI Turned Our Development Process into a 70% Automated Workflow
JD Tech Talk
JD Tech Talk
Jul 8, 2025 · Artificial Intelligence

How AI Can Turn a Code Maze into a Knowledge Highway for New Developers

New developer Li Ming’s frustrating onboarding experience highlights hidden business rules, undocumented code, and poor knowledge transfer, prompting him to build an AI‑driven knowledge base that links code changes, requirements, and operational docs, ultimately streamlining troubleshooting, accelerating feature development, and improving knowledge retention across teams.

AIRAGSoftware Engineering
0 likes · 18 min read
How AI Can Turn a Code Maze into a Knowledge Highway for New Developers
Architecture Breakthrough
Architecture Breakthrough
Jul 7, 2025 · R&D Management

How to Build Effective R&D Standards: A Practical Framework for Large Teams

The article shares a senior engineer’s experience designing and implementing comprehensive R&D standards across multiple departments, explaining the underlying logic, key value drivers, a five‑part framework, and practical tips for tailoring standards to organizational context while fostering efficiency and knowledge retention.

R&D standardsTechnical Managementknowledge management
0 likes · 10 min read
How to Build Effective R&D Standards: A Practical Framework for Large Teams
DataFunSummit
DataFunSummit
Jun 2, 2025 · Artificial Intelligence

Enterprise Knowledge Brain Powered by Large Models and Knowledge Graphs

This article explains how the rapid development of large language models and knowledge graph technologies creates new opportunities for enterprise knowledge management, outlines the challenges of massive unstructured data, describes the architecture and core data flow of a corporate knowledge brain, and showcases key technologies and real‑world applications.

AI ArchitectureData IntegrationEnterprise AI
0 likes · 13 min read
Enterprise Knowledge Brain Powered by Large Models and Knowledge Graphs
DevOps Engineer
DevOps Engineer
May 19, 2025 · R&D Management

The Pitfalls of Unmanaged Wiki Documentation in Enterprises and Lessons from Open Source

The article examines how unrestricted wiki editing in companies leads to duplicated, outdated, and low‑quality documentation, contrasts this with the disciplined PR‑based workflow of open‑source projects like Python, and argues that effective documentation governance depends on clear processes and cultural support rather than just tools.

DocumentationWikiknowledge management
0 likes · 5 min read
The Pitfalls of Unmanaged Wiki Documentation in Enterprises and Lessons from Open Source
Efficient Ops
Efficient Ops
Apr 22, 2025 · Operations

How AI Agents Are Transforming IT Operations and Fault Management

This article explores how AI agents powered by large models can predict failures, perform root‑cause analysis, enhance knowledge‑based Q&A, automate change releases, and enable intelligent decision‑making, dramatically improving efficiency and reliability in modern IT operations.

AI OpsRoot Cause Analysisfault prediction
0 likes · 7 min read
How AI Agents Are Transforming IT Operations and Fault Management
Java Captain
Java Captain
Apr 18, 2025 · Backend Development

Career Development and Knowledge Building for Java Backend Engineers

The article shares a Java backend developer’s personal reflections on work methods, building a systematic knowledge base, and early career planning, offering practical advice on attitude, growth mindset, balancing work and life, and navigating the evolving IT industry.

BackendJavaWork Practices
0 likes · 13 min read
Career Development and Knowledge Building for Java Backend Engineers
Tencent Cloud Developer
Tencent Cloud Developer
Feb 19, 2025 · Industry Insights

Why Every Enterprise Needs a Knowledge‑Management System in the LLM Era

The article analyzes how the shift from data‑driven to knowledge‑driven operations, powered by large language models like DeepSeek, forces companies to build dynamic knowledge‑management platforms that integrate personal and corporate knowledge, improve efficiency, and create sustainable competitive advantage.

DeepSeekDigital TransformationEnterprise AI
0 likes · 14 min read
Why Every Enterprise Needs a Knowledge‑Management System in the LLM Era
Tencent Cloud Developer
Tencent Cloud Developer
Feb 3, 2025 · Artificial Intelligence

DeepSeek's Emergence: Implications for AI, Enterprise Digital Transformation, and Future Software Development

DeepSeek’s debut marks a watershed for China’s AI, offering low‑cost, Chinese‑native reasoning that outperforms foreign models and prompting enterprises to restructure development around demand‑engineering, AI‑assisted low‑code, intelligent data stores, and a shift from “how to code” to “why to code” across a three‑phase transformation roadmap.

AI strategyDeepSeekDigital Transformation
0 likes · 15 min read
DeepSeek's Emergence: Implications for AI, Enterprise Digital Transformation, and Future Software Development
DataFunTalk
DataFunTalk
Jan 6, 2025 · Artificial Intelligence

Building and Applying NIO's Enterprise Knowledge Platform: Architecture, Challenges, and Future Directions

This article presents a comprehensive overview of NIO's company‑wide knowledge platform, detailing its background, layered architecture, retrieval‑augmented generation workflow, challenges such as accuracy, permission control and high concurrency, and future plans for AI‑assisted understanding, creation, multimodal capabilities, and expanded knowledge types.

AIRAGenterprise architecture
0 likes · 18 min read
Building and Applying NIO's Enterprise Knowledge Platform: Architecture, Challenges, and Future Directions
phodal
phodal
Dec 29, 2024 · Industry Insights

Why AI‑Assisted Development Still Falls Short: Lessons from a Year of Experiments

Over the past year the author examined AI‑assisted software engineering through research, product releases, and real‑world deployments, revealing modest efficiency gains, the importance of deterministic inputs, manual context injection, unified domain language, knowledge retrieval strategies, and the need for solid software‑engineering foundations before AI can add real value.

AIAutomationSoftware Engineering
0 likes · 16 min read
Why AI‑Assisted Development Still Falls Short: Lessons from a Year of Experiments
Tencent Tech
Tencent Tech
Dec 11, 2024 · Artificial Intelligence

Inside Tencent LeYong AI: Solving Enterprise RAG with Knowledge, Engineering & Algorithms

This article explores how Tencent's LeYong AI assistant leverages Retrieval‑Augmented Generation to empower enterprise knowledge retrieval, detailing three capability dimensions—knowledge management, engineering, and algorithmic—along with eight sub‑areas such as knowledge boundaries, quality, permissions, multimodal handling, long‑context span, and complex reasoning.

AI assistantsEnterprise AIRAG
0 likes · 18 min read
Inside Tencent LeYong AI: Solving Enterprise RAG with Knowledge, Engineering & Algorithms
Tencent Cloud Developer
Tencent Cloud Developer
Dec 5, 2024 · Industry Insights

Why Most RAG Projects Fail and How Tencent’s LeXiang AI Assistant Overcomes Them

The article analyses the rapid growth of Retrieval‑Augmented Generation (RAG) in enterprises, explains why self‑built RAG solutions often collapse under cost and maintenance pressures, and demonstrates how Tencent LeXiang AI Assistant addresses these issues through a robust knowledge‑management core, extensive industry experience, scalable resources, and advanced multimodal capabilities.

AI AssistantEnterprise AIRAG
0 likes · 16 min read
Why Most RAG Projects Fail and How Tencent’s LeXiang AI Assistant Overcomes Them
Architecture Breakthrough
Architecture Breakthrough
Oct 28, 2024 · R&D Management

Organize Your Work Files with an NLP‑Based Role Mapping Method

This article explains why traditional folder structures and tag tools often fail, introduces Neuro‑Linguistic Programming concepts to clarify personal work roles, and shows how mapping those roles to an enterprise‑architecture framework creates a sustainable, searchable file‑organization system.

NLPfile organizationknowledge management
0 likes · 7 min read
Organize Your Work Files with an NLP‑Based Role Mapping Method
JD Tech Talk
JD Tech Talk
Aug 5, 2024 · Artificial Intelligence

An Introduction to STORM: An LLM‑Powered Knowledge Management System for Automated Research and Writing

This article introduces STORM, a Stanford‑developed large‑language‑model‑based knowledge‑management platform that automates topic research, outline generation, citation‑rich article writing, and iterative refinement through perspective‑guided questioning and simulated conversations, dramatically improving technical investigation efficiency.

AI toolsLLMStorm
0 likes · 7 min read
An Introduction to STORM: An LLM‑Powered Knowledge Management System for Automated Research and Writing
JD Cloud Developers
JD Cloud Developers
Aug 5, 2024 · Artificial Intelligence

How STORM Uses LLMs to Automate Technical Research and Writing

This article introduces STORM, a Stanford‑developed LLM‑based knowledge‑management system that automates topic research, outline creation, content generation with citations, and optimization through perspective‑guided questioning and simulated dialogue, dramatically improving technical investigation efficiency.

AI writingLLMautomated research
0 likes · 5 min read
How STORM Uses LLMs to Automate Technical Research and Writing
macrozheng
macrozheng
Jul 29, 2024 · Fundamentals

Mastering Obsidian: Why This Markdown‑Based Note‑Taking Tool Beats the Rest

This guide explains how programmers can use Obsidian—a powerful, Markdown‑driven knowledge‑base app—to capture, organize, and sync notes locally, customize its appearance, and extend functionality with essential plugins such as Git backup, image auto‑upload, Excalidraw, and mind‑map tools.

ObsidianPluginsknowledge management
0 likes · 10 min read
Mastering Obsidian: Why This Markdown‑Based Note‑Taking Tool Beats the Rest
Model Perspective
Model Perspective
Jun 12, 2024 · Fundamentals

Unlocking the DEED Framework: How Mathematical Modeling Shapes Problem Solving

This reflective piece explores the DEED problem‑type framework from the book “Model, the Mathematics of Thinking,” illustrating how classifying problems and applying mathematical thinking can streamline analysis, enhance decision‑making, and reveal the underlying principles of historic strategies.

DEED frameworkknowledge managementmathematical modeling
0 likes · 9 min read
Unlocking the DEED Framework: How Mathematical Modeling Shapes Problem Solving
IT Services Circle
IT Services Circle
Apr 6, 2024 · R&D Management

The Tale of Zhang Dapeng’s Tech Sharing Initiative and Its Lessons

This narrative recounts how Zhang Dapeng, after self‑studying Docker and Kubernetes, launched a series of technical sharing sessions that initially failed, prompting his manager to impose a strict review process that ultimately led to superficial compliance, a managerial award, and a reflection on three attitudes toward learning.

R&D managementemployee motivationknowledge management
0 likes · 4 min read
The Tale of Zhang Dapeng’s Tech Sharing Initiative and Its Lessons
360 Tech Engineering
360 Tech Engineering
Mar 28, 2024 · Artificial Intelligence

Interview with Yin Yuhui on 360 Intelligent Document Cloud: AI‑Driven Knowledge Management and Security

In this interview, 360 Group’s Vice President of Technology Yin Yuhui discusses how the company’s Intelligent Document Cloud leverages large‑model AI to transform enterprise knowledge management, enhance data security, and deliver innovative SaaS and private‑cloud solutions for businesses of all sizes.

AIDocument CloudEnterprise AI
0 likes · 15 min read
Interview with Yin Yuhui on 360 Intelligent Document Cloud: AI‑Driven Knowledge Management and Security
DataFunTalk
DataFunTalk
Dec 29, 2023 · Artificial Intelligence

Enterprise Knowledge Assistant: Leveraging Vector Databases and Large Language Models

This article explores the emerging enterprise knowledge assistant paradigm in the era of large models, detailing traditional knowledge management challenges, solution architecture using vector databases and LLMs, core technologies such as ETL pipelines, reranking, secure fine‑tuning, and future prospects for intelligent enterprise applications.

Enterprise AILLM fine-tuningknowledge management
0 likes · 11 min read
Enterprise Knowledge Assistant: Leveraging Vector Databases and Large Language Models
Architect's Guide
Architect's Guide
Nov 29, 2023 · R&D Management

Why Documentation Should Be a Priority for Technical Leaders in Startups

Effective documentation is a critical, long‑term productivity booster for startups, enabling knowledge sharing, reducing reliance on meetings, mitigating risks, and empowering teams to scale, and this article outlines how technical leaders can build a documentation‑first culture, tools, processes, and habits to achieve it.

Documentationknowledge managementprocess improvement
0 likes · 15 min read
Why Documentation Should Be a Priority for Technical Leaders in Startups
phodal
phodal
Nov 26, 2023 · Artificial Intelligence

Designing an AI‑Native Text Editor: Principles, Features, and Architecture

This article explores the creation of an AI‑native text editor for documentation tasks, detailing its design principles, AI‑enhanced writing scenarios, requirement‑writing workflow, technical stack choices, configuration‑driven AI capabilities, and metrics for evaluating immersive AI tools.

AI editorProduct Designimmersive AI
0 likes · 14 min read
Designing an AI‑Native Text Editor: Principles, Features, and Architecture
DevOps
DevOps
Sep 6, 2023 · Fundamentals

Effective Technical Documentation: Structured Docs, Quadrant Model, and Tool Selection

The article explains why technical documentation is often neglected, introduces a document‑quadrant framework to organize content, compares structured and graph‑based approaches, and evaluates tools like Sphinx, Docusaurus, Google Docs, Confluence, and Logseq for creating maintainable, high‑quality documentation.

DevOpsSphinxdocumentation tools
0 likes · 8 min read
Effective Technical Documentation: Structured Docs, Quadrant Model, and Tool Selection
Architect
Architect
Aug 20, 2023 · Fundamentals

Why Documentation Is Essential for Startup Success

This article argues that systematic documentation dramatically improves productivity, reduces unnecessary meetings, and builds a sustainable knowledge culture in startups, offering practical advice on tools, templates, and team habits to make documentation a core engineering practice.

DocumentationEngineering Cultureknowledge management
0 likes · 16 min read
Why Documentation Is Essential for Startup Success
Efficient Ops
Efficient Ops
Aug 8, 2023 · Artificial Intelligence

Rethinking Software Development in the Age of Large Language Models

The article examines fundamental challenges of applying large language models to software engineering—such as scale limits, lack of abstract reasoning, hidden tacit knowledge, and maintenance difficulties—and proposes practical recommendations for integrating AI with disciplined development practices.

AI integrationdevelopment automationknowledge management
0 likes · 7 min read
Rethinking Software Development in the Age of Large Language Models
DataFunSummit
DataFunSummit
Jun 9, 2023 · Artificial Intelligence

Construction and Application of a Power Industry Knowledge Graph

This article describes how a power‑industry knowledge graph is built using AI, big‑data and cloud techniques, outlines its multi‑dimensional structure, and demonstrates various application scenarios such as personal achievement aggregation, professional learning, job training, generic knowledge services, and decision support for power production.

Big DataKnowledge Graphknowledge management
0 likes · 10 min read
Construction and Application of a Power Industry Knowledge Graph
Ziru Technology
Ziru Technology
Apr 14, 2023 · Artificial Intelligence

How Intelligent Customer Service Boosts Efficiency: A Step‑by‑Step Guide

This article explains why intelligent customer service improves efficiency, compares it with traditional support, outlines its core functions such as knowledge management and language response, and provides a practical step‑by‑step process for quickly building a simple AI‑powered help desk.

AIAutomationChatbot
0 likes · 6 min read
How Intelligent Customer Service Boosts Efficiency: A Step‑by‑Step Guide
DaTaobao Tech
DaTaobao Tech
Dec 21, 2022 · Fundamentals

Structured Thinking: Principles, Methods, and Applications

Structured thinking converts scattered facts into ordered, hierarchical knowledge—using pyramids, MECE, 5W2H, 5‑Why, and logical trees—to lower cognitive load, clarify communication, and enhance problem‑solving, with practical training that makes it valuable for consulting, product management, R&D, and everyday decisions.

5W2HMECEanalysis methods
0 likes · 11 min read
Structured Thinking: Principles, Methods, and Applications
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Nov 28, 2022 · R&D Management

How to Build Cost‑Effective, Ever‑Evolving Technical Documentation?

The article analyzes the challenges of maintaining up‑to‑date technical documentation in fast‑paced development, presents four real‑world case studies, introduces the concept of "live documents" from a recent book, and proposes concrete practices such as ADR logs, automated rule‑to‑doc pipelines, and integrated knowledge bases to improve knowledge retention and usability.

Case StudyR&D processesSoftware Engineering
0 likes · 12 min read
How to Build Cost‑Effective, Ever‑Evolving Technical Documentation?
Architecture Digest
Architecture Digest
Sep 27, 2022 · Fundamentals

Effective Learning Strategies and Knowledge Foundations for Advancing in Technology Careers

The article emphasizes that systematic study, solid fundamentals, and purposeful practice—combined with effective time management, teaching, and building personal projects—are essential for mastering technology and advancing one’s career, while also highlighting the role of English and philosophical approaches to problem solving.

Career DevelopmentSoftware Engineeringfundamentals
0 likes · 11 min read
Effective Learning Strategies and Knowledge Foundations for Advancing in Technology Careers
phodal
phodal
Aug 15, 2022 · Industry Insights

How to Turn New Graduates into Technical Experts: 5 Practical Steps

This article outlines a five‑point framework for guiding fresh graduates toward technical expertise, covering motivation, clean coding habits, effective problem‑location techniques, learning existing patterns, and frequent self‑summaries, while also addressing the curse of knowledge when teaching novices.

Career DevelopmentMotivationSoftware Engineering
0 likes · 11 min read
How to Turn New Graduates into Technical Experts: 5 Practical Steps
58UXD
58UXD
Aug 15, 2022 · Fundamentals

How Designers Can Master Knowledge Management: From Data to Wisdom

In an era of information overload, this guide explains the DIKW model and a five‑step knowledge‑management framework—acquisition, collection, processing, integration, and internalization—to help designers turn raw data into actionable wisdom and sustainable growth.

DIKWDesigninformation overload
0 likes · 9 min read
How Designers Can Master Knowledge Management: From Data to Wisdom
Java High-Performance Architecture
Java High-Performance Architecture
Feb 25, 2022 · Fundamentals

How to Master Knowledge: Systematic Learning Strategies Beyond IQ

The article argues that while intelligence influences outcomes, anyone can acquire deep, systematic knowledge through concrete practices such as active problem replication, detailed note‑taking, iterative review, and hands‑on experimentation with tools like MySQL and SSH, turning abstract concepts into lasting expertise.

knowledge managementlearningpractical skills
0 likes · 15 min read
How to Master Knowledge: Systematic Learning Strategies Beyond IQ
Architecture Digest
Architecture Digest
Feb 24, 2022 · Fundamentals

Systematic Knowledge Accumulation and Effective Problem‑Solving Strategies

The article explores why individuals with similar backgrounds achieve different results, argues that systematic practice, deep understanding, and reflective learning—illustrated with examples like MySQL troubleshooting, TCP three‑way handshake, and SSH key management—can bridge knowledge gaps and enhance problem‑solving abilities.

Software Engineeringknowledge managementlearning strategies
0 likes · 16 min read
Systematic Knowledge Accumulation and Effective Problem‑Solving Strategies
IT Architects Alliance
IT Architects Alliance
Jan 28, 2022 · Fundamentals

Effective Knowledge Accumulation and Learning Strategies for Engineers

The article explores why knowledge retention varies among engineers, proposes concrete learning practices such as systematic note‑taking, focused "nail" learning, hands‑on experimentation with tools like tcpdump and SSH, and distinguishes between knowledge efficiency and engineering efficiency to help readers build lasting, applicable expertise.

SSHengineering practiceknowledge management
0 likes · 16 min read
Effective Knowledge Accumulation and Learning Strategies for Engineers