01 / THE SIGNAL

我们发现了什么

Show HN:Agenttik — 使用 AI 智能体并行处理多个项目。今年暑假期间,我开始用最新的 AI 模型在个人项目上做一些尝试。

  • 来源:Hacker News发现于 2026-09-16
  • 证据等级:D · 发现产品或需求信号,暂未获得可核验的商业证据。
  • 商业模式:Subscription SaaS
  • 主题:AI Agent
  • 初筛评分:15/100 · 收录 1
#工作流自动化#待验证#产品发现
02 / SOURCE & EVIDENCE

证据,比故事更重要。

发现产品或需求信号,暂未获得可核验的商业证据。

规则清洗与初筛,未经人工商业核验。原文语境、实际客户和付费情况仍需自行验证。

引用与数字披露

来源类型(原作者自述/第三方测算/媒体转引)需采集端标注,本版尚未落字段。

短句引用
作者
未标注
抓取日期
来源类型
未标注
数字口径
币种
未标注
口径
未标注
披露主体
未标注
披露日期
未标注

中文辅助译文(全文)

你好!我已经几乎每天阅读 HN 长达 16 年。很高兴这个社区存在。这是我第一次发布 Show HN,希望你们觉得这个工具有用或有趣。在暑假期间,我开始在个人项目上尝试最新的 AI 模型。某段时间,我开始用同一个项目并行工作,尝试不同的方法。对我而言效果最好的方式是:克隆仓库,把工作分配给不同的 AI worker,让它们在不同的分支和文件夹中并行工作。这样我可以在之后审查并合并成果。然而,并行启动多个智能体颇具挑战。我可以同时处理多个特性和 bug 修复,但很难跟踪我正在做的事情。我不断地在任务之间跳转,又跳回来;从一个个窗口之间切来切去。如此切换任务让大脑疲惫不堪。假期结束,回到日常工作后,我用类似的方法继续工作,不仅是单个项目,而是多个项目同时进行,但我仍然找不到一种更有条理、又能减轻脑力负担的工作方式。这个领域发展得非常快,我一直没有找到适合自己的工具,所以我决定自己动手打造。我想要的工具能帮助我同时管理多个项目,与多个智能体协作(即使来自不同供应商),让我可以根据项目在个人订阅和工作订阅之间灵活选择,让我在需要时不必离开工具就能轻松审查变更,或者全情投入、完全委派给智能体;它要具备便捷的快捷键以便快速跳转,让我可以安排工作或把任务排入队列,让智能体可以一项接一项地顺序处理。agenttik 就是我解决在保持自己掌控的前提下并行处理多个项目问题的方式。我可以按自己的意愿给予智能体尽可能多的自主权,同时在脑中保持一切井然有序。我犹豫了好几个小时要不要发布,但话又说回来——"如果你对自己的项目毫不感到羞耻,那说明你发布得太晚了"。

老实说,这个项目只有短短一周的开发时间,从零开始,尽管仍处于早期阶段,但对我来说已经极为有用。我用一周时间构建出了原本需要几个月才能完成的东西,不仅是工具本身,还有其他项目(绝大部分功劳仍应归于所使用的模型,不过若没有分发所有工作的方法,这一切都无从谈起)。欢迎试用。以下是我建议的起步方式:- 打开一个已有的项目 - 在项目区域添加一些通用提示(或补充到你的 AGENTS.md/CLAUDE.md,以指示它进行常规提交和/或使用分支工作,并附上如何编写有效测试的指令,从而让它能够自我修正) - 选择你偏好的订阅:Claude Code / Open AI 订阅 / …… - 为更高的自主度挑选大模型(Opus High 到 Max / Fable Medium 到 Max / Astra Medium 到 Max),并尽量避免手把手引导 最后,记得加星……

译文由上游机器翻译生成,可能有误;判断请以英文原文为准。

英文原文(来源本站未改写)

Hi!I've been reading HN daily for almost 16 years.Really glad this community exist.This is my first Show HN, so I hope you find this tool useful/interesting.During my summer holidays I started playing with latest AI models on personal projects.At one point I started working in parallel with the same project and tried different approaches.The one that worked best for me was to clone the repo and distribute work among different AI workers, work in parallel but with different branches & folders.This allowed me to review and merge work afterwards.The thing is, spawning several agents in parallel was challenging.

I could work on multiple features and bugfix at once, but it was hard to keep track what I was working on.I was jumping from one thing to another, and back;from one window to another.Switching tasks like this was mentally exhausting.Holidays were over, and after returning to my day to day work, I continued working using a similar approach not on one, but also on multiple projects, but I still could not find how to work in a more organized way without the mental toll.This space is growing really fast, and I haven't been able to find the right tool for myself, so I decided to build my own.

I wanted a tool that would help me manage multiple projects at once, work with multiple agents, even from different providers, where I could chose between my personal and work subscriptions depending on the project, where I could easily review changes without leaving the tool if I wanted, or go all in and delegate fully to agents;one where I had quick shortcuts to move around, where I could schedule work or enqueue work for later so agents could work on one task after another. agenttik is my way of tackling this problem to work on multiple projects in parallel, while allowing myself to be on the driver seat.

I can give as much autonomy as I want to the agents while keeping things organized in my head.I've been hesitating for hours on whether to submit or not, but hey "if you are not ashamed of your project, you are shipping too late" Honestly, this project has exactly one week of development, started from scratch, and even though it is still early on, it has been extremely useful for me.I've built in a week things that would have taken me months, not only built the tool itself but other projects as well (most of the merit is still on the models used, but would have had no way of distributing all the work, though).Feel free to try.

Here's how I would get started: - Open a project you already have - Add some general prompt (in the project area) or add to your AGENTS.md/CLAUDE.md (to instruct it to do regular commits and/or work with branches, and also instructions on how to build effective tests so that it can self-correct). - Chose your subscriptin of choice: Claude Code / Open AI subscription / ... - Pick big models (Opus High to Max / Fable Medium to Max / Astra Medium to Max) for bigger autonomy and try not to do hand-holding Finally, start

出处https://github.com/pausan/agenttik抓取日期 · 采集源 Hacker News

03 / EVIDENCE GAPS

这条还缺什么证据?

下面每条都由本条已有字段推出(等级、理由、商业模式、来源次数、是否演示), 本站不生成推测性结论;通用验证方法放在方法论页。

  • 可核验的收入或付费证据查官网定价页与付费口径;第三方数据源(如 GetLatka)只作旁证,需标注来源与时点。
  • 只有单一来源找一手站点或其他渠道是否重复出现同一产品;社区热帖数量不等于商业进展。

通用验证清单(谁有这个问题/谁愿意付费/一个人能交付哪一小步)见我们的筛选方法

04 / SIGNAL HISTORY

发现时间线