▲ | wisty 18 hours ago | |
Sometimes frameworks are a little too magic. Think raw sql vs a magic orm. No I'm not saying don't use an orm, but when everything ends up as magic meta configuration it's sometimes too much. Sometimes making things a little explicit can make it more flexible going forward. Even if the framework is good, an llm can read the docs faster than you. Probably it's important to understand things in a lot of cases, but sometimes you just need to get it working without really reading the framework source or docs. | ||
▲ | elric 12 hours ago | parent [-] | |
> Sometimes frameworks are a little too magic. And your proposed solution is using an LLM? Because that's less magical than a framework? |