Rethinking Agents and the Essence of Productivity Gains

Drawing from hands-on experience with various agent products, this post dissects the core principles behind agent-driven efficiency and shares a writing workflow built on OpenCode.

Agent 与提效本质之思考

根据个人对多个Agent产品的使用体验,分析了Agent提效的核心思路,并且分享了一个基于OpenCode的写作提效流程。

My Current Vibe Coding Workflow (Via Phone)

A quick look at my personal mobile-based OpenCode Vibe Coding workflow.

教程

我目前的Vibe Coding工作流(Via Phone)

简单分享一下个人的基于移动设备的OpenCode Vibe Coding的工作流。

教程

如何用手机指挥Claude Code干活

利用claudecodeui + Cloudflare Tunnels 实现,可用Zero Trust增加安全性。

Command Claude Code from Your Phone

Leverage claudecodeui and Cloudflare Tunnels to control Claude Code remotely, with optional Zero Trust for enhanced security.

A Simple Prompting Trick for LLMs: STAR

Optimize your LLM prompts with the STAR framework.

LLM提示词的简单技巧:STAR

使用STAR法则优化LLM的提示词

conda 常用命令

以下所有命令都以在Windows上的为例。 进入conda环境 1 activate 退出 1 deactivate 创建环境 1 conda create -n 如果使用python,需要用 1 conda create -n python 进入指定环境 1 conda activate 列出当前环境的包 1 conda list 安装指定的包 1 conda install 可以指定版本。 1 conda install = 查看

笔记

Essential conda Commands You Need to Know

All commands below are demonstrated on Windows. Entering a conda environment 1 activate Exiting 1 deactivate Creating an environment 1 conda create -n If you’re using python, you’ll need to run 1 conda create -n python Entering a specific environment 1 conda activate

笔记
123