SShortSingh.
Back to feed

Why One Developer Uses LLMs Despite Acknowledging Their Critics Are Right

0
·1 views

A developer has published a candid blog post admitting that common criticisms of large language models are valid. The author acknowledges the well-documented shortcomings of LLMs, such as hallucinations, unreliability, and broader concerns raised by skeptics. Despite accepting these critiques, the developer explains they continue to use LLMs in their workflow for practical reasons. The post sparked discussion on Hacker News, drawing 12 comments and 23 upvotes from the tech community. It reflects a growing sentiment among practitioners who pragmatically adopt AI tools while remaining clear-eyed about their limitations.

Read the full story at Hacker News

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer workflow: use public and account model catalogs before configuring AI clients

A developer writing for DEV Community outlines a structured workflow to avoid broken AI gateway configurations caused by hardcoded or outdated model IDs. The approach involves first consulting a public provider catalog such as models.dev to retrieve stable provider keys, base URLs, and expected environment variable names. Next, the developer queries the gateway's live /v1/models endpoint using their own API key to obtain an exact, current list of models accessible to their account. Only after a successful curl test against the chat completions endpoint does the developer proceed to configure IDE tools like Cline or Continue. The method addresses three common failure points: using model IDs not in the account catalog, mismatched provider keys, and stale documentation that no longer reflects the live catalog.

0
ProgrammingDEV Community ·

Dev Teams Turn to CLI Tools Over Postman as CI/CD Pipelines Demand Automation

Software development teams that traditionally relied on GUI-based API clients like Postman are increasingly shifting to command-line interface tools as their workflows move toward scripts and CI/CD pipelines. Manual API testing was becoming a bottleneck as projects scaled, prompting teams to explore CLI-first alternatives. Tools like Apidog CLI allow developers to run API tests directly from the terminal and reuse the same commands across platforms such as GitHub Actions, GitLab CI, and Jenkins. While GUI clients remain useful for exploring APIs and debugging, CLI workflows have proven easier to maintain for repeatable testing and deployment automation. The broader developer community is actively debating which CLI tool best replaces Postman, with teams still evaluating options based on features and integration needs.

0
ProgrammingDEV Community ·

Crunchyroll Suffers 100GB Data Breach via Compromised Telus Employee Account

On March 12, 2026, an attacker gained unauthorized access to Crunchyroll's systems by exploiting a compromised account belonging to a Telus Digital employee who provided outsourced support services to the anime streaming platform. Within approximately 24 hours, before access was revoked, roughly 100GB of sensitive data was exfiltrated, including customer support records, user analytics, subscription details, and potentially payment information. The breach is linked to the earlier Telus Digital security incident reported in early March 2026, highlighting how third-party contractor credentials can serve as an entry point into larger platforms. Security researchers suggest the attacker likely conducted prior reconnaissance, given the speed and volume of the data extraction. As of March 23, 2026, neither Crunchyroll nor its parent company Sony had issued any public statement regarding the incident.

0
ProgrammingDEV Community ·

India Leads World in Offline Population With 684 Million People Without Internet

Despite decades of internet expansion, roughly 37% of the global population — about 2.9 billion people — has never used the internet, according to Statista data. India tops the list of countries with the largest offline populations at 684 million people, followed by China with 336 million, even though China's offline rate is just 24%. The ranking reflects absolute numbers rather than the share of a country's population that lacks access, which is why densely populated nations dominate the list. Pakistan, Nigeria, and Ethiopia also feature prominently, with offline rates of 54%, 55%, and 81% respectively. Experts note that bridging this digital divide remains critical for advancing education, healthcare, and economic opportunity worldwide.

Why One Developer Uses LLMs Despite Acknowledging Their Critics Are Right · ShortSingh