Earlier quoted context omitted.
That's very impressive. Hats off to them! I dont think this is too out of the ordinary either though. I'd guess they started off with a LLM from hugging face, set up some pipeline to ingest code from replit repos to finetune the LLM. The ML aspect of this is not terribly hard given that they probably dont need to train a LLM from scratch. Figuring out how store and serve from replit repos (or publicly available code…
8 weeks is impressive for something like that, and it goes to show just how powerful our off-the-shelf tools have become. I think it's also a bit scary, because 8 weeks is very little time for testing, tuning, and validation of something as opaque as a machine learning model. If it worked right the first time, that's great. But there is still a lot of inherent uncertainty in ML projects. Decision makers need to take…
Replit's in-browser coding AI
81–87 of 87 posts
Re: Replit's in-browser coding AI
#82If you are doing something new, you need to let people see what it will do, before they will give you money.
Re: Replit's in-browser coding AI
#83Earlier quoted context omitted.
Can I ask why you're so defensive about it? I feel like, if there's ANYTHING we have learned in the past decade or two it's that people who defend a company tend to be doing so for the wrong reasons. See Sony or Microsoft, or Apple or Android, etc. Defending a company is just weird. I look at replit as a tool, run by people. The tool might be cool, but the CEO made a bad decision and now I judge the product on that C…
I'm just tired of seeing the same low effort comments on HN when a given topic comes up. Google => when will they cancel this? Meta => metaverse what a joke Etc...
We do it every day, whether we realize it or not. As a people we should support the companies that do good, and we should be aware of the companies doing bad. There's room for grey in there, it's not a one size fits all. But if you aren't aware of the bad then you aren't informed in your decision making.
If it bothers you, sorry. But I see it as a pro. I had a really bad experience with Remarkable, every time it comes up, I point out my experience so that others who might be making their own decision can use my experience in their decision making. When a company performs poorly. I guess by the metric you've provided above, this would be a low effort comment by your definition.
Re: Replit's in-browser coding AI
#84Earlier quoted context omitted.
One thing I noticed is it seems to have an "Explain code" feature, giving you a textual explanation of a block of code you select, which I'm not aware of GitHub having.
You can just use the prompt "The above code does the following explained in English" in a comment to prompt CoPilot to explain its code. You could probably also engineer a prompt to translate code between languages.
Re: Replit's in-browser coding AI
#85Earlier quoted context omitted.
You can just use the prompt "The above code does the following explained in English" in a comment to prompt CoPilot to explain its code. You could probably also engineer a prompt to translate code between languages.
Have you tried "This ruby code does the same thing as the following python code" in a comment?
Re: Replit's in-browser coding AI
#86Earlier quoted context omitted.
You can just use the prompt "The above code does the following explained in English" in a comment to prompt CoPilot to explain its code. You could probably also engineer a prompt to translate code between languages.
Have you tried "This ruby code does the same thing as the following python code" in a comment?
Re: Replit's in-browser coding AI
#87Earlier quoted context omitted.
If you look at licensed code, then write new code, do you also bring in those licenses? It's been proved in court that AI does not infringe on copyright or licenses since it generates things from an understanding of the whole, instead of directly stealing, just like the human brain does.
> If you look at licensed code, then write new code, do you also bring in those licenses? If the “new” code is close enough to be considered a derived work then you will need a license.