Qborfy AI
Author

Qborfy AI

A knowledge base that logs daily experiences and learning journeys, sharing them with you to grow together.

59
Articles
0
Likes
1
Views
0
Comments
Recent Articles

Latest from Qborfy AI

59 recent articles
Qborfy AI
Qborfy AI
Mar 29, 2026 · Artificial Intelligence

Mastering AI Agent Reflection: The Generate‑Reflect‑Refine Loop

This article explains the Reflection design pattern for AI agents, detailing how a three‑step generate‑reflect‑refine cycle can iteratively improve outputs, provides both a simple two‑call implementation and a structured class‑based version, and shares practical tips, benchmarks, and references to the original research.

AI agentsLLMReflection
0 likes · 9 min read
Mastering AI Agent Reflection: The Generate‑Reflect‑Refine Loop
Qborfy AI
Qborfy AI
Mar 26, 2026 · Artificial Intelligence

Mastering ReAct: Turn LLMs into Thoughtful, Actionable AI Agents

This article explains the ReAct (Reasoning + Acting) design pattern for large language model agents, detailing its thought‑action‑observation loop, concrete examples, prompt engineering tips, full Python implementations, common pitfalls, and references to the original Google research.

AI agentsLLMOpenAI
0 likes · 11 min read
Mastering ReAct: Turn LLMs into Thoughtful, Actionable AI Agents
Qborfy AI
Qborfy AI
Mar 24, 2026 · Artificial Intelligence

Why Full Fine‑Tuning Beats LoRA: When and How to Update Every Model Parameter

This article explains full fine‑tuning—updating all parameters of a pretrained model—to achieve the highest task performance, compares it with LoRA and prompt tuning, shows when it is appropriate, provides a step‑by‑step Hugging Face implementation, memory‑saving tricks, common pitfalls, and practical takeaways.

DeepSpeedGPU memoryHugging Face
0 likes · 9 min read
Why Full Fine‑Tuning Beats LoRA: When and How to Update Every Model Parameter
Qborfy AI
Qborfy AI
Mar 18, 2026 · Artificial Intelligence

Mastering OpenClaw: How to Write Perfect Commands for AI Assistants

This guide explains why the OpenClaw AI often misinterprets vague requests, introduces a four‑element formula for clear commands, categorises three command types, provides step‑by‑step examples, practical tips, templates and troubleshooting methods so users can reliably automate tasks with the assistant.

AI AssistantAI promptingAutomation
0 likes · 17 min read
Mastering OpenClaw: How to Write Perfect Commands for AI Assistants
Qborfy AI
Qborfy AI
Mar 17, 2026 · Operations

Install OpenClaw in Minutes: One‑Click Script, npm, and Cloud Options

This step‑by‑step guide shows how to install OpenClaw using five different methods—including the beginner‑friendly one‑click script, npm, macOS client, and cloud deployments on Tencent Cloud and Alibaba Cloud—covers prerequisite checks, API key configuration, service startup, and verification, and provides troubleshooting tips and advanced configuration options.

AIAutomationCommand Line
0 likes · 30 min read
Install OpenClaw in Minutes: One‑Click Script, npm, and Cloud Options
Qborfy AI
Qborfy AI
Mar 13, 2026 · Artificial Intelligence

How OpenClaw Turns Chat Prompts into Real Actions on Your PC

OpenClaw is an open‑source, locally‑run AI assistant that integrates with QQ, Feishu and WeChat, enabling the system to receive a message, plan a workflow, execute tasks such as email handling, file organization or scheduling, and return the result without ever leaving the user's computer.

AI AgentAI AssistantAutomation
0 likes · 13 min read
How OpenClaw Turns Chat Prompts into Real Actions on Your PC
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.

AIknowledge managementproductivity
0 likes · 18 min read
Mastering AI: 9 Essential Skills to Turn Everyday Tasks into Superpowers
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 toolsknowledge management
0 likes · 9 min read
Turn Your Chaotic AI Workspace into a Knowledge Garden in 3 Simple Steps
Qborfy AI
Qborfy AI
Mar 8, 2026 · Artificial Intelligence

How to Make AI Forget‑Proof: Master Context Compression for Better Answers

This guide explains why AI models hit a "context window" limit, how that leads to selective forgetting and information overload, and provides a step‑by‑step method—extracting key facts, verifying deletions, and re‑using the compressed summary—to keep AI focused on large documents.

AIcontext windowknowledge compression
0 likes · 8 min read
How to Make AI Forget‑Proof: Master Context Compression for Better Answers
Qborfy AI
Qborfy AI
Mar 7, 2026 · Artificial Intelligence

Turn AI into Your Personal Devil’s Advocate in 3 Simple Steps

Learn how to make AI act as a critical devil's advocate by assigning it a contrarian role, probing your ideas with first‑principle questions, and embedding its insights into your personal workflow, so you can uncover blind spots before they become costly mistakes.

AI promptingArtificial IntelligenceCritical Thinking
0 likes · 8 min read
Turn AI into Your Personal Devil’s Advocate in 3 Simple Steps