Hacker News new | ask | show | jobs
by gabereiser 1031 days ago
So now we need an llmpack like we did webpack? Could it be smart enough to truncate comments, white space, etc?
1 comments

You dont even need an llm for trimming whitespace, just a smart parser with language rules like ide code checkers already use. Existing llms are fine at summarizing comments, especially with language specific grammar constraints.
My point. We don’t need the middleware.