Earlier quoted context omitted.
The calculator didn’t eliminate math majors. Excel and accounting software didn’t eliminate accountants and CPAs. These are all just tools. I spend very little of my overall time at work actually coding. It’s a nice treat when I get a day where that’s all I do. From my limited work with Copilot so far, the user still needs to know what they’re doing. I have 0 faith a product owner, without a coding background, can us…
But excel eliminated need in multiple accountants. One accountant with excel replaced ten with paper. Chatgpt already eliminated many entry-level jobs like writer or illustrator. Instead of hiring multiple teams of developers, there will be one team with few seniors and multiple AI coding tools. Guess how depressing to the IT salaries it will be?
Learning to Reason with LLMs
741–750 of 1001 posts
Re: Learning to Reason with LLMs
#742it still fails at logic puzzles https://x.com/colin_fraser/status/1834334418007457897
https://chatgpt.com/share/66e3601f-4bec-8009-ac0c-57bfa4f059...
And also works on this variation:
https://chatgpt.com/share/66e35f0e-6c98-8009-a128-e9ac677480...
Re: Learning to Reason with LLMs
#743I wonder how do they decide when to stop these Chain of Thought for each query? As anyone that played with agents can attest, LLMs can talk with themselves forever.
Re: Learning to Reason with LLMs
#744Earlier quoted context omitted.
Don't do it, help us keep our high salaries :D Joking aside, even with AI generating code, someone has to know how to talk to it, how to understand the output, and know what to do with it. AI is also not great for novel concepts and may not fully get what's happening when a bug occurs. Remember, it's just a tool at the end of the day.
> may not fully get what's happening when a bug occurs. And may still not understand even when you explicitly tell it. It wrote some code for me last week and made an error with an index off by 1. It had set the index to 1, then later was assuming a 0 index. I specifically told it this and it was unable to fix it. It was in debug hell, adding print statements everywhere. I eventually fixed it myself after it was clea…
Re: Learning to Reason with LLMs
#745Student here. Can someone give me one reason why I should continue in software engineering that isn't denial and hopium?
Sure. Software engineers are actually the best situated to take advantage of this new technology. Your concern would be like once C got invented, why should you bother being a software engineer? Because C is so much easier to use than assembly code! The answer, of course, is that software engineering will simply happen in even more powerful and abstract layers. But, you still might need to know how those lower layers…
Re: Learning to Reason with LLMs
#746Student here. Can someone give me one reason why I should continue in software engineering that isn't denial and hopium?
Sure. Software engineers are actually the best situated to take advantage of this new technology. Your concern would be like once C got invented, why should you bother being a software engineer? Because C is so much easier to use than assembly code! The answer, of course, is that software engineering will simply happen in even more powerful and abstract layers. But, you still might need to know how those lower layers…
We now have a tool that writes code and solves problems autonomously. It's not comparable.
Re: Learning to Reason with LLMs
#747Why so much hate? They're doing their best. This is the state of progress in the field so far. The best minds are racing to innovate. The benchmarks are impressive nonetheless. Give them a break. At the end of the day, they built the chatbot who's saving your ass each day ever since.
Re: Learning to Reason with LLMs
#748This is incredible. In April I used the standard GPT-4 model via ChatGPT to help me reverse engineer the binary bluetooth protocol used by my kitchen fan to integrate it into Home Assistant. It was helpful in a rubber duck way, but could not determine the pattern used to transmit the remaining runtime of the fan in a certain mode. Initial prompt here [0] I pasted the same prompt into o1-preview and o1-mini and both c…
What if you copy the whole reasoning process example provided by OpenAI, use it as a system prompt (to teach how to reason), use that system prompt in Claude, got4o etc?
Re: Learning to Reason with LLMs
#749Earlier quoted context omitted.
It's clear to me that OpenAI is quickly realizing they have no moat. Even this obfuscation of the chain-of-thought isn't really a moat. On top of CoT being pretty easy to implement and tweak, there's a serious push to on-device inference (which imo is the future), so the question is: will GPT-5 and beyond be really that much better than what we can run locally?
I don't see why on-device inference is the future. For consumers, only a small set of use cases cannot tolerate the increased latency. Corporate customers will be satisfied if the model can be hosted within their borders. Pooling compute is less wasteful overall as a collective strategy. This argument can really only meet its tipping point when massive models no longer offer a gotta-have-it difference vs smaller mode…
This assumes that openly developed (or at least weight-available) models are available for free, and continue being improved.
Re: Learning to Reason with LLMs
#7502018 - gpt1 2019 - gpt2 2020 - gpt3 2022 - gpt3.5 2023 - gpt4 2023 - gpt4-turbo 2024 - gpt-4o 2024 - o1 Did OpenAI hire Google's product marketing team in recent years?