It's a tool, and I'm glad that you have the opportunity to use it whenever you need. However, I'm not planning to use it, just like I'm not planning on using a bench saw.
I don't mind people using bench saws, but it would be nice if tech companies would stop throwing bench saws at my face everytime I go outside.
The issue is more of how much LLM are marketed as the saviour of the world, while only a fraction of their users are actually going to have a use for it
Thank you for clarifying. It does align more with the way I would use LLM in my day to day work then, which is quite reassuring.
Even if it doesn't work for me, I can still see the advantage of using AI assistant in those context. In the end, as long as you are doing the work required, the tools you use don't really matters!
Maybe I should try it to understand, but to me, this kind of feel like it would produce code that would not follow the company standards, code that will be harder to debug since the dev have little to no idea on how it work and code that is overall of less quality than the code produce by a dev that doesn't use AI.
And I would not trust those unit tests, since how can you be sure if they test the correct thing, if you never made them fail in the first place. A unit test that passes right away is not a test you should rely on.
Don't take it the wrong way, but if Claude write all of your code, doesn't that make you more of a product owner than a dev ?
If only there was some kind of database where we could reference the most common vulnerability and exposure incidents, such as this one, and then ranked them based on their criticality, for everyone to be well informed.
I'm not sure what you mean by "low effort"? OSRS is an incredibly good game and keeps getting new content all the time. I'm happy to pay 15$ a month since we get a free update every wednesday. Sometimes it's just some hotfix , other times it's a whole new boss or continent. We had an new part of the map just last week.
Yes there is bot, but I never felt like it impacted my gameplay other than lowering the price of some items. The team is also doing a lot to ban them, it's getting much better.
The community is booming. If you look around on YouTube, there's a lot of content creators doing awesome thing on OSRS: custom game mode, weird twist on existing challenges, documentary, etc.
Honestly, I think we are currently in the golden age of Old school RuneScape, and if you feel like the game is bad or low effort, it might not be for you, which is fine, but the game itself is not the issue.
I hope you find some other game to give you what you had with RuneScape back in the days !
Yes. But not all Machine Learning (ML) is LLM. Machine learning refer to the general uses of neural networks while Large Language Models (LLM) refer more to the ability for an application, or a bot, to understand natural language and deduct context from it, and act accordingly.
ML in general as a much more usages than only power LLM.
TDD doesn't imply that you write all the tests first. It just mean you have to write a test before you write a line of production code.
The idea is to ask yourself "what is the first step I need, where am I going to begin?". You then write a test that validate this first step and fail. Then you write the code to make it pass. Once your done with that, you ask yourself: "what's the next step? ". You, then, repeat the process for that step.
This is a process you are going to do anyway. Might as well take the time to write some test along with it.
Depending on your reputation, you can edit the answer / comments of others. It's usually not recommended to change the context of the question or the answer but you could. Those update will be reviewed by other if needed. As for the correct answer, you can always upvote the answer you feel is the correct one, which is kind of a community way of selecting the correct answer.
It feels like they're trying to be a sort of "wikipedia" of every programming problem and solution.
That is exactly what stackoverflow is supposed to be. It's not there to answer your question about "why is my IF statement not working", it's there to be a resource for all developers. How is a question about your specific problem gonna helps anyone ? If you haven't, take the time to read the "how to ask" section, it describes what kind of questions are acceptable and what kind are not.
There is, obviously, some proper questions that should not have been deleted, but most of them are not suited for the site, as they don't bring anything to the rest of the community.
It's a tool, and I'm glad that you have the opportunity to use it whenever you need. However, I'm not planning to use it, just like I'm not planning on using a bench saw. I don't mind people using bench saws, but it would be nice if tech companies would stop throwing bench saws at my face everytime I go outside.
The issue is more of how much LLM are marketed as the saviour of the world, while only a fraction of their users are actually going to have a use for it
Thank you for clarifying. It does align more with the way I would use LLM in my day to day work then, which is quite reassuring.
Even if it doesn't work for me, I can still see the advantage of using AI assistant in those context. In the end, as long as you are doing the work required, the tools you use don't really matters!
Maybe I should try it to understand, but to me, this kind of feel like it would produce code that would not follow the company standards, code that will be harder to debug since the dev have little to no idea on how it work and code that is overall of less quality than the code produce by a dev that doesn't use AI.
And I would not trust those unit tests, since how can you be sure if they test the correct thing, if you never made them fail in the first place. A unit test that passes right away is not a test you should rely on.
Don't take it the wrong way, but if Claude write all of your code, doesn't that make you more of a product owner than a dev ?
If only there was some kind of database where we could reference the most common vulnerability and exposure incidents, such as this one, and then ranked them based on their criticality, for everyone to be well informed.
You're right, that's a 2009-2013 Dodge avenger.
I'm not sure what you mean by "low effort"? OSRS is an incredibly good game and keeps getting new content all the time. I'm happy to pay 15$ a month since we get a free update every wednesday. Sometimes it's just some hotfix , other times it's a whole new boss or continent. We had an new part of the map just last week.
Yes there is bot, but I never felt like it impacted my gameplay other than lowering the price of some items. The team is also doing a lot to ban them, it's getting much better.
The community is booming. If you look around on YouTube, there's a lot of content creators doing awesome thing on OSRS: custom game mode, weird twist on existing challenges, documentary, etc.
Honestly, I think we are currently in the golden age of Old school RuneScape, and if you feel like the game is bad or low effort, it might not be for you, which is fine, but the game itself is not the issue.
I hope you find some other game to give you what you had with RuneScape back in the days !
Yes. But not all Machine Learning (ML) is LLM. Machine learning refer to the general uses of neural networks while Large Language Models (LLM) refer more to the ability for an application, or a bot, to understand natural language and deduct context from it, and act accordingly.
ML in general as a much more usages than only power LLM.
TDD doesn't imply that you write all the tests first. It just mean you have to write a test before you write a line of production code.
The idea is to ask yourself "what is the first step I need, where am I going to begin?". You then write a test that validate this first step and fail. Then you write the code to make it pass. Once your done with that, you ask yourself: "what's the next step? ". You, then, repeat the process for that step.
This is a process you are going to do anyway. Might as well take the time to write some test along with it.
Depending on your reputation, you can edit the answer / comments of others. It's usually not recommended to change the context of the question or the answer but you could. Those update will be reviewed by other if needed. As for the correct answer, you can always upvote the answer you feel is the correct one, which is kind of a community way of selecting the correct answer.
That is exactly what stackoverflow is supposed to be. It's not there to answer your question about "why is my IF statement not working", it's there to be a resource for all developers. How is a question about your specific problem gonna helps anyone ? If you haven't, take the time to read the "how to ask" section, it describes what kind of questions are acceptable and what kind are not.
There is, obviously, some proper questions that should not have been deleted, but most of them are not suited for the site, as they don't bring anything to the rest of the community.