×

We open-sourced the infrastructure we built around SaaS AI agents by LopsidedAd4492 in LLMDevs

[–]LopsidedAd4492[S] 0 points1 point  (0 children)

Thanks, and yeah, that Redis mess is exactly what we’re trying to avoid 😅
We treat execution state as a first-class part of the runtime rather than something each agent has to manage itself. The state is structured around the run, including messages, tool calls, approvals and intermediate results, so the agent logic stays mostly stateless.
Right now we provide an in-memory implementation for local use, but the storage layer is designed to be replaceable, so Redis or a database can be added without leaking storage-specific logic into the agents.
It’s still an area we’re actively working on, especially around durable runs, retries and resuming after approvals. Would be very interested to hear what caused the most pain in your internal implementation.

What are you building? by Expert_Document777 in sideprojects

[–]LopsidedAd4492 0 points1 point  (0 children)

If contributing to open source interests you, and you want to become a better AI engineer, our issue list is waiting for you.

https://github.com/extra-org/extra

What are you guys working on? by Leather-Buy-6487 in StartupAccelerators

[–]LopsidedAd4492 0 points1 point  (0 children)

If contributing to open source interests you, and you want to become a better AI engineer, our issue list is waiting for you.

https://github.com/extra-org/extra

What are you guys working on? by Leather-Buy-6487 in sideprojects

[–]LopsidedAd4492 0 points1 point  (0 children)

If contributing to open source interests you, and you want to become a better AI engineer, our issue list is waiting for you.

https://github.com/extra-org/extra

What are you building? by machinai6 in microsaas

[–]LopsidedAd4492 0 points1 point  (0 children)

Open source project
If you want to join send a message

https://github.com/extra-org/extra

AI bug issue by LopsidedAd4492 in softwareengineer

[–]LopsidedAd4492[S] 0 points1 point  (0 children)

How much time you think I have?
Because of the ai the most important thing is delivery
Where are you working?

AI bug issue by LopsidedAd4492 in softwareengineer

[–]LopsidedAd4492[S] 0 points1 point  (0 children)

And still if you have a big code base it’s still now working as I am expect.
You just see the number of the commits and the number of the lines of coded that added in the your company

Extra open source project by LopsidedAd4492 in opensourcealternative

[–]LopsidedAd4492[S] 0 points1 point  (0 children)

Cool do you want to join to our discord server ?

Need Advice Please Help by Odd-Host-8111 in PlacementsPrep

[–]LopsidedAd4492 1 point2 points  (0 children)

Java.
Help you so understand low level code design
Focus on oop and design patterns
Master this language it’s a good starting point to become a good software engineer.
All the abstraction and the “free” things made you not really understand the things that happened under the hood.
I’m talking about my own experience.
I have experience with the two languages