frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

It took longer to get the API key

https://algarch.com/blog/the-api-keys-took-longer-than-the-code-why-human-processes-are-the-real-bottleneck-in-ai-development
23•jdalton•22h ago

Comments

jdalton•22h ago
I asked Claude to integrate Google Indexing API. 34 seconds later, it was done. I hadn't even gotten the API keys by then. Crazy time to be alive.
PaulHoule•21h ago
Google is extra bad. 10+ years ago I did a shoot out of several machine learning APIs. All of them were less than 20 minutes to start running queries through, except for Google which took upwards of an hour and trashed every Python runtime on my machine.
Ronsenshi•18h ago
Sounds like we need a Google API which would allow us to create Google API keys so that we can ask LLM to do it.

But then again you would need key for that first API... .

jdalton•16h ago
A centralized API key registry would be cool, but risky as hell.
hooverd•17h ago
I'll give this credit for being good FOMO content marketing.
OutOfHere•17h ago
The article preys on the gullible who are naive enough to think that AI actually writes flawless code. It doesn't.
jdalton•15h ago
I don't think it said it wrote code flawlessly.
quectophoton•15h ago
They might not have said it explicitly, but heavily imply it with:

> 34 seconds later, it was done. Not just a quick hack...proper production-ready code with error handling, logging, environment checks, documentation, the entire implementation. Working, tested, committed to git.

> This wasn't copy-paste from Stack Overflow. This was bespoke, production-ready code tailored to my specific Laravel app, following my existing patterns, with proper security considerations.

And with their proposed "AI-Optimized Process" conspicuously lacking code review, QA, manual approval. Just going straight from prompt to production, with no human supervision after the prompt is written. Otherwise those steps would have been mentioned in the list, the same way "Traditional API Integration Process" mentions them.

At that point might as well add a button to Jira that says "Implement this".

toomuchtodo•15h ago
> At that point might as well add a button to Jira that says "Implement this".

And just like that, people centuries of remediation/refactoring consulting work was created.

jdalton•14h ago
I wouldn't be surprised if Jira offered that in the next 6 months. Wait until AI gets deeper into PM work..scrum could die and I wouldn't shed a tear.
andrewstuart•17h ago
Big clouds - AWS,Google,Azure are so complex that even just getting an API key is painful expert level project that you might give up on.

I prefer smaller companies where you go to account settings and “download API key”.

This pain level is a genuine factor for me in using an big cloud service.

jdalton•15h ago
Oh gosh, don't me started on AWS!
OutOfHere•17h ago
The article is complete nonsense because AI generated code is often buggy, and always needs to be reviewed in detail. Also, the code can only be good if the prompt is good and detailed. All of this takes up a significant amount of time. It would seem that the author is technically incapable of reviewing code, which is why it's not even an afterthought.
jdalton•16h ago
It would seem you're far off.
Leynos•17h ago
This will be the next benchmark suite: how long does it take your model to interactively retrieve an API key.
jdalton•16h ago
It could possibly become that.
viraptor•15h ago
This is going a bit in the wrong direction. You don't need to do it to happen interactively. Models are fine writing terraform code which could handle all of that. But your company / processes have to be ready for that.
bsder•14h ago
So ... why couldn't the AI get the API keys?

Now THAT is a task that I would like AI to deal with for me.

viraptor•14h ago
You don't want to expose the AI to your whole secrets store to do the login. But in a way, it can automate the process itself: https://registry.terraform.io/providers/hashicorp/google/lat...

We still need to use people who know to go that way though and how to make the company enforce it.

jdalton•14h ago
It's sure as heck would make life easier.
zerotolerance•14h ago
The coding time is irrelevant and always has been. Time writing code has never been the high cost or challenge especially so in blue sky / green field development cases like those described in all these articles. And as far as ops processes go, we're already lightyears faster than we were even a decade ago. I could rant about ITIL and these integrated flow fantasies, but even that is a distraction.

The bulk of engineering time is spent engineering (not writing code), researching the right thing to build, reviewing plans with product ownership, considering operating context and constraints, adjusting designs and redeveloping based on learnings. Writing code is the easy part when everyone leaves you alone and you just cook. Those meetings aren't going anywhere because at the end of the day it takes a lot of back and forth to even come up with a relatively stable spec.

I agree that ops automation is important, but its hard to take this article seriously.

jdalton•14h ago
I see those type of meeting just being labeled context gathering in the future.
cadamsdotcom•13h ago
Maybe what is needed is selective gating - some PRs are the type you REALLY have to make sure are reviewed; others can go through a barrage of AI reviews (security, code-quality etc) and the author can merge.

Either human or AI (or both?) needs to be tagging PRs. Perhaps a traffic light system is appropriate? Red - needs close human review; green - AI review only; yellow - unclear / somewhere in the middle.

Using PRs to merge features gives auditability and traceability to which human merged which thing.

As always, it is situational. AI is exposing new shades of grey.

jdalton•13h ago
Agreed.
freeone3000•11h ago
The author lives in a world where nothing has stakes. Where deploying without code review is a process optimization, not something that will break your certification on an audit and potentially the law (claude code doesn’t have a PEng cert). Where deploying a failure means that some users are mildly annoyed, rather than equipment loss and endangering lives.

It’s exactly the same high-churn no-regard-for-the-user that is modern “tech”. I would not use this approach on anything more serious than a SaaS, and I hope nobody else does either.

jdalton•11h ago
I've lived the high stakes life. We can be this crazy passionate about being the HITL but that will eventually change.
throwaway314155•1h ago
I think their example is a toy example but, a good analogy for what is likely to happen as AI is integrated more and more.
thwarted•10h ago
> Not just a quick hack...proper production-ready code with error handling, logging, environment checks, documentation, the entire implementation. Working, tested, committed to git. … This wasn't copy-paste from Stack Overflow. This was bespoke, production-ready code tailored to my specific Laravel app, following my existing patterns, with proper security considerations.

Why does any of this matter if you're barely bothering to look at/review it and you'll probably throw it out if there's a problem with it? If it only takes 34 seconds to generate, the whole thing is disposable and none of these things that are important for maintenance matter. It doesn't matter if it follows your existing patterns because you're not going to maintain it. Documentation doesn't matter, because you're not bothering to configure it or even understand how it works. And you're not going to figure out why it doesn't work, you're just going to ask the LLM to fix the bug or rewrite it for you.

You're trying to sell someone on using the bespoke, shrink-wrapped software generator by pointing out things that don't matter to people who want to use shrink-wrapped software, and do matter to people who are not interested in shrink-wrapped software.

> If you're a developer: Learn to work with AI tools. Not just as a fancy autocomplete, but as a collaborative partner. The developers who figure this out first will have an insurmountable advantage.

I guess if you can get it to generate code that looks like code you wrote, you can gloss over the fact that you didn't actually write it but still put your name next to it because you typed in the prompt. This is ordering food in a restaurant, and calling yourself a chef.

There's definitely utility, for some people in some situations, to be able to order food and have it delivered to them ready to eat. And there's utility to having a personal chef who will provide anything you ask for. But you don't call that cooking.

jdalton•10h ago
I provide AI samples of my work, with context, which it does pretty well.

I have these patterns part of the command so it's no buried deep inside a context window. Claude is great at looking at the entire codebase and following the styles and approaches it comes across.

thwarted•10h ago
That's great. But my point is that the style and approach doesn't matter when you can spend 30 seconds producing something that you'll never have a reason to look at the inside of and you can throw away and regenerate. "Look, it can write code just like yours!" is said as if that's a selling point to use it. Consistency, in style and approach, has been talked about for decades because it's important for the humans who are involved with the code. But using an LLM to generate the code also means no human will ever need to be maintaining it, or at least that's what's really being sold with LLM code generation, so none of the things that are important to humans matter at all.
Cheer2171•9h ago
> But you don't call that cooking.

Software work today is closer to fast food work than it has ever been, even before gen AI. College students graduating from solid CS programs are flipping burgers right now because the job market has collapsed.

I fucking hate it, but what is there to do about it?

7373737373•5h ago
It's the same complete bullshit with getting OAuth credentials, every time, everywhere

I haven't found a single service provider that made that step trivial

If using systems, securely, isn't trivial, then people will use other ways, or not use the system at all.

What a startup does to you. Or: A celebration of new life (2012)

https://longform.asmartbear.com/startup-life/
1•mooreds•6m ago•0 comments

Auth Providers and the Zero Trust Architecture

https://fusionauth.io/articles/security/zero-trust-identity-provider
1•mooreds•7m ago•0 comments

Cheatsheet: Agentic AI Identity Security

https://radar.thecyberhut.com/p/cheatsheet-agentic-ai-identity-security
1•mooreds•7m ago•0 comments

Show HN: My [sci-fi] book, free forever to listen/download

https://archive.org/details/stargazer-steven-pitzl
1•HocusLocus•8m ago•0 comments

How to Solve a NullPointerException Correctly

https://sergiolema.dev/2024/04/15/how-to-solve-a-nullpointerexception-correctly/
1•sergiolema•9m ago•1 comments

Amsterdam's high-stakes experiment to create fair welfare AI

https://www.technologyreview.com/2025/06/11/1118233/amsterdam-fair-welfare-ai-discriminatory-algorithms-failure/
1•sohkamyung•12m ago•0 comments

Single-material electronic skin gives robots the human touch

https://www.cam.ac.uk/stories/robotic-skin
1•geox•13m ago•0 comments

AI Sludge Is Coming to a Feed Near You

https://www.trend-mill.com/p/ai-sludge-is-coming-to-a-feed-near
1•moomoy•13m ago•0 comments

You Should (Not) Meet Your Heroes

https://msgtn.io/heroes
1•msgtn•18m ago•0 comments

From MI350 to MI500: AMD's Bold AI Accelerator Roadmap Through 2027

https://www.storagereview.com/news/from-mi350-to-mi500-amds-bold-ai-accelerator-roadmap-through-2027
1•rbanffy•20m ago•0 comments

Paik: Misanthropy and Narcissism

https://docs.google.com/document/d/1-3q70tJV7A-Y99uGO6bd8Hrx4uE0iZtn-QrIa6wWag8/edit
1•jger15•22m ago•0 comments

Humanity takes its first look at the sun's poles

https://www.space.com/astronomy/sun/humanity-takes-its-1st-look-at-the-suns-poles-this-is-just-the-first-step-of-solar-orbiters-stairway-to-heaven-images
1•benkan•23m ago•1 comments

Google and Meta AI repeated satirical time zone article as fact

https://www.cbc.ca/radio/asithappens/a-satirical-article-said-cape-breton-has-its-own-time-zone-google-and-meta-ai-repeated-it-as-fact-1.7559597
2•andy99•23m ago•0 comments

Meta inks a new geothermal energy deal to support AI

https://www.theverge.com/news/686387/meta-ai-data-center-geothermal-energy-xgs
1•benkan•23m ago•0 comments

Amazon Doubles Prime Video Ads to 6 Minutes per Hour

https://www.adweek.com/media/amazon-doubles-prime-video-ad-load/
2•benkan•23m ago•0 comments

Can Tim Cook stop Apple going the same way as Nokia?

https://www.economist.com/business/2025/06/08/can-tim-cook-stop-apple-going-the-same-way-as-nokia
3•retskrad•24m ago•1 comments

It must be worth it even if it doesn't work (2021)

https://world.hey.com/dhh/it-must-be-worth-it-even-if-it-doesn-t-work-1e7f49fc
1•azhenley•26m ago•0 comments

Coming to Apple OSes: A seamless, secure way to import and export passkeys

https://arstechnica.com/security/2025/06/apple-previews-new-import-export-feature-to-make-passkeys-more-interoperable/
11•01-_-•27m ago•0 comments

Don't Build Multi-Agents

https://cognition.ai/blog/dont-build-multi-agents#applying-the-principles
2•Destiner•28m ago•0 comments

"Yuck": Wikipedia pauses AI summaries after editor revolt

https://arstechnica.com/ai/2025/06/yuck-wikipedia-pauses-ai-summaries-after-editor-revolt/
2•01-_-•28m ago•0 comments

Show HN: Tududi – A Minimalist, Open-Source Task and Project Management Tool

https://github.com/chrisvel/tududi
1•cvicpp123•32m ago•0 comments

We Studied Procrastination on a Scale. Here's What Works

2•MargoRooo•33m ago•2 comments

The Missing Manual for Signals: State Management for Python Developers

https://bui.app/the-missing-manual-for-signals-state-management-for-python-developers/
2•buibuibui•35m ago•0 comments

Apple TV Thread 1.4 Update Coming in TvOS 26 This Fall

https://www.macrumors.com/2025/06/13/tvos-26-beta-thread-1-4-support/
1•tosh•41m ago•0 comments

Spotting Image Differences in Visual Software Testing with AI – InfoQ

https://www.infoq.com/articles/spotting-image-differences-visual-software-testing-ai/
1•rbanffy•44m ago•0 comments

Steam Beta Adds Native Apple Silicon Support for Mac

https://www.macrumors.com/2025/06/13/steam-beta-adds-native-apple-silicon-support/
3•tosh•44m ago•0 comments

Stealth Crossword

https://computerjames.itch.io/stealth-cw
1•TheHideout•44m ago•0 comments

Tools like Cursor hint at where AI-driven user interfaces are going

https://twitter.com/rjs/status/1933468609881202860
2•tosh•44m ago•0 comments

Show HN: TypeScript DSL for expressive AWS SNS filters as type-safe code

https://github.com/HQarroum/sns-filter
1•hqm_•45m ago•0 comments

Evolution of Database Architecture and the Future of Data Management

https://opendocs.ffm.vic.gov.au/main/blog/2025/06/13/modern-data-management-lakehouse/
3•aryonoco•47m ago•0 comments