HackerTrans
TopNewTrendsCommentsPastAskShowJobs

88j88

no profile record

comments

88j88
·قبل شهرين·discuss
Something very similar I was experimenting with on, but had different results that you may be interested in, some of my findings were interesting

This was part of testing out how well a tool of mine worked (github.com/jsuppe/loom), which aims to be used to extracts requirements, specs, creates tests. At first I had no intention of using it for code generation but then tried it out with some early success. I tried splitting the work by using the tool with different frontier models, and then providing work to a local ollama instance running one of several models. Not all local models had the same outcome, not all coding languages had the same outcome. I also found in this experiment, when nailing down the coding tasks I wanted to set up positive and negative scenarios- which is where I found setting guardrails can sometimes backfire with inversion- this essentially elaborates on previous work by Khan 2025 (https://arxiv.org/abs/2510.22251); the most interesting finding to me was that if you give guardrails with a rationale, it reduces compliance and may cause the inversion

For coding tasks I found that the improvement was not only ability to use a lower cost model for these broken down tasks, but wall clock time was improved over using frontier model alone, with equivalent outcomes.
88j88
·قبل 4 أشهر·discuss
100% I found that you think you are smarter than the LLM and knowing what you want, but this is not the case. Give the LLM some leeway to come up with solution based on what you are looking to achieve- give requirements, but don't ask it to produce the solution that you would have because then the response is forced and it is lower quality.
88j88
·قبل 10 أشهر·discuss
[flagged]
88j88
·قبل 10 أشهر·discuss
Smart glasses featuring cameras, a control bracelet, and in-lens displays represent significant technological progress with particularly valuable applications for people with disabilities. The non screen version could be transformative for blind users, while the display equipped model offers great potential for the deaf community. However, there's a notable double standard in social acceptance: while these devices are welcomed when serving accessibility needs, they face resistance when used recreationally, reflecting society's discomfort with wearable recording technology in casual social settings.
88j88
·قبل 12 شهرًا·discuss
The response he received had a correction to the code that the user did not expect.
88j88
·قبل سنتين·discuss
kinda makes sense to not develop a whole other os just for Chromebook when they have all the engineering effort for Android.
88j88
·قبل سنتين·discuss
Is this all real, or faked a-la gemini?
88j88
·قبل 3 سنوات·discuss
Remember when Zoom lied about having strong encryption, and sharing data without permission? https://arstechnica.com/tech-policy/2021/08/zoom-to-pay-85m-...
88j88
·قبل 3 سنوات·discuss
Remember when Zoom lied about having strong encryption, and sharing data without permission? https://arstechnica.com/tech-policy/2021/08/zoom-to-pay-85m-...
88j88
·قبل 3 سنوات·discuss
Some years before CUDA there was a lot of hype when the first GPGPU papers published in 2003 which showed significantly increasing performance using parallel computation from consumer graphics cards. At the time, it looked like competing on general purpose computation was a solid strategy: multi-core CPU from intel was still years away, showing up in 2005; starting from 2000 the rate of increase of clock speeds started slumping. We saw Intel started releasing more variants of processors, but the clock speeds weren't advancing exponentially anymore. The new battle for core supremacy was on the horizon.
88j88
·قبل 3 سنوات·discuss
I must have missed the fake stories. I just saw the ones about a school bus sized metal structure hovering over the US sent by China, endangering people below it.
88j88
·قبل 3 سنوات·discuss
Which is why there should be no moderators besides each person having an equal vote. "But then people game the system." is always the answer, which is always the root cause of the problem: on the internet, everything is completely fair until someone, inevitably, games the system.
88j88
·قبل 3 سنوات·discuss
NVIDIA/CUDA acceleration for AI/ML are the gold standard, and when there is a ton of investment money coming in (especially when way more is coming in, much faster than usual) the safe bet is to stick with the standard. Additionally, they have the backing of NVIDIA which is huge and has ton of resources poured in to this, compared to any other competitor. On a risk adjusted basis, NVIDIA is a solid choice to standardize on and stick with.
88j88
·قبل 3 سنوات·discuss
A large part of software development is documentation. It is often overlooked or not kept up to date. I think the great advancement of AI is that we can now more closely link and validate one with the other. You can easily summarize some code with chatGPT, and also provide some structure of code based on documentation (as an outline, or first cut).

However, this is the state of the art today. In the future, the training set will be based on the prompt-result output and refinement process, leading me to believe that next generation tools will be much better at prompting the user to provide the details. I've already seen this enhancement in gpt4 recently, I think this is a common and interesting use case.

Overall, these tools will become more and more advanced and useful for developers. Now is a great time to become proficient and start learning how the future will require you to adapt your workflow in order to best leverage chatGPT for development.

This response was written by a human.