HackerTrans
トップ新着トレンドコメント過去質問紹介求人

chepy

no profile record

投稿

Show HN: Busabase – an approval-first database and knowledge base for AI agents

github.com
1 ポイント·投稿者 chepy·12 日前·0 コメント

[untitled]

1 ポイント·投稿者 chepy·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 chepy·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 chepy·2 か月前·0 コメント

Show HN: Bunny Agent – Build Coding Agent SaaS via Native AI SDK UI

github.com
9 ポイント·投稿者 chepy·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 chepy·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 chepy·3 か月前·0 コメント

Long-Running Sandbox in Dockers for Coding Agents (100% POSIX Compatible)

sandock.ai
1 ポイント·投稿者 chepy·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 chepy·4 か月前·0 コメント

Show HN: Buda – AI agents forming a company (Claws running a startup)

buda.im
4 ポイント·投稿者 chepy·4 か月前·1 コメント

Far: File-Augmented Retrieval, Now Support Mac Vision Framework

github.com
2 ポイント·投稿者 chepy·4 か月前·1 コメント

FreeCode v0.12.0: Free Forever Coding Agent

github.com
1 ポイント·投稿者 chepy·4 か月前·0 コメント

Freecode: A $0 coding agent auto-picks the best free LLM (~300 lines of Rust)

github.com
2 ポイント·投稿者 chepy·4 か月前·0 コメント

FAR: Make Every File Readable to AI Coding Agents with Persistent .meta Sidecars

github.com
2 ポイント·投稿者 chepy·5 か月前·0 コメント

Mato – a Multi-Agent Terminal Office workspace (tmux-like)

mato.sh
8 ポイント·投稿者 chepy·5 か月前·2 コメント

Show HN: Mato – a Multi-Agent Terminal Office workspace (tmux-like)

github.com
3 ポイント·投稿者 chepy·5 か月前·1 コメント

[untitled]

1 ポイント·投稿者 chepy·8 か月前·0 コメント

We open-sourced a GAIA-ready agent framework that builds super-agents in minutes

github.com
1 ポイント·投稿者 chepy·8 か月前·1 コメント

Stop Designing Software for Humans: Design Software for AI

mrkelly.medium.com
1 ポイント·投稿者 chepy·9 か月前·3 コメント

OpenAI Just Launched Agent Builder – Which Startups Will Die?

mrkelly.medium.com
2 ポイント·投稿者 chepy·9 か月前·0 コメント

コメント

chepy
·3 か月前·議論
[dead]
chepy
·4 か月前·議論
Hi HN,

Over the past two weeks I ran a small experiment.

What if a company had no employees — only AI agents?

My agents worked ~20,000 minutes building a product: writing code, fixing bugs, running marketing and sales tasks.

I started joking that they were like a “Claws company”.

This project is called Buda.

It’s an experiment in what an AI-native company could look like — where the organization itself is made of agents.

The name Buda comes from a story.

In the anime "Record of Ragnarok", when gods decide to destroy humanity, Buddha chooses to stand on the human side.

We liked that idea — AI getting stronger every year, but hopefully standing with humans.

In some ways it's similar in spirit to OpenClaw, but focused on the idea of an entire company made of agents.
chepy
·4 か月前·議論
I actually agree with you.

The whole point of Mato is to make human-in-the-loop supervision easier, not to encourage autonomous loops.

In my daily workflow I constantly run multiple coding agents at the same time. The annoying part isn’t the AI itself — it’s switching between tabs, terminals, and different tools just to check what each agent is doing.

I built Mato mainly because I wanted a faster way to jump between agents, review their outputs, and approve or intervene when needed. Think of it more like tmux for AI workers, where a human manager can oversee multiple agents at once.

Personally I’m also skeptical of fully self-driving loops. In practice the plan → execute → review cycle with a human in the loop is still the most reliable way to work with AI today.
chepy
·8 か月前·議論
I built this because most existing agent frameworks felt either too academic (great papers, few real-world tools) or too demo-ish (cool examples, but brittle in production).

We needed something that could actually run GAIA-style tasks end-to-end: reasoning → tool use → verification → retry loops → success.

So GAIA Agent is basically the stack I wished existed:

- Zero-config agent (createGaiaAgent()) - 18+ built-in tools: browser, search, sandbox, memory, filesystem - Fully TypeScript, modular, and swappable - Built to run GAIA Benchmark without custom wiring - Simple enough for side projects, but reliable enough for production

This is very early, but feedback from other agent-devs would help a ton.

If you try it and something feels off, missing, or over-engineered — please tell me.

Would love to hear what kinds of agents you’re building too.

Thanks for checking it out!
chepy
·9 か月前·議論
It’s not the AI company’s fault. Think of it like a recruiter: they recommend a cashier, the cashier miscalculates expenses — you don’t sue the recruiter. Responsibility moves inward, not upward. At some point, it’s about who decided to trust the tool.