Show HN: Fosbury – Put ads on autopilot across channels just by dropping a URL
Article URL: https://www.fosbury.ai/ Comments URL: https://news.ycombinator.com/item?id=48609225 Points: 2 # Comments: 0
Article URL: https://www.fosbury.ai/ Comments URL: https://news.ycombinator.com/item?id=48609225 Points: 2 # Comments: 0
Article URL: https://www.getaiso.com/tools/world-cup-ai-challenge Comments URL: https://news.ycombinator.com/item?id=48609132 Points: 3 # Comments: 0
OpenAI has released the "Record & Replay" feature for its Codex app on macOS: users demonstrate a workflow once, Codex converts it into a reusable "skill," and then repeats it on its own. The feature isn't available yet in the EU, the UK, or Switzerland. The article OpenAI's Codex can now watch you work once and repeat the task forever appeared first on The Decoder .

I have been building multiple LLM systems and for our Organization biggest cost savings weren't from prompt-wordsmithing or model switchings. Sharing useful to anyone watching their token bill : 1) JSON → TOON for structured output: JSON was not made for LLMs. well you can implement your own verison that fits for your needs that reduce tokens usage but what worked for us was TOON. TOON cut output our tokens by ~30% same information, way less syntax tax. 2) Full markdown/HTML → condensed markdown
Five surfaces collapsed into one declarative layer. Here's the full story of Materialized Lake Views in Microsoft Fabric - from syntax to the new GA capabilities The post Materialized Lake Views in Microsoft Fabric: When Your Medallion Fits in a SELECT Statement appeared first on Towards Data Science .
launchreel.dev Being a solo founder focused on building products, content creation to evangelize was not easy. Making videos meant taking screen captures, writing captions, converting text to voice overs and assembling them into frames took hours. This being a repetitive exercise, it was becoming a bottleneck. So I built launchreel. How it works: you paste a URL (up to 3, plus up to 6 images/videos). It applies vision apis to extract visual references, text and LLM weaves a story. It writes capt
<!-- SC_OFF --><div class="md"><p>I've been working through the internals of LLM inference and writing up what I learn as an open, in-progress handbook.</p> <p>Just wrapped another chapter on GPU execution and memory internals: why a GPU sits mostly idle during inference, how the memory hierarchy gates throughput, and where the real bottlenecks live. Added mermaid diagrams for the architecture pieces so the flow is easier to follow than a wall of text.</p> <p>It's a personal learning project, st
NYU finance professor Aswath Damodaran believes a potential AI crash would be more painful than the bursting of the dot-com bubble because the industry is building massive amounts of debt-financed physical infrastructure rather than lightweight software. Even if AI succeeds, he sees a problem. The actual business model is to replace entire jobs, with unclear consequences for society. The article NYU finance professor Damodaran warns an AI crash could hit harder than the dot-com bust appeared fir

Article URL: https://quantarena.xyz/ Comments URL: https://news.ycombinator.com/item?id=48608736 Points: 1 # Comments: 0
Article URL: https://en.sedaily.com/technology/2026/06/20/china-outpacing-us-on-ai-why-musk-bought-an-autonomous Comments URL: https://news.ycombinator.com/item?id=48608733 Points: 1 # Comments: 0
The standard term "observer particle" feels passive, misleading, and incomplete. I propose ACTON as a replacement — an active, irreversible physical interaction that permanently stamps non-fungible reality onto the universe. I arrived at this word because I was looking for the point where particles stop being fungible. Protons, neutrons, and electrons are all fungible and essentially recyclable in the universe. An Acton is the moment when these interchangeable particles become part of a unique,
Article URL: https://github.com/dvcoolarun/taste-ai Comments URL: https://news.ycombinator.com/item?id=48608707 Points: 1 # Comments: 0
<p> AI thumbnail generator trained on top-performing thumbnails </p> <p> <a href="https://www.producthunt.com/products/thumbmagic-3?utm_campaign=producthunt-atom-posts-feed&utm_medium=rss-feed&utm_source=producthunt-atom-posts-feed">Discussion</a> | <a href="https://www.producthunt.com/r/p/1176687?app_id=339">Link</a> </p>
Article URL: https://www.forbes.com/sites/tylerroush/2026/06/18/spacex-stock-plunge-wipes-out-600-billion-after-cursor-deal-spooks-investors/ Comments URL: https://news.ycombinator.com/item?id=48608678 Points: 3 # Comments: 1
Article URL: https://www.ft.com/content/16ace46c-aeac-40c9-8598-3c01fa4481cb Comments URL: https://news.ycombinator.com/item?id=48608676 Points: 2 # Comments: 0
Article URL: https://github.com/lelu-auth/lelu Comments URL: https://news.ycombinator.com/item?id=48608657 Points: 2 # Comments: 0
Our weekly science news roundup. ScienceAlert stories are written, fact-checked, and edited by humans, never generated by AI. Don't miss a story, subscribe here.

I observe that the advent of recorded music resembles a Bose-Einstein Condensate. Before recorded music, live performance operated like a fluid, high entropy gas phase. Every performance was a localized, unrepeatable wave function–fundamentally moving and unique each performance. The advent of recording technology acted as a quantum cooling mechanism. It trapped the sound waves into a fixed state, collapsing in infinite fluid variations into a single, frozen, identical format of data. When milli
Article URL: https://github.com/Naveja00/OverReach Comments URL: https://news.ycombinator.com/item?id=48608558 Points: 1 # Comments: 0
<p><em>This is a submission for the <a href="https://dev.to/challenges/june-game-jam-2026-06-03">June Solstice Game Jam</a>.</em></p> <p>I built <strong>Among Liars</strong>, a realtime multiplayer elimination where six humans join a room, but the game secretly adds a seventh player: a <strong>Gemini-powered AI</strong> hiding inside the Spy side.</p> <p>There are two teams:</p> <ul> <li> <strong>Detectives</strong> are trying to expose the hidden AI.</li> <li> <strong>Spies</strong> are trying
Article URL: https://www.servethehome.com/building-a-dense-agentic-ai-cpu-rack-amd-dell-today/ Comments URL: https://news.ycombinator.com/item?id=48608400 Points: 1 # Comments: 1
Article URL: https://geoaxis.ai Comments URL: https://news.ycombinator.com/item?id=48608389 Points: 2 # Comments: 0
<p>GitOps is a way of operating infrastructure and applications where Git is the single source of truth for what should be running, and an automated agent continuously reconciles the actual state of the system to match it. The term was coined by Weaveworks in 2017, but the underlying idea — declarative desired state, version control, automated reconciliation — predates it. What GitOps added was a specific set of practices and a set of tools that made the pattern practical for Kubernetes.</p> <p>
<p>I ran into a memory problem while building a reflective AI product.</p> <p>The easy version of AI memory is tempting:<br> </p> <div class="highlight js-code-highlight"> <pre class="highlight plaintext"><code>Save useful facts about the user. Put them back into the next prompt. Call it memory. </code></pre> </div> <p>That can work for low-risk personalization.</p> <p>It is probably fine if an assistant remembers that a repo uses pnpm, or that a user prefers short answers, or that a team calls
<p>By 2026, the question isn't whether to use an AI coding assistant - it's which one actually fits how you work. The gap between a well-chosen tool and a poorly matched one shows up directly in your output: one makes you faster at real tasks, the other distracts you with confident-sounding hallucinations. This guide cuts through the marketing noise by comparing the leading tools across real TypeScript, Python, Go, and Rust codebases.</p> <h2> Why AI Coding Assistants Took Off in 2026 </h2> <p>T
<p>Exclusive: While recruits will increase headcount for now, broader adoption of AI could lead to jobs cuts in future</p><p>Lloyds Banking Group has launched an AI recruitment drive for 300 tech experts, weeks before its chief executive, Charlie Nunn, unveils a strategic plan for the 261-year old lender.</p><p>The bank said it intended the recruits to work on its use and development of agentic AI by September, referring to autonomous artificial intelligence models that can plan and execute task

<p>We asked people in the US about their customer service battles and hundreds responded on the financial and emotional costs</p><p>Guardian readers from across the US wrote in to tell us about their battles with big companies, and the time, expense and emotional toll exacted by businesses they say are prioritizing the bottom line over all else.</p><p>The top takeaway: people really, really don’t like AI customer service.</p> <a href="https://www.theguardian.com/us-news/2026/jun/20/guardian-read

Article URL: https://www.bbc.co.uk/news/articles/c0eyq7rnn22o Comments URL: https://news.ycombinator.com/item?id=48608173 Points: 4 # Comments: 3
Article URL: https://www.wsj.com/opinion/can-we-the-people-survive-the-ai-revolution-f9154ba1 Comments URL: https://news.ycombinator.com/item?id=48608119 Points: 2 # Comments: 1
Article URL: https://blog.apnic.net/2026/06/19/rethinking-vulnerability-management-in-the-age-of-ai-and-ci-cd/ Comments URL: https://news.ycombinator.com/item?id=48608085 Points: 2 # Comments: 1
The new Siri AI is conversational, omnipresent, and actually helpful.

<p>Does a thought-experiment about US ascendancy in the technology say as much about AI jitters as it does about the reality?</p><p>It’s 2031 and the US and China are about to tear Europe into pieces.</p><p>The US ploughed vast sums into datacentres and the EU did not. China built robots and Europe did not. American companies “restructured” their workflows around AI and fired people, while EU workers went on long lunch breaks and handed over administrative tasks to the AI model Claude.</p> <a hr

Seven AI agents work together like a newsroom. The "Data Journalist Agent" from Oxford and Stanford turns a CSV file into a finished interactive article with graphics, web research, and verifiable source links for 93 percent of all statements. In a reader study, 74 percent preferred the agent's output over the human original. But against elaborately crafted long-form reports, the agent managed a tie. The article Data2Story turns a CSV file into a verified interactive news article using seven AI

Article URL: https://blogr.ai Comments URL: https://news.ycombinator.com/item?id=48607782 Points: 2 # Comments: 1
Article URL: https://rorlikowski.github.io/stepyard/ Comments URL: https://news.ycombinator.com/item?id=48607721 Points: 2 # Comments: 0
Agent-queryable WhatsApp history from an iOS backup — a single Go binary. Runs on Mac and Windows. Comments URL: https://news.ycombinator.com/item?id=48607710 Points: 1 # Comments: 0
I build this self-hostable, PWA-ready fitness tracking app. This is less about the app itself, there are probably dozens of them out there. This is more about me being fascinated about the idea of "personal apps": AI enables us to just build something that perfectly fits our indivual requirements - like a tailor-made suit. None of the apps I know matched my requirements, some of them come with a subscription, some required an account. So I build F1L0. It would even work as a static HTML page wit
Article URL: https://mwi.westpoint.edu/data-center-warfare-defending-the-key-terrain-of-ai-infrastructure/ Comments URL: https://news.ycombinator.com/item?id=48607647 Points: 1 # Comments: 0
We build an end-to-end forecasting workflow with TimeCopilot on a panel of real airline passenger data and a synthetic seasonal series with injected anomalies. We evaluate statistical, foundation, and optional GPU-based models using rolling cross-validation and multiple error metrics. We generate probabilistic forecasts with prediction intervals, visualize future trends, and flag unusual observations. We then explore TimeCopilot's optional LLM agent, which selects a model and explains its predic

<p>Literary magazine will no longer engage in ‘external publishing partnerships’ after Commonwealth prize furore</p><p>The prominent literary magazine Granta will no longer publish the winning entries of the annual Commonwealth short story prize after one of this year’s winners drew widespread accusations of AI use.</p><p>The magazine said it would no longer be involved in “external publishing partnerships” in which it had no editorial control.</p> <a href="https://www.theguardian.com/books/2026
