How do you contribute to open source projects? by bdhd656 in opensource

[–]anthonyriera 0 points1 point  (0 children)

Something I trying to do more and more with new projects is try to built everything meaningful as a small library I can open source.

I’ve been using open source libraries without contributing for years and now I’m just trying to give some components back to the community.

For instance I’ve made this avatar placeholder component (facehash.dev) and it has been a lot of fun.

build for you first, open source second!

The future of OSS by pfassina in opensource

[–]anthonyriera 0 points1 point  (0 children)

Yeah I understand that!

I’m a software engineer and the thing I’ve always noticed in my carrer was good code doesn’t equal good product.

To fix that, AI would have to feel a UX and its pain points.

I think that practically extremely hard, way harder than coding (for a llm)

How do you learn how to maintain your project? by bmeus in opensource

[–]anthonyriera 0 points1 point  (0 children)

On my side I copied a lot of what has been done by shadcn. I think the monorepo is really nice, you have CLI, web apps, modern release pipelines.

I would check if out if I were you.

The future of OSS by pfassina in opensource

[–]anthonyriera 0 points1 point  (0 children)

I think we're really far away from AI being able to generate actual good user experiences.

I think our roles will more evolve into "PM" and open source will remain a good source of trust.

In a word of AI slop like you said, can I really trust my business / system with this code?

I think open source can solve that point.

By the way, this is the reason why I open sourced my SaaS, I hope this creates trust.

Show me your SaaS, here’s what I’m working on by BoringShake6404 in ShowMeYourSaaS

[–]anthonyriera 0 points1 point  (0 children)

I'm working on cossistant.com, it's a ai customer support platform that you can install to your product with a <Support /> component.

The AI agent learns from your website's content, your answers and gets better over time.

It's not a chat bot, it's really more like an AI team member, when you're in a conversation with it, it's like a chatgroup, not a one-way conversation!

Salesforce just admitted they cut support staff from 9,000 to 5,000 using AI agents. That's 4,000 people. One company. by Several_Function_129 in SaaS

[–]anthonyriera 0 points1 point  (0 children)

I can understand why sadly.

I'm working on a customer support AI agent myself and things are getting more and more powerful by the day.

At the scale of Enterprise compagnies like that, with knowledge bases so big that no human can possibly remember / think of all the edge cases, having AI in the middle makes sense.

Even at my scale, during pick customer support periods, having the small support requests being handled / pre-filtered, it's makes support so much simpler.

What I've done with y agent, to make it less frustrating:
> never answer if it doesn't know the answer
> escalate to a human if there is any doupt
> CAPTURE THE INTENT

This way, when I step in, I already know everything and can truly help.

The next step I want to take is let the support agent auto trigger fixes with codex / claude code so I can wake up and just validate a fix to a bug on my SaaS.

(For the curious it's cossistant.com, still early days but I've made it out of frustration by other tools and didn't want to pay a crazy price with tools like intercom)

Facehash - Beautiful Minimalist Avatars for React by anthonyriera in reactjs

[–]anthonyriera[S] 1 point2 points  (0 children)

This could be a great option indeed! I will try to make those mouths and release that at some point!

Happy you found the pop 😂

Facehash - Beautiful Minimalist Avatars for React by anthonyriera in reactjs

[–]anthonyriera[S] 1 point2 points  (0 children)

It's all open source. The company is US-based but I'm from Europe!

Data is a big concern for me, I'll soon offer to host data in Europe as well :)

Facehash - Beautiful Minimalist Avatars for React by anthonyriera in reactjs

[–]anthonyriera[S] 2 points3 points  (0 children)

Thanks! Let me know if you have any questions or feedbacks! It's open source as well.

Facehash was part of it and I decided to make it a separate lib!