HackerTrans
TopNewTrendsCommentsPastAskShowJobs

iot_devs

132 karmajoined há 9 anos
[email protected]

Submissions

Aks HN: Large scale refactorings with LLM. Any experience to share?

3 points·by iot_devs·há 9 meses·1 comments

comments

iot_devs
·há 6 dias·discuss
I am afraid that this post is missing the biggest point.

Given a prompt (or task) how do I evaluate if it is a "simple" task that should be executed by a small model or if it is a complex one that may need a SOTA model?

Are you guys using heuristics? Which one?
iot_devs
·há 22 dias·discuss
Do you have any example?
iot_devs
·há 22 dias·discuss
I would love if you could make some examples
iot_devs
·há 29 dias·discuss
Why I believe to be different this time is that the engineer themselves feel this need AND this is a real need making software delivery actually faster.

We will see!
iot_devs
·há 29 dias·discuss
What did you learn so far?

I am interested in a similar tool and it would be nice to skip some of the learning
iot_devs
·mês passado·discuss
> Also the majority of people just don’t care enough.

Yet! It is the next frontier and we will need it for having agent as described in the post to really work
iot_devs
·mês passado·discuss
How descripting is the caption that you obtain?

So you include colour, shapes, etc?
iot_devs
·há 2 meses·discuss
I mean it is hard to argue with the number - I believe everyone will benefit for more interconnections. More energy to Europe, more money to Spain.

And for the numbers it seems obvious that renewables are a fundamental part of the picture.
iot_devs
·há 2 meses·discuss
Maybe it is me, but I am much more interested in a way to maintaining a wiki.

Ideally something that doesn't require rescanning all the sources and something that can verify that the wiki is correct.
iot_devs
·há 2 meses·discuss
Something that I never quite understood is who lend the money for this sort of activities?

The lender knows how risky they are.
iot_devs
·há 2 meses·discuss
I thought it was named after the characters of Suits: Harvey and Mike
iot_devs
·há 3 meses·discuss
Yeah, but my projects are personal and not popular.

I crafted the AI loop to do exactly what I would be doing by manually.

Out of 10 PRs, 6 to 7 gets merged. The other simply get closed.
iot_devs
·há 3 meses·discuss
> Give an agent the right interfaces and it becomes less conversational and more ambient. It no longer needs to constantly ask, explain, summarize, and negotiate. It can stay in the background, react to changes, and make steady progress with less supervision and less noise. That is closer to Weiser’s vision: calm technology, but for machines.

I tend to agree quite a bit.

I created a ambient background agent for my projects that does just that.

It is there, in the background, constantly analysing my code and opening PRs to make it better.

The hard part is finding a definition of "better" and for now it is whatever makes the longer and type checker happy.

But overall it is a pleasure to use.
iot_devs
·há 3 meses·discuss
On the other hand, I found MiniMax M2.7 a reasonable model that I could trust.

I guess really depends on tastes
iot_devs
·há 3 meses·discuss
Someone can explain to me what's the expectations for these AI labs?

I mostly see their products as commodity at this point, with strong open source contenders.

Eventually it will become hard to justify the premium on these models.
iot_devs
·há 12 meses·discuss
Honestly I don't see the problem.

The students are cheating into studying more?

Homework and home assignments are not really a way to grade students. It is mostly a way to force them to go through the materials by themselves and check their own understanding. If they do the exercises twice all the better.

(Also nowadays homework are almost all perfect scores)

Which is why LLM are so deleterious to students. They are basically robbing them of the thing that actually has value for them. Recalling information, re-elaborating those information, and apply new mental models.
iot_devs
·há 12 meses·discuss
Are educators reading this posts?

My SO is a college educator facing the same issues - basically correcting ChatGPT essays and homework. Which is, beside, pointless also slow and expensive.

We put together some tooling to avoid the problem altogether - basically making the homework/assignment BEING the ChatGPT conversation.

In this way the teacher can simply "correct"/"verify" what mental model the student used to reach to a conclusion/solution.

With a grading that goes from zero point for "It basically copied the problem to another LLM, got a response, and copied back in our chat" to full points for "the student tried different routes - re-elaborate concepts, asked clarifying question, and finally expressed the correct mental model around the problem.

I would love to chat with more educators and see how this can be expanded and tested.

For moderately small classes I am happy to shoulder the pricing of the API.