-
29 votes
-
Anthropic's Amodei calls for AI oversight, joined by Altman and Musk
0 votes -
LibreOffice breaks download records after declaring it has no AI features
74 votes -
Overview of the proofs behind the Navier-Stokes $1 million millennium prize problem
28 votes -
It breaks a village
34 votes -
[Poem] Things Artificial Intelligence Can’t Do - Aaron Belz
29 votes -
Google will buy up to half the electricity produced by one of Finland's nuclear power plants as part of a record €13bn investment in the country's AI infrastructure
12 votes -
OpenAI solved the Navier–Stokes millennium prize problem
33 votes -
Astra is hard to monitor
8 votes -
An alien mind
11 votes -
A case study on emergent cheating and whistleblowing in autonomous research swarms
13 votes -
OpenAI’s rogue agents were caught communicating via public wikis
43 votes -
Why your writing is already better than AI's
11 votes -
Ajeya Cotra – "This might be the clearest warning shot we ever get"
18 votes -
How accurate have Ed Zitron's AI skeptic predictions been?
38 votes -
Who’s making these AI copies of my work?
17 votes -
Technology is over
28 votes -
An environment where multiple AI agents pursue scientific discovery and build a shared literature
7 votes -
Software engineers / programmers: how’s it going?
All of my SWE friends and coworkers agree this is a deeply weird time to be in the industry. LLM coding has dominated many (but not all) tech companies. Some of it is cool and exciting, but a lot...
All of my SWE friends and coworkers agree this is a deeply weird time to be in the industry. LLM coding has dominated many (but not all) tech companies. Some of it is cool and exciting, but a lot of it is terrible and horrifying. I thought it could be a good time to do a vibe check.
Some possible questions to answer if you’d like:
- How has your work changed in the past year? How much of your daily work now involves LLM tools?
- Are you enjoying your work more, less, or the same? Has your relationship with work changed in general?
- Do you feel like you’re working more or less now? The same?
- Are you hopeful or fearful of the future (let’s say next 5 years) of SWE? Mixed?
- Have you found any useful tips or advice for thriving in the current landscape?
- Has your career trajectory changed? Do you plan on seeking out different types of roles?
Also it would be useful to give whatever background info you’re comfortable sharing to help ground things like: size of company, years of experience, type of role, location, etc.
Any and all discussion around the industry is welcome!
42 votes -
‘This is crazy. This is insane’: Bill Gates has changed his mind about AI and jobs
34 votes -
Just a rumour of a bug is enough to find a security exploit these days
12 votes -
Young adults in the US are increasingly wary of AI, concerned it will take jobs
47 votes -
Head of Norway's sovereign wealth fund warns that soaring AI-driven stock valuations could trigger a sharp correction
27 votes -
An AI researcher writes about his crisis of faith
27 votes -
Artists built a site to escape AI. Scrapers are coming for it anyway.
30 votes -
Amazon kept shutting down my tablet, so I spent $266 on four AI models to own it
55 votes -
AI text watermarking is free and good
23 votes -
New worlds, and what was your "Future Shock" moment?
24 votes -
When AI art has no author: Study finds generated images often can’t be traced to training data
10 votes -
Why your Amazon order confirmation emails have become so unhelpful
48 votes -
AI usage patterns in software teams
21 votes -
Anyone using a DGX Spark?
The prices have increased, and even before people called it too expensive. I am just wondering - do you have one? What do you use it for? I've been thinking of getting one (as a business expense,...
The prices have increased, and even before people called it too expensive.
I am just wondering - do you have one? What do you use it for? I've been thinking of getting one (as a business expense, I guess the price is high, but then again - what other option do you have for compute? renting GPUs is quite expensive, any comparable amount of VRAM is very expensive - ok if you have space and mostly want to do inference, I guess you have better options (3090 or 5090)
For me, I have just been considering having some more compute available for robotics, finetuning, trying out selfhosted and fine tuned LLMs, among other things. My other setup (M1Pro 32GB and a 1070 Mini) could work for some stuff, but especially for the robotics part it's mostly about NVIDIA...
Curious about any experiences.
5 votes -
Is AI profitable yet?
68 votes -
Patterns and problems in multiagent systems
19 votes -
Less than a year on, Microsoft tells Mico to pipe down
20 votes -
Why normal people aren’t using AI agents
54 votes -
Luke Nickle - hey ai come train on this song (2026)
3 votes -
AI data center developers begin suing local jurisdictions behind bans and moratoriums — claims range from officials exceeding authority to violations of due process and equal protection laws
20 votes -
Taiwan targeted in AI-driven hacking campaign
13 votes -
US tax law is funding the AI infrastructure boom, not creating it
18 votes -
Spotify is to label AI artists and exclude them from algorithm recommendations as part of a crackdown on fake performers
28 votes -
Compression is prediction
13 votes -
What happened: OpenAI and Hugging Face
10 votes -
The real energy use of agentic AI
15 votes -
The magic is in the language
In all the hype and debate and excitement and frustration around AI, I think sometimes the fact that we've achieved something really cool gets lost. I want to talk about that a bit, which I'll try...
In all the hype and debate and excitement and frustration around AI, I think sometimes the fact that we've achieved something really cool gets lost. I want to talk about that a bit, which I'll try to do in a simple way, without too much math or computer science.
There's a surprising amount of intelligence encoded in applied language. To me that's the most remarkable insight in LLM technology. Except it's not really surprising at all. The whole point of language is to encode intelligence. Communication, at its core, is about sharing intelligence. LLMs agents are a way of turning the intelligence encoded in language, particularly written language, into useful work.
You might imagine that language is just the starting point when building LLMs. That it gets converted into computer stuff and then it's not language anymore. But in a way it's language all the way down. Distill language into math and then run gradient descent on it and the intelligence (for lack of a better term) bubbles out.
Forgive that hyperbole, but there is something a little bit magical about it, and the technology is entirely unmagical. The magic is in the language.
At the core the tech is pretty simple. First you go and get all of the language. Just completely idiotic amounts of applied language. Because there's a threshold: if you don't use enough language you don't get a useful result. The more language you use, assuming it's good quality, the more useful the result.
After you have all of the language, you convert it into tokens, which are essentially pieces of words represented as numbers. You also compute a compressed version of the relationships between the tokens. The frontier labs don't say how much this costs publicly anymore but it's safe to say hundreds of millions in compute are required for this process. Each time you do it.
Once you've determined the token relationships, you've pre trained an LLM. You have the initial weights. At this point your LLM can output credible prose pretty reliably when you run inference on the weights. Meaning that you can take a given set of language tokens (a prompt) and determine which token should come next, over and over again, until you have a response. The fluency of the prose can be uncanny, and there are latent tendencies towards useful output, but you can't really do much with it yet.
The next step, fine tuning, modifies the weights in order to nudge the inference towards useful things like instruction following, tool use and reasoning. Or a simulacrum of reasoning. Fine tuning is a massive, multi step, iterative process that turns your LLM into a useful tool that can do more than output believable prose.
Something that's really fascinating to me about fine tuning is that what you're training is still the language relationship weights, and what comes out during inference is still language. But now it's language that is more likely to result in useful output and behaviors. Language is the substrate that LLMs reason through. A model that's more likely to infer the words "but what if I look at it another way" is more likely to consider multiple possibilities. A model that reliably infers language around tool use in appropriate situations is an agent. The behavior is encoded in the language.
After tens of millions in fine tuning costs, assuming you got it right, you have the core of a LLM that can function as an AI agent. You can put it in a harness and ask it to do things in the language of your choice and it will actually be able to do them a shockingly high percentage of the time. It can even do things that weren't explicitly part of the training. That's something which has never happened before outside of science fiction. Until recently it was one of those computer sciencey things that was probably going to happen someday, after we were all dead.
It sucks that this tech revolution is being driven by the capital class, and that it's happening as a mad dash for market domination and golden IPOs. In a more perfect world technology derived from collective human intelligence would be a public good rather than a profit driver.
But nevertheless, the ability to imprint some part of human intelligence into an autonomous agent is a remarkable achievement. One that we can't yet see the full size of. And it's possible not because we typed instructions into an interface, but because we've spent centuries encoding our intelligence into language.
38 votes -
Craft - A new AI powered TTRPG engine in open beta
20 votes -
An AI created viruses not found in nature
36 votes -
Mea Culpa – Dark Hours: Developer unintentionally copies an open-source app using Claude Code
22 votes -
The AI bailout could be baked into the AI bubble
26 votes -
The hall of shame: the worst AI-generated flyers
42 votes