HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aymenfurter

no profile record

Submissions

[untitled]

1 points·by aymenfurter·قبل شهرين·0 comments

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

github.com
8 points·by aymenfurter·قبل شهرين·1 comments

[untitled]

1 points·by aymenfurter·قبل 5 أشهر·0 comments

[untitled]

1 points·by aymenfurter·قبل 5 أشهر·0 comments

[untitled]

1 points·by aymenfurter·قبل 6 أشهر·0 comments

Ralph for GitHub Copilot

github.com
2 points·by aymenfurter·قبل 6 أشهر·0 comments

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

github.com
4 points·by aymenfurter·قبل 7 أشهر·1 comments

Environment Engineering: The Missing Layer in AI Agent Design

aymenfurter.ch
16 points·by aymenfurter·قبل 9 أشهر·0 comments

Voice Live API: AI Sales Coach (Azure Sample)

github.com
1 points·by aymenfurter·قبل 10 أشهر·0 comments

comments

aymenfurter
·قبل شهرين·discuss
Chess banned engines from competition. CTFs can't really do that because you need internet access and tooling to play.
aymenfurter
·قبل شهرين·discuss
PG is proof that the best things on the internet are still built by people who just care about the mission.
aymenfurter
·قبل 7 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
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.