HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dosnem

no profile record

comments

dosnem
·6 mesi fa·discuss
Is this detectable without some parity checks?
dosnem
·6 mesi fa·discuss
Maybe chat with poke? SMS ai service? I haven’t used it yet though
dosnem
·9 mesi fa·discuss
Anyone understand how this could work? My mental model for llm is predictive text but here how can it understand cell A1 which has a string is the “header” for all values under it? How does it learn to understand table data like that?
dosnem
·9 mesi fa·discuss
This doesn’t really matter. This type of error gets the whole 5 why’s treatment and every why needs to get fixed. Both problems will certainly have an action item
dosnem
·9 mesi fa·discuss
I don’t really follow what you are suggesting. If the system is complex and constantly evolving as the article states, you aren’t going to be able to close any expertise process gap. Operating in a degraded state is probably already built in, this was just a state of degradation they were not prepared for. You can’t figure out all degraded states to operate in because by definition the system is complex
dosnem
·9 mesi fa·discuss
How does knowing this help you avoid these problems? It doesn’t seem to provide any guidance on what to do in the face of complex systems
dosnem
·10 mesi fa·discuss
Thanks for clarification!
dosnem
·10 mesi fa·discuss
This seems so simple but I’m totally not understanding it..

If C = D^2, and you double compute, then 2C ==> 2D^2. How do you and the original author get 1.41D from 2D^2?
dosnem
·anno scorso·discuss
> there’s a process of research and planning and perusing in careful steps, and I set the agent up for success

Are there any good articles you can share or maybe your process? I’m really trying to get good at this but I don’t find myself great at using agents and I honestly don’t know where to start. I’ve tried the memory bank in cline, tried using more thinking directives, but I find I can’t get it to do complex things and it ends up being a time sink for me.
dosnem
·anno scorso·discuss
Providing context makes sense to me, but do you have any examples of providing context and then getting the AI to produce something complex? I am quite a proponent of AI but even I find myself failing to produce significant results on complex problems, even when I have clone + memory bank, etc. it ends up being a time sink of trying to get the ai to do something only to have me eventually take over and do it myself.
dosnem
·anno scorso·discuss
No way that makes sense. Email is for external conversations. Meetings are hour long.
dosnem
·anno scorso·discuss
Sometimes you do it because if you just ask the question you get ignored but if you say hello and get a response ppl are less likely to ignore the second question. Thats the bigger reason than any rudeness reason i would think.
dosnem
·anno scorso·discuss
I’ve always envisioned tla and other formal methods as specific to distributed systems and never needed to understand it. How is it used for a snake game? Also how is the TLA+ spec determined from the code? Won’t it implicitly model incorrect bugs as correct behaviour since it’s an existing state in the system? Also when using TLA from the start, can it be applied to implementations? Or is it only for catching bugs during design? Therefore I’m assuming implementations still need to match the design exactly or else you would still get subtle bugs? Sorry for all the questions I’ve never actually learned formal methods but have always been interested.