Show stories

Live mirror
30 storiesupdated 0s agoView source snapshot
  1. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    174comments
  2. Show HN: Capsule – Single-file web apps that save their data into SQLite(withcapsule.app ↗)
    115comments
  3. Show HN: Pizza Bot – An inbox for AI agents that work in the background(github.com/pizza-bot-app ↗)
    8comments
  4. Show HN: Hacking a $20 4G wireless hotspot into a texting device(bkovac.github.io ↗)
    30comments
  5. Show HN: Agenttik – work on multiple projects in parallel with AI agents(github.com/pausan ↗)
    discuss
  6. Show HN: Check if your IP has appeared in a residential proxy network(haveibeenproxied.com ↗)
    35comments
  7. Show HN: Panel – A research workspace where the agent can build its own panes(github.com/greentfrapp ↗)
    11comments
  8. Show HN: Ordewell – turn one goal into an ordered plan of coding-agent tasks(github.com/ordewell ↗)
    29comments
  9. Show HN: Redis City – Explore how Redis works in an interactive 3D model(poltora.dev ↗)
    25comments
  10. Show HN: DeadLock OS – A Linux terminal puzzle game(crazygames.com ↗)
    discuss
  11. Show HN: HonestSky, a free iOS weather app without ads or subscriptions(apps.apple.com ↗)
    discuss
  12. Show HN: Loss. a tiny satire about AI progress(workatloss.com ↗)
    8comments
  13. Show HN: DaiDocs, AI memory as a plain-text file format, not a service(github.com/kerneta ↗)
    1comments
  14. Show HN: SCIP MIP solver bindings for Go, ported from russcip(github.com/egoisutolabs ↗)
    discuss
  15. Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS(github.com/jamesryanatx ↗)
    21comments
  16. Show HN: farseer.space – fly anywhere in the universe in your browser(farseer.space ↗)
    1comments
  17. Show HN: Warp – Run DeepSeek v4.1 Flash with 5 GB of RAM at 3.77 tok/s(github.com/sqliteai ↗)
    2comments
  18. Show HN: Sass – Rust and WASM(github.com/zoosky ↗)
    discuss
  19. Show HN: Kinesis – Control your Mac with the Meta Neural Band(github.com/callbacked ↗)
    45comments
  20. Show HN: Pelican-bicycle alternatives(gally.net ↗)
    45comments
  21. Show HN: Nari Qwen3-TTS and Qwen3-ASR – High accuracy, low latency and cost(narilabs.com ↗)
    31comments
  22. Show HN: Open-source passive NFC tag that signs with ECDSA, verified on-chain(github.com/mwbpnftechnology ↗)
    discuss
  23. Show HN: Let agent read files with secrets while redacting values for LLM contex(github.com/daniel-sc ↗)
    1comments
  24. Show HN: AirmailAI, a BYOK LLM chat app with a browser extension backend(airmailai.net ↗)
    6comments
  25. Show HN: TrailVid – Cinematic Travel Animations(trailvid.com ↗)
    discuss
  26. Show HN: Omni – Open-source workplace agent, built on Postgres
    discuss
  27. Show HN: TabPFN-3.5, a Tabular Foundation Model for messy real-world tables(priorlabs.ai ↗)
    1comments
  28. Show HN: I built a tiny camera that knows where it is(mightycamera.com ↗)
    4comments
  29. Show HN: I ported COLMAP (photogrammetry) to the browser in WASM and WebGPU(offlinetools.io ↗)
    discuss
  30. Show HN: Neobrutalism.dev – Just added Base UI support and added new color theme(neobrutalism.dev ↗)
    76comments

Show HN: Agenttik – work on multiple projects in parallel with AI agents

3 pointsby 50m agogithub.com
0 comments
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 sending/enqueuing tasks on all the features you want your product to have, bugfixes, ... use a new prompt per task (Ctrl+T / Cmd+T), I recommend using big models to avoid investing your own time reviewing, and then once LLM is done, review and archive that task or continue iterating. Keep adding tasks as you think on them.

Add more projects as you start feeling comfortable.

It has been really addictive for me to see the speed of development when working like this. I got totally hooked. Speed of iteration is insane.

Happy to discuss any feedback you have even if it is about other tools or ways of working with AI these days! I hope you like it!!

No comments match this view.