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

igorpcosta

no profile record

投稿

[untitled]

1 ポイント·投稿者 igorpcosta·26 日前·0 コメント

Industrialising Code as we know it

medium.com
1 ポイント·投稿者 igorpcosta·6 か月前·2 コメント

Continuous AI on Your Terminal

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

[untitled]

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

[untitled]

1 ポイント·投稿者 igorpcosta·7 か月前·0 コメント

[untitled]

1 ポイント·投稿者 igorpcosta·7 か月前·0 コメント

Owning the Stack: Why IP Retention Is Mandatory for Coding ASI

autohand.ai
1 ポイント·投稿者 igorpcosta·8 か月前·1 コメント

After the Last Git Commit

gist.github.com
3 ポイント·投稿者 igorpcosta·8 か月前·2 コメント

Show HN: Fantail SLMs for Coding Agents

autohand.ai
1 ポイント·投稿者 igorpcosta·9 か月前·0 コメント

Intent Weaving for AI Coding Agents

autohand.ai
22 ポイント·投稿者 igorpcosta·9 か月前·9 コメント

コメント

igorpcosta
·26 日前·議論
[flagged]
igorpcosta
·2 か月前·議論
There's not a lot of opportunities in this space yet. This is the closest we can get to High degree solver kinda of problem.

There are only 3 companies doing this to date: Google, Sakana AI and Autohand AI.
igorpcosta
·4 か月前·議論
$2B dollar in funding, yet unable to solve a problem, but getting ready for another series of funding Round to keep the machine afloat.

This made me laugh https://www.forbes.com/sites/annatong/2026/03/05/cursor-goes...

If that's what winning looks like AI Summer is coming!
igorpcosta
·5 か月前·議論
tell me about it, it's so frustrating
igorpcosta
·5 か月前·議論
I think it's extremely value what Thomas is doing with Checkpoints, I have this built in on autohand code cli that allows you to share with others your session /share https://autohand.link/s/ah-23wbbq4v2r5vt86684hg-1768476838

You can see the turns, tools called, outputs, changes. Similar to what he's trying to achieve.
igorpcosta
·5 か月前·議論
Cool concept, however relying on Actions are really not guaranteed execution all the time.
igorpcosta
·6 か月前·議論
I'd love to have you as a top user on autohand [.] ai/cli and interested in your experience with us. We're a bootstrap ai lab.
igorpcosta
·6 か月前·議論
I'd love to have you as a top user on autohand [.] ai/cli and interested in your experience with us.
igorpcosta
·6 か月前·議論
Hey, author here.

My view is that software engineering is splitting into two paths. One is deep craftsmanship. The other is guided operators who know how to steer tools, systems, and LLMs toward the right result.

I am keen to hear where others agree or disagree, and how you see this playing out in real teams.
igorpcosta
·6 か月前·議論
Open source repo: https://github.com/autohandai/code-cli
igorpcosta
·6 か月前·議論
Most coding CLIs I've seen lock you into one provider or requires you to bypass by changing BASE_URL and has a lot of conflict. That works fine if you're committed to one vendor for coding cli harness, but it breaks down when you want to run local models, test different providers, or avoid API costs entirely. So we tried a different approach. Instead of hardcoding a provider, Autohand code lets you swap between OpenRouter, Anthropic, OpenAI, Ollama, llama.cpp, and MLX from the same codebase. Switch models mid-conversation if you want. High level, the design optimizes for three things:

Machine orchestration: stateless execution, structured outputs, designed for CI/CD and batch runs, not just interactive use Auto mode: autohand -p "fix the tests" --yes --auto-commit runs the full task without prompts. Three permission levels plus granular command whitelist/blacklist Skills system: modular instruction packages that activate on demand. Run --auto-skill and it generates skills tailored to your project

One thing that's been surprisingly useful: because it's provider-agnostic, you can prototype with a fast cheap model, then swap to something heavier for the actual run. No code changes, just config. It's TypeScript + Bun, 40+ tools (file ops, full git, semantic search, multi-file edits), sessions persist and resume.
igorpcosta
·6 か月前·議論
Try autohand.ai/cli/ most of these problems you’ve mentioned here are solved already
igorpcosta
·6 か月前·議論
Hi HN, Igor here, founder of Autohand.

Today we are sharing a deep technical guide on how we built Git Flow Automation in our Evolve platform. It solves a real engineering problem: how to run hundreds of agent tasks in parallel across a codebase without conflicts, without slowing down, and without breaking CI.

Rather than simple scripts or CI tricks, we use Git worktrees to give each agent its own isolated branch and working directory. This lets each agent run tests, detect conflicts, and even roll back individual tasks. We also built conflict detection, AI assisted resolution, and merge strategies that keep history clean and safe for teams.

Here is my take based on 20+ years of experience in Devtools and dealing with lots of large code bases.

The guide walks through:

Why sequential execution fails at scale

How parallel worktree orchestration works

Task lifecycle and dependency ordering

Conflict detection and automatic resolution

Testing per task and rollback controls

Merge strategies and commit hygiene

Safety limits and observability tooling

This is a technical system design share, not a product announcement. I would love feedback from builders and maintainers who work on large codebases or autonomous tooling.

Super interested in read different ideas.

Read the guide here:

https://autohand.ai/docs/guides/git-flow-automation
igorpcosta
·7 か月前·議論
Hi HN, founder here of Autohand AI

A few weeks ago I shared some thoughts on intent weaving in AI coding agents. Today I would like to invite the community to our private beta of Evolve.

Evolve is an AI software engineer designed for long horizon workloads. It uses reinforcement learning style feedback loops to learn from past mistakes, improve future decisions, and reduce repeated human intervention when working on real codebases.

We are early and actively looking for feedback from people who deal with complex systems, legacy code, or long running engineering tasks.

Private beta: https://autohand.ai/products/evolve/

Happy to answer questions and hear what does not make sense.
igorpcosta
·8 か月前·議論
Very interesting research on this, keen to colab with you folks, I've been building a few experiments for old GTX GPUs to extend lifetime of them with matching performance of tokens for Smol, igor [] autohand.ai let's chat.
igorpcosta
·8 か月前·議論
As we build the capability, our intention is to give the tools for companies to compete with FAANGs, even if they don’t have the engineering excellence to do.

Today we are warning the entire community, stop using companies providing APIs for coding tasks on your company source code.

I’d love to have different opinions here and create a better version of the future together.
igorpcosta
·8 か月前·議論
Addy Osmani also wrote today about this https://addyo.substack.com/p/conductors-to-orchestrators-the...
igorpcosta
·8 か月前·議論
I wrote this before I left GitHub and how I’d like to see Microsoft invest in this area, but it was too futuristic, considering how the market has evolved today, I decided to make this public.

If you want to know more about what I’m doing next www.autohand.ai
igorpcosta
·9 か月前·議論
Wow, OCR is now basically a general domain. I remember when I spent like a year trying to create one for receipts. Took me 6 months of data curation to prepare.

Nice job, the scores are superb.
igorpcosta
·9 か月前·議論
That's the intent, more people with different background can help and build different solutions for this problem.