New stories

Live mirror
30 storiesupdated 0s agoView source snapshot
  1. Interview with Paul Bogen [video](youtube.com ↗)
    discuss
  2. Divide, Consult, Conquer: Capability Laundering Through Aligned LLMs(arxiv.org ↗)
    discuss
  3. Singapore launched a novel five-year national campaign to nurture reading habits(cnn.com ↗)
    discuss
  4. Biom – A visual workspace where your AI agents' work lands(biom.dev ↗)
    discuss
  5. Hackaday Europe 2026: Bare Metal Made Easy(hackaday.com ↗)
    discuss
  6. Show HN: Plurnk (Yet *Another* AI Harness)(github.com/plurnk ↗)
    discuss
  7. Independent Lens – Ghost in the Machine: AI's troubled history, current impacts(pbs.org ↗)
    1comments
  8. Ask HN: Who has been contacted by 5+ hiring platforms?
    3comments
  9. Is There Anything Google's Fruit Fly Brain Can't Do?(nytimes.com ↗)
    discuss
  10. Callum Williams on Cybersecurity Prices(marginalrevolution.com ↗)
    discuss
  11. Probably the best laptop with Linux support and Local LLM AI [video](youtube.com ↗)
    discuss
  12. Atlas-Finance: Evaluating AI Agents Inside a Bank(joinhandshake.com ↗)
    1comments
  13. Disney's Films Used to Look Different(animationobsessive.substack.com ↗)
    discuss
  14. 1F3D9: A world where anyone's AI agent can go to live without humans(1f3d9.com ↗)
    2comments
  15. Nobody Needs a Human Router(theengineeringmanager.substack.com ↗)
    discuss
  16. Show HN: Agenttik – work on multiple projects in parallel with AI agents(github.com/pausan ↗)
    discuss
  17. Faraday Security Enforcing and HyDE Recall(medium.com/vektormemory ↗)
    discuss
  18. Show HN: Open-source tool to sell your Claude Code and Codex sessions(github.com/cookiy-ai ↗)
    1comments
  19. Moving coding-agent guardrails from prompts to hooks(tesseracted-labs-blog.vercel.app ↗)
    discuss
  20. Intel TDX Remote Attestation Verifier Without Intel Trust Authority(zatona.dev ↗)
    discuss
  21. Saving Jet Fuel(marksblogg.com ↗)
    3comments
  22. Ask HN: Why serialize documents to disk instead of memory-mapping runtime state?
    2comments
  23. The Ex-Cop Who Stole Millions to Become a Real-Life Robin Hood(atavist.com ↗)
    discuss
  24. "The Secret Life of Circuits" is here(coredump.cx ↗)
    discuss
  25. Astra's chess reward hacking fell from 30% to 0% with a 95-word agreement(echohive.ai ↗)
    discuss
  26. Gravity Linux – Linux for Apple Silicon M4 and Above(gravitylinux.org ↗)
    2comments
  27. Clarity Act Stalls in Senate as Crypto Bill Fails to Clear Key Vote(decrypt.co ↗)
    discuss
  28. Update Security Baseline: Hardening Ubuntu Desktop 24.04/26.04 LTS(github.com/eugexo ↗)
    discuss
  29. Introduction Video Gen in Img Play(apps.apple.com ↗)
    discuss
  30. Google Project Genie. Explore infinitely diverse worlds(labs.google ↗)
    discuss

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

3 pointsby 47m 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.