-
Content count
3,005 -
Joined
-
Last visited
Everything posted by something_else
-
Yea, exactly. It's going to be interesting to see how this pans out. We've completely restructured our entire team now as a result of AI. Instead of having two squads of 4 devs each working on one feature, now every dev is working on one feature in a 'pod' with a designer and a product manager. Even if the feature is massive, it gets one dev. Because of AI assisted coding this is manageable, and actually we're all loving it because we get a ton of autonomy and ownership over features that we didn't get before. For a while, when we were working in squads of 4, it felt like devs became meat interfaces to Claude. The product team came up with a feature, designer designed it, tech lead broke it down and wrote tickets for us and then we basically pasted the tickets into Claude. Now each dev has complete ownership over the lifecycle of their feature, manage their own tickets, breaking it down however they like, architecting a solution, working closely with product and designers etc. I think this may be how the future of software engineering is going to be, moving away from the complexities of writing code and more towards system design, consultation, and collaboration.
-
I think as time goes on the token cost will go down a bit, but yea they're very subsidised by VC and a desire to dominate the market right now. Also, right now devs are not particularly efficient with tokens, we're often just throwing the biggest models we can afford at every problem. Where I work we pay $200/m for each dev to have Claude, and with Opus 4.8 you have to really try to hit the limits. With Fable it's really easy to hit limits. But you can get around this by asking Fable to do the planning, and then ask it to spawn Opus 4.8 subagents (or even Sonnet or Haiku) to actually implement the code. This way you get the brains of Fable coordinating cheaper models to do the bulk of the token-heavy work. I suspect as time goes on and token costs begin to reflect reality, we'll see more devs learning efficient usage patterns like this.
-
Agree 100%. This is why I'm not scared for my job, but why I WOULD absolutely hate to be a new/junior software developer right now. It's going to become quite hard to build the deep experience required to guide AI tools when you're exposed to them right from the beginning.
-
Not really, we've relaxed our PR review guidelines because we're producing a lot of high quality code. Code review for us now is something like: Manually test Manually review big picture architecture choices Manually review critical code paths Do deep-reviews using AI tools — an adversarial approach works well here, where you have an AI agent reviewing and another AI agent trying to refute it's review findings, then it produces a final list of findings for the reviewer to analyse Design review This seems to be working quite well for us. Our bug/error rate in new features has gone down.
-
I have definitely noticed a change in my personality. It's very hard to judge whether it's for the better or worse. My friends described me as a bit more 'subdued' which makes sense as I have a much clearer thought process and can relax more during conversations now instead of being a cortisol-fuelled word-vomiter. There are elements of increased anxiety for me, in particular during the first 2 hours. If something stressful happens during the come-up the anxiety can be locked in for the rest of the day which sucks. Oddly I relate to the worse intuition a lot. I think people with ADHD learn to rely on intuition quite heavily because it is 'quick' and requires little mental effort. This is great sometimes, but also leads to a lot of careless errors because intuition can lack precision. On meds I'm more inclined to choose to think something through than rely on my intuition.
-
@Leo Gura The company I work for is generating about 6 million per year in revenue with about 15 staff members, we are within the top 10 competitors in our space. Arguably not world class per se but certainly well above a home project. We're in the top 1% of revenue for a UK company. Every single feature we have implemented in the past year was done with heavy AI assistance. Most of our developers (some with 15-20yrs experience and who are world class in the frameworks we use) haven't manually written a line of code in 6 months.
-
@Leo Gura I respect the point this dude is trying to make, but he is presenting this as a duality of “to vibe code or not to vibe code” which is an (arguably intentional) misrepresentation of the issue. The fact is that the majority of dev teams are incorporating powerful AI coding tools into their systems and workflows now. If done right most of the risks he warns about simply vanish. As a concrete example, the company where I work has quadrupled our rate of shipping features in the past year. This is also despite 2 out of our 8 developers leaving. Those features are some of the most complex we’ve ever built, yet our error/bug rate has not increased substantially as a result of using AI coding agents to build them, in fact it has decreased. Where I agree with him is that coding standards are extremely important. But as long as you define your coding/architecture standards to the AI model once it will largely follow them for the rest of time. When it doesn’t you can nudge it in the right direction. The fact is that these coding agents are incredibly powerful and they are never going to go away even if they only ever stay at their current level of capability. They do not replace developers per se, but they allow companies to operate with a much smaller and more dynamic team of developers than they would have needed before, hence people’s deep concern for the software job market
-
I agree. There is usually some element of communication, ethics, or a human factor to many jobs that I suspect AI won’t be able to replace anytime soon. But I think you would be surprised how capable these agentic models are. It is leaps and bounds above the AI image generation. Like not even in the same ballpark of impact. Read my description of what these agents can do from earlier in the thread.
-
@Leo Gura Have you tried out any agentic models like Claude Code? I feel like outside of tech nobody has really seen these models much and what they can do. They are not just chatbots, they’re a tier above. They are extremely autonomous and can perform actions, gather new data, plan and orchestrate stuff etc.
-
I think we pay $100-200/m per developer, something like that. We're on a subscription, not metered by tokens. Devs here are on average using about $500-$1000/m in metered tokens, although we don't really do much to conserve them. It's relatively reasonable for the value it provides tbh. We have to de-vibe it sometimes, but it's not that much effort. We cycle through with Claude and help point it in the right direction to produce the best output. Sometimes it does stupid stuff, but most of the time it's really good. It helps that we have solid CLAUDE.md files and that we establish strong architectural patterns already, so Claude has lots of good examples. The work has shifted more towards the development process, systems and big picture stuff rather than writing code.
-
This is a good question. In short, yes, they can. They need oversight but not nearly as much oversight effort as it would have taken to do the task yourself. I can give a very concrete example of how this works for my own field/job which is software engineering. This is what has happened at the company where I work: Before AI adoption Previously we were a team of 8 developers, which was split into two squads of 4. Each squad works on 1 project at a time, so the entire company is working on 2 projects at a time. Those projects would typically aim to take anywhere from 2 weeks to 2 months to complete and would be for small to medium sized features. Occasionally we would have 'large' features which we would set aside 3-6 months for a team to implement. After AI adoption 2 devs left and the company opted not to replace them, so we are a team of 6 now. We have restructured into 'pods' where each of our 6 devs works on a single feature at a time with the help of AI, a human designer + human product manager. The AI agent writes the vast majority of the code and the developer guides it with some oversight and prompting. Usually one other dev will review the work before it is released, but this is probably an average of 30 minutes worth of effort of review per dev per day. We no longer distinguish much between feature sizes. Almost any feature we could want to implement can be implemented within 1, maybe 2 months. We are shipping 6 medium/large features in the same amount of time we would previously have shipped 2 medium features, all while having 2 less devs employed.
-
I don't know if you've ever seen proper agentic AI working. Most of the chatbots you see embedded in Google, Gemini, ChatGPT etc. are just that: fancy chatbots that are good at writing text. Once you put those models in an agent harness, which allows the LLM to loop, talk to itself, think, use tools, operate autonomously for long periods of time etc. they are incredibly competent. A lot of people who aren't in tech haven't seen these agents work. It's extraordinary. You can give them a task (a single prompt of a few lines of text for what you need them to do) and the process it will follow after this (fully autonomously) could look something like: talking to itself to come up with a very rough overall approach to take brainstorm ideas connect to tens of external services to pull in the information it needs research what the best practices / standards are for this task fire of 5 subagents primed with different skillsets to go off and do some more research in different areas spawn 5 more subagents to adversarially critique or summarise the output of those first subagents compile all of those findings + brainstorming down into a plan execute that plan via connecting to external services or modifying text/code/data in whatever mediums it needs to to achieve the end result Once they have an end result, they'll test it extensively and check that what they implemented works Perhaps it will spawn some more subagents to adversarially critique and verify the end result until it fixes every problem it has found with its own implementation Publish/push/commit/save the end result of that task for you with a tidy summary And all of this takes like 10-30 minutes. To finish a task that may have taken a human a week. It isn't perfect and it will make mistakes, which is why it typically works best when done in combination with someone who is competent in the field. But in the past you would have one senior working with 3 juniors and a mid-level, now you may just have a senior working with one AI agent.
-
In the ways that matter for achieving results in white collar jobs (largely text and data driven), it is almost certainly more capable than the average person within the domain of those careers. Programming is a good example because Claude is a much better programmer than your average junior/mid-level developer, hence why companies are hiring much fewer junior/mid level developers. It's more efficient to scale out AI agents and let seniors guide them. As another example, Claude can solve university level quantum mechanics papers with a higher success rate than an average student taking those classes. You'll also get a better philosophical discussion out of an AI agent than probably 99.9% of humans. Are these the be all end all of intelligence, or is it AGI? I agree, no. But it certainly is a kind of intelligence, and it has more of it than your average human in many fields. And enough of it that it isn't just going to go away. Perhaps it isn't correct to say that AI agents are more intelligent than most humans, but they are certainly more capable in a fairly wide variety of fields. And ultimately this is where most value comes from when using these tools. They produce incredible results that no human could in the same time frame.
-
Jobs that involve physical labour will be the last to be automated because robotics is a really hard domain. However in the domain of text and data (and to an extent images), AI seems to rain supreme, at least compared to the 'average' human. And the vast majority of white collar office jobs exist in this domain, done by average humans. Most are not particularly creative. AI doesn't need to be more intelligent than 95% of people in white collar jobs, if it's more intelligent on average than 50% of them and costs 1/10th the price then it's going to have a massive impact. Following from this, I don't think it's unreasonable to say that something like Claude Opus/Fable is more intelligent than 50% of people in the domain of text and data. I still think AI is overhyped, and we're probably approaching the limit of what LLMs can do now, but I would say there is legitimate cause for concern.
-
Basic bitch
-
I've found asking people what their favourite fruit is and what their favourite vegetable is ends up creating some surprisingly deep conversations about personality Boring questions can reveal a lot about someone if you ask them with the right energy and some playfulness. Making boring questions interesting is an S tier social skill
-
So far I would say they are a massive improvement. I didn't know it was possible for me to function this consistently. My energy levels have always been all over the place, now I am awake and motivated early then my energy slowly drops throughout the day as it should. Then I'm tired in the evenings and sleep at a consistent time. Before my energy levels would be like a fuckin rollercoaster not just throughout the day but throughout the week. Often I'd be at my most motivated and energetic at 2am. I haven't really had any side effects, except I did have a lot of anxiety one day. I had a work call that spiked it right as the meds were kicking in and they seem to have a tendency to lock in whatever state you are in 1-2 hours after taking them for the rest of the day.
-
Agreed. I feel like cheesy pickup lines are not that great. If you are funny you can improvise them on the spot and they may work quite well, but I suspect many dudes with pre-planned 'funny' pickup lines are likely coming across as a bit weird, not charming. I've never really done much approaching outside of nightclubs or bars to be fair, but in bars/clubs I always just found some way to start a normal conversation. "Hey, how's your night going?" was my go to. I believe in myself enough to know that if I start a conversation with a girl it'll naturally go somewhere interesting, I don't need to force it. And if it doesn't then it wasn't meant to be.
-
@Yimpa @Jannes Thanks for your insights! It depends on a lot of factors. If I'm interested or excited by the work or if there is a deadline for it tomorrow then it will be quite easy to focus on it and get it done. Sometimes on a good day I can also focus on stuff I have to do but that I don't enjoy, but that feels like maybe a couple of days out of every two weeks. If it is an average day, I don't enjoy the work that needs to be done, and there is no deadline then it will take me 3x as long as it would take someone else because the mind just continually gets distracted and hunts for dopamine. And even if I manage to get my mind to start doing something hard that I don't want to do, it will not give it it's full effort. It will half ass it or rush it just so it can be 'done' but then the work will often be full of careless errors. From the outside this can look like laziness, but that is not really how the experience is on the inside. It's more like knowing what to do, knowing how to do it, knowing all of the right things to do, but your mind just will not co-operate.
-
For me I think it is the other way around, I think the ADHD causes social anxiety. I did not have social anxiety as a child, in fact the opposite, but I did have quite noticeable ADHD symptoms. Looking back, the ADHD behaviour from my childhood is likely what caused me to get bullied so badly which is what ultimately caused the more traditional rejection-fearing social anxiety that I struggled with for many years. I'm now over that rejection-fearing social anxiety and just left with what feels like the social anxiety caused by a chemical imbalance in my brain. I know I'm socially capable and I don't really feel any more scared of rejection than a normal person, but it feels like when I'm having a conversation my brain is just not locked in most of the time, it just will not produce words to reply to the person I'm talking to. This causes me to run on stress instead of the relaxed playfulness and presence that creates fun conversations. Trying out medication completely reversed this. It felt like I actually had space to breath and relax in conversations instead of being fuelled by stress all of the time. It also felt like my brain started naturally producing replies to other people without me needing to use stress as a motivator to get my mind to produce words. Have you ever tried it at all? Even just as a once off?
-
Dude... just admit you made a mistake, it ain't that hard. This is some weapons grade mental gymnastics I used to vape and have largely quit. I still do it occasionally when out socially with friends but it's not something I do daily anymore like I used to. The 95% figure comes from the NHS (health service in the UK). It is somewhat misleading in the sense that smoking is SO bad for you that being 95% healthier than smoking cigarettes is still pretty bad for you. But realistically when you look at what you're inhaling into your lungs in a vape versus a cigarette it's pretty intuitive that it should be orders of magnitude less harmful. e-liquid is basically vegetable oil with flavourings and nicotine. Nicotine isn't that bad for you itself, just highly addictive. The biggest risk is probably heavy metals from cheap vape coils, which is bad, but if you have anything other than a cheap disposable vape it's a non-issue. Compare that to the (literally) 7,000 different combusted chemicals you inhale from a cigarette. 250 of those chemicals are confirmed to be directly harmful to the human body. 70 of them are confirmed to cause cancer. You're inhaling carbon monoxide from cigarettes, hell there are even traces of hydrogen cyanide in cigarettes. Compare all of that to some super-heated vegetable oil and flavourings. There is really just no way it's possible that vaping is even remotely close to being as bad for you as smoking cigarettes is.
-
It is undoubtedly better for you than smoking according to all major modern research. Obviously it's still really bad for you, but if you are a smoker it is like 95% better for you to switch to vaping instead of continuing to smoke. You do typically consume more nicotine with vaping if you use full strength e-liquid, although there are two things worth noting here: with vaping you can control the dosage very precisely because you can choose the amount of nicotine in e-liquid you use — a common way to quit smoking or vaping is to continually lower the strength of your e-liquid by 2mg every week or two until you hit zero nicotine without even really noticing nicotine itself is not all that harmful to your body, just very addictive — it is the delivery mechanism (cigarette tar, heavy metals in vape coils) that harms you This is like a 101 course on exactly how not to talk to people with an addiction
-
I have dated casually for extended periods of time, and it's for a few reasons. Firstly, most relationships I see look pretty miserable. You sacrifice most of your freedom and lose a lot of yourself in a relationship. Secondly, the consequences of getting it wrong are high. Especially once you've been together for 4+ years it becomes very hard to end things, yet it is often not until around the 3-4 year mark that you really see the core issues actually start to develop. Thirdly, dating casually, especially as a man, grows you quite a lot in many ways. Gotta face a lot of fears. Fourth, sex with lots of different people is fun, and if you make sure to follow safe sex principles, the risk is low as well. This is not to say I don't want a long term relationship some day, just probably not in my 20s. I would rather live my own life throughout my 20s than sacrifice half of it for someone else in a way that ends up blowing up. I'm probably on the avoidant scale to a degree, but I am also capable of forming deep emotional connections. I don't mind opening myself up to other people fully, or sharing my authentic self. I just fundamentally hate the loss of freedom that a long term relationship requires and so it is not worth the risk/sacrifice for me just now It's pretty easy as long as everybody involved knows that it's just casual. Treat partners with respect, treat them as humans, and enjoy their company. Don't just use their body and then discard them
-
Perhaps. In my case, I go on a date every few weeks with somebody from a dating app who also has similarly casual intentions, or maybe once per month (or less) I go out to a bar/club with my friends and sometimes end up hooking up with someone. It's not really clear to me what the negative impacts of that on my life would even be.
-
Majority came from a year of backpacking, but in total this came from around 3 years of being single.
