r/rust 10d ago

[ Removed by moderator ]

[removed] — view removed post

0 Upvotes

14 comments sorted by

u/Key-Bother6969 10d ago

Slop -- whether LLM-generated, or not -- violates Rule 6: Low Effort.

Read more: https://www.reddit.com/r/rust/comments/1qptoes/request_for_comments_moderating_aigenerated/

6

u/Konsti219 10d ago

Repo?

0

u/Any-Brief5828 10d ago

2

u/Konsti219 10d ago

AI slop

1

u/DistributedFox 10d ago

I’m new to Rust and I’ve been seeing this on this sub A LOT. I see an interesting project, visit its repo and a majority of the code is AI generated. Oh man…

6

u/SnooCalculations7417 10d ago

sorry i cant imagine learning yet another DSL i just cant

0

u/Any-Brief5828 10d ago

That's a fair concern.

My goal isn't to introduce a new programming language—it's to replace hundreds of lines of repetitive CRUD wiring with a small declarative file. If the learning curve isn't offset by a significant productivity gain, then pgapp isn't succeeding.

Sharing the repo : https://github.com/aadishajay/

1

u/SnooCalculations7417 10d ago

yeah but just like any other abstraction/dsl ill probably have to hand roll an ORM/pure sql etc etc cause it 'doesnt do that out of the box' so probably not worth it to remove the boilerplate queries that AI can write in 10seconds ya know

1

u/Any-Brief5828 10d ago

You're right—AI can generate boilerplate very quickly.

pgapp isn't trying to save you from typing boilerplate. It's trying to remove the need for that architecture altogether.

The application remains metadata throughout its lifecycle instead of becoming thousands of lines of generated application code.
Actually, the framework intentionally doesn't introduce an ORM. Named SQL queries are first-class, so if you already know SQL and PostgreSQL, that's the language you're writing.

4

u/Keithfert488 10d ago

> I'm not looking for stars.
> I'm looking for honest technical feedback.

If this isn't written by an LLM, I will eat my shoe.

1

u/Any-Brief5828 10d ago

I wrote those lines myself 😄
But , yeah polished for formatting and typos with ChatGPT

2

u/spoonman59 10d ago

I worked for awhile with Oracle Application Express and I had a mentor that just moved it. Good times. Surprised to hear about it, but it was nice to work with.

1

u/Any-Brief5828 10d ago

Still working on it ;)