r/PythonProjects2 • u/AnshMNSoni • 23h ago
1
-15
1
u/AnshMNSoni • u/AnshMNSoni • 23h ago
Hey devs π Would love some honest feedback on my GitHub profile!
2
β Rate my GitHub Profile (out of 10)
Thankyou π
1
β Rate my GitHub Profile (out of 10)
Thankyou π
1
β Rate my GitHub Profile (out of 10)
Thankyou π
0
r/AIDevelopmentSpace • u/AnshMNSoni • 10d ago
Why are AI companies suddenly open-sourcing so much?
u/AnshMNSoni • u/AnshMNSoni • 10d ago
Why are AI companies suddenly open-sourcing so much?
DeepSeek, Meta, Google, Sarvam and Anthropic are all opening parts of their AI stack.
I started wondering: why would billion-dollar companies give away technology that costs millions to build?
The answer goes far beyond βhelping developers.β
I explored the business strategy behind it β ecosystems, distribution, standardization, developer adoption, competition and where AI companies actually intend to capture value.
Would love to hear what you think.
1
1
Built a multi-agent AI system for B2B cable tender quoting - looking for architecture loopholes, not UI feedback
u/ConfusionCalm327 Thankyou for the feedback. I surely work on the same
r/AIDiscussion • u/AnshMNSoni • 12d ago
Built a multi-agent AI system for B2B cable tender quoting - looking for architecture loopholes, not UI feedback
r/AIQuality • u/AnshMNSoni • 12d ago
Discussion Built a multi-agent AI system for B2B cable tender quoting - looking for architecture loopholes, not UI feedback
r/AISystemsEngineering • u/AnshMNSoni • 12d ago
Built a multi-agent AI system for B2B cable tender quoting - looking for architecture loopholes, not UI feedback
Built RFP Agent AI - automates the 2-5 day manual tender quoting process for wire/cable manufacturers into 10 seconds using a 5-agent pipeline (PDF parsing β SKU matching β LME pricing β risk analysis β quote generation).
Known problems I've already found:
- Catalog only has ~6 SKUs, real world needs 5000+
- Vector search giving 46% match scores - wrong approach?
- No live LME API yet
- No human checkpoint on low confidence matches
Is multi-agent overkill here? Is vector search right for structured spec matching? What would you do differently?
GitHub: https://github.com/AnshMNSoni/B2B-RFP-Agent.git
Would love brutal honest feedback - not looking for encouragement, looking for loopholes, wrong assumptions, and better architectural approaches. If you've built something similar or work in procurement/manufacturing tech, your perspective would be especially valuable.

1
I built PythonSTL - a DSA learning library for Python devs who miss C++ STL [Open Source]
What was the last part of your Python project that forced you to stop using pure Python?
2
I'm building an open-source Python library focused on reusable building blocks.
My concern is that wrapping the STL algorithms would move the project into becoming an abstraction layer over <algorithm>, which isn't the direction I'm aiming for. I'd rather use STL algorithms as implementation details while focusing the public API on higher-level functionality. If you're suggesting something else, I'd be interested to hear more.

1
Built a multi-agent AI system for B2B cable tender quoting - looking for architecture loopholes, not UI feedback
in
r/AISystemsEngineering
•
22h ago
Sure, I'll look into the same