9 points | by cdnsteve an hour ago
2 comments
AI needs typing.
Also AI does not benefit from abstractions such as ORMs - you are far better to have your AI write SQL.
That goes for all abstractions including CSS JavaScript and everything else Rails has wrapped.
Golang with raw SQL CSS JavaScript works really well cause it avoids many abstractions and affordances that Rails makes to humanize programming.
AI needs typing? Why? That seems counterintuitive to me.
I agree on ORMs, but that would apply with or without AI for me personally. ORMs and ActiveRecord are an obvious and well documented anti-pattern at this point in time.
AI needs typing.
Also AI does not benefit from abstractions such as ORMs - you are far better to have your AI write SQL.
That goes for all abstractions including CSS JavaScript and everything else Rails has wrapped.
Golang with raw SQL CSS JavaScript works really well cause it avoids many abstractions and affordances that Rails makes to humanize programming.
AI needs typing? Why? That seems counterintuitive to me.
I agree on ORMs, but that would apply with or without AI for me personally. ORMs and ActiveRecord are an obvious and well documented anti-pattern at this point in time.