Founder here. We built Pica, an open-source platform in Rust to enable agentic AI with three main focus areas:
- Access to APIs and tools: Universal SDKs that let AI agents use thousands of external actions without blowing up your context window. - Visibility and traceability: Full audit logs of every decision/action to ensure transparency and accountability. - Alignment with human intentions: Seamless guardrails for autonomous tasks; e.g., restricting certain email actions to human approval.
Why this matters: As autonomy in AI grows, we need robust solutions for trust and oversight. Pica aims to empower developers with the building blocks for safe and capable agentic systems.
We’d love your feedback—check it out: https://hellopica.com/
If you find our project useful, consider giving us a on GitHub! It means the world to us and helps others discover our work. https://github.com/picahq/pica
Not that this matters at all, the platform seems nice and we brazilians love this kind of humor
From: https://kidshealth.org/en/parents/pica.html#:~:text=What%20I....
>What Is Pica? Pica is an eating disorder in which a person eats things not usually considered food. Young kids often put non-food items (like grass or toys) in their mouths because they're curious about the world around them. But kids with pica (PIE-kuh) go beyond that.
FYI
Congratulations on the launch, best of luck.
// Agent below has access to all QuickBooks, Slack, and Gmail actions
would love to connect and see if there are ways to share :)
btw, we will be launching an MCP support in the coming weeks.
I’m excited to learn more about how we could collaborate to benefit the community :)
Here’s the link to explore our connectors: https://docs.picaos.com/api-reference/connectors Feel free to grab a time on my calendar here: https://calendly.com/moekatib/founder-coffee
Also, do you guys do something similar to: https://github.com/frankfralick/dripgrep ?
(for the curious, the README for this repo is 100% worth taking a look at!)
I'll definitely check it out—thanks for sharing!
We’ll also be adding many use cases to our community hub in the coming days, so stay tuned! https://www.picaos.com/community/use-cases
See how it works with Pica here https://github.com/picahq/onetool-demo
We recognize naming can be tricky, words carry different connotations across cultures and languages. Still, we’re excited about what Pica will bring to the table, and we hope you’ll judge us more by our product than our name. Thanks again for voicing your thoughts.
What does "in Rust" add to the stack that makes it special? From the title, I expected to see something in Rust on the home page, not JavaScript
How is this different from other AI agent infrastructure solutions out there? What particular pain point are you solving for your customers which won't be solved unless they switch?
Also OT but having to quickly hit "back" twice to get back from the website is mildly infuriating
The core system is built in Rust for performance, safety, and scalability. Integrations and tools are handled via JSON configs and JS mapping, while the interaction happens through our JS SDKs (Python and more languages coming soon).
We solve three key problems:
1) Simplified API/tool access without blowing up context windows. 2) Full auditability of AI actions for trust and oversight. 3) Seamless human-aligned guardrails for safe autonomy.
For example, with Pica's OneTool, a single agent can manage 40 tools without needing multiple agents and routers, reducing complexity and hallucinations.
Feedback on the site is noted—thank you!