Live data from Hacker News

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

github.com

11–20 of 57 posts

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

#11
Hi, I'm Shubhra, an AI Product Manager, I'll briefly say what I have been contributing at Hive using clear points-

1. What was the issue? Hive is positioned as a production-grade, goal-driven agent framework, but the first-time experience and agent interaction patterns are developer-centric and clarification-first. This creates friction before value: agents delay execution with conversational framing, and there is no single reference agent that demonstrates end-to-end business execution from a plain-English goal.

2. How did I fix it / what idea did I propose? I proposed a Sample Agent: Autonomous Business Process Executor that acts as a canonical, execution-first reference agent. The agent: Executes real, multi-step business workflows from a single goal Defaults to immediate execution instead of clarification-first UX Uses human-in-the-loop only at decision boundaries Validates outcomes via the eval system Produces business-readable summaries, not just logs This surfaces how Hive’s existing architecture (goal - graph - execution - eval - adaptiveness) works in a real production context.

3. Why does it matter? This closes the gap between Hive’s technical power and its product clarity. It: Reduces time-to-value for first-time users Makes Hive legible to founders, ops teams, and PMs—not just engineers Demonstrates real business value instead of abstract capability Aligns agent behavior with Hive’s execution-first, production-grade positioning

I liked the Hive Vision and approach, and I'm happy to answer any questions or add my inputs on the above things discussed or where ever required. Thank You!

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

#14
I developed a comprehensive Slack MCP tool suite that transforms Slack from a simple chat interface into a fully operational control plane for AI agents. It was tested end to end with other tool capabilities like CRM, where all executions can happen from slack itself, all you have to do is call this slack bot which is connected via webhooks hence anything you name it, it will use available tools to help you out with actions reducing multiple touch points. (I am @levxn on github, feel free to connect)

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

#15
Congrats on the launch! My contribution focus was on hardening the MCP (Model Context Protocol) infrastructure.

The Issue: JSON-RPC is fragile when mixed with standard logging. A single rogue print() to stdout corrupts the protocol payload, causing tools to fail unpredictably or agents to crash silently.

The Fix & Impact: Enforcing a strict stderr logging standard. This effectively separates "human debug info" from "machine protocol data." This is critical for moving agentic workflows from experimental demos to production-ready systems, ensuring stability even when integrated tools are noisy or throwing errors.

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

#16
I contributed to the documentation by adding a comprehensive Goal Creation Guide. While the existing docs covered the node-and-edge architecture, there was a significant gap in explaining how to define Goals, Success Criteria, and Constraints — the core components of Outcome-Driven Development that actually drive an agent's learning loop. My guide bridges the gap between conceptual theory and practical implementation, giving developers a structured way to define what "success" looks like and how their agents should evolve over time.

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

#17
I architected an autonomous issue triage agent designed to filter noise and surface critical signals for open-source projects. Leveraging vector memory for duplicate detection and a custom "Novelty Scoring" algorithm, the agent intelligently distinguishes between redundant reports and genuinely new issues. It then compiles these insights into high-value, multi-channel digests (Email & Slack), ensuring maintainers focus only on what truly requires their attention.

Thought this can help all open source communities focus on real issues aligned to your goal and look out for enhancements and bugs of what severity it adds up to your existing code base. The plus point is that this can also be exposed as a github app bot which can be spun on your preferred duration (say 24hrs once) for the previous day's issue. It is compared with the entire history of other issues utilizing vectordb capabilities and helping you out with best ranked issues filtered and dropped in your inbox be it Email or any mode of communication.

Post reply on HN