by sumitkumar on 4/9/25, 6:39 PM with 119 comments
by TheAceOfHearts on 4/10/25, 2:31 AM
I gave it the following initial prompt:
> An app where you input a question, then flip some coins to generate an I Ching prediction, and it generates a prediction / fortune for you. Then this combination of results can be fed to Gemini AI to produce a more detailed prediction text.
It generated something that looked fine. When I input a question and press the button nothing happened. After asking it to fix the problem multiple times and having it fail, I looked at the browser console to figure out the errors it was getting. Then I copied those errors and told it to fix them. After a few iterations, it solved every error and would generate a result. It completely forgot the part where you are supposed to flip coins before getting a hexagram to generate a fortune. After a bit of prompting, I was able to get it to display the hexagram and input question. However, sometimes it becomes confused about which hexagram was generated.
Overall, my impression is that these tools are still in the toy novelty stage rather than something you'd want to use for anything important.
Here is a screenshot of the app output for the question: Will Hacker News like my vibe coded oracle? [0] As you can see, it says that the generated hexagram is 24 or 41, but in the fortune text below it says 11.
by tymscar on 4/10/25, 12:18 PM
It broke more and more each message. I tried fixing stuff myself but it would mess it up again. Would not recommend anyone to use it.
Now for the non ai part: super cool. I love the nix environment. Its fascinating how they handle the previews for example. I got geekbench up and running an the cpu is a bit worse than an iphone 15 pro max, but it has 32 gigs of ram!
by lenerdenator on 4/10/25, 3:53 AM
A web GUI for Firestore that lets me work on documents like, idk, any other DBMS GUI would: the ability to select multiple records, and operate on them.
That's literally it. I don't need AI, I don't need dark mode, I don't even need MongoDB compatibility. I just want to select multiple documents with my mouse and do things to them.
by efxzsh on 4/9/25, 11:33 PM
by t-writescode on 4/10/25, 8:33 AM
The overall chat in the HN conversation has got me thinking, though.
Around 7 years ago in my career, one of my most common actions for one-off scripts was for me to create a WinForms application with, often, a couple text boxes and a "Run" button of some sort.
The text boxes would be the inputs and the run button would ... run. There was also often like a text output or bunch of loglines or something. I wrote almost exclusively in C# at the time, so it was a way to shove a bunch of C# code into place and test it.
I did this for random and arbitrary things I needed to process or solve, a lot like how I used Python or Ruby in the future.
I bet it's actually pretty common for people to need "a script that does a thing", and I think, maybe, that's where a lot of the AI scripting of the most immediate use is going to be. If it can be a familiar interface for people to build (in the past, the IDE) and a familiar or simple place to interact with the generated script (the WinForms + buttons), these programs to generate scripts and do "stuff" could likely spread pretty wide.
I think Jupyter Notebooks are another example of this, another precursor, of sorts?
by hnlurker22 on 4/10/25, 10:14 AM
by the_king on 4/10/25, 1:57 AM
Sorry to say that Firebase Studio did an awful job. It did not successfully build even the first view of the app I asked for. It feels like I'm stepping back to release day of GPT-4.
Am I missing a switch to use the good Gemini 2.5 somewhere? I could tell from their response speed that I was not using a thinking model.
by indigodaddy on 4/9/25, 9:22 PM
by simonw on 4/10/25, 4:38 AM
I do most of my vibe coding on my phone, so that's pretty disappointing!
by kylecazar on 4/10/25, 1:40 AM
by m3kw9 on 4/10/25, 12:31 AM
by chaosprint on 4/10/25, 5:18 AM
However, the aistudio updated today is good.
So it seems that the output is so different because the person in charge is different?
From this perspective, there is no hope for Firebase, because the person in charge has poor management logic. even with the best resources in the world, it doesn't help
by alittletooraph2 on 4/10/25, 6:51 PM
by aitchnyu on 4/10/25, 6:12 AM
About the executables, are backend apps running on a temporary VM which can run Postgres etc? Does the Android emulator launch from web?
by sumitkumar on 4/9/25, 6:39 PM
by piokoch on 4/10/25, 8:17 AM
So, Aider + whatever seems to be working best, seems to be the best strategy that works for me. Aider has this nice feature that I can specify what files are added to the context, so I pay less and I do not confuse AI with stuff unrelated to a given task.
by neural_thing on 4/10/25, 3:32 AM
Also, the system prompt encourages it to use Genkit, so it tried to add AI to an email sending function...
by aamederen on 4/10/25, 10:55 AM
by josefrichter on 4/10/25, 3:43 PM
You will inevitably run into some doom loops, but we're still at the beginning. These things will probably be super powerful in 2 years time.
by tamad on 4/11/25, 7:48 PM
by rambojohnson on 4/10/25, 10:17 AM
by sexy_seedbox on 4/11/25, 5:45 AM
by amelius on 4/10/25, 10:37 AM
by varispeed on 4/11/25, 9:17 AM
Is that possible?
Billings systems seems to be so opaque and complex.
and can it learn my private keys and then expose them to someone else?
by atomicnature on 4/10/25, 3:24 AM
I've wanted a small prompt-manager chrome extension for a while.
Was procrastinating.
Was able to build one for myself with Firebase studio in 30 mins.
Here's my PromptPal - built in just 30m (disable ad-blocker to avoid issues - there's some interference for some reason):
https://9000-idx-studio-1744253706406.cluster-fkltigo73ncaix...
No frustration whatsoever
Their prototyper is awesome
And code mode also great
I was able to push to github as well with no problems. And the tool generates nice commits for every single change one makes.
by kaishiro on 4/10/25, 11:05 PM
by oulipo on 4/10/25, 4:47 PM
by antouank on 4/10/25, 10:43 AM
by bpiroman on 4/10/25, 3:20 AM
by dankobgd on 4/10/25, 10:12 AM
by romanovcode on 4/10/25, 1:44 PM
- Add SSR (fail)
- Give the correct command to add SSR (success)
- Add i18n (fail)
- Retries like 6 times, completely messes angular.json file up to no recovery, project doesn't even build
Outputs: It seems I am running circles, I cannot help you with that.
Wow, AI will really replace developers soon. /s
by sam1234apter on 4/9/25, 7:56 PM