惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
小众软件
小众软件
腾讯CDC
Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
Y
Y Combinator Blog
Engineering at Meta
Engineering at Meta
美团技术团队
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
N
Netflix TechBlog - Medium
Microsoft Security Blog
Microsoft Security Blog
L
LangChain Blog
罗磊的独立博客
aimingoo的专栏
aimingoo的专栏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
G
Google Developers Blog
C
Check Point Blog
大猫的无限游戏
大猫的无限游戏
Recent Announcements
Recent Announcements

Hacker News: Ask HN

The New Window Delete ChatGPT Atlas Spyware Tell HN: Qwen Free Tier Is Discontinued Ask HN: SeedLegals Partnerships in London, worth it? Ask HN: How to highlight talent from untraditional backgrounds? Ask HN: We dont need a programming language now? Durable Object alarm loop: $34k in 8 days, zero users, no platform warning What if Time at the subatomic level has multiple arrows? How to add MidnightBSD Key to UEFI Secure Boot DBX? (Revoked and Forbidden Keys) Ask HN: What's your experience working at xAI as an AI tutor? Any engineers here with experience of clinical data standards? Ask HN: Who is using OpenClaw? Agent Skills for Software Test Automation Ask HN: Who needs contributors? Claude Code is thinking too much Ask HN: What Is the Big-O Order of a Jigsaw Puzzle? Ask HN: Stepping into a new role as a Senior, mentoring dos and dont's? Founder from Zurich heading to SF and Austin for the first time Hacker News No Manual Screenshots: I Built a Scalable Screenshot API Using Cloud Playwright Ask HN: Thought experiment: AGI giving us answers we don't like? Ask HN: I quit my job over weaponized robots to start my own venture 1% Vacancy, 81% Preleased: Where Midmarket Compute Deploys in 2026 Ask HN: Preferred pricing model for sound effects libraries? Copy of the email I sent to my undergraduate professors on Nov 30, 2025 Model API Performance | Hacker News Ask HN: Are open-weight LLMs the new offline encyclopedias? Valgrind 3.27 RC1 is out Claude Code OAuth down for >12 hours Ask HN: What's Better?–Tauri or Electron?
Ask HN: What do you do at work while the coding agent is ...
py4 · 2026-05-26 · via Hacker News: Ask HN
Ask HN: What do you do at work while the coding agent is working?
5 points by py4 10 days ago | hide | past | favorite | 7 comments
 help


I open new session and start working on projects that process images of stuff I pilled up over the years and create ebay listings. Once I have about 5 to 9 listings I review them and have agent poste them on ebay via API. Trying to go minimalist lol. I top of at about 7 open sessions at one time. OpenCode has decent orchestration opportunities so I'm playing with that to see if what else I can automate so I have less mind numbing stuff to deal with and just to fun thinking. And when I fully maxed out my limits on all subscriptions and APIs are chugging on low cost "re-tries" I go for walk or bike ride, enjoy some sun and birds signing (or armin van buuren in my BC headphones)


sounds like a plan haha. How is OpenCode vs Claude Code orchestration? have you ever needed to modify the orchestration since it's open source? do you mind sharing more about your experience?


Orchestration is a lot of skill calling, templates (usually YAML) and gate checks. And the workflows, oooh lord the workflows. From my experience, if you get the agentic instructions right, the workflow runs fine on OpenCode, Claude Code, Codex and Antigravity. I have to tinker around since for personal stuff I use only subscriptions. For business I run the API, but that gets expensive very quickly, especially with lots of agent runs and validation cycles. That said, you test your agentic instructions in OpenCode and then port the agent logic into a framework like LangGraph or CrewAI and run everything on Amazon Bedrock AgentCore. It can take an afternoon to get this set up for production, but it's nice to have something running on its own with minimal intervention. You can do controls and output capture over MCP, the API, or even S3.


Mostly I try to understand the code around the change. If I cannot review the diff afterwards, the agent did not really save me much time.


you wait for it to finish then review or give feedback in the meanwhile? if it's the former, i'm curious about what you still do in the meanwhile