#does this code look ai generated?
1 messages · Page 1 of 1 (latest)
Idk but more or less any checker should be able to tell
my teacher said
if i change the whole thing he wont report it
and itll be capped at 85
It's relatively easy to figure out if someone's using an LLM to write their code tbf
I use a model we trained at work for auto-rejecting applications written by LLMs
from looking at it
(but there are plenty of websites that offer similar things at a relatively cheap price)
can u tell its ai generated
Yes lol
whats a dead giveaway
idk things just sound a little off
maybe im dumb
the code isn't particularly great either
but itlooks hella human to me
yeah i told it to make it simple
like high school level
major prooooompting
is this gpt zero
ye
i just threw it on there
Our model is a little less confident but still marks ~85% of the code
might try some other sites as well
If it uses an LLM it's still trivial to detect
if that doesnt work im gonna do it by myself
just save the time and rewrite it yourself
bet
this conv is amazing ^^ don't make me work is what I read
What if the comments are gone?```ansi
[2;31m[0m[2;40m[2;40m[1;2m[1;37m[1;31mfunction [0m[1;37m[1;40m[1;35mhello_world[0m[1;37m[1;40m(){[0m
[0m[1;40m [1;37m[1;40m[1;33mconst [0m[1;37m[1;40m[1;36mdiv [0m[1;37m[1;40m= [0m[1;37m[1;40m[1;33mdocument[0m[1;37m[1;40m.[0m[1;37m[1;40m[1;33mcreateElement[0m[1;37m[1;40m([0m[1;37m[1;40m'div'[0m[1;37m[1;40m);[0m
[0m[1;40m [1;37m[1;40m[1;36mdiv[0m[1;37m[1;40m.[0m[1;37m[1;40m[1;33mstyle[0m[1;37m[1;40m.[0m[1;37m[1;40m[1;33mdisplay[0m[1;37m[1;40m = [0m[1;37m[1;40m'flex';[0m
[0m[1;40m [1;37m[1;40m[1;36mdiv[0m[1;37m[1;40m.[0m[1;37m[1;40m[1;33mstyle[0m[1;37m[1;40m.[0m[1;37m[1;40m[1;33mjustifyContent[0m[1;37m[1;40m = [0m[1;37m[1;40m'center';[0m
[0m[1;40m [1;37m[1;40m[1;36mdiv[0m[1;37m[1;40m.[0m[1;37m[1;40m[1;33mstyle[0m[1;37m[1;40m.[0m[1;37m[1;40m[1;33malignItems[0m[1;37m[1;40m = [0m[1;37m[1;40m'center';[0m
[0m[1;40m [1;37m[1;40m[1;36mdiv[0m[1;37m[1;40m.[0m[1;37m[1;40m[1;33mstyle[0m[1;37m[1;40m.[0m[1;37m[1;40m[1;33mheight[0m[1;37m[1;40m = [0m[1;37m[1;40m'100vh';[0m
[0m[1;40m [1;37m[1;40m[1;33mdocument[0m[1;37m[1;40m.[0m[1;37m[1;40m[1;33mbody[0m[1;37m[1;40m.[0m[1;37m[1;40m[1;33mappendChild[0m[1;37m[1;40m([0m[1;37m[1;40m[1;36mdiv[0m[1;37m[1;40m);[0m
[0m[1;40m [1;37m[1;40m[1;33mconst [0m[1;37m[1;40m[1;36mh1 [0m[1;37m[1;40m= [0m[1;37m[1;40m[1;33mdocument[0m[1;37m[1;40m.[0m[1;37m[1;40m[1;33mcreateElement[0m[1;37m[1;40m([0m[1;37m[1;40m'h1'[0m[1;37m[1;40m);[0m
[0m[1;40m [1;37m[1;40m[1;36mh1[0m[1;37m[1;40m.[0m[1;37m[1;40m[1;33mtextContent[0m[1;37m[1;40m = [0m[1;37m[1;40m'Hello World';[0m
[0m[1;40m [1;37m[1;40m[1;36mdiv[0m[1;37m[1;40m.[0m[1;37m[1;40m[1;33mappendChild[0m[1;37m[1;40m([0m[1;37m[1;40m[1;36mh1[0m[1;37m[1;40m);[0m
[0m[1;40m}[0m
still gets a juicy 100%
Damnit left a spare line break. 😊
I also checked my code yesterday for my new module 😂
Said 80% ai, but was 80% self written.
If you document good and use type hinting and al skills you learned,it seems like you get more "AI rated" xD
maybe they should make a model for identifying code that looks ai generated but isn't
Imagine, they see well created code as AI generated xD
What if we actually are all AIs