Sub Question : IS there a real successful agent product today that uses a library for harness(like langgraph etc)? Building our own worked for us. Works with our components(postgres, events ...) and scales naturally with our system.
I don't know about real successful. Since you mentioned Langchain, you could look at https://www.langchain.com/dcode which is a CLI harness build off Langchain deep agents.
- If you are bootstrapped, you can build dual use technology.
- All of this is predicated on the idea that building software is hard, you need 8 years to build a product that people like. Maybe this is all going away in the AI world in a couple of years.
I don't think you need 8 years to build a product people like, Prodfiler got good resonance and we built it in ~18 months, it would probably take 4 months now...
We have been working on https://talentpulsar.ai for exactly this. Hope to find some good collaborations with the hn community with some little self promotion, hope this is okay.
actually we don't want that- a high equilibrium could still contain a world with a very large imbalance- on one side people dying of thirst, hunger and on another side people have it so good that they waste a ton of food, water everyday. we should aim for a more balanced world even if we have to sacrifice the amplitude of a few but we are only going further from it.
We had considered Oban when deciding whether to go with Kafka/Debezium or not. We sided with Kafka because it can do high throughput ingestion and it is easier to maintain it with cursor in today's world. Postgres is not meant for heavy writes, but heavy querying. You could fix that with lot of care but then it does not scale multi-master very well either. Kafka scales much better for heavy writes.
I don't think cline ever had to do much context management, which is why i prefer them over cursor. Cline is similar to claude code, but without the vendor lock in.