HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cjf101

no profile record

comments

cjf101
·il y a 3 mois·discuss
I hate to hand anything to Generative AI tools, but

While Great design breaks the mould, Very Good design is about surfacing the most expected outcomes for any action which reduces friction and lets people get work done. And this generation of Generative tools is very good at identifying the most common/most expected response to a prompt.
cjf101
·l’année dernière·discuss
It's a weird circle with these things. If you _can't_ do the task you are using the LLM for, you probably shouldn't.

But if you can do the task well enough to at least recognize likely-to-be-correct output, then you can get a lot done in less time than you would do it without their assistance.

Is that worth the second order effects we're seeing? I'm not convinced, but it's definitely changed the way we do work.
cjf101
·il y a 2 ans·discuss
Not sure where you get 8 miles vs 11 miles (maybe the definition of a rural food desert?).

> Low access is characterized by at least 500 people and/or 33 percent of the tract population residing more than 1 mile from a supermarket or large grocery in urban areas, and more than 10 miles in rural areas

(source: https://www.ers.usda.gov/webdocs/publications/45014/30940_er... )

Interestingly enough, this is measured by the euclidian distance, not by the actual number of miles required to travel.
cjf101
·il y a 2 ans·discuss
One possible saving grace for Z is that, due to how expensive it is to keep around, video will probably disappear much more readily than text and photos.
cjf101
·il y a 2 ans·discuss
I think that's the right broad question. Though LLMs properties mean that for some number of cases they will either make the results worse, or more confidently present wrong answers. This prompts the question: what do we mean by "quality" of results? Since the way current LLM interfaces tend to present results is quite different from traditional search.
cjf101
·il y a 2 ans·discuss
If the current iteration of search engines are producing garbage results (due to an influx of garbage + SEO gaming their ranking systems) and LLMs are producing inaccurate results without any clear method proposed to correct them, why would combining the two systems not also produce garbage?

The problem I see with search is that the input is deeply hostile to what the consumers of search want. If the LLM's are particularly tuned to try and filter out that hostility, maybe I can see this going somewhere, but I suspect that just starts another arms race that the garbage producers are likely to win.
cjf101
·il y a 2 ans·discuss
These policies are much clearer than they were when last I looked, which is good. On the other hand. Perplexity appeared to ignore robots.txt as part of a search-enhanced retrieval scheme, at least as recently as June of this year. The article title is pretty unkind, but the test they used pretty clearly shows what was going on.

https://www.wired.com/story/perplexity-is-a-bullshit-machine...

It takes this sort of critical scrutiny, otherwise mechanisms like robots.txt do get ignored, whether willfully or mistakenly.
cjf101
·il y a 2 ans·discuss
There was a bunch of reporting on how AI companies and researchers were using tools that ignored robots.txt. It's a "polite request" that these companies had a strong incentive to ignore, so they did. That incentive is still there, so it is likely that some of them will continue to do so.
cjf101
·il y a 2 ans·discuss
Anecdata, with a few exceptions, the VR games I tried were impressive as an experience, but not really all that fun once the novelty passed. The limitations of the format clash with the kinds of games that are being made so I often felt like the games were limited, or toy-like. I think the argument made by the article does hit on something about why VR isn't really getting accepted. The games are wrong: but they might be wrong because of the limitations vs expectations of the developers and audience.

The comfort issue is real too. Even with the fairly svelte PSVR2, it's annoying to wear those things.
cjf101
·il y a 2 ans·discuss
This is, IMO, the better way to approach this problem. Minification applies rules to transform code, if we know the rules, we can reverse the process (but can't recover any lost information directly).

A nice, constrained, way to use a LLM here to enhance this solution is to ask it some variation of "what should this function be named?" and feed the output to a rename refactoring function.

You could do the same for variables, or be more holistic and ask it to rename variables and add comments (but risk the LLM changing what the code does).
cjf101
·il y a 2 ans·discuss
Another way I've encountered this is performance vs results. Performance is the things you do that you believe will lead to results. Results aren't always in your control (especially in competitive environments), but performance absolutely is. It's a lot easier to feel you are getting somewhere when you focus on things that you control.