-
34 votes
-
A case study on emergent cheating and whistleblowing in autonomous research swarms
13 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 -
AI text watermarking is free and good
23 votes -
When AI art has no author: Study finds generated images often can’t be traced to training data
10 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 -
Compression is prediction
13 votes -
What happened: OpenAI and Hugging Face
10 votes -
A timeline of the OpenAI accidental attack against Hugging Face
20 votes -
52% of Americans think their personal data will be breached. They're probably right.
25 votes -
An agent workspace built on Cloudflare workers
4 votes -
Google just ruined one of its most important tools
22 votes -
Postmortem for Lean kernel soundness bug #14576
12 votes -
The AI design aesthetic that is taking over the internet
29 votes -
OpenAI and Anthropic endorse call for US government to "pace" AI progress
20 votes -
Discovering cryptographic weaknesses with Claude
12 votes -
Some thoughts about Anthropic’s new cryptanalysis results
15 votes -
A technical timeline of the July 2026 attack on Hugging Face
14 votes -
What rose petals teach us about induction
10 votes -
Zig creator calls spade a spade, Anthropic blows smoke
33 votes -
Microsoft patches a record 570 security flaws
17 votes -
Control the ideas, not the code
20 votes -
The coming loop
14 votes -
Zig creator weighs in on the Bun Rust rewrite
49 votes -
Mesh LLM: distributed AI computing on iroh
18 votes -
Agentic test processes, LLM benchmarks, and other notes on agentic coding
25 votes -
A global workspace in language models
5 votes -
What AI does to the minds of novice coders
26 votes -
A theory of prompt injection (and why you should study roles)
27 votes -
Does generative AI have a natural limit without a major innovation?
I was musing about this recently with the recent models becoming more capable. The core of gen AI is the model, which is trained on a massive dataset. To date, gen AI has improved because the...
I was musing about this recently with the recent models becoming more capable. The core of gen AI is the model, which is trained on a massive dataset. To date, gen AI has improved because the models have become larger, more efficient, the data they are trained on has become better and the software/harnesses around them has improved to help query them.
As I see it, surely the bottleneck will soon become the data they are trained on? If we imagine a scenario where a models could consume an infinite amount of training data, and there is no limit to the training time or quality. The sum of human skill/knowledge is the limiting factor. Gen AI should (in theory) never be able to out preform or push the boundary of the sum of humanity at time of training.
Or, counterpoint, is there enough randomness and speed to iterate that gen AI can actually step change and improve if training times/cost were less prohibitive? Most companies/models today will save good output and feed it back into the next iteration, but right now that's taking months. What if that took minutes?
What do you think?
Is gen AI going to take us to general intelligence?
Will gen AI get to a place where it's "intelligence" and reasoning is actually better than the sum of Humanity?28 votes -
Hacking Google with AI for $500,000
12 votes -
AI is bringing my friend out of retirement
I have a friend that is lucky enough to have retired at 40. A year ago he was adamant he'd never work again, having been burnt out from his time at big tech. Back then he was also an absolute AI...
I have a friend that is lucky enough to have retired at 40. A year ago he was adamant he'd never work again, having been burnt out from his time at big tech. Back then he was also an absolute AI hater and wouldn't listen to anyone who claimed LLMs were useful for programming.
He finally tried LLMs when Claude Opus 4.6 released and immediately changed his mind in the face of the overwhelming evidence that LLMs can in fact program pretty well. And now with the release of Fable 5 he's giddily creating all sorts of things that would have taken far too long to make prior to AI-accelerated software development. He actually plans to try and found his own business now. He's a very smart guy, so I hope he can make something interesting that people want.
There are a lot of AI doomers and haters. In person I mostly see people doing the same thing they've always done, but now saving time on various tasks. But this is the first time I've seen someone go from grumpy and checked out to giddy and optimistic thanks to LLMs.
38 votes -
Hacking Google with AI for $500,000
26 votes -
What about having an LLM teach you to code?
My daughter (11) is doing a week long Python class, which is not using LLMs. It got me thinking about how I learned to program in the pre-internet days (laboriously, from books), and then what a...
My daughter (11) is doing a week long Python class, which is not using LLMs.
It got me thinking about how I learned to program in the pre-internet days (laboriously, from books), and then what a marvel it was when you could just search for information, especially for troubleshooting. But for her, the first answer in the Google search is going to be the AI summary, and most of her search tools are going to be AI tools.
I wonder if it would be possible to make an LLM that has a didactic/socratic mode. So if you said, "help me write a program to do madlibs" maybe it would give you a skeleton of a function, then prompt you to come to with a plan, then critique that plan. Or if you said, "I'm getting this error", it wouldn't just fix it, it would explain what the error means and nudge you towards the answer.
Thinking in a larger sense, it could have a rubric of important concepts, even tiers of understanding. It could be using the interactions to track the user's understanding, which could let it then tune how it answers future questions, or even be used to customize assignments.
I recognize that this is potentially replacing a teacher with a machine, which wouldn't be my goal. Good teachers are more holistic in their teaching than a machine is ever likely to be. But for people who don't have access to good teachers, or need more directed support than is available from a teacher, or just want to self study, it seems like it could be a valuable addition.
Until they solve the obsequiousness problem, it would be vulnerable to prompt hacking, so really more of a tool for someone who recognizes the value of learning over just being given the answer.
What do folks think about using such a tool? What would you want it to do, or not do?
Aside: I forgot until I reached the end of this post, but this is also (somewhat) the plot of The Diamond Age, or A Young Lady's Illustrates Primer by Neal Stephenson.
25 votes -
Will you be left behind if you don't use LLMs to code?
17 votes -
Any fellow software engineers using paid GitHub copilot?
Much to my chagrin, the company I work for has done a lot in terms of steering/ pushing all software development be done through AI for some time now. And what gives me much grin, GitHub changed...
Much to my chagrin, the company I work for has done a lot in terms of steering/ pushing all software development be done through AI for some time now.
And what gives me much grin, GitHub changed their pricing structure for copilot. I'll skip the details the key fact is what used to be about $30/month per person + maybe few bucks in overages is now resulting in us hitting our usage cap on the 2nd day of the month. Overage costs this month will be hundreds of dollars per developer. I know this is an unexpected expense as I mentioned it casually to our CTO who had no idea.
I'm curious if this is going to force them to rethink the AI strategy. The incessant pushing to use more and more AI maybe will finally bite them on the ass so much they have to ask us to stop or pull back? Or maybe they'll just plunder our salaries, who knows.
I'm curious if anyone else is in the same situation.
23 votes -
Actually useful MCPs
I'm a web developer and find the playwright MCP to be genuinely useful. My LLM is able to navigate my site, measure the size of elements, see console errors, network requests, etc. This is the...
I'm a web developer and find the playwright MCP to be genuinely useful. My LLM is able to navigate my site, measure the size of elements, see console errors, network requests, etc. This is the only MCP I've ever installed and haven't yet had any cause to use others. But I'm interested in hearing what other professionals are using.
28 votes -
Language models are weird for the same reason human cultures are weird
26 votes -
The pressure
12 votes -
AI is killing the cheap smartphone
22 votes -
Project Glasswing: what Mythos showed us
31 votes -
The boy that cried Mythos
33 votes -
Aurora: A leverage-aware optimizer for rectangular matrices
14 votes -
Multiple security bugs in Dnsmasq
10 votes -
Mythos finds a curl vulnerability
31 votes -
Curl will end its bug bounty program by the end of January due to excessive AI generated reports
63 votes -
Adversaries leverage AI for vulnerability exploitation, augmented operations, and initial access
5 votes -
Multi-Token Prediction (MTP) with Gemma 4
20 votes