#does this code look ai generated?

1 messages · Page 1 of 1 (latest)

wraith obsidian
#

Incredible LLM slop

#

you are cooked

umbral crown
#

what website

#

is that

#

i need that

wraith obsidian
#

Idk but more or less any checker should be able to tell

umbral crown
#

my teacher said

#

if i change the whole thing he wont report it

#

and itll be capped at 85

wraith obsidian
#

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

umbral crown
#

from looking at it

wraith obsidian
#

(but there are plenty of websites that offer similar things at a relatively cheap price)

umbral crown
#

can u tell its ai generated

wraith obsidian
umbral crown
#

whats a dead giveaway

wraith obsidian
#

idk things just sound a little off

umbral crown
#

maybe im dumb

wraith obsidian
#

the code isn't particularly great either

umbral crown
#

but itlooks hella human to me

umbral crown
#

like high school level

wraith obsidian
#

major prooooompting

umbral crown
wraith obsidian
#

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

umbral crown
#

💀

#

lemme try an ai code humanizer

wraith obsidian
umbral crown
#

if that doesnt work im gonna do it by myself

wraith obsidian
#

just save the time and rewrite it yourself

umbral crown
#

thats fair bit idk what to rewrite

#

if idk what makes it look ai

wraith obsidian
#

everything

#

solve the problem from scratch again without looking at the LLM code

umbral crown
#

bet

whole pike
#

this conv is amazing ^^ don't make me work is what I read

mellow slate
# wraith obsidian It's relatively easy to figure out if someone's using an LLM to write their code...

What if the comments are gone?```ansi
function hello_world(){
 const div = document.createElement('div');
 div.style.display = 'flex';
 div.style.justifyContent = 'center';
 div.style.alignItems = 'center';
 div.style.height = '100vh';
 document.body.appendChild(div);
 const h1 = document.createElement('h1');
 h1.textContent = 'Hello World';
 div.appendChild(h1);
}

wraith obsidian
#

still gets a juicy 100%

mellow slate
#

Damnit left a spare line break. 😊

neon shoal
#

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

tulip coral
#

maybe they should make a model for identifying code that looks ai generated but isn't

neon shoal
#

Imagine, they see well created code as AI generated xD

stable brook
#

What if we actually are all AIs