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·hace 2 meses·0 comments

Our agent found a bug with WireGuard in Google Kubernetes Engine

lovable.dev
68 points·by vikeri·hace 2 meses·36 comments

Lovable acquires cloud provider Molnett

lovable.dev
3 points·by vikeri·hace 8 meses·0 comments

[untitled]

13 points·by vikeri·el año pasado·0 comments

Lovable incident report: Recovering from being taken down by GitHub

lovable.dev
16 points·by vikeri·hace 2 años·11 comments

GitHub suspends AI code editor. >500k of users locked out of their projects

twitter.com
8 points·by vikeri·hace 2 años·4 comments

comments

vikeri
·hace 2 meses·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
·hace 12 meses·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
·el año pasado·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?
vikeri
·hace 2 años·discuss
Yeah you shouldn't have to add stuff to the .env file. If you setup Supabase any secrets should be added to the edge functions as env vars. Here's an example where it prompted me to add the RESEND_API_KEY to the Supabase Edge function secret: https://lovable.dev/projects/e66eacea-f46f-473c-aa6b-6a90da4...
vikeri
·hace 2 años·discuss
Great questions! There are several LLM calls behind a single prompt that you submit and we do dynamically assemble the prompt to the AI based on what you're asking for. But we do generate most files at once.