HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vikeri

no profile record

Submissions

Lovable is the first coding agent platform to adopt AIUC-1 (SoC-2 for AI Agents)

aiuc-1.com
10 points·by vikeri·2 ay önce·0 comments

Our agent found a bug with WireGuard in Google Kubernetes Engine

lovable.dev
68 points·by vikeri·2 ay önce·36 comments

Lovable acquires cloud provider Molnett

lovable.dev
3 points·by vikeri·8 ay önce·0 comments

comments

vikeri
·2 ay önce·discuss
very curious to give it a spin but why write a cli in python? would surely be faster and more portable with go or rust?
vikeri
·12 ay önce·discuss
Lovable | Stockholm (In-person) | Full-Stack, Design, and ML eng

We sponsor visas and have very generous relocation packages (even if you just want to come for a year).

Lovable is building an AI software engineer that lives in your browser. Building excellent software engineering agents is significantly harder than people think. We need the best engineers in the world to join us and will compensate you accordingly.

Learn more at: https://lovable.dev/careers or ping me on https://x.com/cviktore
vikeri
·geçen yıl·discuss
One thing that seemingly is missing is the ability to tag a specific error with an error code. You typically want to know that all of a sudden the ”failed to get user” error is being returned a lot. Since the message is a dynamic string you can’t just group by the string so unless you build it as part of your abstraction it becomes very hard to do.

Edit: looking more carefully at the lib I assume that ”tag” is the concept that is supposed to cover this?