HackerTrans
TopNewTrendsCommentsPastAskShowJobs

StahlGuo

1 karmajoined bulan lalu
A management trainee & Open sourced developer

Submissions

Ask HN: How do you make LLM generated text believable?

3 points·by StahlGuo·26 hari yang lalu·9 comments

comments

StahlGuo
·6 hari yang lalu·discuss
Recently, my experience is that the hardest part of writing Enterprise document by AI is not how to generate a word or excel, but to generate a office document that is accountable. First draft generation is just a small part of the whole wore,more time consuming work is validation: whether citation , number,format, or semantic assume is right.

So i think enterprise office AI suite may need 2 layers: First is document editing, and second is revision / attribution / validation, or an unaccountable document is not applicable for real enterprise usage.
StahlGuo
·7 hari yang lalu·discuss
I agree to split the "Brain" and "Hand" of an agent,many deficits of agent workflows is not from what LLM don't know what to do, but from LLM getting too much authority to edit the world it belongs to and break the whole process.
StahlGuo
·9 hari yang lalu·discuss
[dead]
StahlGuo
·10 hari yang lalu·discuss
Beside from particular project, I would like to talk about my rule of thumb in agent usage, which is to separate “smart” from “authorized.”

That is, to build a state wrapper and separate agent from making runtime decision, a dangerous design is letting the same agent both decide and record the state of the system. If it hallucinates, you can hardly find the error.
StahlGuo
·10 hari yang lalu·discuss
You are right, my solution is to implement real world software engineering process, something closer to a real Software engineering team.I split multi agents into one repo and gives them different tasks"requirements check, product/spec, architecture, coding, review, tests/evals, and overall management.

Scope adjudication is extremely important in vibe coding, or agent can easily break your whole system with not applicable features.
StahlGuo
·12 hari yang lalu·discuss
that sounds like an interesting idea.
StahlGuo
·18 hari yang lalu·discuss
Broswer contains many security concerns, how do you solve privacy and security.
StahlGuo
·21 hari yang lalu·discuss
claude code + codex,for sure. I also actively try Other runtimes.
StahlGuo
·21 hari yang lalu·discuss
what a cute project
StahlGuo
·23 hari yang lalu·discuss
I would said electricity generation, Solar+Energy Storage will be the solution of human future in the coming 20 years.
StahlGuo
·24 hari yang lalu·discuss
Wow, is this like a social media for Vibe coder?
StahlGuo
·25 hari yang lalu·discuss
I would try it today, sounds good
StahlGuo
·25 hari yang lalu·discuss
Wow,that sounds gread for the sport

Thanks Fable, we miss you
StahlGuo
·25 hari yang lalu·discuss
I don't mean never check it by myself, but I want to discuss about a methodology to ensure AI generated text has the same auditability and tracebility like human wrote text.
StahlGuo
·26 hari yang lalu·discuss
Yes, i agree that quantitative part, like dates, numbers, amounts should be extracted and let the LLM to output original numbers and computation steps. That's not hard for a briefing harness. However, my most confusion part is qualitative side, like market insight from a news,policy change and interpretation, and industry NEWS interpretation, they are not straight math but they need tracebility. Do you have any idea to solve those judgement claim?
StahlGuo
·26 hari yang lalu·discuss
Oh no I am not a attorney, but I need to analyze the market, 20-F and 10-K recurringly and make strategy suggestions, and so yes I use LLM to do business brief.
StahlGuo
·26 hari yang lalu·discuss
I am sorry that I did not explain my question explicitly. I write recurring weekly briefings for internal use, such as market insights and industry news. I’m not trying to make AI-generated text “believable”. I’m asking almost the opposite question: when an AI generated text is fluent enough to hide mistakes, how do human check how to systematically check numbers, dates, cites and judgements?