Y
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
brucethemoose2
1031 days ago
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.
link
gabereiser
1030 days ago
My point. We don’t need the middleware.
link