Remix Takes on Next.js in Battle of the React Frameworks

The JavaScript frameworks Remix and Astro are currently getting a lot of buzz as simpler alternatives to Next.js, the dominant framework of the React era. Of the two upstart frameworks, Remix is more of a direct competitor to Next.js, since they are both based on the React library (Astro is framework-agnostic, so you can use … Read more

How Devs Can Use Postgres Extensions, Including for AI Apps

PostgreSQL (typically called Postgres) is a popular free and open source relational database. It’s attracted a lot of extensions and third-party tools over the years, which has inspired a company called Tembo to build a “Postgres as a Platform” service — a kind of marketplace for Postgres extensions and other tools. The goal is to … Read more

More than an OpenAI Wrapper: Perplexity Pivots to Open Source

The AI search engine Perplexity has been getting a lot of buzz recently as an alternative to ChatGPT. Unlike ChatGPT, Perplexity provides citations by default for the information it delivers. That single feature has become crucial in generative AI, given the ongoing hallucination issue with this technology. Accordingly, Perplexity has become a surprisingly strong player … Read more

AI Engineering in 2023: The LLM Stack and New AI Dev Tools

Using large language models (LLMs) in application development has been one of the biggest trends in technology this year. It began with companies using OpenAI’s proprietary models via its API, but by the end of 2023 there were a plethora of different LLMs to choose from — including open source LLMs that developers can directly … Read more

The State of the Open Web: 3 Takeaways Heading into 2024

In many ways, the open web is the healthiest its been in years: the fediverse now has solid momentum, thanks to continued improvements in Mastodon and (crucially) the promised support of Meta’s Threads; web standards continue to improve (see WebAssembly and Web Components, as just two examples); and non-profit collectives like the Open Web Advocacy … Read more

Project IDX: Google’s New Web and Mobile App Development IDE

Project IDX is an “experimental” Google product for developers, currently in public preview (but there is a waitlist to get into it). The product is somewhat ambiguously described as an “integrated developer experience that features AI features/assistance.” So is it a Cloud IDE? Is it a copilot? Is it something else entirely? To find out, … Read more