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

aymenfurter

no profile record

投稿

[untitled]

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

Show HN: Strava for AI coding – analytics on your Copilot/Claude/Codex usage

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

[untitled]

1 ポイント·投稿者 aymenfurter·5 か月前·0 コメント

[untitled]

1 ポイント·投稿者 aymenfurter·5 か月前·0 コメント

[untitled]

1 ポイント·投稿者 aymenfurter·6 か月前·0 コメント

Ralph for GitHub Copilot

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

Show HN: Ai3 – An experimental agentic tiling window manager (i3 fork)

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

Environment Engineering: The Missing Layer in AI Agent Design

aymenfurter.ch
16 ポイント·投稿者 aymenfurter·9 か月前·0 コメント

Voice Live API: AI Sales Coach (Azure Sample)

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

コメント

aymenfurter
·2 か月前·議論
Chess banned engines from competition. CTFs can't really do that because you need internet access and tooling to play.
aymenfurter
·2 か月前·議論
PG is proof that the best things on the internet are still built by people who just care about the mission.
aymenfurter
·7 か月前·議論
I built ai3 to control my window manager via chat by exposing the i3 IPC protocol as a toolset for LLM agents. It includes a Next Action prediction feature similar to the tab-complete in AI code editors that anticipates your next action based on current activity. You can also trigger AI based layout optimization and control your desktop through chat. This is an experimental research project so please use it for testing only and be mindful of your data privacy.
aymenfurter
·7 か月前·議論
Big jump from gpt-image, but I would love to see the same kind of step change we have seen in recent language model releases.
aymenfurter
·9 か月前·議論
Async agents are great. They let you trigger work with almost no effort, and if the results miss the mark you can just discard them. They also run in the background, making it feel like delegating tasks across teammates who quietly get things done in parallel.