HackerLangs
TopNewTrendsCommentsPastAskShowJobs

madarco

no profile record

comments

madarco
·il y a 19 jours·discuss
It had already been like this long before widespread LLM adoption: quality hiring was only really possible through manual candidate scouting on LinkedIn, at conferences, through word of mouth, and so on.

Sending a CV had already become mostly useless 3–4 years ago because of the huge amount of noise: candidates applying from all over the world, often even spoofing their actual location, FAANGs firing, flooding the market with (in theory) great candidates with great resumes.

The solution is the same one that has been successfully used forever: a trial period.

Luckily, a video interview with a senior developer is still enough to spot a good candidate.

Go through real code: add a bug to a branch of your codebase, have the candidate share their screen on TeamViewer, and let them debug and fix the issue. Ask questions live to understand how they reason about the system, how they would test whether the change works, and so on.

This will filter out 99% of candidates. But it is still possible to get lucky, which is why the trial period matters.

I’ve never had major issues and have always hired very strong engineers. I only had to terminate someone after the trial period twice.
madarco
·il y a 21 jours·discuss
with the advent of NEOgeo everything changed, Super Side Kick, Goal Goal Goal and other wonderful games, often with a 4 players cabinet!
madarco
·le mois dernier·discuss
I do the same, and faced the issue that claude/codex loose context when doing subtasks (and subagent don't have plan mode).

So I've built Agentbox to be able to launch from claude/codex multiple VMs with claude/codex (can also mix). The parent agent watch for prompts and questions, enforce /review, /simplify, that the sub agents file a PR and wait for bugbot comments etc.

This way the parent agent running in a /goal don't loose context, enforce a good workflow, manage the backlog and parallelize/merge back the work on the main repo

https://github.com/madarco/agentbox MIT license
madarco
·le mois dernier·discuss
you are right, I've experimented with cp -a on macOS as well for https://github.com/madarco/agentbox and in the end found it's actually faster to use worktrees inside docker containers while mounting your .git repo inside them.

Then after the node_modules (or apt packages) are installed, take a docker commit snapshot.

Now I have truly isolated parallel workspaces in <10s.

Also the system was easy to adapt to cloud environments as well so now I have Hetzner, Vercel, Daytona as well (using their native snapshotting systems for fast boot after the initial setup)
madarco
·le mois dernier·discuss
can't agree more, I now run my agents in parallel with "agentbox claude", "agentbox opencode" and it teleport my project and settings to an hetzner VPS

For those interested: https://github.com/madarco/agentbox
madarco
·il y a 2 mois·discuss
meanwhile pnpm 10.x by default won't donwload packages younger than a day
madarco
·il y a 2 mois·discuss
Actually, the old Kindle had physical buttons, which I find more ergonomic when reading in bed