Glean 拾遗
Daily · timeline

A few picks a day.

Sun, Aug 2, 2026 3picks
← 08-01
Calendar ▾
2026 · 08
MoTuWeThFrSaSu ·····12345678910111213141516171819202122232425262728293031
has picks today
06:00

How OpenAI Engineers Use Codex: 7 Use Cases, 6 Workflow Practices

OpenAI 自家工程师怎么用 Codex:七个用例与六条工作流实践

OpenAI published an official guide describing how its own security, frontend, API, infrastructure, and performance teams use Codex day to day. It covers seven use cases: code understanding, refactoring and migration, performance optimization, test coverage, development speed, staying focused, and exploration. The most actionable part is six best practices: start with Ask mode before switching to execution mode for large changes; maintain AGENTS.md to give Codex persistent context; write prompts like GitHub Issues, including file paths, component names, and diffs; use the Codex task queue as a lightweight to-do list; and use Best of N to compare multiple outputs. The guide quotes engineers with concrete claims, such as replacing every legacy getUserById() call and creating a PR in minutes, or overnight runs producing mergeable unit test PRs. It is vendor-authored, so it lacks failure cases and hard metrics, but the prompt templates and workflow tips are directly reusable for teams evaluating Codex.

openai.com · 14 min · Agent Engineering · AI Engineering · Codex · Developer Tools
06:00

Hermes Agent Guide: Install, Import OpenClaw, Run with Kimi

Hermes Agent 上手:一条命令安装,可迁移 OpenClaw 配置

This hands-on guide walks through installing Nous Research's Hermes Agent via a one-line curl script, migrating an existing OpenClaw workspace, and configuring Kimi/Moonshot as the default model provider (kimi-k2.6, key stored in ~/.hermes/.env). It covers persistent memory, Skills, browser automation, scheduled tasks, and a CLI example to list top disk-usage folders. As an editorial pick, the piece reads like a Kimi funnel rather than deep engineering: every feature is described at overview level, there are no benchmarks, failure cases, or architectural trade-offs. Useful only as a quick first-run reference for beginners; experienced agent developers will find little evidence to judge the system.

www.kimi.com · 15 min · Agent Engineering · Agents · Ai Tooling · CLI
06:00

Run Claude, GPT & Grok in One Window: Higgsfield Supercomputer Prompt Guide

把 Claude、GPT、Grok 放进同一个聊天窗:Higgsfield Supercomputer 玩法清单

A Higgsfield-sponsored walkthrough of its Supercomputer product, which aggregates Claude, GPT, Gemini and Grok into one chat and claims to route each task to the best model. It lists three integration paths: web UI, a Claude connector via MCP at https://mcp.higgsfield.ai/mcp, and a CLI (@higgsfield/cli), plus 18 copy-paste prompts for building web apps, CRMs, UGC videos, scheduled tasks and multi-agent 'graph engineering' workflows. The free tier supposedly covers planning, research and drafts, charging only for final rendered output. No routing details, benchmarks or failure cases are provided, and the piece acknowledges sponsorship at the end. Useful as a prompt/feature tour for curious power users, not as technical documentation.

x.com · 20 min · Agents · Ai Tooling · CLI · Mcp