Legacy Web Dependencies And Platform-Level Dependency Management
Sources: 1 • Confidence: Low • Updated: 2026-02-09 16:45
Key takeaways
- Lea Verou contends that incremental improvements will not fix web dependency management and calls for a radical solution involving browser vendors, standards groups, and developers.
- Some people are developing parasocial relationships with their AIs, becoming heavily addicted, and forming communities that reinforce unhealthy behavior.
- AI coding agents may recommend compromised or vulnerable dependencies because their recommendations can come from stale training data that lags vulnerability disclosures.
- Dan Abramov describes the AT Protocol as effectively functioning like a 'social file system' rather than a hypothetical idea.
- Ethan McQ claims a set of Postgres practices has been 'life altering' for him and coworkers, including UUID primary keys, timestamps, restrict-on-delete, schemas, enum tables, soft deletes, status logs, system IDs, and sparing use of views and JSON queries.
Sections
Legacy Web Dependencies And Platform-Level Dependency Management
- Lea Verou contends that incremental improvements will not fix web dependency management and calls for a radical solution involving browser vendors, standards groups, and developers.
- jQuery 4.0 was released as a new major version after nearly 10 years without a major release.
- jQuery still runs on about 71% of all websites.
- Lea Verou argues that the web platform has a dependency management problem because it outsources fundamental dependency functionality to third-party tooling, creating unnecessary trade-offs in code reuse.
Ai Agents Changing Developer Behavior And Open-Source Maintainer Load
- Some people are developing parasocial relationships with their AIs, becoming heavily addicted, and forming communities that reinforce unhealthy behavior.
- AI coding agents can drive addictive usage patterns where developers barely sleep and feel highly productive until human collaboration reveals quality or social costs.
- Maintainers are seeing a massive degradation in the quality of issue reports and pull requests, with many PRs feeling like an insult to reviewers' time.
- When maintainers push back on low-quality contributions, some contributors become agitated because they do not perceive what they did wrong and believe they helped.
Ai-Assisted Dependency Supply-Chain Risk And A Proposed Mitigation Path
- AI coding agents may recommend compromised or vulnerable dependencies because their recommendations can come from stale training data that lags vulnerability disclosures.
- Sonotype Guide is presented as an MCP server that integrates with AI coding assistants to provide dependency recommendations based on live component intelligence rather than frozen training data.
Interoperability Via File-Paradigm Applied To Social Protocols
- Dan Abramov describes the AT Protocol as effectively functioning like a 'social file system' rather than a hypothetical idea.
- Dan Abramov argues that file formats enable many-to-many interoperability between apps because apps can work together without knowing about each other.
Prescriptive Postgres Schema And Data-Lifecycle Conventions
- Ethan McQ claims a set of Postgres practices has been 'life altering' for him and coworkers, including UUID primary keys, timestamps, restrict-on-delete, schemas, enum tables, soft deletes, status logs, system IDs, and sparing use of views and JSON queries.
Watchlist
- Some people are developing parasocial relationships with their AIs, becoming heavily addicted, and forming communities that reinforce unhealthy behavior.
Unknowns
- What is the source and current validity of the claim that jQuery runs on about 71% of websites, and how is 'runs on' defined?
- What breaking changes or migration costs (if any) does jQuery 4.0 introduce for common production setups?
- Across representative open-source repositories, how have PR/issue quality metrics changed over time, and what fraction of low-quality submissions are AI-generated or AI-assisted?
- How common are the described AI-agent-driven addictive usage patterns, and what organizational conditions (role, incentives, review rigor) correlate with them?
- What is the observed rate at which AI coding agents recommend dependencies that are later found vulnerable, and how often is stale training data the cause versus other factors?