AI Content Is Everywhere on Social Media, Especially LinkedIn

ai-content-is-everywhere-on-social-media,-especially-linkedin

Two months ago, we launched our Chrome extension to help combat the rising slop problem on social media. It lets users scan posts on social media as they scroll, flagging AI-generated content so they can make informed decisions about how they spend their attention. Pangram is a research-first company, not just for our industry-leading AI […]

Launch HN: Context.dev (YC S26) – API to get structured data from any website

launch-hn:-context.dev-(yc-s26)-–-api-to-get-structured-data-from-any-website

import ContextDev from ’context.dev’; import { z } from ’zod’; const contextDevClient = new ContextDev({ apiKey: process.env[’CONTEXT_DEV_API_KEY’] }); // Define the exact shape Context.dev should extract from the page. const schema = z.object({ company_name: z.string(), pricing_tiers: z.array( z.object({ tier_name: z.string(), tier_description: z.string(), tier_price: z.number(), tier_currency: z.string(), tier_billing_frequency: z.string(), tier_billing_model: z.enum([’monthly’, ’yearly’, ’one_time’, ’usage_based’]), }) ), […]

A possible future for Damn Interesting

a-possible-future-for-damn-interesting

© 2026 All Rights Reserved. Do not distribute or repurpose this work without written permission from the copyright holder(s). Printed from https://www.damninteresting.com/a-possible-future/ Listen to Podcast Alan Bellows here, founder of Damn Interesting. For the better part of twenty years, I kept this project afloat by working part-time engineering jobs to pay the bills, and spending […]

Show HN: LastShelf – an emergency map of your family’s documents bills& contacts

show-hn:-lastshelf-–-an-emergency-map-of-your-family’s-documents-bills&-contacts

The Problem The hardest moments should not come with a search party. When someone has a medical emergency or dies, families are suddenly asked to find documents, call the right people, access accounts, understand insurance, and keep important bills paid. LastShelf helps you do the loving thing ahead of time: leave them a clear path.

TLS certificates for internal services done right

tls-certificates-for-internal-services-done-right

Title is a bit clickbait-y — YMMV, but let me explain why I think “this is the way”. Let’s start with a simple example — we have a server which hosts bunch of HTTP services. Some of those services are external, others internal. In order to reach the internal ones you need to be connected […]

PostHog Open Sourced

posthog-open-sourced

Docs – Community – Roadmap – Why PostHog? – Changelog – Bug reports PostHog is an all-in-one, open source platform for building successful products PostHog provides every tool you need to build a successful product including: Product Analytics: Autocapture or manually instrument event-based analytics to understand user behavior and analyze data with visualization or SQL. […]

Introducing Muse Spark 1.1

introducing-muse-spark-1.1

Today, we’re excited to introduce Muse Spark 1.1, the latest model from Meta Superintelligence Labs and a significant upgrade from Muse Spark. Muse Spark 1.1 is a multimodal reasoning model built for agentic tasks, with major gains in tool and computer use, coding, and multimodal understanding. With these improvements, Muse Spark 1.1 advances the performance-efficiency […]

The glass backbone: Why the Army’s logistics will break in the next war

the-glass-backbone:-why-the-army’s-logistics-will-break-in-the-next-war

The United States Army spent the last two decades optimizing sustainment for permissive environments defined by uncontested supply lines, contractor support, and static forward operating bases. As the National Defense Strategy shifts toward strategic competition and multidomain operations, however, this efficiency-driven model has become a liability. In large-scale combat operations, victory will depend less on […]

Show HN: FableCut – A browser video editor AI agents can drive (zero deps)

show-hn:-fablecut-–-a-browser-video-editor-ai-agents-can-drive-(zero-deps)

A browser video editor that AI agents can drive. FableCut is a Premiere-style non-linear video editor that runs entirely in your browser — and exposes its whole timeline as one JSON document. Edit it by hand, from the UI, or let an AI agent (Claude Code, Claude Desktop, or anything that speaks MCP/REST) cut your […]