Live data from Hacker News

Show HN: Open sourcing our ERP (Sold $500k contracts, 7k stars)

github.com

51–57 of 57 posts

Re: Show HN: Open sourcing our ERP (Sold $500k contracts, 7k stars)

#51
Contributed the BigQuery integration for querying data warehouses. Currently working on credential audit logging and runtime validation fixes.

The architecture here is solid - proper goal definitions with success criteria, not just LLM calls chained together. Congrats on the open-source launch.

Re: Show HN: Open sourcing our ERP (Sold $500k contracts, 7k stars)

#52
"Huge congrats on the launch! I recently had the opportunity to contribute to Hive by identifying and resolving a critical issue. It was a fantastic experience working with the codebase and the community." The issue was: Make success-criterion evaluation assumptions explicit in Outcome Aggregator. I fixed it by: Previously, all success criteria were implicitly treated as success-rate based, which could lead to misleading progress and met values for unsupported or future criterion types. This change ensures that only success rate criteria are evaluated, while others return a neutral, un-met status until proper evaluators are implemented. This improves clarity, correctness, and observability of the evaluation system without introducing breaking changes.

Re: Show HN: Open sourcing our ERP (Sold $500k contracts, 7k stars)

#54
Congrats on the launch — appreciate seeing open-source tools tackling this problem space.Hive is an Interesting project.I didn’t contribute code yet, but I did raise issues while exploring Hive. Issue: Some parts of the workflow and edge cases weren’t immediately clear from a first-time user perspective. Action: I opened issues highlighting usability gaps and questions around expected behaviour. Why it matters: Early feedback like this helps make the system easier to adopt and reduces friction for new users coming in cold. Curious to see how others here think about balancing power vs. usability in tools like this. For the authors: how are you thinking about handling edge cases or failures in real-world usage, especially when inputs are noisy or incomplete?

Re: Show HN: Open sourcing our ERP (Sold $500k contracts, 7k stars)

#55
Congrats on the HN launch

As a student contributor, I’ve been diving deeper into Hive core and exploring how its outcome-driven agent architecture fits together. Recently, I worked on hardening the quickstart.ps1 onboarding script to improve reliability on PowerShell mainly around path handling and some tricky NativeCommandError edge cases to ensure smoother setup outside ideal dev environments.

It’s been interesting working on the infrastructure side of a framework that dynamically generates and evolves multi-agent systems. Making the onboarding and execution layers stable is just as important as the higher-level agent logic.

I’ve also been experimenting with a lightweight TTL-based dictionary cache to reduce redundant operations in certain workflows. Still iterating on the idea, but it’s been a useful exercise in thinking through state management and consistency trade-offs in evolving agent systems.

Looking forward to continuing to contribute and explore Hive further. Building systems that can evolve and stay stable under real constraints is a fascinating challenge.

Re: Show HN: Open sourcing our ERP (Sold $500k contracts, 7k stars)

#56
Congrats on the launch! I’ve contributed CI/workflow improvements and tooling inventory updates (including keeping MCP tools docs in sync and adding a small inventory test). Excited to keep helping the project move faster. If helpful, I’d love to know if there’s a preferred roadmap for CI hardening or tooling expansion.

Re: Show HN: Open sourcing our ERP (Sold $500k contracts, 7k stars)

#57
Congrats on the launch!

I've been dogfooding the framework heavily over the last month (~20+ PRs so far), mostly focusing on Developer Experience (DX) and Integrations.

What stood out to me was the flexibility of the Graph architecture compared to standard chains. I spent a lot of time this week building the Competitor SWOT Agent (using a MockLLM for offline testing) and smoothing out the onboarding flow-fixing uv setup issues on Linux, documenting undocumented runtime arguments, and adding new integration templates.

The shift from linear execution to the Router Pattern (having the LLM dynamically route tickets based on classification) is a huge unlock. Excited to keep building more complex agents on top of this!

Post reply on HN