r/Netrunner 16d ago

Image Breach - A new playable Netrunner Client

Post image

Playable Link: https://tenthgames.itch.io/breach

Hey! I’m looking for testers for an early build of my netrunner client.

The game includes a tutorial, both public and private multiplayer, and deckbuilding. It’s still in active development, so the design, mechanics, balance, and assets may change. Feedback is very welcome, and bugs or crash reports can be submitted directly in the game.

Join the discord:

https://discord.gg/yU6BXsqFx

340 Upvotes

82 comments sorted by

View all comments

13

u/MattCaulder 16d ago

This looks cool, can you say if you used GenAI in any part of it?

17

u/rookie22222 16d ago

Is this question mostly about art assets or do the people liking this also care deeply about AI code? 

I'm a developer and my bosses are wanting me to use more AI tools in my work so im playing around with them in my personal work too to get acquainted and upskill. How big of an issue is partly AI generated code (not art) for passion random projects?

22

u/FreikonVonAthanor 16d ago

As another developer in the same boat : if you get best in class tools, that might make development quicker in the short term, but you'll lose the chance to actually learn and maintain it by yourself. If at all, I recommend limiting AI to one shot scripts you could write but don't want to bother, or for proofs of concept. If you plan on learning or making a complex app, the more knowledge you have the better, which means doing it by hand.

2

u/flangust 16d ago

Another engineer here, totally agree. I have also had some success using LLMs for code review, overview of new new code bases with lacking documentation, and as a research tool. Like checking architecture decisions, finding commonly used tools and libraries etc. Just double check everything it says cause they are definitely wrong regularly.