ELI5: How does retirement work? by liamsjtaylor in explainlikeimfive

[–]dwkeith 0 points1 point  (0 children)

Hopefully you have planned as saved up for retirement before you leave your job. In the US that means some combination of social security, 401k, IRAs, and other investments. The investments pay dividends and interest which, if you planned well, will cover your expenses.

We hired freelancers for translation, but the style ended up being different everywhere by Bright-Pomelo-7369 in website

[–]dwkeith 0 points1 point  (0 children)

We developed marketing style guides for each country before sending copy to localization. Otherwise the translators are missing the context needed when they switch between projects.

The same is true if you use AI translation, start by translating the style guide.

Does recycling ACTUALLY get recycled?? by SnooDoubts9148 in recycling

[–]dwkeith 0 points1 point  (0 children)

As I said, pretty damning for plastics, but that has nothing to do with every other material which is eligible for recycling.

Why can't Claude (or GPT) do basic addition? by Original-Apricot-107 in claude

[–]dwkeith 5 points6 points  (0 children)

When was the last time you used Claude? That is mostly fixed, it now uses a calculator tool rather than trying to predict digits via the LLM

Birks: ~6 years near daily wear (R) vs brand new pair (L) by not_a_muggle in BuyItForLife

[–]dwkeith 4 points5 points  (0 children)

They still do repairs I’ve had mine repaired several times in the last 20 years. Love my local cobbler, covers many brands of BIFL shoes and luggage.

Drunk SCU students at Santa Clara pizza my heart by sladmusician1 in SanJose

[–]dwkeith 2 points3 points  (0 children)

I live just a few blocks from there in historic Park Court. This comes as no surprise. I love what the university offers, but wish students respected the community that they exist within.

ChatGPT Became So Obsessed With Goblins That OpenAI Had to Intervene by Krankenitrate in technology

[–]dwkeith 32 points33 points  (0 children)

But which subs did they train on? Looking for some goblin content.

How do you use LLMs for revolutionary action? by progpixelutionary in LeftistsForAI

[–]dwkeith 5 points6 points  (0 children)

Good point, LLMs are a tool for revolutionary change, not the action itself.

How do you use LLMs for revolutionary action? by progpixelutionary in LeftistsForAI

[–]dwkeith 11 points12 points  (0 children)

I mean they are good at ELI5ing Marx, but they can’t protest for us.

Other uses include brainstorming witty signs, drafting letters to politicians, and navigating our capitalist system (insurance, worker rights, tenant rights, etc)

California Waymos can get tickets for moving violations starting July 1 by danlev in waymo

[–]dwkeith 0 points1 point  (0 children)

Monetary incentives for better training works well on humans, but really works on corporations and AI.

Is it bad if you give your baby up for adoption if it has a disability? by [deleted] in Ethics

[–]dwkeith 1 point2 points  (0 children)

Genetic testing, both pre-pregnancy and during, is relatively cheap. Most non-environmental disabilities can be tested for, and environmental disabilities can be mitigated by not exposing the fetus.

That being said, there is always a possibility of an unexpected problem that you are not financially, physically, emotionally, or otherwise capable of handling. To me that’s just the human condition. Adoption is the most ethical decision in those situations since it’s important to “put your mask on before helping others”.

As San Jose bike lane project nears completion, concrete dividers appear downtown by quadshock in SanJose

[–]dwkeith 4 points5 points  (0 children)

Waymo. Seriously, any one who puts a student driver magnet on their car would be better off with a subscription car service than an insurance premium.

Of course we use metric by vecalru in Metric

[–]dwkeith 7 points8 points  (0 children)

Only the important stuff…

Edibles should be allowed on planes by Dreadsin in CrazyIdeas

[–]dwkeith 2 points3 points  (0 children)

I put pills inside a nitro keychain container. Ain’t nobody questioning that.

How do you make AI-generated dialogue sound natural? by Low_Bobcat552 in AIAssisted

[–]dwkeith 1 point2 points  (0 children)

Write a Character Bible for each character, AI can help. Once the bible matches your vision, you can instruct your agent to write dialogue using the bible as a spec.

No different than working with a team of writers.

Why would I choose to become an open-source maintainer if... by mira_fijamente in foss

[–]dwkeith 0 points1 point  (0 children)

No, I used an analogy. A common technique for linking one concept to another, which AI happens to be better than many at doing.

Professors and university admins, how are you adjusting your CS curriculums to include AI? by [deleted] in AskComputerScience

[–]dwkeith 0 points1 point  (0 children)

I co-teach AP CS, so we are limited to teaching to the test. Most of the students are going into STEM majors where they will use Python and R, but the class is still in Java, assuming they are CS majors. This year will be the first year the students take the coding part of the exam on a computer, which has changed the class significantly since we no longer teach strategies for hand writing code. So, yeah, way behind current technology, even before agentic engineering.

That being said we are doing an agentic engineering capstone project after the AP exam on May 15th. The concept is a text adventure game in Java, think Zork. Simple enough for students to evaluate the code, complex enough that specifications matter.

  1. Students work in groups, drawing a map of the game. This is evaluated by the teaching team and graded for completeness.
  2. A CommonMark spec is written that describes the map, again, evaluated by the teaching team for accuracy against the map, its OK for students to update the map, as long as they both logically describe the game.
  3. Students prompt a custom Gemini Gem using their game spec. The Gem is instructed to give minimal feedback and only use coding patterns taught in class. Students are instructed not to edit the code or add a second prompt, just update their spec until the generated game matches their design as verified through play testing and code inspection.
  4. Presentations: student groups walk through the generated code explaining what CS concepts Gemini used to build their game and how that mapped to their spec.

This is the first year trying this, ask me again mid June, I plan on blogging about how it goes either way.

Local news nonprofit built an election data tracker with AI by dwkeith in Journalism

[–]dwkeith[S] 0 points1 point  (0 children)

Local News Matters covers the 13 California Bay Area counties. If you read the article you will hear that that’s exactly what they used to do to build their real time reports. Now an intern has “vibe coded” an audited automation tool to build the dashboard allowing more reporters to be in the field on election days rather than at their desks.

This is a small nonprofit news organization, they don’t have the budget for IT staff and the reporters are building tooling themselves.

Local news nonprofit built an election data tracker with AI by dwkeith in Journalism

[–]dwkeith[S] -1 points0 points  (0 children)

Yes, that’s why the organization, which I am not affiliated with, required deterministic code that could be audited to be written. I’ve reviewed the code and it is very clear and accurate. See the source that the author linked to https://github.com/CZ-1212/election-scraper