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

zane__chen

no profile record

投稿

Show HN: Agents-are-thinking – Terminal agent thinking animation exploration

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

A text based loading/thinking animation exploration

old.reddit.com
2 ポイント·投稿者 zane__chen·2 か月前·0 コメント

Scroll Animation in Pure CSS

joshwcomeau.com
2 ポイント·投稿者 zane__chen·2 か月前·0 コメント

Please Delete Your Repository

threads.com
2 ポイント·投稿者 zane__chen·2 か月前·1 コメント

Agents Are Thinking: A tiny project exploring text based thinking animations

threads.com
1 ポイント·投稿者 zane__chen·2 か月前·0 コメント

"48 agents thinking in one window"

threads.com
2 ポイント·投稿者 zane__chen·3 か月前·0 コメント

Superpowers is indeed game changer

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

Ask HN: Its either I or Agent code. Both of us on same codebase is a disaster

2 ポイント·投稿者 zane__chen·3 か月前·0 コメント

Ask HN: Do you feel less happy when coding with agent?

5 ポイント·投稿者 zane__chen·4 か月前·15 コメント

[untitled]

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

[untitled]

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

[untitled]

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

[untitled]

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

Understanding OpenClaw by Building One

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

Show HN: Build Your Own OpenClaw – A step by step guide

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

Show HN: Reunited My Cats in Code – yet another lightweight OpenClaw alternative

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

Show HN: Turn GitHub Contributions Graph into Space Shooter Battle Field

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

コメント

zane__chen
·2 か月前·議論
It's really said to hear that making this as a business did not work well. Codecrafter has helped me learn new skills and gain confidence as a developer. Help me grow from a junior to senior.
zane__chen
·3 か月前·議論
I don't see any demo.

But would this mean encoding the entire dist folder after build step?
zane__chen
·3 か月前·議論
There are mcp2cli, mcporter and several others exist. What this project provides over other similar alternatives?
zane__chen
·3 か月前·議論
Finally see a local first web based video editor. Cool thing!
zane__chen
·4 か月前·議論
Very on spot. I wont say AI never bring satisfaction. The satifaction of shipping is actually doubled, but the feeling of vanity is huge after that.
zane__chen
·4 か月前·議論
Exactly. I feel I lost the ownership and connection to the work.
zane__chen
·4 か月前·議論
I am using GLM. The quota is so generous, but the quatlity, I will say, 80-85% ?
zane__chen
·4 か月前·議論
Appreciated! For me, the most difficult pieces are the pieces I haven't tried my self! The browser operation and interaction with coding agent in this case.
zane__chen
·4 か月前·議論
I wanted to really understand how AI agents work, so I spent two weeks building one from scratch. Then I turned my learning into a step-by-step tutorial.

18 progressive steps — each adds one concept, each has runnable code. Some highlights from the journey:

- Step 0: Chat Loop — Start with the basics. Just you and the LLM, talking. - Step 1: Tools — Give your agent the ability to take actions. - Step 2: Skills — Dynamically load capabilities as needed. - Step 6: Web Tools — Agent can search and read the web. - Step 11: Multi-Agent Routing — Multiple agents, right one for the right job. - Step 15: Agent Dispatch — Agents that can collaborate with each other. - Step 17: Memory — Long-term knowledge that persists across sessions.

Each step is self-contained with a README + working code.

[https://github.com/czl9707/build-your-own-openclaw](https://github.com/czl9707/build-your-own-openclaw)

Hope this helpful! Feedback welcome.
zane__chen
·6 か月前·議論
Yes, the "commits = enemy life". Different enemy types is such a genious idea!