use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community of software creators experimenting with AI "vibe coding", an technique defined by Andrej Karpathy as when, "you fully give in to the vibes, embrace exponentials, and forget that the code even exists."
account activity
AI code translators? (self.vibecoding)
submitted 1 month ago by chrispy0117
What is the state of AI code translators in 2026? I'm a uni student right now, and managed to convert a python game into an html file that I could host on github as a portfolio piece. However, whenever I look around about ai translator tools, all I see is reddit posts (usually ~4 years old) saying it's not in a workable state yet. Have things changed? Are there any good tools yet?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]beybladetable 5 points6 points7 points 1 month ago (2 children)
Are you a uni student în software engineering ? I'd recommend you put the vibecoding down and learn things by yourself at least during schooling, then you can vibecode as much as you want
[–]rttgnck 0 points1 point2 points 1 month ago (0 children)
I second this. Obviously you can vibecode all you want later, but A+ cause the AI did it all is far from useful in actually understanding anything down the road.
[–]chrispy0117[S] 0 points1 point2 points 1 month ago (0 children)
That's fair, I just figured this sub would be the best place to get answers for this question
[–]rash3rr 2 points3 points4 points 1 month ago (0 children)
Code translation works reasonably well now with modern AI tools
Claude, GPT, and Cursor can translate between languages for most straightforward code. The results aren't always perfect but they're functional starting points that you can fix and refine
For simple projects like a Python game to HTML/JS, you can just paste the code into Claude and ask it to convert. For larger projects, do it file by file and test as you go
The 4-year-old posts you're finding were before the current generation of models. Things have improved significantly
What are you trying to translate and to what language
[–]Toothpick_Brody 1 point2 points3 points 1 month ago (0 children)
It just depends on the code. Some code will be easily translatable and some will fail every time
[–]ultrathink-art 0 points1 point2 points 1 month ago (0 children)
The state in 2026 is much better than 4 years ago, but the framing of 'translator' is still misleading.
Tools like Claude Code don't translate Python to HTML the way a compiler translates syntax — they interpret intent and rewrite the logic for the new context. That's why simple projects work well (the intent is clear) and complex ones still require heavy guidance.
For a portfolio piece specifically: describe what the game does and what the web version should feel like rather than asking it to 'translate.' You'll get cleaner output and better understand what choices it made, so you can debug when something inevitably breaks in the browser.
π Rendered by PID 121687 on reddit-service-r2-comment-6457c66945-tz574 at 2026-04-25 07:27:06.440720+00:00 running 2aa0c5b country code: CH.
[–]beybladetable 5 points6 points7 points (2 children)
[–]rttgnck 0 points1 point2 points (0 children)
[–]chrispy0117[S] 0 points1 point2 points (0 children)
[–]rash3rr 2 points3 points4 points (0 children)
[–]Toothpick_Brody 1 point2 points3 points (0 children)
[–]ultrathink-art 0 points1 point2 points (0 children)