AI computer-programming tools
AI computer-programming tools
ChatGPT’s new AI agent can browse the web and create PowerPoint slideshows - On Thursday, OpenAI launched ChatGPT Agent, a new feature th... - https://arstechnica.com/information-technology/2025/07/chatgpts-new-ai-agent-can-browse-the-web-and-create-powerpoint-slideshows/ #aidevelopmenttools #browserautomation #computerusemodel #machinelearning #taskautomation #aiprogramming #aiassistants #aibenchmarks #chatgptagent #multimodalai #aibehavior #airesearch #aisecurity #automation #agenticai
AI computer-programming tools
I heard a developer say, "I only use AI for autocompletion." That's two generations behind!
The field has moved fast and the real action is happening elsewhere. I took sometime to map out how #AIProgramming has evolved. Where we are and where we're headed next?
Read more - https://kau.sh/blog/ai-programming/
Anthropic summons the spirit of Flash games for the AI age - On Wednesday, Anthropic announced a new feature that expands... - https://arstechnica.com/ai/2025/06/anthropic-summons-the-spirit-of-flash-games-for-the-ai-age/ #largelanguagemodels #aidevelopmenttools #anthropicclaude #machinelearning #aiprogramming #simonwillison #aiassistants #generativeai #flashgames #newgrounds #vibecoding #vibecoding #agenticai #anthropic #aiagents #biz #claude #api #ai
The résumé is dying, and AI is holding the smoking gun - Employers are drowning in AI-generated job applications, wit... - https://arstechnica.com/ai/2025/06/the-resume-is-dying-and-ai-is-holding-the-smoking-gun/ #largelanguagemodels #aidevelopmenttools #machinelearning #aiprogramming #aiassistants #airegulation #generativeai #aiandwork #aiethics #aisearch #chatbots #chatgpt #chatgtp #biz #aiwork #ailaw #ai
AI computer-programming tools
With the launch of o3-pro, let’s talk about what AI “reasoning” actually does - On Tuesday, OpenAI announced that o3-pro, a new version of i... - https://arstechnica.com/ai/2025/06/with-the-launch-of-o3-pro-lets-talk-about-what-ai-reasoning-actually-does/ #largelanguagemodels #aidevelopmenttools #simulatedreasoning #machinelearning #aiprogramming #aiassistants #aibenchmarks #aimodels #srmodels #biz #o1-pro #o3-pro #openai #api #ai
I see people making jokes and memes about this thing called '.env' which can be a file or a dir for some kind of genAI assisted^Whampered coding but I've never used that stuff so I don't get the jokes
Object-Oriented Programming in C#: In Control https://leanpub.com/Object-Oriented_Programming_CSharp by Andrea Pierini is the featured book on the Leanpub homepage! https://leanpub.com #CSharp #SoftwareEngineering #SoftwareArchitecture #Software #books #ebooks #ai #aiprogramming
Master Object-Oriented Programming in C# and take control of your software design.
Find it on Leanpub!
When I hear about AI-based programming, I think back several decades to a time when I was dealing with a hairy set of data, and I wrote a pretty complex bit of code generating an even more complex bit of SQL. I don't remember now if it ended up proving useful or not, though I think it did. But that's not the point.
The point was when I came back to it after a few months ... I couldn't figure it out at all. Neither the generator, nor the generated code.
And I HAD WRITTEN IT. Myself, from scratch, sorting out what I wanted and how to get there.
There's a principle in programming that debugging and maintenance are far harder than coding. Which means you should never write code that you are too stupid to debug and maintain. Which is precisely what I'd failed in my anecdote.
And of course, Management, in its infinite wisdom, typically puts far greater emphasis on new development than on testing, or Heavens Forefend!!! maintenance. So all the brightest talent (or so perceived, at any rate) goes to New Development.
(There's a great essay from about a decade ago, "In Praise of Maintenance, which you, and by "you" I mean "I", should really (re)read: http://freakonomics.com/podcast/in-praise-of-maintenance-rebroadcast/).
With AI-based code generation, presuming it works at all, we get code that's like computer-chess or computer-Go (the game, not the lang). It might work, but there's no explanation or clarity to it. Grandmasters are not only stumped but utterly dispirited because they can't grok the strategy.
I can't count the number of times I've heard AI referred to as search or solution without explanation, an idea I'd first twigged to in the late 2010s. That is, if scientific knowledge tells us about causes of things, AI ML GD LLM simply tells us the answer without being able to show its work. Or worse: even if it could show work, that wouldn't tell us anything meaningful.
(This ... may not be entirely accurate, I'm not working in the field. But the point's been iterated enough times from enough different people at least some of whom should know that I tend to believe it.)
A major cause of technical debt is loss of institutional knowledge over how code works and what parts do what. I've worked enough maintenance jobs that I've seen this in all size and manner of organisations. At another gig, I'd cut the amount of code roughly in half just so I could run it in the interactive environment which made debugging more viable. I never really fully understood what all of that program did (though I could fix bugs, make changes, and even anticipate some problems which later emerged). Funny thing was when one of the prior Hired Guns who'd worked on the same project before my time there turned up on my front door some years later ... big laughs from both of us...
But this AI-generated code? It's going to be hairballs on hairballs on hairballs. And at some point it's gonna break.
Which leaves us with two possible situations:
Though my bet's on the first case.
Patterns of Application Development Using AI (The Course) http://leanpub.com/courses/leanpub/patterns-of-application-development-using-ai by Obie Fernandez is the featured course on the Leanpub homepage! https://leanpub.com #ai #programming #aiprogramming #courses #career
So I code with ChatGpt/Claude.
First, it's not like ordinary coding.
If you expect to vibe code, you are going to have a very bad time.
Second. The more definitions you give the #AI, the better.
Give parameters what you want to expect.
Third, spec it. Give as much specifications as you can. You want that text window to scroll?
Propose an array or a list structure.
Leave as little to imagination as possible, the thing has very little of it and it will try to please you hard, it will make shit up.
Fourth. Give overall instructions. I usually say something along the lines of "Do not code unless clear instructions are given". Else the thing will launch into code at the first prompt.
Fifth, I used to get it to Pseudocode. Now I just usually say "Restate the problem". Just to make sure the machine understands what it's doing.
Checkpoint. When you have code that works, designated it as "Version X.1" because inevitably the machine will fuck it, esp if you're introducing a notable change.
Seventh, learn #promptengineering, most people have NFI how to use the #LLM esp. if they are naturally hostile towards the tech.
E.g. If I really want the model to pay attention, I will say something like: DIRECTIVE: Blah blah.
Lastly, this should go without saying, the free models suck, pay the broligarch tax for the smarter engine.
It helps if you understand a little how LLMs work, today for example I gave a prompt to just keep latest checkpoint and specs and flush everything else from the session context as it tied itself into knots
There are other tips.
P.S. If this is not your sport, just mute and move on, don't be rude
How to Write a Fast Matrix Multiplication from Scratch with Tensor Cores
Company apologizes after AI support agent invents policy that causes user uproar - On Monday, a developer using the popular AI-powered code editor Cursor not... - https://arstechnica.com/ai/2025/04/cursor-ai-support-bot-invents-fake-policy-and-triggers-user-uproar/ #aidevelopmenttools #machinelearning #aiprogramming #hackernews #chatbot #chatgpt #chatgtp #biz #cursor #reddit #ai
I’m probably one of the few that advocates for 100% Code Coverage.
There may be some justifiable exceptions, but overall it’s just a good practice to avoid something that doesn’t work as expected.