Daidraco
Avatar of War Slayer
- 10,051
- 10,364
Should have thrown it a curve ball and said the wolf was Black.
- 1
Should have thrown it a curve ball and said the wolf was Black.
This is what Llama 2 does when it just doesn't know the answer. It stalls by making up scolding shit.
Should have thrown it a curve ball and said the wolf was Black.
Too easy; half black Jew, half Muslim ChineseShould have thrown it a curve ball and said the wolf was Black.
I've used the living shit out of it for coding....because I barely know how to code shit. It's been very useful to me, but I'm not employed as a coder so anything I'm able to accomplish is basically a bonus.I've still yet to find a good use case for AI and coding. I'm rarely every prototyping in a vacuum, which is what I see most use cases are. Almost all my work involves bug fixing, refactoring, or just the context of existing code is requisite.
I've still yet to find a good use case for AI and coding. I'm rarely ever prototyping in a vacuum, which is what I see most use cases are. Almost all my work involves bug fixing, refactoring, or just the context of existing code is requisite.
I do a lot of modeling in R/python
I'm a partner in a two-man business consultancy, mostly in the pulp and paper industry, based on simulation and optimization tools I build. A bit of low end data science and machine learning on the side.What do you do for work?
Is there a grey area where you started second guessing the amount of time you had to put into prompting the AI? Or the amount of time sanity checking and trusting the results it gave you?
It really doesn't prove anything to give it a problem that every middleschool child has seen.
It really doesn't prove anything to give it a problem that every middleschool child has seen.
To give you an example: I was recently placed on a team to work on a cellular router. The router is running a variant of OpenWRT (Linux) operating system and a pile of custom Lua scripts. I knew very little when it comes to bash scripts and the Lua language. ChatGPT got me up to speed very quickly. I just expressed what I wanted to do and, bam, it would write example code in either language and I would take it from there.I've still yet to find a good use case for AI and coding. I'm rarely ever prototyping in a vacuum, which is what I see most use cases are. Almost all my work involves bug fixing, refactoring, or just the context of existing code is requisite.
I wish I had better access to MS autopilot betas but I'm not a dev. Chat GPT is ok if it's simple or you know the language but it gets sketchy quick.To give you an example: I was recently placed on a team to work on a cellular router. The router is running a variant of OpenWRT (Linux) operating system and a pile of custom Lua scripts. I knew very little when it comes to bash scripts and the Lua language. ChatGPT got me up to speed very quickly. I just expressed what I wanted to do and, bam, it would write example code in either language and I would take it from there.
Additionally, there was some ugly ass string concatenation going on in some of our Lua scripts. So, I asked ChatGPT to create a StringBuilder implementation in Lua. I knew nothing about how to create classes in Lua, or how the language uses tables as its basic data structure. It spit out code that worked right off the bat. Granted, it was nothing super complex, but what it wrote in a matter of seconds would've taken me hours to research and work out on my own.