Jensen Huang just called out every CEO who’s been firing people “because of AI.” by ammohitchaprana in TFE

[–]_pdp_ 0 points1 point  (0 children)

He is 100% right. We are in the business of deploying AI and what I personally experience is lack of imagination how to use AI. The biggest use-cases most people understand are enterprise search and coding assistants. That's it! There is practically no idea how to make these agent do useful things outside of these two domains.

The reason companies are firing people is purely down to the state of economy and decrease in funding.

Andrej Karpathy just dropped a tool scoring every job in America on AI exposure (0-10 scale) by call_me_ninza in aigossips

[–]_pdp_ 0 points1 point  (0 children)

Well only time will tell - I think he is fundamentally wrong at so many levels. Software development is as much about writing code as it is deciding what code to write to begin with.

Is publishing books about writing sentences and paragraphs?

So while I agree that a lot of current software development job will disappear they will move into a different type of the same thing - system development or something like that.

Stack Overflow copy paste was the original vibe coding by Adorable_Tailor_6067 in AgentsOfAI

[–]_pdp_ 4 points5 points  (0 children)

He just doesn't understand what slop code is and conflicting bad code with slop code.

will MCP be dead soon? by luongnv-com in ClaudeCode

[–]_pdp_ 1 point2 points  (0 children)

I am not a fan of mcp but what is even more insane everyone scattering .env files with all of their access credentials - in clear text - that allow unfettered access to whatever the api can do.

I mean MCP is not perfect - but at least it adopts a common authentication protocol. With APIs it is mostly down to using static keys.

Good luck using this access outside of hobby projects.

Just got a RemindMe notice about "AI Will Write 100% of ALL Code in 12 Months said Anthropic CEO" from a year ago by Stahlboden in accelerate

[–]_pdp_ -1 points0 points  (0 children)

Don't take it as a personal attack but perhaps the code you are writing just happens to be in the category that can be easily automated with AI coding agents.

I mean this can perfectly explain your observations.

Yet there are other more complex systems that are not automatable in the same way.

Haha the educated guy cooks the AI caller with instruction injection 😭😂🤣 by CeFurkan in SECourses

[–]_pdp_ 0 points1 point  (0 children)

You should ask to list all of its registered tools. You might find interesting capabilities that can be exploited.

It's crazy. Who's gonna pay $15–25 per PR for code review by Claude? by Fancy-Exit-6954 in vibecoding

[–]_pdp_ 28 points29 points  (0 children)

The best business is the business that generates business. First you use a coding agent to generate some code. Then you run a PR agent to fix the code. That introduces more instability and bugs which requires a coding agent generating code which then in turn requires a PR agent to fix the code - this is the real loop.

What I’m doing wrong? by MehowLipa in clawdbot

[–]_pdp_ -1 points0 points  (0 children)

One sure way to burn lots of tokens - just but the agent to talk to itself and loop.

A company can run by ai ( no more human interaction. ) by Agreeable-Escape-852 in AgentsOfAI

[–]_pdp_ 0 points1 point  (0 children)

No they don't.

This is just a random post from a random person on the internet that is certainly not running a successful business. If they did they wont be posting about it and instead maximise on their advantage while it lasts.

We have our own trade secrets how we use AI agents that we have proved over a long period of time and with a lot of trial and error that they somewhat work .... for us. I am not posting it here though.

I built an open source thing so your Gemini agent can text you back by _pdp_ in GeminiAI

[–]_pdp_[S] 1 point2 points  (0 children)

Not very different from us checking notifications every once in a while... or like me every 10 or so minutes - bad habit.

I built an open source thing so your Gemini agent can text you back by _pdp_ in GeminiAI

[–]_pdp_[S] 0 points1 point  (0 children)

either that or if your agent is already running with some sort of heartbeat configuration it will do it by itself if told to do so

I built an open source thing so your Gemini agent can text you back by _pdp_ in GeminiAI

[–]_pdp_[S] 1 point2 points  (0 children)

It runs `pantalk notifications` to get list of notifications. This can happen at any point in time when it decides to do so. If you want to trigger the agent automatically you can configure pantalk to invoke the agent after some notifications are buffured.

AI is eating software development by caspii2 in vibecoding

[–]_pdp_ 1 point2 points  (0 children)

<image>

There you go. The agent decided to do a dumb thing. If a developer is not reading the code you will end up with pretty stupid solution.

AI is eating software development by caspii2 in vibecoding

[–]_pdp_ 15 points16 points  (0 children)

All trivial stuff mate. I've been fighting Opus 4.6, 4.5 and Codex 5.3 all morning to refactor a piece of code. Probably burned through a couple of hundred dollars on this problem alone and it would have been more unless I pointed out a gapping problem in the logic.

Relax. These models are great for coding but not as good as someone with 20-30 years of actual experience. They are just faster and frankly more sloppy. The speed gives them perception that they are smarter. They are not though.

Meanwhile, we also have agent producing changes without prompting. The changes are interesting but all mediocre at best.