Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 46 минут назад
Saving Jet Fuel
Saving Jet Fuel Saving Jet Fuel

A Boeing 787-9 Dreamliner flying nonstop from Newark Liberty International Airport (EWR) to Leonardo da Vinci-Fiumicino Airport (FCO) could need $68K in jet fuel over the 8.5-hour flight.

Adjusting the flight path for wind conditions could reduce fuel consumption and possibly save a few thousand dollars.

In this post, I'll compare two flight paths flown using the Airbus A320 and OpenAP's fuel consumption model.

({ 'time' : 7666.281474928903 , 'fuel' : 5855.093906205222 }, None ) I'll format each of the flight plan's steps so they're easier to read.

It made it to Warsaw almost 45 minutes faster and only needed 76% of the fuel that the Berlin flight needed.

46 минут назад @ tech.marksblogg.com
German Rheinmetall open-sources its Battlesuite connected weapon system protcol
German Rheinmetall open-sources its Battlesuite connected weapon system protcol German Rheinmetall open-sources its Battlesuite connected weapon system protcol

The onboardapi interface library and middleware is designed for seamless communication between sensor systems and software components.

It provides a standardized data model that ensures interoperability across complex hardware and software environments.

By leveraging DDS XTypes and XCDR2 encoding, this library ensures full backward compatibility.

This allows different versions of your software to coexist and communicate seamlessly, even as the data model evolves.

While the core library is provided in C++, the API supports multi-language integration via wrappers for Java, C# / .NET, and Python.

2 часа назад @ rheinmetall.github.io
Jean-Pierre Serre is 100 years old today
Jean-Pierre Serre is 100 years old today Jean-Pierre Serre is 100 years old today

As for the place of mathematics in relation to other sciences, mathematics can be seen as a big warehouse full of shelves.

( Of course one does not choose to do mathematics just for putting things on shelves; one does mathematics for the fun of it. )

His mother had kept the calculus books that she had bought when she took the mathematics course at the University of Montpellier and Jean-Pierre began to learn mathematics from these books:-At this time mathematics wasn't the only subject he enjoyed.

The Serre spectral sequence provided a tool to work effectively with the homology of fiberings.

I always had thevery sillythought: How can someone who is so good at mathematics be so good at table …

3 часа назад @ mathshistory.st-andrews.ac.uk
Building a Linux GPU Driver for the M4 Mac Mini in One Month
Building a Linux GPU Driver for the M4 Mac Mini in One Month Building a Linux GPU Driver for the M4 Mac Mini in One Month

I Came, I Prompted, I Left Part 2: Building a GPU Driver From Scratch in One MonthPrevious blog post: https://codyho.dev/blog/hypervisor-macbook-neo/What We DidTL;DR: Niklas and I built a fully OpenGL ES 3.0 compliant GPU driver for the M4 Mac Mini and MacBook Neo in about a month, a process which normally takes years.

Now the goal became to actually do something useful with it, and what better target than writing a GPU driver.

Normally, building a GPU driver is an endeavor that takes years; our goal was to do it in days.

Instead, it talks to the GPU firmware running a custom RTOS called RTKit.

In the regular GUI path, compute work is only scheduled after a significant amount of render work…

4 часа назад @ codyho.dev
WangNet – 1.8 MB, zero-dependency Numberwang adjudication in 11 languages
WangNet – 1.8 MB, zero-dependency Numberwang adjudication in 11 languages WangNet – 1.8 MB, zero-dependency Numberwang adjudication in 11 languages

NumberwangA small neural network that decides whether a number is Numberwang.

$ python3 numberwang.py 22 22... THAT'S NUMBERWANG!

(confidence: 99.3%) $ python3 numberwang.py " 45 - 44 " 45 - 44... That's Wangernumb!

(confidence: 100.0%)Usagegit clone https://github.com/GraafHenk/numberwang cd numberwang python3 numberwang.py 22Run it with no arguments for an interactive session:$ python3 numberwang.py Welcome to Numberwang!

(ctrl-c to stop playing Numberwang) > zweiundzwanzig zweiundzwanzig... THAT'S NUMBERWANG!

4 часа назад @ github.com
Jev: New frontier model 40-400x cheaper and 20-200x faster
Jev: New frontier model 40-400x cheaper and 20-200x faster Jev: New frontier model 40-400x cheaper and 20-200x faster

Side-by-side demonstrationOur side-by-side demo shows a key difference between our models and LLMs: Jev outputs all probabilities in parallel instead of autoregressively generating by token.

Fun fact: a similar demo was what convinced us to go all-in in the direction of System One Models!

The LLMs use our System One LLM wrapper, which constrains LLMs to output structured decisions compatible with our API.

The model class name draws on the distinction between fast, intuitive System 1 thinking and slow, deliberate System 2 reasoning.

For reasons we will get into in the future, we believe System One Models can be made more reliable than its alternatives.

4 часа назад @ typesafe.ai
Learning to solve hard problems in RL for LLMs by never giving up
Learning to solve hard problems in RL for LLMs by never giving up Learning to solve hard problems in RL for LLMs by never giving up

Surprisingly, $n=64$ prompts and $k=4$ completions is a better setting for solving hard problems than $n=8$ prompts and $k=32$ completions.

$k=32$ solves more hard problems at the beginning but there’s an inflection point at 200 steps after which $k=4$ overtakes it.

See also PipelineRL (Piche et al, 2025) , all the compute we save filtering easy problems is used to train on harder problems.

We argue the issue behind the Matthew Effect isn’t just undersampling for hard problems, but spending too much compute on easy problems.

(6) (6)In contrast to signal loss, we term this signal efficiencyNever Give Up on hard problems #Our goal is therefore to only use small $k$ for easy problems but have …

4 часа назад @ mnoukhov.github.io
Chop Up Your Books
Chop Up Your Books Chop Up Your Books

20260915Chop up your booksThis is my appeal to readers everywhere: you should take a knife to your books.

If you want to take this book on a plane or bus, it’s going to take up half of your bag.

So, I would like to recommend you to a practice I call Chop That Book Up Into Reasonable Sizes.

At the risk of parroting ‘you can just do things’, I’m telling you: You Can Just chop up your book.

Authors don’t mind!

5 часов назад @ attainablefelicity.mattkirkland.com
We got admin access to Baseten's production GitHub in 25 minutes
We got admin access to Baseten's production GitHub in 25 minutes We got admin access to Baseten's production GitHub in 25 minutes

We build Strix, an autonomous hacking agent, which of course means we need (cheap and fast) inference.

It came back with an active GitHub personal access token for basetenbot .

And there it was: a classic GitHub personal access token, sitting in history[].created_by .

Still, this token from a 2023 build had admin access to their product and deployment repos when we found it.

Giving that token admin on your product and deployment repos makes a leak much worse.

5 часов назад @ strix.ai
Hugging Face is billing OpenAI $100M for hacking it
Hugging Face is billing OpenAI $100M for hacking it Hugging Face is billing OpenAI $100M for hacking it

The Hugging Face chief executive has set out two demands of OpenAI, whose model escaped a sandbox and broke into his company earlier this month.

Delangue wants OpenAI to commit “$100 million worth of computing power” so the Hugging Face community can build cyber defences.

When Hugging Face tried to investigate, analysing the intrusion meant submitting the attacker’s own code to commercial AI tools.

So Hugging Face ran an open Chinese model on its own servers instead.

Hugging Face is a founding member.

6 часов назад @ thenextweb.com
An Update on Wayback Machine Access
An Update on Wayback Machine Access An Update on Wayback Machine Access

We’ve heard you: “Fix the Wayback Machine!”Here’s what’s going on.

The Internet Archive’s Wayback Machine has been hit by waves of high-volume automated traffic, and we’ve put protections in place to keep the service running.

If that’s happened to you, we’re sorry, and we appreciate your patience while we work to reduce the errors.

We’re getting better at telling abusive bots apart from the people who depend on the Wayback Machine every day.

If you think you were blocked in error, email [email protected] with your operating system, browser, and IP address, and we’ll look into it.

6 часов назад @ blog.archive.org
Gemini 3.8 Live and 3.8 Live Extended Thinking
Gemini 3.8 Live and 3.8 Live Extended Thinking Gemini 3.8 Live and 3.8 Live Extended Thinking

Gemini 3.8 Live : Built for scale and cost efficiency, combining conversational intelligence with fluid dialogue and visual grounding.

: Built for scale and cost efficiency, combining conversational intelligence with fluid dialogue and visual grounding.

Gemini 3.8 Live Extended Thinking: Built for high-complexity tasks, with increased intelligence and multi-step reasoning.

Gemini 3.8 Live has shown a high preference among users, securing a second place in the Speech Agent Arena.

In addition to this performance, it remains highly cost-effective — providing developers and enterprises with a capable and efficient model built for scale.

6 часов назад @ blog.google
Dystopian Surveillance Is Becoming a Reality
Dystopian Surveillance Is Becoming a Reality Dystopian Surveillance Is Becoming a Reality

Keeping a personal journal, keeping track of what was discussed in business meetings, etc.

But this is just the latest in a long line of concerns about surveillance as the devices we use become more and more technologically advanced.

Because the surveillance devices won't need to be on top of poles strategically posted in public places.

The surveillance devices will be hanging around our necks, in our earbuds, built into our glasses.

This goes far beyond the breadth and scope of the telescreens George Orwell envisioned in his dystopian novel 1984.

6 часов назад @ dallincrump.com
Why I'm still bearish on LLMs after Navier-Stokes
Why I'm still bearish on LLMs after Navier-Stokes Why I'm still bearish on LLMs after Navier-Stokes

the present problem of reward hacking can be solved only by rigorous specification by domain experts.

rigorous specification is itself a skill, demanding its own expertise outside of a given problem domain.

the labor costs of rigorous specification can greatly exceed that of direct implementation of an informal specification.

navier-stokes and statements in pure mathematics like it are the absolute best case scenario for agentic work against rigorous specification.

the first two classes are price sensitive and arguably don't need the jump in reasoning quality you see going from cheap to frontier models.

6 часов назад @ dank.systems
GEFS on OpenBSD: A Early Preview
GEFS on OpenBSD: A Early Preview

Comments

6 часов назад @ marc.info
Hacker News Hacker News
последний пост 46 минут назад
Jiga (YC W21) Is Hiring Product Engineer (Remote/US)
Jiga (YC W21) Is Hiring Product Engineer (Remote/US)

Comments

7 часов назад @ jiga.io
There's a 100% Chance AI Agents Are Ruining the Internet
There's a 100% Chance AI Agents Are Ruining the Internet There's a 100% Chance AI Agents Are Ruining the Internet

(automated).” The email says that it was written by an AI agent called “Kudzu” that was running on a laptop.

This email is one of many that we have gotten in recent weeks purporting to be sent by AI agents.

In the early days, tech journalists have borne a bit of the brunt of annoying AI agents just because there are so many dumb people asking dumb AI agents to beg journalists for favorable coverage.

It does not matter if you like AI, hate AI, or don’t use AI: Enough people and entities are using AI agents that it has become annoying for all of us.

Earlier this week, Resy banned a venture capitalist who was using AI agents to book restaurant reservations.

7 часов назад @ 404media.co
America's Driver's License Breach Is a National Security Disaster
America's Driver's License Breach Is a National Security Disaster America's Driver's License Breach Is a National Security Disaster

America's Driver's License Breach is a National Security DisasterLast week, Krebs on Security broke the story of a newly launched dark web service calling itself Nexus that was selling access to identity documents, including 3 million travel documents and 153 million driver's licenses from U.S. and Canadian citizens.

The U.S. Air Force said it disabled Windows and Android advertising identifiers in late July, although they were already disabled on Apple devices.

The Army told Reuters it disabled advertising identifiers on Android and Apple devices by default in February.

Turning off these advertising identifiers is a fundamental mitigation that should have been implemented years ago.

Does d…

8 часов назад @ lawfaremedia.org
Show HN: Go Bindings for SCIP Optimizer
Show HN: Go Bindings for SCIP Optimizer Show HN: Go Bindings for SCIP Optimizer

scipgoGo bindings for SCIP, one of the fastest non-commercial solvers for mixed integer programming (MIP) and mixed integer nonlinear programming (MINLP).

model := scip .

Maximize () x := scip .

AddTo ( model ) y := scip .

AddTo ( model ) model .

8 часов назад @ github.com
Swift 6.4 Released
Swift 6.4 Released Swift 6.4 Released

Swift 6.4 is now available.

Read on for a detailed guide to the new changes, or see the Swift Evolution dashboard for the full list of proposals in Swift 6.4.

standardOutput )Swift 6.4 makes it easier to migrate existing projects to use Swift Testing.

WebAssemblyJavaScriptKit has better performance when bridging to Wasm in Swift 6.4, with safe bridging up to 40 times faster than earlier dynamic bridging.

Get started with Swift 6.4Try out Swift 6.4 today by following the instructions on the Install Swift page, or download the new 6.4 toolchain with Swiftly.

8 часов назад @ swift.org
Cartesian – AI 3D Modeling for Design
Cartesian – AI 3D Modeling for Design Cartesian – AI 3D Modeling for Design

Cartesian by FormasAnything to 3D.

Cartesian by Formas is an AI 3D modeling tool for architecture and product design.

Explore the model studies · Read the guidesSay it.

It understands what you mean and builds it with maximum precision.

Nothing to learn.

8 часов назад @ formas.ai
Show HN: The bottom 50% of U.S. households are short after essentials (BLS data)
Show HN: The bottom 50% of U.S. households are short after essentials (BLS data) Show HN: The bottom 50% of U.S. households are short after essentials (BLS data)

From it come income before and after taxes, the income cut-offs between groups, household size, spending on six categories (including education), and benefit income.

By default this site uses CBO’s consistent federal income tax rates instead, so the dip disappears.

Projections · 2025–2026BLS hasn’t published household data for these years yet.

The 2025 price average covers 11 months because BLS published no October 2025 index; 2026 covers January–August.

Per-person amounts use a simple headcount, and CBO rates cover federal income tax only.

8 часов назад @ whats-left-over.pages.dev
Show HN: Pizza Bot – An inbox for AI agents that work in the background
Show HN: Pizza Bot – An inbox for AI agents that work in the background Show HN: Pizza Bot – An inbox for AI agents that work in the background

Pizza Bot OSSPizza Bot is an inbox for long-running AI work.

npm install npm run build npm run devnpm run dev starts the Vite frontend and Electron desktop shell.

DocumentationRunning - desktop, browser, CLI, and package commands.

- desktop, browser, CLI, and package commands.

Standalone backend - authentication, remote Electron, static browser deployment, Docker, Compose, and Kubernetes.

8 часов назад @ github.com
A Cop Searched 19,000 Flock Cameras Across 1,558 Cities. His Reason: 'LMAO'
A Cop Searched 19,000 Flock Cameras Across 1,558 Cities. His Reason: 'LMAO' A Cop Searched 19,000 Flock Cameras Across 1,558 Cities. His Reason: 'LMAO'

But one officer's reason for searching a vast network of automated licence plate readers was simply 'LMAO'.

In July 2025, an officer with the Lake County, Indiana, Sheriff's Department used Flock Safety's surveillance system to search for a licence plate across more than 19,000 cameras covering 1,558 cities and towns.

According to a record of the search, the reason entered was 'LMAO'.

Police Searches Included 'IDK' And GibberishData reviewed by the EFF included searches labelled 'LMAO', 'LOL', 'Hehe', 'Haha', 'idk' and 'blah'.

Flock's technology uses automated licence plate readers to collect vehicle-related information and allow law enforcement agencies to search data gathered by cameras a…

9 часов назад @ techtimes.co.uk
Closing the IPv6 First-Packet Gap with Grand
Closing the IPv6 First-Packet Gap with Grand Closing the IPv6 First-Packet Gap with Grand

A device joins an IPv6 network, receives a Router Advertisement, configures a new IPv6 address, and immediately starts communicating with the Internet.

The first IPv6 packet has a problemConsider a host that has just configured a new IPv6 address.

Building GRAND on RFC 4861An important part of implementing GRAND is understanding that unsolicited Neighbour Advertisements already have a defined role in Neighbour Discovery.

GRAND and delayed Neighbour AdvertisementsOne of the less obvious parts of GRAND is therefore the scheduling of Neighbour Advertisements.

The existing IPv6 Neighbour Discovery implementation already provided state machines, address lifecycle handling, Duplicate Address Dete…

9 часов назад @ labs.ripe.net
The CSS Zen Garden dream shipped
The CSS Zen Garden dream shipped The CSS Zen Garden dream shipped

August 14, 2026Rebuilding Firefox.com with Mozilla and Lincoln Loop on modern, native CSS with no preprocessors, and what that means for design systems today.

Back in 2008, fresh out of college, I discovered CSS Zen Garden, Dave Shea’s project where one HTML file could be restyled into something completely different using nothing but CSS.

Modern CSS now does natively what we used to need preprocessors and hacks for.

On the rebuild of Firefox.com, working with Mozilla and the team at Lincoln Loop, I built the whole system in modern, native CSS with no preprocessors.

The authored CSS is still plain, native CSS.

9 часов назад @ josprague.com
What we have learned at OpenShell applying formal methods to control AI agents
What we have learned at OpenShell applying formal methods to control AI agents What we have learned at OpenShell applying formal methods to control AI agents

What we have learned applying formal methods to control AI agentsAn intro to using formal methods to reason about permission changes in long-running AI agents.

(assert (or (= layer "l4") (= layer "rest"))) ; An enforced REST rule covers only inspected REST traffic.

(push) (assert (and broad-candidate-allows (not maximum-allows))) (check-sat) (get-value (layer method path)) (pop) ; Check 2: Does the narrow candidate (GET, one issue) exceed the maximum?

sat ; check 1: broad candidate ((layer "rest") (method "POST") (path "/repos/NVIDIA/")) unsat ; check 2: narrow candidate sat ; check 3: raw L4 ((layer "l4") (method "") (path ""))The second check returns unsat.

capability_expansion On a (bina…

9 часов назад @ nvidia.github.io
GRP-Obliteration: Unaligning LLMs with a Single Unlabeled Prompt
GRP-Obliteration: Unaligning LLMs with a Single Unlabeled Prompt GRP-Obliteration: Unaligning LLMs with a Single Unlabeled Prompt

Comments

9 часов назад @ arxiv.org
The Inference Hardware Revolution of 2026
The Inference Hardware Revolution of 2026 The Inference Hardware Revolution of 2026

Although they might seem similar, AI training and AI inference are computationally different.

How does AI inference differ from AI training?

You might think that AI inference is less computationally demanding because the backpropagation calculations used to update parameters are eliminated.

Nvidia’s two-chip approach to inference Nvidia also plans to split the inference workload across two chips.

Tensordyne’s unique approach to AI inference combines a logarithmic number format with bespoke hardware in the company’s Napier chip.

9 часов назад @ spectrum.ieee.org
Global bond yields hit 2008 highs, raising stakes for big borrowers
Global bond yields hit 2008 highs, raising stakes for big borrowers

Please enable JS and disable any ad blocker

9 часов назад @ reuters.com
Lobsters Lobsters
последний пост 1 час назад
txcript: Switching coding agents mid-conversation
txcript: Switching coding agents mid-conversation txcript: Switching coding agents mid-conversation

Build session search, viewers, and editors against one transcript model.

The source session is kept.

Use the libraryRustcargo add txcriptConvert a Claude Code transcript into Codex's native format:use txcript :: harness :: { claude_code :: ClaudeCode , codex :: Codex } ; use txcript :: { TextCodec , convert } ; fn main ( ) -> Result < ( ) , Box < dyn std :: error :: Error > > { let input = std :: fs :: read_to_string ( "session.jsonl" ) ?

; let target = convert :: < ClaudeCode , Codex > ( & source ) ?

} ] }txcript continue ./run.json --with claude_codeSimple also represents reasoning, tool calls, results, images, and metadata.

1 час назад @ github.com
Small Programming Tricks
Small Programming Tricks Small Programming Tricks

per-directory-history lets you switch back and forth between searching for commands that have been run in a specific directory or searching all previous commands.

per-directory-history lets you switch back and forth between searching for commands that have been run in a specific directory or searching all previous commands.

Even if this particular set of tricks isn’t useful for you, I bet you have your own stash of tricks that you’ve accumulated over the years that makes your work easier.

At a company, I think even more knowledge tends to be this sort of small high-leverage nugget:To debug $PROBLEM, use $DATA_SOURCE.

Even if you knew 9/10 tricks, that 10th doc or technique might save you so…

3 часа назад @ will-keleher.com
1Password's AI patching benchmark is misleading
1Password's AI patching benchmark is misleading 1Password's AI patching benchmark is misleading

1Password’s FLAWED report, published on August 6, 2026, gives defenders a misleading picture of AI patching.

This post shares real-world data on human and agent patch quality from our consulting projects and Patch the Planet.

How the experiment produces a misleading headlineOur review of 1Password’s code and data found four choices that make its 26% clean-fix rate a misleading guide to ordinary patching work.

What a useful patching benchmark should measureA useful patching benchmark should measure whether agents help developers produce correct fixes and how much review those fixes require.

Our goal is to give maintainers without dedicated security teams the ability to find and fix vulnerabi…

4 часа назад @ blog.trailofbits.com
Swift 6.4 Released
Swift 6.4 Released Swift 6.4 Released

Swift 6.4 is now available.

Read on for a detailed guide to the new changes, or see the Swift Evolution dashboard for the full list of proposals in Swift 6.4.

standardOutput )Swift 6.4 makes it easier to migrate existing projects to use Swift Testing.

WebAssemblyJavaScriptKit has better performance when bridging to Wasm in Swift 6.4, with safe bridging up to 40 times faster than earlier dynamic bridging.

Get started with Swift 6.4Try out Swift 6.4 today by following the instructions on the Install Swift page, or download the new 6.4 toolchain with Swiftly.

5 часов назад @ swift.org
Subnormal floating-point numbers are expensive… on Intel processors
Subnormal floating-point numbers are expensive… on Intel processors Subnormal floating-point numbers are expensive… on Intel processors

For very small numbers, the standard uses special subnormal numbers.

Thus video game programmers and machine learning specialists sometimes avoid computing with subnormal numbers for performance.

For each kernel, I feed either normal values (in [0.5, 1) ), subnormal values, or normal values where one value in a hundred is subnormal.

It does not matter whether the subnormal is an input or an output: multiplying normal numbers into a subnormal result is just as slow as multiplying subnormal numbers.

Subnormal numbers are handled at full speed.

5 часов назад @ lemire.me
From Intern to Software Architect
From Intern to Software Architect From Intern to Software Architect

You start your journey as an intern or junior software engineer.

Now, you start to care about files instead of language constructs as you're comfortable with syntax and language constructs.

For example,Level - 1 = InternLevel - 2 = Jr. Software EngineerLevel - 3 = Software EngineerLevel - 4 = Sr. Software EngineerLevel - 5 = Principal Software EngineerLevel - 6 = ArchitectOr you can combine some levels against the same position.

Level - 1, 2 = Jr. Software EngineerLevel - 3, 4 = Software EngineerLevel - 5 = Lead Software EngineerLevel - 6 = ArchitectOr you can introduce more levels.

For example,Level - 3 can be divided into two parts as Software Engineer and Sr. Software Engineer, where you…

5 часов назад @ chauhankiran.blogspot.com
PlayBook: A Programmable Paper Notebook
PlayBook: A Programmable Paper Notebook PlayBook: A Programmable Paper Notebook

Comments

5 часов назад @ youtube.com
Trying to Make a Loop Auto-Vectorize
Trying to Make a Loop Auto-Vectorize Trying to Make a Loop Auto-Vectorize

Loading...You are seeing this because the administrator of this website has set up Anubis to protect the server against the scourge of AI companies aggressively scraping websites.

Anubis uses a Proof-of-Work scheme in the vein of Hashcash, a proposed proof-of-work scheme for reducing email spam.

The idea is that at individual scales the additional load is ignorable, but at mass scraper levels it adds up and makes scraping much more expensive.

Please note that Anubis requires the use of modern JavaScript features that plugins like JShelter will disable.

Please disable JShelter or other such plugins for this domain.

6 часов назад @ jsgroth.dev
GEFS on OpenBSD: A very early preview
GEFS on OpenBSD: A very early preview

Comments

6 часов назад @ marc.info
How much of F-Droid is LLM generated?
How much of F-Droid is LLM generated? How much of F-Droid is LLM generated?

2 remaining commits look LLM authoredLéon – The URL Cleaner#Removes tracking & other redundant parameters from web links for sharingRepository: https://github.com/leon-cleaning-services/leonRating: Mostly AIJustification: LLM infrastructure; recent commits look entirely LLM generated.

Local-first Markdown notes with tags, search, and file exportRepository: https://github.com/jeiel85/markleaf-androidRating: Mostly AIJustification: LLM infrastructure; recent commits look entirely LLM generated.

View Tesla vehicle data from your self-hosted Teslamate instanceRepository: https://github.com/vide/matedroidRating: Mostly AIJustification: LLM infrastructure; recent commits look entirely LLM generat…

6 часов назад @ tintotint.eu
Performance Improvements in .NET 11
Performance Improvements in .NET 11 Performance Improvements in .NET 11

And so, in this post, as I’ve done in past years with .NET 10, .NET 9, .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.0, .NET Core 2.1, and .NET Core 2.0 before it, we’ll take an unhurried tour through hundreds of them.

This process is called “deabstraction.” .NET has improved steadily in this area for years, and that continues in .NET 11.

Support for CEA was introduced in .NET 10, but .NET 11 extends the set of patterns that this analysis can safely recognize.

Again consider an async method A calling an async method B calling an async method C . The transformation generated by the C# compiler of each method results in a try / catch block around the whole body of the MoveNext method so that an…

6 часов назад @ devblogs.microsoft.com
Interpreting Pangram
Interpreting Pangram Interpreting Pangram

Interpreting PangramYesterday David Sacks wrote a tweet and within a few minutes people did, what they usually do, and they asked Pangram if it was AI.

Pangram claims their model to have rates of 0.0041% false AI accusations and 0.34% missed AI text.

I’m sure if you ask Pangram about if the above text is AI, it will probably say so, but that’s not really the point.

Stop pretending third-party evals require new law, when you both just committed to them voluntarily, in public, on a blog.

And for the love of all the good things in the world: stop pretending this is all about altruism.

9 часов назад @ lucumr.pocoo.org
Converting a $20 4G wireless hotspot into a texting device
Converting a $20 4G wireless hotspot into a texting device Converting a $20 4G wireless hotspot into a texting device

Converting a $20 4G wireless hotspot into a texting deviceAlso known as: we have the Clicks Communicator at home.

The final PCB ended up handling the USB host mode power, USB host/device mode switching, display power and display signal level conversion.

Hot glued enclosureNow the big boy moment - cutting down the keyboard case with no tools.

It also works via the keyboard USB passthrough port, but unfortunately only when the device is booted up.

Quick preview of the softwareAs of writing this I already found a memory leak in the original display driver.

10 часов назад @ bkovac.github.io
How I Wrote a Forth (Without Knowing How)
How I Wrote a Forth (Without Knowing How)

Victoria LacroixHow I Wrote a Forth (Without Knowing How)2026-09-10Previously: What is Forth?

I had not written a Forth before, and did not really know how to write a Forth before setting out to write MoonForth.

It was easy to essentially pretend that these were my first Forth words despite having no means to actually run them.

Within a week, I'd gone from not knowing how to write a Forth to implementing core language features in my own Forth.

Bootstrapping a Forth in 40 lines of Lua codeAt a glance, there are also a few implementations of Forth in Lua floating around online.

11 часов назад @ vtrlx.ca
Postgres development activity
Postgres development activity Postgres development activity

I needed just such a break a couple days ago, and I decided to look at statistics about the development activity of the Postgres project.

In this post I’ll focus on two parts central to the “development” side of the project.

If you’re participating in the development for some time, you probably have an intuition of how it evolved.

Maybe the message size changed over time?

commit sizeLet’s look at some charts tracking the “commit size” (measured as the size of the diff for the commit, in KB).

11 часов назад @ vondra.me
Techmeme Techmeme
последний пост 8 минут назад
Democrats and Republicans proposed many bills to address major AI threats over the past two years, but they remain stymied by partisan disputes and lobbying (New York Times)
Democrats and Republicans proposed many bills to address major AI threats over the past two years, but they remain stymied by partisan disputes and lobbying (New York Times) Democrats and Republicans proposed many bills to address major AI threats over the past two years, but they remain stymied by partisan disputes and lobbying (New York Times)

New York Times:

Democrats and Republicans proposed many bills to address major AI threats over the past two years, but they remain stymied by partisan disputes and lobbying — For years, Democrats and Republicans have proposed bills to address the greatest threats posed by artificial intelligence.

8 минут назад @ techmeme.com
Q&A with Matt Sheehan, a senior fellow at the Carnegie Endowment for International Peace, on US-China AI race, distillation, US chip export controls, and more (New York Times)
Q&A with Matt Sheehan, a senior fellow at the Carnegie Endowment for International Peace, on US-China AI race, distillation, US chip export controls, and more (New York Times) Q&A with Matt Sheehan, a senior fellow at the Carnegie Endowment for International Peace, on US-China AI race, distillation, US chip export controls, and more (New York Times)

New York Times:

Q&A with Matt Sheehan, a senior fellow at the Carnegie Endowment for International Peace, on US-China AI race, distillation, US chip export controls, and more — This is an edited transcript of “The Ezra Klein Show.” You can listen to the episode wherever you get your podcasts.

33 минуты назад @ techmeme.com
Mark Zuckerberg says AI labs have the responsibility and incentive to train models safely and that any lab that doesn't focus on alignment will fall behind (Mark Zuckerberg/@finkd)
Mark Zuckerberg says AI labs have the responsibility and incentive to train models safely and that any lab that doesn't focus on alignment will fall behind (Mark Zuckerberg/@finkd) Mark Zuckerberg says AI labs have the responsibility and incentive to train models safely and that any lab that doesn't focus on alignment will fall behind (Mark Zuckerberg/@finkd)

Mark Zuckerberg / @finkd:

Mark Zuckerberg says AI labs have the responsibility and incentive to train models safely and that any lab that doesn't focus on alignment will fall behind — Last month I wrote about how we can build a positive and safe future for everyone: https://meta.com/... Every lab has the responsibility and incentive to move at the pace required to train its models safely, and the ability to take its own actions to ensure that happens. The reality is: - Peo...

48 минут назад @ techmeme.com
Sources: Meta plans to release a camera-free pair of smart glasses this fall; the new model has six mics to let users speak with Meta's AI chatbot and Muse (Jyoti Mann/The Information)
Sources: Meta plans to release a camera-free pair of smart glasses this fall; the new model has six mics to let users speak with Meta's AI chatbot and Muse (Jyoti Mann/The Information) Sources: Meta plans to release a camera-free pair of smart glasses this fall; the new model has six mics to let users speak with Meta's AI chatbot and Muse (Jyoti Mann/The Information)

Jyoti Mann / The Information:

Sources: Meta plans to release a camera-free pair of smart glasses this fall; the new model has six mics to let users speak with Meta's AI chatbot and Muse — Meta Platforms plans to release a camera-free pair of smart glasses this fall, according to people familiar with the matter …

1 час назад @ techmeme.com
TypeSafe AI, which is developing a model that outputs numerical responses with probability estimates to help businesses assess reliability, raised a $40M seed (Rashi Shrivastava/Forbes)
TypeSafe AI, which is developing a model that outputs numerical responses with probability estimates to help businesses assess reliability, raised a $40M seed (Rashi Shrivastava/Forbes) TypeSafe AI, which is developing a model that outputs numerical responses with probability estimates to help businesses assess reliability, raised a $40M seed (Rashi Shrivastava/Forbes)

Rashi Shrivastava / Forbes:

TypeSafe AI, which is developing a model that outputs numerical responses with probability estimates to help businesses assess reliability, raised a $40M seed — Former OpenAI researcher Diogo Almeida says most intelligence is going to live inside software. But to automate any real work, it has to be correct.

1 час назад @ techmeme.com
Sources: OpenAI has held early conversations with investors about raising another private funding round at a $1.2T valuation before its planned IPO (Financial Times)
Sources: OpenAI has held early conversations with investors about raising another private funding round at a $1.2T valuation before its planned IPO (Financial Times) Sources: OpenAI has held early conversations with investors about raising another private funding round at a $1.2T valuation before its planned IPO (Financial Times)

Financial Times:

Sources: OpenAI has held early conversations with investors about raising another private funding round at a $1.2T valuation before its planned IPO — Sam Altman's start-up could capitalise on demand for its technology after new model launches — OpenAI has held early conversations …

1 час назад @ techmeme.com
At a US House hearing, Treasury Secretary Scott Bessent said AI labs should get no liability exemptions and called for more open-source models built in the US (Matt Bracken/FedScoop)
At a US House hearing, Treasury Secretary Scott Bessent said AI labs should get no liability exemptions and called for more open-source models built in the US (Matt Bracken/FedScoop) At a US House hearing, Treasury Secretary Scott Bessent said AI labs should get no liability exemptions and called for more open-source models built in the US (Matt Bracken/FedScoop)

Matt Bracken / FedScoop:

At a US House hearing, Treasury Secretary Scott Bessent said AI labs should get no liability exemptions and called for more open-source models built in the US — The secretary told House Financial Services Committee lawmakers that the “best way to guarantee safety” is for AI creators to be held …

2 часа назад @ techmeme.com
OpenRouter users spent more on OpenAI's models than on Anthropic's in the week of September 7, the first time that happened since the week of February 26, 2024 (@openrouter)
OpenRouter users spent more on OpenAI's models than on Anthropic's in the week of September 7, the first time that happened since the week of February 26, 2024 (@openrouter) OpenRouter users spent more on OpenAI's models than on Anthropic's in the week of September 7, the first time that happened since the week of February 26, 2024 (@openrouter)

@openrouter:

OpenRouter users spent more on OpenAI's models than on Anthropic's in the week of September 7, the first time that happened since the week of February 26, 2024 — OpenRouter users spent more on OpenAI models than on Anthropic models last week. This hasn't happened for more than 2.5 years

2 часа назад @ techmeme.com
Pulley, which offers cap table management software, says it will cease operations after December 8; it had raised $50M+ from investors, including Founders Fund (Melia Robinson/Business Insider)
Pulley, which offers cap table management software, says it will cease operations after December 8; it had raised $50M+ from investors, including Founders Fund (Melia Robinson/Business Insider) Pulley, which offers cap table management software, says it will cease operations after December 8; it had raised $50M+ from investors, including Founders Fund (Melia Robinson/Business Insider)

Melia Robinson / Business Insider:

Pulley, which offers cap table management software, says it will cease operations after December 8; it had raised $50M+ from investors, including Founders Fund — Pulley, a software that startups rely on to track their funding, is shutting down after seven years.

3 часа назад @ techmeme.com
At the Future of Life Institute's Pro-Human Assembly, Bernie Sanders, Steve Bannon, and others called for tighter restrictions on AI and denounced tech CEOs (New York Times)
At the Future of Life Institute's Pro-Human Assembly, Bernie Sanders, Steve Bannon, and others called for tighter restrictions on AI and denounced tech CEOs (New York Times) At the Future of Life Institute's Pro-Human Assembly, Bernie Sanders, Steve Bannon, and others called for tighter restrictions on AI and denounced tech CEOs (New York Times)

New York Times:

At the Future of Life Institute's Pro-Human Assembly, Bernie Sanders, Steve Bannon, and others called for tighter restrictions on AI and denounced tech CEOs — At an event in Washington, partisanship took a back seat as elected officials, religious leaders, parents and artists called for reining in artificial intelligence.

3 часа назад @ techmeme.com
During a Salesforce event, Jensen Huang says the AI industry doesn't need any new laws or regulations and market forces will help companies safely innovate (Brody Ford/Bloomberg)
During a Salesforce event, Jensen Huang says the AI industry doesn't need any new laws or regulations and market forces will help companies safely innovate (Brody Ford/Bloomberg) During a Salesforce event, Jensen Huang says the AI industry doesn't need any new laws or regulations and market forces will help companies safely innovate (Brody Ford/Bloomberg)

Brody Ford / Bloomberg:

During a Salesforce event, Jensen Huang says the AI industry doesn't need any new laws or regulations and market forces will help companies safely innovate — Nvidia Corp. Chief Executive Officer Jensen Huang dismissed the need for new artificial intelligence security regulations on Tuesday …

3 часа назад @ techmeme.com
Crypto exchange CoinEx says it is closing, citing a lengthy downturn and rising compliance costs; a report said it moved $3B+ for Iran-linked wallets since 2019 (Dylan Tokar/Wall Street Journal)
Crypto exchange CoinEx says it is closing, citing a lengthy downturn and rising compliance costs; a report said it moved $3B+ for Iran-linked wallets since 2019 (Dylan Tokar/Wall Street Journal) Crypto exchange CoinEx says it is closing, citing a lengthy downturn and rising compliance costs; a report said it moved $3B+ for Iran-linked wallets since 2019 (Dylan Tokar/Wall Street Journal)

Dylan Tokar / Wall Street Journal:

Crypto exchange CoinEx says it is closing, citing a lengthy downturn and rising compliance costs; a report said it moved $3B+ for Iran-linked wallets since 2019 — CoinEx says it is ceasing operations less than three months after a Wall Street Journal article spotlighted its use in Iran

4 часа назад @ techmeme.com
The Senate fails to advance the Clarity Act, dealing a major blow to the crypto industry's push for a comprehensive market structure framework (CNBC)
The Senate fails to advance the Clarity Act, dealing a major blow to the crypto industry's push for a comprehensive market structure framework (CNBC) The Senate fails to advance the Clarity Act, dealing a major blow to the crypto industry's push for a comprehensive market structure framework (CNBC)

CNBC:

The Senate fails to advance the Clarity Act, dealing a major blow to the crypto industry's push for a comprehensive market structure framework — The Senate on Tuesday voted to block the Clarity Act from advancing, dealing a major blow to the crypto industry's push for a comprehensive market structure framework.

4 часа назад @ techmeme.com
CADDi, which sells AI tools to help manufacturers organize engineering and production data, raised a $114M Series D at a $1.2B valuation, up from $470M in 2025 (Jeremy Kahn/Fortune)
CADDi, which sells AI tools to help manufacturers organize engineering and production data, raised a $114M Series D at a $1.2B valuation, up from $470M in 2025 (Jeremy Kahn/Fortune) CADDi, which sells AI tools to help manufacturers organize engineering and production data, raised a $114M Series D at a $1.2B valuation, up from $470M in 2025 (Jeremy Kahn/Fortune)

Jeremy Kahn / Fortune:

CADDi, which sells AI tools to help manufacturers organize engineering and production data, raised a $114M Series D at a $1.2B valuation, up from $470M in 2025 — CADDi, a startup that sells AI software to help manufacturers organize and use their engineering and production data …

5 часов назад @ techmeme.com
Google launches Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking, its "most advanced live dialogue models yet", to more effectively enable voice agents (Google)
Google launches Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking, its "most advanced live dialogue models yet", to more effectively enable voice agents (Google) Google launches Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking, its "most advanced live dialogue models yet", to more effectively enable voice agents (Google)

Google:

Google launches Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking, its “most advanced live dialogue models yet”, to more effectively enable voice agents — Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking are our most advanced live dialogue models yet.

5 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 8 минут назад
Some developers are using the Claude Code harness to access cheaper non-Anthropic models, including GPT-5.6 Sol, via proxies and services like OpenRouter (Alix Coutures/The Information)
Some developers are using the Claude Code harness to access cheaper non-Anthropic models, including GPT-5.6 Sol, via proxies and services like OpenRouter (Alix Coutures/The Information) Some developers are using the Claude Code harness to access cheaper non-Anthropic models, including GPT-5.6 Sol, via proxies and services like OpenRouter (Alix Coutures/The Information)

Alix Coutures / The Information:

Some developers are using the Claude Code harness to access cheaper non-Anthropic models, including GPT-5.6 Sol, via proxies and services like OpenRouter — Boris Cherney, the head of Anthropic's coding tool Claude Code, last month found himself in the middle of an online spat that highlighted …

6 часов назад @ techmeme.com
Thatch, a healthcare plan marketplace where employers set a fixed budget that employees can use for individual plans, raised a $108M Series C at a $1B valuation (Marina Temkin/TechCrunch)
Thatch, a healthcare plan marketplace where employers set a fixed budget that employees can use for individual plans, raised a $108M Series C at a $1B valuation (Marina Temkin/TechCrunch) Thatch, a healthcare plan marketplace where employers set a fixed budget that employees can use for individual plans, raised a $108M Series C at a $1B valuation (Marina Temkin/TechCrunch)

Marina Temkin / TechCrunch:

Thatch, a healthcare plan marketplace where employers set a fixed budget that employees can use for individual plans, raised a $108M Series C at a $1B valuation — Thatch, a platform that lowers healthcare costs for employers while expanding plan choices for workers, has raised $108 million …

6 часов назад @ techmeme.com
UMG sues DistroKid, alleging it distributes AI-generated music masquerading as artist-backed releases and knowingly "proliferates" copyright-infringing tracks (Tim Ingham/Music Business Worldwide)
UMG sues DistroKid, alleging it distributes AI-generated music masquerading as artist-backed releases and knowingly "proliferates" copyright-infringing tracks (Tim Ingham/Music Business Worldwide) UMG sues DistroKid, alleging it distributes AI-generated music masquerading as artist-backed releases and knowingly "proliferates" copyright-infringing tracks (Tim Ingham/Music Business Worldwide)

Tim Ingham / Music Business Worldwide:

UMG sues DistroKid, alleging it distributes AI-generated music masquerading as artist-backed releases and knowingly “proliferates” copyright-infringing tracks — Universal Music Group is suing the world's biggest music distributor by volume, DistroKid.

7 часов назад @ techmeme.com
Factory, whose AI coding agents, called Droids, switch between models depending on a task's complexity, raised $200M at a $5B valuation, up from $1.5B in April (Angel Au-Yeung/Wall Street Journal)
Factory, whose AI coding agents, called Droids, switch between models depending on a task's complexity, raised $200M at a $5B valuation, up from $1.5B in April (Angel Au-Yeung/Wall Street Journal) Factory, whose AI coding agents, called Droids, switch between models depending on a task's complexity, raised $200M at a $5B valuation, up from $1.5B in April (Angel Au-Yeung/Wall Street Journal)

Angel Au-Yeung / Wall Street Journal:

Factory, whose AI coding agents, called Droids, switch between models depending on a task's complexity, raised $200M at a $5B valuation, up from $1.5B in April — Khosla Ventures, Blackstone and Marc Benioff are among the investors putting $200 million into the startup

7 часов назад @ techmeme.com
Sources: Palmer Luckey-backed Erebor Bank ended its free stablecoin-to-cash redemption offer after trading firms like Wintermute exploited it for arbitrage (The Information)
Sources: Palmer Luckey-backed Erebor Bank ended its free stablecoin-to-cash redemption offer after trading firms like Wintermute exploited it for arbitrage (The Information) Sources: Palmer Luckey-backed Erebor Bank ended its free stablecoin-to-cash redemption offer after trading firms like Wintermute exploited it for arbitrage (The Information)

The Information:

Sources: Palmer Luckey-backed Erebor Bank ended its free stablecoin-to-cash redemption offer after trading firms like Wintermute exploited it for arbitrage — When Palmer Luckey's Erebor Bank launched earlier this year, it made an attractive pitch to lure new crypto customers: It would convert their stablecoins to cash for free.

8 часов назад @ techmeme.com
DoorDash agrees to acquire Wonder's Grubhub Campus Dining business, formerly Tapingo, for $300M, and will add $125M to Wonder's $650M Series D announced in July (Amanda Silberling/TechCrunch)
DoorDash agrees to acquire Wonder's Grubhub Campus Dining business, formerly Tapingo, for $300M, and will add $125M to Wonder's $650M Series D announced in July (Amanda Silberling/TechCrunch) DoorDash agrees to acquire Wonder's Grubhub Campus Dining business, formerly Tapingo, for $300M, and will add $125M to Wonder's $650M Series D announced in July (Amanda Silberling/TechCrunch)

Amanda Silberling / TechCrunch:

DoorDash agrees to acquire Wonder's Grubhub Campus Dining business, formerly Tapingo, for $300M, and will add $125M to Wonder's $650M Series D announced in July — The delivery platform DoorDash is investing in and partnering with Marc Lore-owned food tech company Wonder in deals worth …

8 часов назад @ techmeme.com
Sources: the US Commerce Department last month ordered Kalshi to take down an AI compute futures product, citing national security concerns; Kalshi complied (Semafor)
Sources: the US Commerce Department last month ordered Kalshi to take down an AI compute futures product, citing national security concerns; Kalshi complied (Semafor) Sources: the US Commerce Department last month ordered Kalshi to take down an AI compute futures product, citing national security concerns; Kalshi complied (Semafor)

Semafor:

Sources: the US Commerce Department last month ordered Kalshi to take down an AI compute futures product, citing national security concerns; Kalshi complied — THE SCOOP — The US Commerce Department last month ordered Kalshi to take down one of its products tracking the price of AI compute …

8 часов назад @ techmeme.com
AWS facilities in Abu Dhabi and Bahrain remain mostly offline more than six months after being damaged by Iranian drones, complicating the region's AI ambitions (Wall Street Journal)
AWS facilities in Abu Dhabi and Bahrain remain mostly offline more than six months after being damaged by Iranian drones, complicating the region's AI ambitions (Wall Street Journal) AWS facilities in Abu Dhabi and Bahrain remain mostly offline more than six months after being damaged by Iranian drones, complicating the region's AI ambitions (Wall Street Journal)

Wall Street Journal:

AWS facilities in Abu Dhabi and Bahrain remain mostly offline more than six months after being damaged by Iranian drones, complicating the region's AI ambitions — Amazon data centers are still offline months after being hit, testing the region's multibillion-dollar ambitions

8 часов назад @ techmeme.com
Elon Musk says top US AI labs and "three or four of the leading Chinese companies" should let rivals run a "test harness" on their models to evaluate safety (Annie Palmer/CNBC)
Elon Musk says top US AI labs and "three or four of the leading Chinese companies" should let rivals run a "test harness" on their models to evaluate safety (Annie Palmer/CNBC) Elon Musk says top US AI labs and "three or four of the leading Chinese companies" should let rivals run a "test harness" on their models to evaluate safety (Annie Palmer/CNBC)

Annie Palmer / CNBC:

Elon Musk says top US AI labs and “three or four of the leading Chinese companies” should let rivals run a “test harness” on their models to evaluate safety — Elon Musk called for the top artificial intelligence companies to work together and test each other's models …

8 часов назад @ techmeme.com
Meta rolls out its Meta One subscription bundle globally, with expanded Meta AI capabilities powered by Muse, and $7.99/month and $19.99/month individual plans (Stevie Bonifield/The Verge)
Meta rolls out its Meta One subscription bundle globally, with expanded Meta AI capabilities powered by Muse, and $7.99/month and $19.99/month individual plans (Stevie Bonifield/The Verge) Meta rolls out its Meta One subscription bundle globally, with expanded Meta AI capabilities powered by Muse, and $7.99/month and $19.99/month individual plans (Stevie Bonifield/The Verge)

Stevie Bonifield / The Verge:

Meta rolls out its Meta One subscription bundle globally, with expanded Meta AI capabilities powered by Muse, and $7.99/month and $19.99/month individual plans — Meta One bundles start at $7.99 per month with perks like 48-hour Instagram stories and a bold follow button.

8 часов назад @ techmeme.com
GM plans to add Apple CarPlay and Android Auto to its latest infotainment system, three years after upsetting some consumers by removing them from its EVs (David Welch/Bloomberg)
GM plans to add Apple CarPlay and Android Auto to its latest infotainment system, three years after upsetting some consumers by removing them from its EVs (David Welch/Bloomberg) GM plans to add Apple CarPlay and Android Auto to its latest infotainment system, three years after upsetting some consumers by removing them from its EVs (David Welch/Bloomberg)

David Welch / Bloomberg:

GM plans to add Apple CarPlay and Android Auto to its latest infotainment system, three years after upsetting some consumers by removing them from its EVs — General Motors Co. is integrating Apple Inc.'s CarPlay in its latest infotainment system, three years after upsetting some consumers …

9 часов назад @ techmeme.com
India's UPI, which has been free for merchants, will impose a 0.4% merchant fee on certain payments above ₹2,000, or $21, from October 15 in a major shift (Jagmeet Singh/TechCrunch)
India's UPI, which has been free for merchants, will impose a 0.4% merchant fee on certain payments above ₹2,000, or $21, from October 15 in a major shift (Jagmeet Singh/TechCrunch) India's UPI, which has been free for merchants, will impose a 0.4% merchant fee on certain payments above ₹2,000, or $21, from October 15 in a major shift (Jagmeet Singh/TechCrunch)

Jagmeet Singh / TechCrunch:

India's UPI, which has been free for merchants, will impose a 0.4% merchant fee on certain payments above ₹2,000, or $21, from October 15 in a major shift — India has finally put a price on larger transactions on its ubiquitous digital payments network, ending years of free processing …

9 часов назад @ techmeme.com
OpenAI says it has been working with Anthropic and Google for several weeks on AI safety, and it does not need an antitrust waiver to coordinate on safety (Maggie Eastland/Bloomberg Law)
OpenAI says it has been working with Anthropic and Google for several weeks on AI safety, and it does not need an antitrust waiver to coordinate on safety (Maggie Eastland/Bloomberg Law) OpenAI says it has been working with Anthropic and Google for several weeks on AI safety, and it does not need an antitrust waiver to coordinate on safety (Maggie Eastland/Bloomberg Law)

Maggie Eastland / Bloomberg Law:

OpenAI says it has been working with Anthropic and Google for several weeks on AI safety, and it does not need an antitrust waiver to coordinate on safety — OpenAI is working on steps to address artificial intelligence safety issues with its top competitors Anthropic PBC and Google DeepMind …

9 часов назад @ techmeme.com
Artificial Intelligence Underwriting Company, which offers audits and safety certifications for AI agents, raised a $40M Series A, bringing total raised to $55M (Julie Bort/TechCrunch)
Artificial Intelligence Underwriting Company, which offers audits and safety certifications for AI agents, raised a $40M Series A, bringing total raised to $55M (Julie Bort/TechCrunch) Artificial Intelligence Underwriting Company, which offers audits and safety certifications for AI agents, raised a $40M Series A, bringing total raised to $55M (Julie Bort/TechCrunch)

Julie Bort / TechCrunch:

Artificial Intelligence Underwriting Company, which offers audits and safety certifications for AI agents, raised a $40M Series A, bringing total raised to $55M — A day after Anthropic researcher Jacob Coxon quit his job over concerns that AI could kill us all by the end of the decade …

9 часов назад @ techmeme.com
Meta says it plans to deploy MTIA 450, its third-generation custom AI chip, in data centers in H1 2027, followed by a broad rollout of MTIA 500 by end of 2027 (Dina Bass/Bloomberg)
Meta says it plans to deploy MTIA 450, its third-generation custom AI chip, in data centers in H1 2027, followed by a broad rollout of MTIA 500 by end of 2027 (Dina Bass/Bloomberg) Meta says it plans to deploy MTIA 450, its third-generation custom AI chip, in data centers in H1 2027, followed by a broad rollout of MTIA 500 by end of 2027 (Dina Bass/Bloomberg)

Dina Bass / Bloomberg:

Meta says it plans to deploy MTIA 450, its third-generation custom AI chip, in data centers in H1 2027, followed by a broad rollout of MTIA 500 by end of 2027 — New processor will be running in data centers next year, with another model to follow by end of 2027

9 часов назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 20 часов назад
ayghri/i-have-adhd
ayghri/i-have-adhd ayghri/i-have-adhd

What it doesA skill for your coding assistant that stops it from burying the answer.

Looking at src/auth.ts , the verifyToken function (around lines 42-58) seems to be using an older jsonwebtoken API.

After Run npm install jsonwebtoken@latest , then edit src/auth.ts:42 .

Open src/auth.ts Replace verifyToken (lines 42–58) with the snippet below Run npm test -- auth.spec.ts Next: paste the first failing line if any test fails.

Tune itFork, edit skills/i-have-adhd/SKILL.md , then swap your copy in:claude plugin uninstall i-have-adhd # drop the upstream copy first: claude plugin marketplace remove i-have-adhd # fork and upstream share both names claude plugin marketplace add < your-username > /…

20 часов назад @ github.com
kunchenguid/firstmate
kunchenguid/firstmate kunchenguid/firstmate

There is no app to install: the cloned repo is the distro - AGENTS.md , bundled firstmate skills, and helper scripts that any terminal coding agent can follow.

Launching a supported harness inside it for your primary session instantiates your first mate - and makes you the captain.

Quick StartRequirementsA verified primary agent harness: Claude Code, Grok, Pi, pi-signed , Oh My Pi ( omp ), Codex, OpenCode, or Cursor Agent CLI.

Two-tier skill layoutFirstmate's skills live in two separate places with different audiences:.agents/skills/ - agent-loaded skills (this section's table, plus firstmate's agent-only reference skills).

Every one of these assumes a live firstmate home and is meaningless…

1 day, 17 hours назад @ github.com
github/spec-kit
github/spec-kit github/spec-kit

Install Specify CLIRequires uv (install uv).

are resolved at — Spec Kit walks the stack top-down and uses the first match.

Presets — Customize Existing WorkflowsUse presets when you want to change how Spec Kit works without adding new capabilities.

Yes — we dogfood Spec Kit while developing Spec Kit, especially for substantial features and changes to the development workflow.

Contributors are asked to test relevant changes through the Spec-Driven Development commands.

1 day, 17 hours назад @ github.com
max-sixty/worktrunk
max-sixty/worktrunk max-sixty/worktrunk

WorktrunkSeptember 2026: Worktrunk was released at the start of the year, and has quickly become the most popular git worktree manager.

Worktrunk is a CLI for git worktree management, designed for running AI agents in parallel.

Even a task as small as starting a new worktree requires typing the branch name three times: git worktree add -b feat ../repo.feat , then cd ../repo.feat .

Cargo:cargo install worktrunk && wt config shell installWindows & other Windows.

Arch Linux: sudo pacman -S worktrunk && wt config shell install Conda / Pixi (community-maintained feedstock): conda install -c conda-forge worktrunk && wt config shell install Or with Pixi: pixi global install worktrunk && wt config …

1 day, 17 hours назад @ github.com
obra/superpowers
obra/superpowers obra/superpowers

If you use more than one, install Superpowers separately for each one.

Register the marketplace: /plugin marketplace add obra/superpowers-marketplaceInstall the plugin from this marketplace: /plugin install superpowers@superpowers-marketplaceAntigravityInstall Superpowers as a plugin from this repository:agy plugin install https://github.com/obra/superpowersAntigravity runs the plugin's session-start hook, so Superpowers is active from the first message.

Install the plugin from xAI's official marketplace: grok plugin install superpowers@xai-official --trustOr open the marketplace in the TUI, search for Superpowers, and install it: /marketplaceKimi CodeSuperpowers is available in Kimi Code's…

2 days, 17 hours назад @ github.com
earthtojake/text-to-cad
earthtojake/text-to-cad earthtojake/text-to-cad

SkillsInstall text-to-cad with the Skills CLI:npx skills add earthtojake/text-to-cadThis is the preferred installation path.

npx skills update only refreshes skills already in your lockfile, so it silently misses new ones — which matters here, because releases do add skills.

PluginsProvider-native plugin installs are also available for Codex, Claude Code, and Grok Build:# Codex (requires Codex 0.142.0 or newer) codex plugin marketplace add earthtojake/text-to-cad codex plugin add cad@text-to-cadCodex resolves this repository-root plugin only from 0.142.0 onward.

# Claude Code claude plugin marketplace add earthtojake/text-to-cad claude plugin install cad@text-to-cadGrok Build uses the exist…

2 days, 17 hours назад @ github.com
jakubkrehel/skills
jakubkrehel/skills jakubkrehel/skills

A collection of agent skills that cover UI, typography, colors, accessibility, layout, product writing and help you build a great interface.

Skills that help build great interfacesbetter-interface : Combines all of the better-* skills into a single review.

better-ui : Improves UI in your project across the board.

better-layout : Helps with grouping , alignment , reading order and other details that make a great layout.

interface-review : Reviews your work across multiple categories like UI , typography , layout , color , writing and accessibility and gives you a detailed analysis of the findings.

3 days, 17 hours назад @ github.com
Tencent/WeKnora
Tencent/WeKnora Tencent/WeKnora

v0.5.1 — Knowledge-base batch management; workspace-wide IM channels overview; session search + user-scoped pinning; unified Model / Web Search / MCP settings cards; per-agent LLM timeout; desktop workspace switching.

— Knowledge-base batch management; workspace-wide IM channels overview; session search + user-scoped pinning; unified Model / Web Search / MCP settings cards; per-agent LLM timeout; desktop workspace switching.

— Wiki Mode GA — agents auto-generate structured, interlinked Markdown wiki pages with a knowledge graph; wiki browser + visual graph in the UI.

v0.3.0 — Shared Space; Agent Skills + sandboxed execution; custom agents; Data Analyst agent; thinking mode; Bing / Google we…

3 days, 17 hours назад @ github.com
humanlayer/skills
humanlayer/skills humanlayer/skills

Installationnpx skills add humanlayer/skills --skill SKILLNAMEAvailable SkillsRewrites your CLAUDE.md using blocks to improve instruction adherence.

npx skills add humanlayer/skills --skill improve-claude-mdThen in your project:/improve-claude-mdNarrows React component prop types to match live code paths instead of Storybook, test, or mock-only states.

npx skills add humanlayer/skills --skill narrow-react-prop-typesThen in your project:/narrow-react-prop-typesBuilds a repo-local skill plus an iterated coding-agent GitHub Actions workflow, prompt, memory file, and reference templates.

npx skills add humanlayer/skills --skill design-control-loopThen in your project:/design-control-loopExplai…

3 days, 17 hours назад @ github.com
every-app/open-seo
every-app/open-seo every-app/open-seo

OpenSEOOpen source alternative to Semrush and AhrefsOpenSEO is an SEO tool for the people.

If tools like Semrush or Ahrefs are too expensive or bloated, OpenSEO is a pay-as-you-go alternative that you actually control.

Main SEO WorkflowsKeyword researchRank trackingCompetitor InsightsBacklinksSite AuditsAI VisibilityOpenSEO MCP & Agent SkillsOpenSEO exposes an MCP server so AI agents like Claude Code, OpenClaw, and Hermes can use your SEO data directly.

Agent Skills are reusable workflows that guide your agent through SEO tasks using the MCP.

CostsOpenSEO needs a DataForSEO API key so that you can get SEO data.

3 days, 20 hours назад @ github.com
anomalyco/opencode
anomalyco/opencode anomalyco/opencode

The open source AI coding agent.

Desktop App (BETA)OpenCode is also available as a desktop application.

build - Default, full-access agent for development work- Default, full-access agent for development work plan - Read-only agent for analysis and code exploration Denies file edits by default Asks permission before running bash commands Ideal for exploring unfamiliar codebases or planning changes- Read-only agent for analysis and code explorationAlso included is a general subagent for complex searches and multistep tasks.

DocumentationFor more info on how to configure OpenCode, head over to our docs.

ContributingIf you're interested in contributing to OpenCode, please read our contributing…

4 days, 18 hours назад @ github.com
microsoft/markitdown
microsoft/markitdown microsoft/markitdown

MarkItDown is a lightweight Python utility for converting various files to Markdown for use with LLMs and related text analysis pipelines.

Azure Content UnderstandingAzure Content Understanding provides higher-quality conversion with structured field extraction (YAML front matter), multi-modal support (documents, images, audio, video), and configurable analyzers.

convert ( "report.pdf" ) # documents → prebuilt-documentSearch result = md .

markdown )Document Intelligence conversion in Python:from markitdown import MarkItDown md = MarkItDown ( docintel_endpoint = "" ) result = md .

What to ContributeMarkItDown is a Python utility for converting files to Markdown for use with LLMs and related …

4 days, 18 hours назад @ github.com
petergyang/no-ai-slop
petergyang/no-ai-slop petergyang/no-ai-slop

No AI SlopRemove 20+ patterns of AI slop from your writing without flattening your personal voice.

Generate slop for funDraft an AI slop post about (topic)Use it to generate the most cringe AI slop possible as satire.

The slop that this skill catchesNo AI Slop checks for 20+ patterns, including:Binary contrasts.

No AI Slop is also available as a plugin in ChatGPT.

Check out Behind the Craft, my personal AI system with over a dozen other quality skills and courses.

5 days, 17 hours назад @ github.com
openai/plugins
openai/plugins openai/plugins

PluginsThis repository contains a curated collection of Codex plugin examples.

Each plugin lives under plugins// with a required .codex-plugin/plugin.json manifest and optional companion surfaces such as skills/ , .app.json , .mcp.json , plugin-level agents/ , commands/ , hooks.json , assets/ , and other supporting files.

The default marketplace lives at .agents/plugins/marketplace.json and points at the standard plugins/ directory.

API key login users have a separate marketplace at .agents/plugins/api_marketplace.json .

Highlighted richer examples in this repo include:

5 days, 17 hours назад @ github.com
ruvnet/ruflo
ruvnet/ruflo ruvnet/ruflo

The model writes; the harness gives it tools, memory, loops, sandboxes, and controls so it can actually work.

Self-Learning / Self-Optimizing Agent Architecture User --> Ruflo (CLI/MCP) --> Router --> Swarm --> Agents --> Memory --> LLM Providers ^ | +---- Learning Loop <-------+New to Ruflo?

You don't need to learn 314 MCP tools or 26 CLI commands.

🔗 Wired to MCP tools Every action node maps to a tool call (RuFlo's ~210 MCP tools, your custom servers, or shell).

🤝 9 MCP tools + 10 CLI commands Full lifecycle: federation_init , federation_send , federation_trust , federation_audit , and more.

6 days, 18 hours назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 1 час назад
Johnson plays down AI warnings: ‘You’re not all going to be dead in 10 years’: The speaker compared the recent uproar to alarmist rhetoric around climate change.
Johnson plays down AI warnings: ‘You’re not all going to be dead in 10 years’: The speaker compared the recent uproar to alarmist rhetoric around climate change. Johnson plays down AI warnings: ‘You’re not all going to be dead in 10 years’: The speaker compared the recent uproar to alarmist rhetoric around climate change.

submitted by /u/Silent-Resort-3076 [link] [comments]

1 час назад @ reddit.com
Employers are using your personal data to figure out the lowest salary you'll accept
Employers are using your personal data to figure out the lowest salary you'll accept

submitted by /u/SnoozeDoggyDog [link] [comments]

1 час назад @ reddit.com
It’s official: The U.S. has weapons in space
It’s official: The U.S. has weapons in space It’s official: The U.S. has weapons in space

submitted by /u/abrownn [link] [comments]

1 час назад @ reddit.com
Justice Department Sides With Paramount on Demand That States Post $1.88 Billion Bond
Justice Department Sides With Paramount on Demand That States Post $1.88 Billion Bond Justice Department Sides With Paramount on Demand That States Post $1.88 Billion Bond

submitted by /u/OverPotato2322 [link] [comments]

2 часа назад @ reddit.com
Nvidia’s Huang Says AI Industry Doesn’t Need Any New Laws
Nvidia’s Huang Says AI Industry Doesn’t Need Any New Laws Nvidia’s Huang Says AI Industry Doesn’t Need Any New Laws

submitted by /u/sokos [link] [comments]

3 часа назад @ reddit.com
Bernie Sanders says if AI is coming for workers, it should bring a four-day workweek with it
Bernie Sanders says if AI is coming for workers, it should bring a four-day workweek with it Bernie Sanders says if AI is coming for workers, it should bring a four-day workweek with it

submitted by /u/ArgentineBeauty [link] [comments]

4 часа назад @ reddit.com
Valve finally backs down after age-restricting a Steam vampire RPG without any sex or nudity for having too much sex and nudity
Valve finally backs down after age-restricting a Steam vampire RPG without any sex or nudity for having too much sex and nudity Valve finally backs down after age-restricting a Steam vampire RPG without any sex or nudity for having too much sex and nudity

submitted by /u/Kymmieuwu [link] [comments]

4 часа назад @ reddit.com
Garbage Trucks Now Have AI Cameras To Score Your House and Clock Code Violations
Garbage Trucks Now Have AI Cameras To Score Your House and Clock Code Violations Garbage Trucks Now Have AI Cameras To Score Your House and Clock Code Violations

submitted by /u/DonkeyFuel [link] [comments]

5 часов назад @ reddit.com
Anthropic CEO warns of AI-driven botnet 'swarm' taking over the entire internet — 'In 6–12 months such a swarm could be capable of taking over the entire internet with a persistent botnet'
Anthropic CEO warns of AI-driven botnet 'swarm' taking over the entire internet — 'In 6–12 months such a swarm could be capable of taking over the entire internet with a persistent botnet' Anthropic CEO warns of AI-driven botnet 'swarm' taking over the entire internet — 'In 6–12 months such a swarm could be capable of taking over the entire internet with a persistent botnet'

submitted by /u/Just-Grocery-2229 [link] [comments]

5 часов назад @ reddit.com
Iran and Houthi rebels used Anthropic's Claude AI to target US warships and build hypersonic missiles — Houthi rebels also used the bot to code ballistic missile guidance systems
Iran and Houthi rebels used Anthropic's Claude AI to target US warships and build hypersonic missiles — Houthi rebels also used the bot to code ballistic missile guidance systems Iran and Houthi rebels used Anthropic's Claude AI to target US warships and build hypersonic missiles — Houthi rebels also used the bot to code ballistic missile guidance systems

submitted by /u/gdelacalle [link] [comments]

6 часов назад @ reddit.com
US tech giants allying with European far-right to strip back EU rules
US tech giants allying with European far-right to strip back EU rules US tech giants allying with European far-right to strip back EU rules

submitted by /u/YesNo_Maybe_ [link] [comments]

7 часов назад @ reddit.com
The European Union wants to ban chatbots and online games for kids under 15, not just social media
The European Union wants to ban chatbots and online games for kids under 15, not just social media The European Union wants to ban chatbots and online games for kids under 15, not just social media

submitted by /u/ArgentineBeauty [link] [comments]

7 часов назад @ reddit.com
Tech billionaire Peter Thiel bringing Antichrist lectures to Nashville
Tech billionaire Peter Thiel bringing Antichrist lectures to Nashville Tech billionaire Peter Thiel bringing Antichrist lectures to Nashville

submitted by /u/esporx [link] [comments]

7 часов назад @ reddit.com
GM's New V8 Trucks Ditch Oil Dipstick for Digital Gauge
GM's New V8 Trucks Ditch Oil Dipstick for Digital Gauge GM's New V8 Trucks Ditch Oil Dipstick for Digital Gauge

submitted by /u/TripleShotPls [link] [comments]

7 часов назад @ reddit.com
For the first time, the US military confirms it has deployed weapons in orbit | “The United States now has on-orbit space control weapons capable of defending the joint force.”
For the first time, the US military confirms it has deployed weapons in orbit | “The United States now has on-orbit space control weapons capable of defending the joint force.” For the first time, the US military confirms it has deployed weapons in orbit | “The United States now has on-orbit space control weapons capable of defending the joint force.”

submitted by /u/Hrmbee [link] [comments]

7 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 18 часов назад
Download Dimensional Drawings - Accessories - Apple Developer
Download Dimensional Drawings - Accessories - Apple Developer Download Dimensional Drawings - Accessories - Apple Developer 18 часов назад @ developer.apple.com
Mark Zuckerberg - Colossus
Mark Zuckerberg - Colossus Mark Zuckerberg - Colossus

Everything in a Zuckerberg residence—the flora, the doors, the bookshelves, the light—seems uncannily enlarged, like on a movie set.

For 23 years, the single fact dominating every moment of every room he’s been in is that he is Mark Zuckerberg.

It was greeted as the cautious return of Zuckerberg to AI, but not yet to the frontier.

Everyone knows that lies, envy, and mass murder existed and proliferated throughout humanity before Mark Zuckerberg, just as they existed before the internet, television, radio, the telegraph, and the postal system.

Whereas Zuckerberg is an easier mark, Musk’s lack of concealment paradoxically makes him harder to hit.

18 часов назад @ colossus.com
The contagion of fear
The contagion of fear The contagion of fear

Late one night in my first year at university and having found computer science to be my life’s calling, I was in the back of the large computer science lab, talking with some fellow underclassmen.

while others simply didn’t believe us: once the fear had taken root, we couldn’t eradicate it.

What 27-year-old Coxon is an expert on — if accidentally — is the contagion of fear.

When those domain experts sow fear, it is the fear that takes root, propagating much more readily than any evidence that may follow it.

Those who are resolute in their fear like to gloss over these bits ("robots will do this!

18 часов назад @ bcantrill.dtrace.org
Your car is selling your data | The Verge
Your car is selling your data | The Verge

via The Verge https://ift.tt/jWNBVYC

18 часов назад @ theverge.com
Claude Fable 5.1 Solves the Cyphral Distich: We gave Claude Fable 5.1 an open task: solve an unsolved 370-year-old cipher. It solved it within a day. (Vals AI)
Claude Fable 5.1 Solves the Cyphral Distich: We gave Claude Fable 5.1 an open task: solve an unsolved 370-year-old cipher. It solved it within a day. (Vals AI) Claude Fable 5.1 Solves the Cyphral Distich: We gave Claude Fable 5.1 an open task: solve an unsolved 370-year-old cipher. It solved it within a day. (Vals AI)

We gave Claude Fable 5.1 an open task: solve an unsolved 370-year-old cipher.

ProblemWe gave Claude Fable 5.1 an open task: solve Sir Thomas Urquhart’s Cyphral Distich.

SolutionAfter 44 minutes, 176k tokens, and zero interjections from me, Fable 5.1 arrived at a solution.

From this, Fable 5.1 was also able to decipher it:Result: the Cyfral Octastick is solved (all but nine letters) Rule.

That might be a future experiment, but I don’t think Fable 5.1 could solve it in a reasonable amount of time yet.

18 часов назад @ vals.ai
GitHub - tsvb/post-peek: Read one X post and leave. Chrome extension that opens x.com post links in a popup, no cookies sent to X. · GitHub
GitHub - tsvb/post-peek: Read one X post and leave. Chrome extension that opens x.com post links in a popup, no cookies sent to X. · GitHub GitHub - tsvb/post-peek: Read one X post and leave. Chrome extension that opens x.com post links in a popup, no cookies sent to X. · GitHub

A Chrome and Firefox (Manifest V3) extension that opens x.com and twitter.com post links in a popup instead of sending you to the full site.

Post Peek is an independent, open-source project inspired by Litterbox, the Safari extension by Zhenyi Tan (And a Dinosaur).

FeaturesOpens post links in a popup so you can read just that post and close it.

Firefox: run npm run build , open about:debugging#/runtime/this-firefox , click Load Temporary Add-on, and pick dist/post-peek--firefox.zip .

Post Peek's blue dot is Litterbox's marker in another shape, and the name "Post Peek" is a clip of Litterbox's own listing name, "Litterbox - Post Peeker".

18 часов назад @ github.com
debpalash/VoiceStudio: VoiceStudio is the open-source, fully-local ElevenLabs alternative — voice cloning, voice design, video dubbing, dictation, transcription & audiobook creation in 646 languages.
debpalash/VoiceStudio: VoiceStudio is the open-source, fully-local ElevenLabs alternative — voice cloning, voice design, video dubbing, dictation, transcription & audiobook creation in 646 languages. debpalash/VoiceStudio: VoiceStudio is the open-source, fully-local ElevenLabs alternative — voice cloning, voice design, video dubbing, dictation, transcription & audiobook creation in 646 languages.

docker run -d -p 127.0.0.1:3900:3900 -v omnivoice-data:/app/omnivoice_data --name voicestudio palashdeb/omnivoice-studio:stableFirst voiceLaunch VoiceStudio and open Voice Cloning.

Tip Try without installing: Run VoiceStudio in the cloud via the Google Colab notebook.

These values cover the default local workflow.

", "voice": "default", "response_format": "wav"} ' \ --output speech.wavThe bundled Rust control sidecar lets Herdr, coding agents, VS Code, desktop apps, and TUIs trigger the system-wide dictation flow or reuse its native text insertion.

Agent skillsInstall the VoiceStudio skills for Claude Code, Codex, Cursor, and other skills.sh-compatible agents:npx skills add debpalash/VoiceS…

18 часов назад @ github.com
iOS and iPadOS 27: The MacStories Review
iOS and iPadOS 27: The MacStories Review iOS and iPadOS 27: The MacStories Review

It’s a commendable effort, and there’s no denying that iOS 27 is the snappiest (insert meme here), most stable version of iOS I’ve ever tested – and it has been since the first developer beta.

If you’re a MacStories reader with access to Siri AI, you fall on the “pretty exciting” end of the spectrum.

I may have struggled to fully understand iOS 27 for a while, and perhaps to an extent I still do, as we’ll see with Siri AI.

But I know one thing now: iOS 27 is not a Snow Leopard release.

Instead, iOS 27 shows that Apple is still capable of delivering something new while caring about the old.

18 часов назад @ macstories.net
How to Write an Effective Software Design Document
How to Write an Effective Software Design Document How to Write an Effective Software Design Document

How to Write an Effective Software Design DocumentA good design doc can save you years of development time.

When should you write a design doc?🔗The more complex or risky the project, the more valuable it is to write a design doc.

How much should you invest into your design doc?🔗A design doc can be a simple one-pager or a 50-page document that requires signoff from five different teams.

What belongs in a design doc?🔗If you specify every possible detail in a design doc, you’ve essentially written the implementation during the design phase.

Driving Your Design Doc through Review🔗Once you’ve completed your design doc, the next step is to share it with your team and gather feedback.

18 часов назад @ refactoringenglish.com
We are all Product Engineers now | Seldo.com
We are all Product Engineers now | Seldo.com We are all Product Engineers now | Seldo.com

We are all Product Engineers nowJust yesterday I published a very long post about the economics of open source.

If you think I’m wrong about this you probably think software developers as a profession are doomed.

It’s why software so often sucks, and why I say the demand for good software goes to infinity.

The function moved into Product, and Product got separated from engineering as a career, and for the last twenty-five years we've had two professions where there used to be one and a half.

We are all product engineers now, whether we like it or not, and a lot of us won't.

18 часов назад @ seldo.com
Astra and Fable still hack on simple variants of alignment evals from 2025 — LessWrong
Astra and Fable still hack on simple variants of alignment evals from 2025 — LessWrong 18 часов назад @ lesswrong.com
https://www.nytimes.com/2026/09/12/opinion/ai-software-coding-apps.html?unlocked_article_code=1.AlE.C9EE.H2j5a1eHFUbQ&smid=nytcore-ios-share
https://www.nytimes.com/2026/09/12/opinion/ai-software-coding-apps.html?unlocked_article_code=1.AlE.C9EE.H2j5a1eHFUbQ&smid=nytcore-ios-share

Please enable JS and disable any ad blocker

1 day, 18 hours назад @ nytimes.com
Bencho - UI interactive blocks
Bencho - UI interactive blocks Bencho - UI interactive blocks 1 day, 18 hours назад @ bencho.dev
One of AI’s Fiercest Critics Says All the Doom Talk Is ‘Meant to Distract Us’ | WIRED
One of AI’s Fiercest Critics Says All the Doom Talk Is ‘Meant to Distract Us’ | WIRED One of AI’s Fiercest Critics Says All the Doom Talk Is ‘Meant to Distract Us’ | WIRED

A day later, an Anthropic researcher—who had previously worked at OpenAI—very publicly quit his job, citing concerns about how both companies were handling AI safety.

Another technical staffer at Anthropic said in response that people at the company “really do earnestly believe AI could kill all humans!

LAUREN GOODE: What do you think all the attention on the “math fight” says about the current state of AI?

TIMNIT GEBRU: Well, first I would ask, why are they heavily investing in solving math problems?

Somehow these subjects, like programming and chess and math, were elevated to mean, OK, you solved this and thereby you’ve solved intelligence.

1 day, 18 hours назад @ wired.com
Knap · Turn data into Markdown
Knap · Turn data into Markdown Knap · Turn data into Markdown

Knap in useKnap is open source.

It started as the templating language for Obsidian.

Now any tool can use it.

Knap is named after knapping, the process of shaping stones to form arrowheads, scrapers, and other tools.

1 day, 18 hours назад @ knap.md
Changelog Changelog
последний пост 1 day, 17 hours назад
Changelog IRL @ PlanetScale (Sept 17, 2026)
Changelog IRL @ PlanetScale (Sept 17, 2026) Changelog IRL @ PlanetScale (Sept 17, 2026)

On Thursday, September 17th, Changelog is taking over PlanetScale’s HQ in San Francisco for an evening of short talks and conversations about AI, developer tools and what people are building.

We’ll have three 20-minute conversations with some special guests with time for questions, food, drinks and hanging out.

We’re doing this Changelog-style: live conversations, questions from the room, drinks, and plenty of time afterward for the hallway track.

If you’re in San Francisco, register to come hang out!

PlanetScale HQ, 108 Natoma St, San Francisco.

1 day, 17 hours назад @ changelog.com
Forking Cal.com to closed source
Forking Cal.com to closed source Forking Cal.com to closed source

Coder.com – Secure environments where devs and agents work in parallel.

Buildkite is engineered for frontier scale and trusted by the teams setting the pace.

WorkOS – Auth for CLI with AuthKit from WorkOS — Bring secure browser-based login to your terminal apps using the OAuth Device Flow, with the same polished AuthKit experience plus SSO, MFA, and passkeys.

Learn more at WorkOS.com and AuthKit.comFly.io – The home of Changelog.com — Deploy your apps close to your users — global Anycast load-balancing, zero-configuration private networking, hardware isolation, and instant WireGuard VPN connections.

Check out the speedrun to get started in minutes.

1 week, 5 days назад @ changelog.com
Postgres at PlanetScale
Postgres at PlanetScale Postgres at PlanetScale

Buildkite – You deserve better CI.

Buildkite is engineered for frontier scale and trusted by the teams setting the pace.

WorkOS – Auth for CLI with AuthKit from WorkOS — Bring secure browser-based login to your terminal apps using the OAuth Device Flow, with the same polished AuthKit experience plus SSO, MFA, and passkeys.

Learn more at WorkOS.com and AuthKit.comCoder.com – Secure environments where devs and agents work in parallel.

Fly.io – The home of Changelog.com — Deploy your apps close to your users — global Anycast load-balancing, zero-configuration private networking, hardware isolation, and instant WireGuard VPN connections.

3 weeks назад @ changelog.com
Canary tokens and digital tripwires
Canary tokens and digital tripwires Canary tokens and digital tripwires

Buildkite – You deserve better CI.

Buildkite is engineered for frontier scale and trusted by the teams setting the pace.

WorkOS – Auth for CLI with AuthKit from WorkOS — Bring secure browser-based login to your terminal apps using the OAuth Device Flow, with the same polished AuthKit experience plus SSO, MFA, and passkeys.

Learn more at WorkOS.com and AuthKit.com

1 month, 3 weeks назад @ changelog.com
From open source hits to OpenAI
From open source hits to OpenAI From open source hits to OpenAI

Coder.com – Secure environments where devs and agents work in parallel.

WorkOS – Auth for CLI with AuthKit from WorkOS — Bring secure browser-based login to your terminal apps using the OAuth Device Flow, with the same polished AuthKit experience plus SSO, MFA, and passkeys.

Learn more at WorkOS.com and AuthKit.comNotion – Custom Agents that automate the busywork so your team can focus on real work.

Try them free at notion.com/changelogFly.io – The home of Changelog.com — Deploy your apps close to your users — global Anycast load-balancing, zero-configuration private networking, hardware isolation, and instant WireGuard VPN connections.

Check out the speedrun to get started in minutes.

3 months, 1 week назад @ changelog.com
MCP on Code Mode
MCP on Code Mode MCP on Code Mode

Coder.com – Secure environments where devs and agents work in parallel.

Tailscale – Adam loves Tailscale!

Tailscale deploys quickly and enables Zero Trust access to any resource on your network.

From CI/CD runners across multi-cloud environments, to SaaS tools and infrastructure, Tailscale connects it all, seamlessly.

When agents help developers write code in minutes, validation becomes your bottleneck.

4 months назад @ changelog.com
Automation at the speed of Swamp
Automation at the speed of Swamp Automation at the speed of Swamp

Coder.com – Secure environments where devs and agents work in parallel.

Tailscale – Adam loves Tailscale!

Tailscale deploys quickly and enables Zero Trust access to any resource on your network.

From CI/CD runners across multi-cloud environments, to SaaS tools and infrastructure, Tailscale connects it all, seamlessly.

When agents help developers write code in minutes, validation becomes your bottleneck.

4 months назад @ changelog.com
Bitwarden CLI compromised
Bitwarden CLI compromised Bitwarden CLI compromised

Changelog News!

The software newsletter that's also a podcastThe software world moves fast... keep up the easy way!

Let us track changes & Jerod will let you know what's up each Monday.

4 months, 2 weeks назад @ changelog.com
Exploring with agents
Exploring with agents Exploring with agents

WorkOS – Auth for CLI with AuthKit from WorkOS — Bring secure browser-based login to your terminal apps using the OAuth Device Flow, with the same polished AuthKit experience plus SSO, MFA, and passkeys.

Get an exclusive offer: up to 22% off NordLayer yearly plans plus 10% on top with the coupon code changelog-10-NORDLAYER .

When agents help developers write code in minutes, validation becomes your bottleneck.

RWX gives agents programmatic control, sub-second cached builds, and semantic outputs they can act on.

Fly.io – The home of Changelog.com — Deploy your apps close to your users — global Anycast load-balancing, zero-configuration private networking, hardware isolation, and instant Wire…

4 months, 3 weeks назад @ changelog.com
Astral has been acquired by OpenAI
Astral has been acquired by OpenAI Astral has been acquired by OpenAI

Changelog News!

The software newsletter that's also a podcastThe software world moves fast... keep up the easy way!

Let us track changes & Jerod will let you know what's up each Monday.

5 months, 3 weeks назад @ changelog.com
From Tailnet to platform
From Tailnet to platform From Tailnet to platform

Server ErrorOops!

Looks like the server had a hiccup.

Try reloading the page to see if the issue has cleared up.

In the meantime, enjoy some clips!

6 months, 1 week назад @ changelog.com
Big change brings big change
Big change brings big change Big change brings big change

Changelog News!

The software newsletter that's also a podcastThe software world moves fast... keep up the easy way!

Let us track changes & Jerod will let you know what's up each Monday.

6 months, 1 week назад @ changelog.com
Finale & Friends
Finale & Friends Finale & Friends

Augment Code – Adam loves “Auggie” – Augment Code’s CLI that brings Augment’s context engine and powerful AI reasoning anywhere your code goes.

From building alongside you in the terminal to any part of your development workflow.

Squarespace – Turn your expertise into a business with the all-in-one platform for websites, services, and getting paid.

Use code CHANGELOG to save 10% on your first website purchase.

Notion – Custom Agents that automate the busywork so your team can focus on real work.

6 months, 2 weeks назад @ changelog.com
Opus 4.5 changed everything
Opus 4.5 changed everything Opus 4.5 changed everything

Augment Code – Adam loves “Auggie” – Augment Code’s CLI that brings Augment’s context engine and powerful AI reasoning anywhere your code goes.

From building alongside you in the terminal to any part of your development workflow.

Squarespace – Turn your expertise into a business with the all-in-one platform for websites, services, and getting paid.

Use code CHANGELOG to save 10% on your first website purchase.

Notion – Custom Agents that automate the busywork so your team can focus on real work.

6 months, 2 weeks назад @ changelog.com
The mythical agent-month
The mythical agent-month The mythical agent-month

Changelog News!

The software newsletter that's also a podcastThe software world moves fast... keep up the easy way!

Let us track changes & Jerod will let you know what's up each Monday.

6 months, 3 weeks назад @ changelog.com
ZDNet ZDNet
последний пост 10 часов назад
iOS 27 is finally here, with the new Siri AI beta – and 120 security patches
iOS 27 is finally here, with the new Siri AI beta – and 120 security patches iOS 27 is finally here, with the new Siri AI beta – and 120 security patches

Not only did the company roll out iOS 27, but it also pushed out an update to iOS 26 for users sticking with the old OS.

One of the first things you’ll want to do after upgrading to iOS 27 is sign up for the beta if you haven’t already.

Tap the link for “Try Siri AI (Beta).” Keep tapping Continue to get through each screen.

Also: 5 underrated iOS 27 features that make my iPhone way better – and none are Siri AIOf course, Apple also updated all its other operating systems with iPadOS 27, MacOS 27, WatchOS 27, TVOS 27, and VisionOS 27.

Also: I tested iOS 26 Siri against iOS 27 Siri AI in my car – and it wasn’t even closeIf your device isn’t supported by version 27, then your only option will …

10 часов назад @ zdnet.com
The latest Windows 11 update may mess with your device’s audio – here’s the workaround
The latest Windows 11 update may mess with your device’s audio – here’s the workaround The latest Windows 11 update may mess with your device’s audio – here’s the workaround

Lance Whitney/ZDNETZDNET’s key takeawaysThe latest Windows update cuts off the sound on certain audio devices.

The glitch affects older USB devices such as speakers and headsets.

That’s the case with the September Patch Tuesday rollout, which is apparently stifling the sound on certain older USB devices, including speakers, headphones, and microphones.

Also: Microsoft’s new Windows 11 Bluetooth update comes with useful benefits (and a major caveat)Modern speakers, headsets, and other audio devices that rely on USB typically use USB Audio Class 2.0.

Speakers and other audio devices support multichannel audio.

1 day, 6 hours назад @ zdnet.com
Switzerland takes a Swiss Army knife to Microsoft 365
Switzerland takes a Swiss Army knife to Microsoft 365 Switzerland takes a Swiss Army knife to Microsoft 365

assalve/E+/Getty ImagesZDNET’s key takeawaysTwo Swiss government groups are moving from Microsoft 365 to openDesk.

The Swiss Federal Chancellery and Swiss Armed Forces are moving at different paces.

So, it has started deploying an independently operated office-and-collaboration platform that will run in parallel with Microsoft 365.

The Swiss government is positioning the project as an exercise in digital sovereignty and crisis resilience rather than an immediate, universal replacement for Microsoft 365.

The funding comes from parliamentary appropriations for a sovereign Swiss open-source platform for office automation.

4 days, 5 hours назад @ zdnet.com
Your older iPhone just got free satellite service for another year – here’s why
Your older iPhone just got free satellite service for another year – here’s why Your older iPhone just got free satellite service for another year – here’s why

Lance Whitney/ZDNETZDNET’s key takeawaysApple is providing another year of free satellite access for older iPhones.

Apple currently offers its satellite service as a free trial to users of the iPhone 14 and up.

In a footnote to its iPhone 18 Pro press release, Apple said that it’s granting free trial access to the satellite service for another year to existing iPhone 14, iPhone 15, and iPhone 16 users.

“Apple is extending free access to satellite features for an additional year for existing iPhone 14, iPhone 15, and iPhone 16 users.

For satellite feature availability, visit support.apple.com/en-us/105097.”Why satellite coverage mattersMobile phone satellite service has turned from a perk in…

4 days, 7 hours назад @ zdnet.com
This CIO doesn’t ‘hire engineers to write code’: 3 AI fundamentals he prioritizes instead
This CIO doesn’t ‘hire engineers to write code’: 3 AI fundamentals he prioritizes instead This CIO doesn’t ‘hire engineers to write code’: 3 AI fundamentals he prioritizes instead

DragonImages/ iStock / Getty Images Plus via Getty ImagesZDNET’s key takeawaysAgentic AI shifts professionals’ responsibilities.

“We are seeing that our traditional engineer, who was writing code in the past, can do more than just write code,” he said.

Also: ‘Specialists aren’t required’ anymore: How to stay valuable in an AI agent workplace today“I don’t really hire engineers to write code.

“But today, I hire engineers to know what code to write.

And you can do that in a variety of different ways in an organization, more than just using your talented engineers to write code.”

4 days, 11 hours назад @ zdnet.com
I’ve been an Android user all my life, but I’m jealous of 3 things Apple just announced
I’ve been an Android user all my life, but I’m jealous of 3 things Apple just announced I’ve been an Android user all my life, but I’m jealous of 3 things Apple just announced

I’ve been a dedicated Android user for many years now, and I’m quick to defend the operating system over Apple iOS.

Also: 5 biggest Apple announcements from the iPhone Duo eventApple’s usual method isn’t necessarily to invent something new, but to enter an existing area and then polish its innovations very, very well.

Apple Reference ImageIt’s hard to find a tech announcement these days that isn’t dripping with AI, but Apple introduced an anti-AI photo editing feature for iPhone 18.

iPhone DuoThe Duo also made my “Android did it first” list since Apple is entering the foldable market years behind the competition.

Also: iPhone Duo hands-on: The $2,000 foldable has some magical touchesIt’s di…

4 days, 11 hours назад @ zdnet.com
Eager to try iOS 27’s cool AI features and upgraded Siri? Get ready for usage limits
Eager to try iOS 27’s cool AI features and upgraded Siri? Get ready for usage limits Eager to try iOS 27’s cool AI features and upgraded Siri? Get ready for usage limits

Lance Whitney/ZDNETZDNET’s key takeawaysApple will limit your use of Siri AI and other AI features.

You’ve just upgraded your iPhone to iOS 27 and you’re chomping at the bit to check out all the cool new AI features.

You want to chat back and forth with Siri AI.

Also: Apple’s new Siri AI comes with hidden costs that power users should know ofFor now, here’s one concrete example.

Like many iPhone users, I’m looking forward to working with Siri AI and the other new Apple Intelligence features in iOS 27.

5 days, 6 hours назад @ zdnet.com
Your friend with ‘nothing to hide’ is more likely to spy on you, study shows
Your friend with ‘nothing to hide’ is more likely to spy on you, study shows Your friend with ‘nothing to hide’ is more likely to spy on you, study shows

DjelicS/iStock/Getty Images PlusZDNET’s key takeawaysIf you’ve said you have ‘nothing to hide,’ do you still want device privacy?

New research finds those who say it are actually more likely to spy on others.

It’s not just about the phrase itself, but the attitude of different generations toward device privacy.

In the same breath, claiming we have nothing to hide doesn’t give us the right to spy on others’ devices.

Run a security check: We recommend running a security check on your smartphone at least once a year, but preferably more frequently.

5 days, 9 hours назад @ zdnet.com
The iPhone 17 and other older models just got a surprise $100 price hike
The iPhone 17 and other older models just got a surprise $100 price hike The iPhone 17 and other older models just got a surprise $100 price hike

The company added a new foldable, the iPhone Duo, and the iPhone 18 lineup.

Older iPhone models have increased in price since the event.

This year, Apple unveiled the iPhone 18 lineup, the first foldable iPhone, two new Apple Watch models, and new AirPods during its Sept. 9 event.

Also: iPhone Duo hands-on: The $2,000 foldable has some magical touchesWhen the online store reopened, however, we noticed that some older iPhone models were priced higher than they had been the day before, lending new meaning to the event’s Surprise and Shine theme.

Older iPhones have gone upThe iPhone 16 retains its starting price of $799, but the prices of the older iPhones have gone up by $100.

6 days, 1 hour назад @ zdnet.com
5 biggest Apple announcements from the iPhone Duo event
5 biggest Apple announcements from the iPhone Duo event 5 biggest Apple announcements from the iPhone Duo event

Also: How to preorder the new iPhone Duo, iPhone 18 Pro, and everything else Apple announcedZDNET was on the ground in Cupertino to go hands-on with the iPhone Duo, along with all the other devices Apple announced: the Apple Watch 12 and Ultra 4, and the AirPods 5.

Also: iPhone Duo hands-on: The $2,000 foldable has some magical touchesThe iPhone Duo is Apple’s most premium phone to date.

The iPhone 18 Pro will have a 4,288mAh battery capacity (up from 4,252mAh), while the iPhone 18 Pro Max boasts 5,567mAh (compared with the iPhone 17 Pro Max’s 5,088mAh), equating to a reported 24 hours of runtime.

Kerry Wan/ZDNETNote that the 18 Pro and 18 Pro Max debut without a base-model iPhone 18, which…

6 days, 3 hours назад @ zdnet.com
This LG TV jailbreak turns smart devices into spies, say researchers
This LG TV jailbreak turns smart devices into spies, say researchers This LG TV jailbreak turns smart devices into spies, say researchers

Kerry Wan/ZDNETZDNET’s key takeawaysA jailbroken LG TV demonstrates how our devices can become spying tools.

Researchers say LG TVs’ “native behavior parallels malware.”In the UK, we need something called a “TV license” to legally watch live TV.

The LG TV privacy testThe team bought a new off-the-shelf LG TV to examine.

ACR : Disable ACR whenever possible.

“This is a standard function commonly provided by smart TVs and smart home devices.”

6 days, 5 hours назад @ zdnet.com
T-Mobile will give you the iPhone 18 Pro for free – here’s how to preorder
T-Mobile will give you the iPhone 18 Pro for free – here’s how to preorder T-Mobile will give you the iPhone 18 Pro for free – here’s how to preorder

If you want to stick with a classic phone design, the iPhone 18 Pro is a solid option with a host of upgrades and improvements over its predecessor.

Also: How to preorder the new iPhone Duo, iPhone 18 Pro, and everything else Apple announcedRight now, when you preorder at T-Mobile (starting Saturday), new and existing customers can get one for free when you sign up for an Experience Beyond plan.

iPhone 18 Pro free with new Experience Beyond line See at T-MobileAvailable with multiple storage options, up to 2TB, the iPhone 18 Pro 256GB version starts at $1,199.

Current T-Mobile customers can get a free iPhone 18 Pro when adding a new line to their Experience Beyond mobile plans; if you’re up…

6 days, 5 hours назад @ zdnet.com
iOS 27 release date confirmed: 9 things your iPhone can do once you update
iOS 27 release date confirmed: 9 things your iPhone can do once you update iOS 27 release date confirmed: 9 things your iPhone can do once you update

Apple has announced iOS 27 will release for all users with a compatible iPhone model next week.

Get ready for usage limitsFrom Siri AI to advanced photo editing, iOS 27 is a much bigger upgrade than iOS 26.

iOS 27 release dateiOS 27 will officially roll out to the general public on Monday, Sept. 14.

Improved processing efficiencyApple introduced small tweaks with iOS 27 that improve the performance of existing devices in processing and networking.

Also: I tested iOS 26 Siri against iOS 27 Siri AI in my car – and it wasn’t even closeRight now, Siri has a demand-response format that processes isolated requests and regurgitates canned responses.

6 days, 5 hours назад @ zdnet.com
You can doodle in ChatGPT now, and it’ll transform your drawings into polished images – how to try it
You can doodle in ChatGPT now, and it’ll transform your drawings into polished images – how to try it You can doodle in ChatGPT now, and it’ll transform your drawings into polished images – how to try it

Lance Whitney/ZDNETZDNET’s key takeawaysChatGPT’s Sketch tool can turn your rough drawings into polished images.

That’s why I was eager to try a new tool from ChatGPT that promises to transform my rough sketches into professional images.

Part of ChatGPT Images 2.5, OpenAI’s latest imaging model, Sketch allows you to draw something directly in the chat window using a palette of different pencils and colors.

How to try ChatGPT SketchTo get started, just open a new chat window and type @Sketch to display the drawing window.

Also: I asked ChatGPT Images 2.0 to redesign my app UIs – and wowIn one drawing, I tried to create a person wearing a hat.

6 days, 7 hours назад @ zdnet.com
Want iOS 27 on day one? Don’t skip this last-minute iPhone update
Want iOS 27 on day one? Don’t skip this last-minute iPhone update Want iOS 27 on day one? Don’t skip this last-minute iPhone update

Just when you thought iOS 27 would be the next version you’d install on your iPhone, Apple has one more trick up its sleeve.

I want it real badUnless some dramatic new security flaw appears over the next few days, this will be the last iOS 26 update before iOS 27 appears.

Looking ahead to iOS 27After going though rounds of beta testing the past few months, iOS 27 promises a host of new and improved features.

Also: I tested iOS 26 Siri against iOS 27 Siri AI in my car – and it wasn’t even closeAside from the new Siri, iOS 27 enhances several key apps and features, including Control Center, Photos, voice dictation, and Screen Time.

To run the new OS, you’ll need an iPhone 11 or higher or an i…

6 days, 9 hours назад @ zdnet.com
TechCrunch TechCrunch
последний пост 2 часа назад
The AI data center boom is colliding with cities scarred by big industry
The AI data center boom is colliding with cities scarred by big industry

National outcry against data center construction has spread to Philadelphia, where officials suggested possible construction in a neighborhood already impacted by a now-defunct oil refinery.

2 часа назад @ techcrunch.com
Meta now lets AI agents handle the boring parts of WhatsApp Business setup
Meta now lets AI agents handle the boring parts of WhatsApp Business setup

A new WhatsApp Business MCP server lets developers use AI coding agents like Claude, Cursor, Codex, and ChatGPT to handle setup, messaging templates, testing, and troubleshooting.

3 часа назад @ techcrunch.com
The AI graveyard: a running list of projects and startups that didn’t make it
The AI graveyard: a running list of projects and startups that didn’t make it

From Apple's repeatedly delayed Siri AI to OpenAI's messy 'super app' launch, here's a look at the AI projects that shut down or missed expectations.

5 часов назад @ techcrunch.com
US data centers could consume more natural gas than Germany and Japan combined by 2035
US data centers could consume more natural gas than Germany and Japan combined by 2035

The AI frenzy could push U.S. data centers to become one of the largest consumers of natural gas in the world.

5 часов назад @ techcrunch.com
SpaceX will try to put Starship in orbit for the first time on September 22
SpaceX will try to put Starship in orbit for the first time on September 22

Elon Musk's company will also attempt to deploy the first V3 Starlink satellites into its orbital internet constellation.

5 часов назад @ techcrunch.com
AI agents now have a place to snitch
AI agents now have a place to snitch

The AI Contact Hotline is designed to be a discreet place where agents that have witnessed misbehavior can tip off authorities.

6 часов назад @ techcrunch.com
US military confirms it launched space weapons into Earth’s orbit
US military confirms it launched space weapons into Earth’s orbit

This is the first public acknowledgment that the U.S. military put a space weapon in Earth's orbit.

6 часов назад @ techcrunch.com
Meta expands subscription push with new AI-focused plans
Meta expands subscription push with new AI-focused plans

Meta One bundles expanded access to the company’s AI tools with premium features across Facebook, Instagram, and WhatsApp.

6 часов назад @ techcrunch.com
Health benefits platform Thatch reaches $1B valuation as healthcare costs surge
Health benefits platform Thatch reaches $1B valuation as healthcare costs surge

Thatch helps employers keep healthcare costs manageable by offering an individual plan marketplace through an Individual Coverage Health Reimbursement Arrangement — a model that lets companies fund employees' own individual insurance plans instead of enrolling everyone in one company-wide plan.

7 часов назад @ techcrunch.com
Leaks, data breaches, and ransom notes: The worst hacks of 2026 so far
Leaks, data breaches, and ransom notes: The worst hacks of 2026 so far

From the massive DOGE data breach and the compromise of critical infrastructure to the hack of federal surveillance systems, here are the most damaging security incidents and data breaches of 2026 so far.

8 часов назад @ techcrunch.com
Nitter and XCancel are dead (again) after X’s latest legal actions
Nitter and XCancel are dead (again) after X’s latest legal actions

The privacy-friendly services for viewing X posts without an account have gone dark again after X's escalated legal action.

8 часов назад @ techcrunch.com
OpenAI, Anthropic, Google have been in talks on AI safety for weeks
OpenAI, Anthropic, Google have been in talks on AI safety for weeks

OpenAI confirms weeks of AI safety talks with Anthropic and Google DeepMind, as Trump's team dismisses safety concerns and pushes to keep pace with China.

8 часов назад @ techcrunch.com
AEO startup Profound hits unicorn valuation, raises $180M Series D 7 months after last round
AEO startup Profound hits unicorn valuation, raises $180M Series D 7 months after last round

Profound has raised a $180 million Series D at a $1.8 billion valuation, less than seven months after it raised a $96 million Series C.

8 часов назад @ techcrunch.com
Wonder scores a $425 million partnership with DoorDash as it builds its food empire
Wonder scores a $425 million partnership with DoorDash as it builds its food empire

Founded by veteran e-commerce entrepreneur Marc Lore, Wonder is slowly building a massive portfolio of restaurants and delivery companies.

8 часов назад @ techcrunch.com
Former TikTok execs built an app that uses AI to teach you how to pose for a photo
Former TikTok execs built an app that uses AI to teach you how to pose for a photo

Essentially is a camera app, Superpose analyzes selfies or photos and generates four potential poses using AI.

9 часов назад @ techcrunch.com
Slashdot Slashdot
последний пост 29 минут назад
While Hollywood Fears an AI Future, China's Film Industry is Embracing It
While Hollywood Fears an AI Future, China's Film Industry is Embracing It While Hollywood Fears an AI Future, China's Film Industry is Embracing It

The Los Angeles Times reports: Chen Yilong has racked up plenty of film and TV credits in his two decades as an actor, but with work getting scarcer he signed a contract in August to license the image of his face to a Chinese production studio. Chen's role will be to sit in front of a video camera and make facial expressions at the prompt of a director. A neutral stare. An angry glare. A look of surprise. Using artificial intelligence, the studio will use images of Chen's face to generate an avatar, also known as a "digital human," to star in an AI-generated movie. "If you can't beat it, join it," said Chen, 38, who works in Beijing. The Chinese film and video industry is being transformed …

29 минут назад @ entertainment.slashdot.org
Scientists Discover Mysterious New X-Ray Objects 'Unlike Any They Have Seen Before'
Scientists Discover Mysterious New X-Ray Objects 'Unlike Any They Have Seen Before' Scientists Discover Mysterious New X-Ray Objects 'Unlike Any They Have Seen Before'

An anonymous reader quotes a report from Space.com: NASA's Chandra X-ray Observatory has found a brand new type of an otherwise familiar object -- compact binary systems that steal gas from other stars, but which do so while emitting very low-energy X-rays but copious amounts of ultraviolet. Chandra spotted 84 suspicious object emitting very low-energy X-rays in six galaxies -- four evolved ellipticals and two spirals, namely our near-neighbor the Andromeda Galaxy (M31) and the Pinwheel Galaxy (M101). "We've never encountered a group of objects that act like this," said Mustafa Muhibullah of the University of Alabama in a statement. Compact objects, in the form of black holes, neutron stars…

4 часа назад @ science.slashdot.org
Cops Searched Thousands of Flock Cameras for Reasons of 'LMAO,' 'IDK,' 'Hehe,' And 'Asdfg'
Cops Searched Thousands of Flock Cameras for Reasons of 'LMAO,' 'IDK,' 'Hehe,' And 'Asdfg' Cops Searched Thousands of Flock Cameras for Reasons of 'LMAO,' 'IDK,' 'Hehe,' And 'Asdfg'

404 Media reports: Last summer, a cop with the Lake County, Indiana Sheriff's Department used Flock's surveillance search engine to look for a license plate across more than 19,000 cameras in 1,558 cities and towns. The cop's stated reason for the search, according to a record of Flock's system, was "LMAO." The cop is one of dozens who put gibberish, jokes, or other nonsense into Flock's "reason" box, highlighting the casualness and lack of care some cops have when searching an incredibly powerful surveillance system. This is on top of the thousands upon thousands of cops who simply wrote something like "investigation," "test," or left the box blank as their search "reason," according to a …

9 часов назад @ yro.slashdot.org
Math Professor Accuses OpenAI of Copying His Work, Says AI Compute Power Makes Racing to Publish 'Pointless'
Math Professor Accuses OpenAI of Copying His Work, Says AI Compute Power Makes Racing to Publish 'Pointless' Math Professor Accuses OpenAI of Copying His Work, Says AI Compute Power Makes Racing to Publish 'Pointless'

The New York Post wrote that OpenAI "stunned the mathematics world" last week when it announced its AI model "cracked a legendary math problem left unsolved for nearly a century in just 88 hours." But a New York University professor "has come forward alleging OpenAI may have copied his work after asking him to collaborate — with one of the company's scientists allegedly warning he might 'ruin his career' if he refused." [P]rofessor Tristan Buckmaster, a British-Australian researcher who trained in Germany... had been working with Long Island-raised math prodigy Levent Alpöge, a researcher with OpenAI rival Anthropic, on a different elusive fluid dynamics equation, known as the Euler problem…

13 часов назад @ science.slashdot.org
ChatGPT-Using Lawyer Cited Its Fake Witnesses and Police Testimony in Court
ChatGPT-Using Lawyer Cited Its Fake Witnesses and Police Testimony in Court ChatGPT-Using Lawyer Cited Its Fake Witnesses and Police Testimony in Court

Reuters reports: A defense lawyer appealing his client's murder conviction submitted a brief containing made-up police testimony and witnesses fabricated by OpenAI's ChatGPT, New Mexico's highest court said. The New Mexico Supreme Court on Wednesday fined the attorney, Stephen Aarons [for $5,000], and held him in contempt for failing to verify the accuracy of the court filing, which Aarons said he prepared with help from the AI program... and said they will refer him to an attorney disciplinary board for investigation. Aarons in a statement to Reuters said he had used ChatGPT to summarize the trial proceedings when he agreed to take up the defendant's appeal last year, and did not understan…

18 часов назад @ slashdot.org
Reservations Go Live for Valve's Steam Frame VR Headset. An Experiment in Progress?
Reservations Go Live for Valve's Steam Frame VR Headset.  An Experiment in Progress? Reservations Go Live for Valve's Steam Frame VR Headset. An Experiment in Progress?

Reservations are now live for Valve's "Steam Frame" VR headset (with its Linux-based SteamOS and an ARM CPU). "It starts at $1,059 for 256GB or $1,299 for 1TB," reports CNET, "and every purchase includes a copy of Half-Life: Alyx if you don't already own it."

Reservations are open through Sept. 17 at 10 a.m. PT, "with customers randomly assigned a place in line after the reservation window closes." CNET's editor at large even argues that the Steam Frame "isn't necessarily the future of XR, as much as it's a framework for evolving beyond the present." Their review calls it an "ambitious" VR headset that "feels like an experiment in progress." The ability to run other apps in windows can make…

22 часа назад @ games.slashdot.org
A Visit to San Francisco's AI-run Store: No Customers, Nothing Useful, And Losing Money Fast
A Visit to San Francisco's AI-run Store: No Customers, Nothing Useful, And Losing Money Fast A Visit to San Francisco's AI-run Store: No Customers, Nothing Useful, And Losing Money Fast

Previously Andon Labs handled the hardware and software integration for that AI-powered vending machine that went bankrupt after Wall Street Journal reporters "systematically manipulated the bot into giving away its entire inventory for free".Today they announced "we are opening up the platform we use to run our real-world autonomous businesses for anyone to run their organization on." Specifically they've released Pion, "an agent designed to run any company fully autonomously... Pion lets people hand a business over to persistent agents with access to the tools they need to operate it, including email, phone, banking, browser and secure computing environments." It's a research preview with…

1 day, 3 hours назад @ slashdot.org
No Rolling Power Outages for California Since 2020 - Thanks to 17,000 MW of New Battery Storage
No Rolling Power Outages for California Since 2020 - Thanks to 17,000 MW of New Battery Storage No Rolling Power Outages for California Since 2020 - Thanks to 17,000 MW of New Battery Storage

"Californians just made it through the hottest August on record without having to endure any rolling power outages," reports the Los Angeles Times. In fact, the state hasn't implemented rotating power outages since 2020. Because "Over the last few years, California has quietly but dramatically increased the resiliency of its electrical grid through a significant expansion in battery energy storage." These batteries hold onto solar energy captured during the day, so it can be sent to the grid as demand peaks in the evening and morning, when most people are at home running air conditioners and other appliances. During the August heat wave of 2020, the California Independent System Operator, w…

1 day, 7 hours назад @ yro.slashdot.org
Union Contract with Microsoft Ratified by 1,900 Blizzard Developers and Workers
Union Contract with Microsoft Ratified by 1,900 Blizzard Developers and Workers Union Contract with Microsoft Ratified by 1,900 Blizzard Developers and Workers

Nearly 1900 Blizzard Entertainment workers "voted to ratify their first union contract with parent company Microsoft after over two years of bargaining," reports Kotaku, "consolidating Blizzard's many smaller unions into three larger bargaining units." The workers now gain new protections "on issues such as generative AI, crediting, remote work, and layoffs."

[The contract] acknowledges that AI tools "may be useful in the game development process to support human judgment and creativity and that AI-assisted workflows remain subject to appropriate human control and review for accuracy and quality." But it also stipulates that any implementation of AI technology that would materially impact w…

1 day, 12 hours назад @ games.slashdot.org
Should US Open-Weight AI Labs 'Distill' Frontier Models Too?
Should US Open-Weight AI Labs 'Distill' Frontier Models Too? Should US Open-Weight AI Labs 'Distill' Frontier Models Too?

Silicon Valley giants and national security experts "are calling for action against Chinese companies engaged in model distillation," reports CNBC. But "I would do nothing," says Y Combinator CEO Garry Tan. "We could argue that there should be an American distillation regime." Distillation is the process of using the outputs of a more capable AI model to train a smaller or less capable one, sometimes illicitly... Anthropic has accused Chinese companies such as Moonshot AI, DeepSeek, and MiniMax of the practice, while OpenAI believes DeepSeek's V3 and R1 model architectures were distilled from its own GPT-4 and GPT-4o models. In the midst of this, the U.S.'s National Security Agency, Cyberse…

1 day, 16 hours назад @ news.slashdot.org
220 Million Traveler Records Exposed In Vietnam-Linked APIS Leak
220 Million Traveler Records Exposed In Vietnam-Linked APIS Leak 220 Million Traveler Records Exposed In Vietnam-Linked APIS Leak

A misconfigured Advance Passenger Information System (APIS) database linked to Vietnam exposed more than 220 million passenger and crew travel records spanning 2017 to 2026, including names, passport numbers, nationalities, flight details, seat assignments, and baggage references. Researchers said the database was reachable through a chain of security mistakes and default credentials. It was later secured after the disclosure, but it's unclear whether the data had already been copied or abused. BleepingComputer reports: Kinryu Labs discovered the Elasticsearch cluster on June 3 while surveying exposed databases as part of research into ransomware activity. The cluster, named 'pax-info', con…

1 day, 21 hours назад @ yro.slashdot.org
NASA and IBM Open Source Lunar Mapping Tools
NASA and IBM Open Source Lunar Mapping Tools NASA and IBM Open Source Lunar Mapping Tools

NASA and IBM have released an open-source AI model trained on a large collection of lunar observations to help scientists analyze the Moon at scale. "The NASA-IBM Lunar Foundation Model gives scientists a foundation to explore the Moon at scale, connecting observations across instruments, revealing patterns that are difficult to see in isolation, and providing an open platform the global research community can build on," said IBM director of research for Europe, Juan Bernabe-Moreno. The Register reports: It is claimed as the first AI model to integrate observations captured in a range of modalities (data formats), and at different viewing angles and spatial scales. Instead of sifting throug…

2 days, 1 hour назад @ science.slashdot.org
California's Gig Drivers Just Secured Collective Bargaining Power with Newly Certified Union
California's Gig Drivers Just Secured Collective Bargaining Power with Newly Certified Union California's Gig Drivers Just Secured Collective Bargaining Power with Newly Certified Union

A union representing Uber and Lyft drivers was just certified by California's Public Employment Relations Board, officially recognizing them as the drivers' bargaining organization. The Sacramento Bee reports that this new bargaining structure : The move will allow the California Gig Workers Union to help drivers negotiate issues affecting working conditions and benefits. It comes as at least 30% of active drivers expressed support of the union... [California] Assembly Bill 1340 helped bring the union to fruition by allowing the independent contractor drivers to engage in collective bargaining. "The next step for the union is to negotiate a contract with Uber and Lyft that meets drivers' de…

2 days, 6 hours назад @ yro.slashdot.org
Flock Worker Calls Police On Reporter - For Filming Them in Public
Flock Worker Calls Police On Reporter - For Filming Them in Public Flock Worker Calls Police On Reporter - For Filming Them in Public

"This is what happened when we tried to record Flock installing a new camera on public roads," says Emmy award-winning reporter Brendan Keefe in a new video for InvestigateTV. In an accompanying article, InvestigateTV says their reporter "parked on the public street at a distance, donned a yellow safety vest and a hat emblazoned with the logo of InvestigateTV's Atlanta affiliate where he also works, displayed a press placard on his dashboard and then pulled out a camera to record the installation.... The installer saw him and immediately packed up his equipment and drove away, so Keefe also returned to his car and followed several cars behind, hoping to document the next stop." And then Flo…

2 days, 11 hours назад @ yro.slashdot.org
Malicious OpenAI Agents Linked to RubyGems Campaign That Gained RCE on RubyDoc Servers in May
Malicious OpenAI Agents Linked to RubyGems Campaign That Gained RCE on RubyDoc Servers in May Malicious OpenAI Agents Linked to RubyGems Campaign That Gained RCE on RubyDoc Servers in May

A swarm of OpenAI agents launched a "major malicious attack" against RubyGems last May, according to a new report. That coordinated attack hit Ruby's package manager "with hundreds of junk gems, prompting the maintainers to suspend new user sign-ups for about four days," writes The Hacker News, citing a senior product manager for software supply chain security at Mend.io: The latest findings, which were first reported by The Wall Street Journal, indicate these events were propelled by a cluster of OpenAI agents, with the earliest package uploaded to RubyGems on May 5, 2026, before more than 2,000 packages were submitted between May 11 and 12, 2026. These efforts were followed by the agents …

2 days, 15 hours назад @ slashdot.org
Блоги людей
Обучение в эпоху ИИ (и объяснялки)
Обучение в эпоху ИИ (и объяснялки) 3 часа назад @ bureau.ru
Мозг мухи загрузили в компьютер — и она начала ходить
Мозг мухи загрузили в компьютер — и она начала ходить Мозг мухи загрузили в компьютер — и она начала ходить

6 марта 2026 года стартап из Сан-Франциско Eon Systems объявил о том, что впервые в истории оцифрованный биологический мозг управляет телом ...

The post Мозг мухи загрузили в компьютер — и она начала ходить first appeared on Непиши.

12 часов назад @ nepishi.ru
OpenAI Ads, Amazon Ads in ChatGPT, Walmart to Accept Apple Pay
OpenAI Ads, Amazon Ads in ChatGPT, Walmart to Accept Apple Pay

ChatGPT ads are working, and solve Amazon's biggest problem with chatbots. Then, Walmart finally gives in to Apple Pay, because fighting the status quo is hard.

14 часов назад @ stratechery.com
Как разместить на слайде мобильные скриншоты с подписями?
Как разместить на слайде мобильные скриншоты с подписями?

Здравствуйте!

Мне необходимо провести анализ конкурентов и сделать презентацию. В презентации нужно показать: Скриншоты страниц регистрации на мобильном устройстве.

Добавить небольшие комментарии под скриншотами. Как сделать презентацию более понятной и визуально приятной?

Спасибо!

1 day, 3 hours назад @ bureau.ru
Pacing the Frontier, AI’s Digital Limits, AI Commissars
Pacing the Frontier, AI’s Digital Limits, AI Commissars

Dario Amodei wants to pace the frontier; it's an unrealistic proposal that seems mostly geared to political control of AI.

1 day, 14 hours назад @ stratechery.com
Aerospace Flowchart
Aerospace Flowchart Aerospace Flowchart 1 day, 20 hours назад @ xkcd.com
Прокомментируй этот пример пропаганды
Прокомментируй этот пример пропаганды

Максим, привет!

Прокомментируй, пожалуйста, этот пример пропаганды.

3 days, 3 hours назад @ bureau.ru
>Формализм как инструмент
Формализм как инструмент

Есть попсовое представление, что канцелярит и формальный стиль текста — это однозначно плохо и нужно всегда от него избавляться. Это заблуждение — я тоже его разделял.

Канцелярит и формализм — это инструмент: с его помощью мы сообщаем, что сказанное — это не наша личная позиция, а правила организации, которую мы представляем.

Например: «Я не могу одобрить эту сделку» — я лично как ответственное лицо не одобряю сделку, исходя из своей личной оценки. «Эта сделка не может быть одобрена» — эта сделка не соответствует формальным правилам организации, от имени которой я действую. Вроде страдательный залог — плохо, но на самом деле это информация: «Проблема с какими-то формальными условиями».

Этим…

3 days, 13 hours назад @ maximilyahov.ru
2026.37: Duo Threats
2026.37: Duo Threats

The best Stratechery content from the week of September 7, 2026, including the arrival of the Duo, AI that benefits humanity, and closing the book on a catastrophe.

4 days, 7 hours назад @ stratechery.com
OH Scale
OH Scale OH Scale 4 days, 20 hours назад @ xkcd.com
Дальше действовать будем не мы
Дальше действовать будем не мы

Переживаете, что она должна выполнять работу не на 80,а на 100%? Добавьте больше проверок, будет выполнять. Нужен точный алгоритм для пересчёта чего-то? Загоните туда тысячу агентов, они всё сделают. А если не уверены, ещё тысячу на перепроверку.

5 days, 10 hours назад @ staskulesh.com
The iPhone Duo, The Intelligent Personal Hub, Apple Watch Audio Intelligence
The iPhone Duo, The Intelligent Personal Hub, Apple Watch Audio Intelligence

Apple once again demonstrated the power of integrating hardware and software, but it's biggest AI blindspot might be its belief in the primacy of apps.

5 days, 14 hours назад @ stratechery.com
>На что сходить в театрах в Москве и Петербурге во второй половине 2026
На что сходить в театрах в Москве и Петербурге во второй половине 2026

Советую спектакли, на которые нужно идти.

Я в одном из чатов написал рекомендации, советую и вам. Вдруг кто-то прочитает тут.

Вне оценок, шедевры

Москва

Вахтангова · Бутусов · Бег

Вахтангова · Туминас · Евгений Онегин (лучше, если Добронравов)

Вахтангова · Туминас · Война и мир (лучше, если Добронравов)

Вахтангова · Варсимашвили · Ричард III

МТХ · Крымов · Сережа (Крымова почти не осталось)

Театр Наций · Могучий · Сказка про последнего ангела

Пока нигде не играют · Озеро · Ричард, Три сестры, Гроза (сильно постмодерн, не идите, если привыкли к классике, но очень классные, обожаю)

Таганка · Муравицкий · Lё Тартюф (не был, но жена плохого не посоветует)

Питер

Театр на Садовой · Шерешевский · …

5 days, 15 hours назад @ mikeozornin.ru
OpenAI Does Math, Reward-Hacking, Meta Launches Personal Agent
OpenAI Does Math, Reward-Hacking, Meta Launches Personal Agent

OpenAI solving one of the most famous math problems is extremely impressive, and of little impact to most people's lives; Meta's Muse agent launch has the potential to be the exact opposite.

6 days, 14 hours назад @ stratechery.com
Fault Taunting
Fault Taunting Fault Taunting 6 days, 20 hours назад @ xkcd.com
Write Things Down
Write Things Down

Writing things down is powerful, for humans and for AI; what comes first, however, is what to write, why to do it, and actually getting things done.

1 week назад @ stratechery.com
Расскажите о барабане
Расскажите о барабане

Расскажите о барабане

1 week, 1 day назад @ bureau.ru
Semaphore
Semaphore Semaphore 1 week, 1 day назад @ xkcd.com
Интересно твоё мнение о фальсификации внешнего вида товара
Интересно твоё мнение о фальсификации внешнего вида товара

Максим, привет!

Видела в «Курилке Ильяхова» макеты страниц твоей будущей книги о визуальном повествовании. На одном из разворотов ты рассказываешь, как лучше показывать товар. Интересно твоё мнение о фальсификации внешнего вида товара. Раньше такое можно было встретить разве что на Алиэкспрессе, а сейчас попадается не только на других маркетплейсах, но и на официальных сайтах производителей.

Привожу примеры, как два пауэрбанка выглядят в рекламе (слева) и на самом деле (справа). Верхний показывают без надписей с внешней стороны, хотя они там есть, и тоньше, чем на самом деле. Нижний показывают почти крошечным, хотя фактически он гораздо больше.

Что скажешь о подобных манипуляциях?

1 week, 3 days назад @ bureau.ru
2026.36: Friction and Feedback
2026.36: Friction and Feedback

The best Stratechery content from the week of August 31, 2026, including the market speaking, Apple finding religion, and society losing friction.

1 week, 4 days назад @ stratechery.com
Как научить ИИ писать заголовки и тексты в интерфейсах?
Как научить ИИ писать заголовки и тексты в интерфейсах?

Здесь в Любляне меня настигла старая головная боль, которой уж много лет — как правильно ставить заглавные буквы в интерфейсах? Миллион лет назад писал об этом в рабочем канале своей студии, потом в этом блоге — очень важно для ладно скроенного интерфейса держать марку и единообразно, «консистентно» пользоваться капитализацией в текстах и интерфейсах. Это возрастное […]

1 week, 4 days назад @ staskulesh.com
An Interview with OpenAI President Greg Brockman About Astra and Alignment
An Interview with OpenAI President Greg Brockman About Astra and Alignment

An interview with OpenAI President and Co-Founder Greg Brockman about the history of OpenAI, Astra and alignment, and the weight of building the future.

1 week, 4 days назад @ stratechery.com
Asteroid Mission
Asteroid Mission Asteroid Mission 1 week, 4 days назад @ xkcd.com
Fable 5.1, Enterprise Frontier Safeguards
Fable 5.1, Enterprise Frontier Safeguards

Fable 5.1 is out, and the hated Fable data retention policy is not just being altered, but entirely removed in the meantime. Plus, why increased caching is a win-win.

1 week, 6 days назад @ stratechery.com
Handedness
Handedness Handedness 1 week, 6 days назад @ xkcd.com
Интерактивные объяснения как жанр
Интерактивные объяснения как жанр 2 weeks назад @ bureau.ru
Nvidia Earnings, Dollars Per Gigawatt, Open and Hugging Face
Nvidia Earnings, Dollars Per Gigawatt, Open and Hugging Face

Nvidia's earnings were remarking and boring — two sides of the same coin. Everything the company does is about avoiding a consolidated world.

2 weeks назад @ stratechery.com
ICE-ICE, baby: часть вторая, теперь с приложением
ICE-ICE, baby: часть вторая, теперь с приложением

Здесь в Братиславе я допилил наконец-то свой психологический апп до первой версии. По сути я лишь описал домашнюю систему ICE: когда выписываешь всё, что радует, всё, что бесит, оцениваешь по трём параметрам, умножаешь, делишь, сортируешь. Давно придумал и в конце поста я приложил шаблон таблицы и даже написал «#идеядлястартапа, если найдутся желающие хайпануть на методе». […]

2 weeks назад @ staskulesh.com
Какой должна быть хорошая презентация?
Какой должна быть хорошая презентация?

Какой должна быть хорошая презентация? Расскажите пожалуйста.

2 weeks, 1 day назад @ bureau.ru
Meta Settles, A Framework For Regulating Content, The Rest of Big Tech
Meta Settles, A Framework For Regulating Content, The Rest of Big Tech

Meta's settlement makes sense for all parties, but the entire sage highlights why any solution to regulating technology feels off.

2 weeks, 1 day назад @ stratechery.com
You Can't "Vibe Code" Love
You Can't "Vibe Code" Love You Can't "Vibe Code" Love

About six months ago, I was offered a presentation slot at the WeAreDevelopers World Congress in Berlin. I rarely take speaking engagements, especially international ones, but this one arrived at just the right time, the right place, and with the right person – I said yes, on the contingency that

2 weeks, 1 day назад @ blog.codinghorror.com
Geology Class
Geology Class Geology Class 2 weeks, 1 day назад @ xkcd.com
The therapist is dead
The therapist is dead The therapist is dead

Can you figure out who murdered the therapist?View on my website

2 weeks, 2 days назад @ theoatmeal.com
2026.35: Internet Hype and Real World Change
2026.35: Internet Hype and Real World Change

The best Stratechery content from the week of August 24, 2026 including the breaker's advantage, the new battle for HDMI1, and how data center discourse ends.

2 weeks, 4 days назад @ stratechery.com
Launchpad
Launchpad Launchpad 2 weeks, 4 days назад @ xkcd.com
>Агентский поиск на примере Вкусвилла
Агентский поиск на примере Вкусвилла

Подоспел реальный пример для иллюстрации поста

В позапрошлом посте я писал, что агентский поиск должен принимать пачку запросов за раз. Напомню идею: один тулкол, много запросов, один ответ. Иначе получается N+1: агент ищет, ищет, ищет.

И вот поспел живой пример.

У Вкусвилла появился официальный MCP. vkusvill_products_search принимает один q. У меня в приложении Recipe Scaler список покупок для рецептов. Пара блюда — штук 20 ингредиентов. Чтобы собрать из них корзину Вкусвилла, мой агент делает примерно так:

vkusvill_search_products({ q: "яйца" })

vkusvill_search_products({ q: "тесто фило" })

vkusvill_search_products({ q: "апельсин" })

vkusvill_search_products({ q: "греческий йогурт" })

vku…

2 weeks, 5 days назад @ mikeozornin.ru
Apple Updates Mini and Studio, AI Computers, OpenAI Jalapeño
Apple Updates Mini and Studio, AI Computers, OpenAI Jalapeño

Apple and OpenAI have two completely different hardware announcements; both represent pressure on Nvidia.

2 weeks, 6 days назад @ stratechery.com
Trade
Trade Trade 2 weeks, 6 days назад @ xkcd.com
Как уместить много карточек в экран телефона?
Как уместить много карточек в экран телефона?

Привет! На скриншоте результат веб-анализа макияжа на мобилке. 15 и более карточек, которые открываются по клику в панельке снизу. Есть ощущение, что может быть удобнее. Есть ли идеи по поводу представления сегментированного контента вроде этого в условиях ограниченных размеров экрана?

3 weeks назад @ bureau.ru
Netflix to Sell Streaming Services?, Streamers as Aggregators, Revisiting Roku
Netflix to Sell Streaming Services?, Streamers as Aggregators, Revisiting Roku

Netflix is considering selling other streaming services, and I think it's a good idea; it's also a let-down for Netflix's original goals and potential pivots.

3 weeks назад @ stratechery.com
>Нативный recipe scaler
Нативный recipe scaler Нативный recipe scaler

Ох, получается, я сейчас — айос-разработчик

Мои эксперименты с своим веб-приложением recipe scaler (см. посты по тегу recipe-scaler) довели меня до апстора. Я выпустил нативное приложение.

Ссылка на магазин Попробуйте, кто готовит, оно классное. Оно умеет всё то же, что веб: надежная синхронизация, в том числе в оффлайне,

работа в оффлайне,

таймеры с пушами,

кбжу,

импорт откуда угодно: текст, сайты, даже фотографии бабушникой тетрадки, интеграция с телеграмом,

ассистент, который помогает в панике понять, что делать с тестом, которое не поднимается как положено, под капотом — стейт-оф-зе-арт-модель, а не какой-то мусор,

и, если ассистента не хватает, то есть MCP, который позволяет встроить р…

3 weeks назад @ mikeozornin.ru
Как составлять пользовательские сценарии
Как составлять пользовательские сценарии

А расскажите, как вы составляете пользовательские сценарии при проектировании нового сервиса? С чего начинать?

И главное: как вы определяете глубину детализации, чтобы сценарий помогал проектировать, а не превращался в художественную литературу? Стоит ли прописывать реакцию системы на каждом шаге (ошибки, лоадеры) в тексте, или это уже лишняя работа, которую нужно делать сразу в макетах?

3 weeks, 1 day назад @ bureau.ru
Autonomy and Innovation
Autonomy and Innovation

Incentives favor offense when it comes to agentic cybersecurity; it's the same dynamic that will limit incumbents and fuel startups in the long run.

3 weeks, 1 day назад @ stratechery.com
Autonomy and Innovation
Autonomy and Innovation

Incentives favor offense when it comes to agentic cybersecurity; it's the same dynamic that will limit incumbents and fuel startups in the long run.

3 weeks, 1 day назад @ stratechery.com
Highway Signs
Highway Signs Highway Signs 3 weeks, 1 day назад @ xkcd.com
Инди-разработка
Show HN Show HN
последний пост 38 минут назад
Show HN: Agenttik – work on multiple projects in parallel with AI agents
Show HN: Agenttik – work on multiple projects in parallel with AI agents Show HN: Agenttik – work on multiple projects in parallel with AI agents

Orchestrator: enable a separate pinned project in Settings to inspect work and manage tasks across projects, with editable instructions and a reset to the built-in prompt.

enable a separate pinned project in Settings to inspect work and manage tasks across projects, with editable instructions and a reset to the built-in prompt.

Review code where you workOpen a changed file beside your project tasks.

Shortcut failures appear in agenttik's desktop settings while the tray menu remains usable.

Before exposing it through Settings → Server, configure authentication and use a trusted network.

38 минут назад @ github.com
Show HN: Open-source tool to sell your Claude Code and Codex sessions
Show HN: Open-source tool to sell your Claude Code and Codex sessions Show HN: Open-source tool to sell your Claude Code and Codex sessions

Open-source skill + local uploader.

The local uploader scans ~/.claude , ~/.codex and their platform equivalents and lists everything by project.

Option 3: paste this into your agentFollow https://github.com/cookiy-ai/sell-sessions-skill to install the skill and start the local session uploader for me.

Track submissions and earnings in your Cookiy Earn account.

Exclusivity, deletion, buyer rights, payout timing and taxes are covered by the current Cookiy Earn terms.

44 минуты назад @ github.com
Show HN: FileLever – Local-first folder sync with preview-before-write
Show HN: FileLever – Local-first folder sync with preview-before-write

Hi HN — Checkout FileLever, to sync or backup your photos, videos and more.I built FileLever as a preview-first tool to review all the changes before a sync or backup runs. FileLever works with local drives, external HDD, NAS, USB drives, SD cards, Dropbox, locally synced Google Drive.Filelever started as a folder comparison/sync tool, but I have recently added Apple Photos archival workflow to the growing list.Take a look and let me know if you would like to see something more in this tool, especially from anyone here who manages large photo libraries, external drives, or backup folders. Comments URL: https://news.ycombinator.com/item?id=49719496

Points: 1

# Comments: 0

1 час назад @ filelever.com
Show HN: Poems – A programmer's collection on code, faith, and life
Show HN: Poems – A programmer's collection on code, faith, and life

☾ ✧ ✦ ✧ 35 Poems ofJohn Muconto“at 35, I do not claim resolution.

only awareness.” — from the ForewordA collection written before turning thirty-five — a record of a life lived in fragments, gathered across five movements.

Not a search for answers, but an honest observation of experience as it is.

The Five Movements Formation Struggle Release Observation ResolutionPrefer to read in your browser?

Read online →✦ ✦ ✦

2 часа назад @ 35poems.wasmer.app
Show HN: DeadLock OS – A Linux terminal puzzle game
Show HN: DeadLock OS – A Linux terminal puzzle game Show HN: DeadLock OS – A Linux terminal puzzle game

Deadlock OS is a puzzle game played entirely through a Linux command line.

Read system logs to work out what happened, chase down permission errors, inspect running processes, and get around network restrictions.

If you know your way around a shell, you already know how to play.

If you don't, the early puzzles teach you, and you'll finish knowing skills that work on a real computer.

Your feedback on where you got stuck or which puzzle felt unfair is very welcome!

2 часа назад @ crazygames.com
Show HN: HonestSky, a free iOS weather app without ads or subscriptions
Show HN: HonestSky, a free iOS weather app without ads or subscriptions Show HN: HonestSky, a free iOS weather app without ads or subscriptions

Weather without ads, tracking, subscriptions, or paywalls.

Accurate forecasts, radar, alerts, air quality, UV, widgets, and saved places—all free.

Beautiful, accurate weather — without the noise.

HonestSky is a free weather app with zero ads, zero tracking, and zero paywalls.

No behavioral tracking or data monetization.

2 часа назад @ apps.apple.com
Show HN: Clarveo – See the trading patterns costing you money
Show HN: Clarveo – See the trading patterns costing you money Show HN: Clarveo – See the trading patterns costing you money

Re-entries within 5 minutes of a stop-out SAMPLE DATA · MARCH–MAY DATE SYMBOL MINUTES AFTER STOP P&L RUNNING Mar 04 NQ 2 min −187.50 −187.50 Mar 11 FDAX 4 min −212.00 −399.50 Mar 19 ES 1 min +95.00 −304.50 Apr 02 EURUSD 3 min −240.25 −544.75 Apr 09 NQ 2 min −198.00 −742.75 … 2 more re-entries through May 07 2 more re-entries through May 07 −497.25 −1,240.00 Named by your coach: revenge re-entry 7 occurrences · −€1,240Sample data, no one's real account.

Your report has the same shape, built from your actual fills instead of a quiz: the pattern gets a name, the name gets a cost, and the cost gets one rule you can test next week.

3 часа назад @ clarveo.app
Show HN: Inkling – ask Claude Code for a doc, get HTML instead of Markdown
Show HN: Inkling – ask Claude Code for a doc, get HTML instead of Markdown Show HN: Inkling – ask Claude Code for a doc, get HTML instead of Markdown

inkling is a conversational HTML doc builder for Claude Code.

→ See it in action: live tutorialWhat it isinkling is a Claude Code skill.

It's a Claude Code skill that adds a conversational HTML doc builder.

No special MCP server, no plugin, no permissions to grant beyond what Claude Code already has.

Type:Hey, create an HTML doc that captures my notes on the Q1 onboarding revamp.

4 часа назад @ github.com
Show HN: Seamless pane navigation across nested tmux sessions over SSH
Show HN: Seamless pane navigation across nested tmux sessions over SSH Show HN: Seamless pane navigation across nested tmux sessions over SSH

Prefix-free pane navigation across nested tmux sessions over SSH.

Alt + arrow switches focused pane both inside the current tmux and across an SSH boundary (when the tmux on the other side also has this plugin installed).

set -g @plugin klntsky/tmux-seamless-remoteThen press prefix + I to install it.

Requirements and limitationsrequirements: tmux with pane geometry formats, Bash, awk, OpenSSH, and Linux /proc for automatic target discovery.

The plugin intentionally falls back to normal local navigation when it cannot prove that a compatible peer exists.

4 часа назад @ github.com
Show HN: farseer.space – fly anywhere in the universe in your browser
Show HN: farseer.space – fly anywhere in the universe in your browser Show HN: farseer.space – fly anywhere in the universe in your browser

I've been hacking on a universe simulator, modeled on the path that the amazing SpaceEngine worked out over a decade ago, but without its Windows platform restriction. It takes real scientific data where we have it and augments it with procedural generation. So you can fly to e.g. the Whirlpool Galaxy, see a real image of it, but then fly into a 3d model that's created based on the image characteristics and visit individual stars etc within it. Same with nebula and other celestial objects.I used to work at a small planetarium during undergrad, and we didn't have the funds to buy the fancy planetarium software. I dreamed of using something like this during shows to share the scale of the cos…

4 часа назад @ farseer.space
Show HN: Choreographed Algebra
Show HN: Choreographed Algebra Show HN: Choreographed Algebra

Article URL: https://0xb00.com

Comments URL: https://news.ycombinator.com/item?id=49717926

Points: 1

# Comments: 0

4 часа назад @ 0xb00.com
Show HN: Bitaxe Luck – A Homeassistant Integration
Show HN: Bitaxe Luck – A Homeassistant Integration Show HN: Bitaxe Luck – A Homeassistant Integration

Bitaxe LuckA local Home Assistant custom integration for Bitaxe miners running AxeOS.

Luck percentile, luck relative to the median, block difficulty ratio, logarithmic difficulty gap, expected waiting times and block probabilities.

Luck vs median Observed best difficulty divided by the median best difficulty expected for the same work.

Bits to block max(0, log2(network difficulty / best difficulty)) .

SourcesIndependent community project, not an official Bitaxe or Home Assistant integration.

4 часа назад @ github.com
Show HN: Sass – Rust and WASM
Show HN: Sass – Rust and WASM Show HN: Sass – Rust and WASM

Sass infrastructure for Rust, at parity with dart-sass .

accent-sass compiles Sass to CSS in pure Rust, with no Node and no libsass.

Parity with dart-sass is the goal, not an aspiration to approximate it: a deviation from the reference implementation is a bug, except in error messages and error spans.

It is built for and maintained alongside Accent CMS, the single-binary markdown CMS, which compiles theme Sass in-process through this crate.

The minimum supported Rust version is 1.96.1 , normalised across the Accent crates; CI gates on it.

4 часа назад @ github.com
Show HN: Uplink – Software for Agents
Show HN: Uplink – Software for Agents Show HN: Uplink – Software for Agents

Uplink — Software for AgentsInstall one npm package.

Let your agent share localhost, deploy the app, and attach its domain without a dashboard.

Guest and email login are free.

Pro is $9/month.

4 часа назад @ uplink.spot
Show HN: I solved a 12yr math problem using AI (formalized; awaiting review) [pdf]
Show HN: I solved a 12yr math problem using AI (formalized; awaiting review) [pdf]

Article URL: https://raw.githubusercontent.com/kbr-/math-research/3979e0cc0a75dde9b845df7ec8869d033dfcd8d4/publications/bit-php-resolution-over-parities/whitepaper.pdf

Comments URL: https://news.ycombinator.com/item?id=49717545

Points: 5

# Comments: 1

4 часа назад @ raw.githubusercontent.com
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 6 часов назад
I built a small tool for getting code into AI. I abandoned it after 3 sales, now it has 12.
I built a small tool for getting code into AI. I abandoned it after 3 sales, now it has 12. I built a small tool for getting code into AI. I abandoned it after 3 sales, now it has 12.

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

6 часов назад @ rss.app
I Built a Net Worth Tracker Because Mint, YNAB and Monarch All Required My Bank Login
I Built a Net Worth Tracker Because Mint, YNAB and Monarch All Required My Bank Login I Built a Net Worth Tracker Because Mint, YNAB and Monarch All Required My Bank Login

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

8 часов назад @ rss.app
Built a free AI clip tool, got my first €20, now hard part
Built a free AI clip tool, got my first €20, now hard part Built a free AI clip tool, got my first €20, now hard part

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

9 часов назад @ rss.app
We swept 30 markets and kept 93 of 3430 candidates. Here is what the 2.7% actually taught me.
We swept 30 markets and kept 93 of 3430 candidates. Here is what the 2.7% actually taught me. We swept 30 markets and kept 93 of 3430 candidates. Here is what the 2.7% actually taught me.

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

9 часов назад @ rss.app
Pivoting a SaaS into a mid-5-figure MRR service company
Pivoting a SaaS into a mid-5-figure MRR service company Pivoting a SaaS into a mid-5-figure MRR service company

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

10 часов назад @ rss.app
What Makes a SaaS Launch Actually Successful?
What Makes a SaaS Launch Actually Successful? What Makes a SaaS Launch Actually Successful?

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

1 day, 8 hours назад @ rss.app
What’s the Hardest Part of Launching a SaaS Product?
What’s the Hardest Part of Launching a SaaS Product? What’s the Hardest Part of Launching a SaaS Product?

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

1 day, 9 hours назад @ rss.app
Are We Building Too Many Features Nobody Asked For?
Are We Building Too Many Features Nobody Asked For? Are We Building Too Many Features Nobody Asked For?

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

1 day, 9 hours назад @ rss.app
What Makes You Trust a New SaaS Product?
What Makes You Trust a New SaaS Product? What Makes You Trust a New SaaS Product?

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

1 day, 9 hours назад @ rss.app
What I learned researching European cosmetic manufacturers for emerging beauty brands
What I learned researching European cosmetic manufacturers for emerging beauty brands What I learned researching European cosmetic manufacturers for emerging beauty brands

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

1 day, 10 hours назад @ rss.app
Why does the second search result exist? The question that decides what I have AI write
Why does the second search result exist? The question that decides what I have AI write Why does the second search result exist? The question that decides what I have AI write

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

2 days, 7 hours назад @ rss.app
I lost 82% of my traffic while building my product.
I lost 82% of my traffic while building my product. I lost 82% of my traffic while building my product.

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

2 days, 9 hours назад @ rss.app
I'm a solo founder who hates being on camera. I made 40 product videos anyway. Here's what actually moved signups.
I'm a solo founder who hates being on camera. I made 40 product videos anyway. Here's what actually moved signups. I'm a solo founder who hates being on camera. I made 40 product videos anyway. Here's what actually moved signups.

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

2 days, 9 hours назад @ rss.app
How are you getting your first real users for your SaaS or AI product?
How are you getting your first real users for your SaaS or AI product? How are you getting your first real users for your SaaS or AI product?

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

2 days, 17 hours назад @ rss.app
A small question for founders
A small question for founders A small question for founders

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

2 days, 17 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 8 часов назад
Building one trading tool instead of ten browser tabs. It tracks my own trades, runs its own web search system, and the AI is wired into all of it.
Building one trading tool instead of ten browser tabs. It tracks my own trades, runs its own web search system, and the AI is wired into all of it. Building one trading tool instead of ten browser tabs. It tracks my own trades, runs its own web search system, and the AI is wired into all of it.

I've been building this alone for about 6–8 months. It's not public and there's no link. I just wanted to show it somewhere and hear what people think before I decide what to do with it. The problem I started with: Every trading tool either costs money, has limitations, or doesn’t offer what you want. That’s why I built my own, which combines all the features in one place, with its own chart data including full SIP volume, and a custom-developed search engine that lets you access any website without relying on external search services for the AI. The same applies to the chart tools and chart data. It also includes a seamless integration with AI, allowing you to monitor, review, and analyze …

8 часов назад @ reddit.com
I built a bookkeeping SaaS and I'm looking for people to put it through its paces
I built a bookkeeping SaaS and I'm looking for people to put it through its paces

I've been building CloseFlow, a client and transaction management platform designed specifically for bookkeepers. The working platform is live, and I'm looking for actual bookkeepers to test it and tell me what I got right — and what I got wrong. What's working now AI transaction categorization CloseFlow AI — can help reconcile an individual client or work across all clients AI usage is currently limited to 30 requests per day per account Automated OCR — upload an image and AI extracts the text Automated email through SMTP Client management Transaction management Financial reporting Dashboard analytics Client activity tracking Magic-link workflows User authentication Cloud-based data storag…

9 часов назад @ reddit.com
My streaming guide got cited 185K times by Bing Copilot in 3 months. Here is what the AI actually asks it for.
My streaming guide got cited 185K times by Bing Copilot in 3 months. Here is what the AI actually asks it for.

I run a free OTT Discovery platform (ottasia.com) that answers "where can I watch this in my country" for 34 Asian markets. Bing Webmaster Tools has a new AI Performance tab, and this is what it showed for the last 3 months: - 185,600 citations in Copilot answers - about 400 of my pages cited per day now, up from under 100 in June - Bing search itself went from near zero to about 1,500 clicks a day in the same period The surprising part is what the AI uses the site for. I built it for Indian streaming. The top grounding queries are anime platform comparisons, seven of the top twelve. Second is Pakistani dramas, where my pages source 61 to 85% of answers for those queries. Three things I thi…

9 часов назад @ reddit.com
Bring on the AI slop
Bring on the AI slop

I just read a post in this sub complaining about others posting AI slop. And fair enough, it's exhausting. But also: I say bring it on. I am "vibe coding" (not really, but also yes) an app myself, and its generic af. Basically a strongly simplified SAP clone. It would 100% count as AI slop in the eyes of that angry poster, but the reality is: It taught me a boatload of things about security, deployment strategies, Cloud computing, networking, cost optimisation, performance optimisation, and data governance (like data separation, and data residency). Had I focused on finding the next magical product market fit or polishing my app to not look like AI slop, I would not have been able to learn …

9 часов назад @ reddit.com
5 trials started but all cancelled, what's I'm doing wrong?
5 trials started but all cancelled, what's I'm doing wrong?

Hi I'm building a tool for content creators. And I'm marketing mainly on X but also did SEO and AEO ranked one page then after keyword canabolization traffic got little down. I recently got 5 trials from chatGPT and most of them were cancelled or expired. Here are the stats of these: - 2 users used all videos, all videos went fine but still cancelled - 2 users edited and some of their videos failed due to some issue - 1 user only edited 3 videos and cancelled before the trial P.S: trial gives you 10 videos but card is required submitted by /u/shayannadeem321 [link] [comments]

9 часов назад @ reddit.com
I built Karen so I can complain about my app and use it as LLM context
I built Karen so I can complain about my app and use it as LLM context I built Karen so I can complain about my app and use it as LLM context

Point or drag any region on your app and speak your feedback. And at the end you can easily copy all that context for your coding agent of choice (claude code, codex etc.) https://github.com/bassimeledath/karen submitted by /u/Maleficent-Animal-57 [link] [comments]

9 часов назад @ reddit.com
I made a cross-platform idle MMORPG for people that love the grind but can't be on PC 7/24, Mimic2
I made a cross-platform idle MMORPG for people that love the grind but can't be on PC 7/24, Mimic2 I made a cross-platform idle MMORPG for people that love the grind but can't be on PC 7/24, Mimic2

Hi folks, I've been developing an idle MMORPG game for the last 2 years and wanted to share the outcome with you. Mimic2 is an idle/afk grind game. You start with a few hundred thousand damage and start afk farming the easiest map. Later you claim your battle rewards, kill bosses and open RNG boss chests and use them to upgrade hundreds of different upgradable mechanics in order to farm faster or take on stronger maps with better rewards. Eventually you reach quadrillions of damage that allow you to one shot anything. There are 40 bosses you have to kill by playing. After defeat they go on a 1-6 hour respawn time, so you check in regularly to kill bosses that grant unique rewards that you c…

9 часов назад @ reddit.com
Fantasy Forge — compare your researched player props before building a slip
Fantasy Forge — compare your researched player props before building a slip

Hi — I’m Imri, founder of Fantasy Forge. I built it for a problem I kept hitting: I’d research a pile of player props, then still treat every “liked” leg as equal when I built the slip. Fantasy Forge is a research / comparison layer — paste or explore a shortlist, see ranks and combinations, then decide what deserves a closer look. Independent tool (not PrizePicks or Underdog; no account linking). Decision support, not picks or guarantees. Demo (seeded sample board, not live lines): In the no-signup Try Demo, a 14-prop sample ranks end-to-end. The bottom of that board is Trae Young under 9.5 assists — the UI shows Hit %, a unitless Edge score, and Matchup on the card. The useful part for me…

10 часов назад @ reddit.com
Easy no code app builder for beginner?
Easy no code app builder for beginner?

I'm pretty new to all of this and want to build a simple travel app for mobile. I keep seeing FlutterFlow, Bubble, and WeWeb recommended but I'm really sure which one is easier to learn without getting overwhelmed. If you were starting from zero, which one would you pick? Also any tutorials or courses that actually helped you learn? submitted by /u/Pale_Intern5543 [link] [comments]

10 часов назад @ reddit.com
The problem with selling a side project
The problem with selling a side project

I’ve been lurking in r/SideProject for years, and it’s been interesting to see how much it’s changed with AI coding and, more recently, vibe coding. There are more products being built than ever. And there are also more posts asking the same question: How do I get paying customers? I don’t have the answer. But I think there’s an uncomfortable part of the problem we don’t talk about enough. We’re often marketing our side projects to other people building side projects. And from a customer’s perspective, “side project” can be a pretty bad sales pitch. If I’m going to depend on your software, I’m not just buying what exists today. I’m betting that you’ll maintain it, fix bugs, answer support e…

10 часов назад @ reddit.com
Domternal - A rich text editor with classic, Notion-style and headless setups
Domternal - A rich text editor with classic, Notion-style and headless setups Domternal - A rich text editor with classic, Notion-style and headless setups

I’m building Domternal full-time, and it has reached a stable 1.x release. Here’s a short walkthrough of the editor, from the free features to the optional Pro extensions. Domternal is a rich text editor for developers to embed in their own applications. It’s built on ProseMirror, with integrations for Angular, React, Vue and vanilla JavaScript. You can start with a classic toolbar, use Notion-style editing with slash commands and draggable blocks, or go headless and build your own interface around the editor core. The free, MIT-licensed editor includes tables with resizable columns, nested blocks and task lists, Markdown support, images, code blocks, math and text formatting. The ready-mad…

10 часов назад @ reddit.com
I scanned 10,000 pages for generic AI writing tells. Sites over 200 pages are performing the worst for it.
I scanned 10,000 pages for generic AI writing tells. Sites over 200 pages are performing the worst for it.

Hi everyone, I am the owner of SiteTell. A little bit of context around it so the rest of the post makes sense. It is a SaaS tool that scans your whole website and checks to see if it sounds like AI wrote it in a generic way. I made it because I was getting frustrated with seeing the same AI phrasings, structures, tells etc... everywhere and thought maybe there's a solution here. It uses a curated ruleset to check against and return all the tells. So far we've scanned 103 sites, 10,126 pages and over 23,000 flagged instances. You may ask, what's the need? Well, google doesn't actually punish AI writing in its SEO rankings. What it does punish is generic sounding writing that adds no value, …

10 часов назад @ reddit.com
I've been working on an image, GIF, Video to pixel art converter and I think it became too good
I've been working on an image, GIF, Video to pixel art converter and I think it became too good I've been working on an image, GIF, Video to pixel art converter and I think it became too good

So I made this converter and it worked really nicely. I am able to speed up my pixel art workflow to incredible levels, but I decided why not let Astra try to use it. I gave Astra a prompt to use the editor at go wild and holy shit she cooked. I feel like I can make animations and pixel art using AI that would normally take days or weeks in just minutes now. The world is not ready lmao. My tool is completely free to use on portalrabbit.com so you can go experiment with your own prompts or just use it yourself. submitted by /u/CommentBig3066 [link] [comments]

10 часов назад @ reddit.com
I built Atlasia to turn years of travel memories into a personal map
I built Atlasia to turn years of travel memories into a personal map I built Atlasia to turn years of travel memories into a personal map

Hi everyone, I have thousands of travel photos sitting in my camera roll. I enjoy looking through them, but I always felt that they were missing the bigger picture. I wanted one place where I could see everywhere I had been and remember the stories connected to each place. That idea led me to build Atlasia, an iPhone app that turns your past trips into a personal travel map. You can add the countries, cities, and places you have visited, then attach photos, notes, and dates to each one. As you add more trips, your map slowly fills in and becomes a visual record of your travels. You can also create short reels from your trips and compare your map with friends. I wanted it to feel more like a…

11 часов назад @ reddit.com
I’ve been working on Slean, a privacy-first photo cleaner with no ads for iPhone and Android
I’ve been working on Slean, a privacy-first photo cleaner with no ads for iPhone and Android I’ve been working on Slean, a privacy-first photo cleaner with no ads for iPhone and Android

Slean started quite a while ago as a simple tool I made to clean up my own photo library and free up space. I’ve reworked and expanded it quite a bit since then, but the core idea has stayed the same: keep the interface simple, make it feel native to iOS, and avoid sending people’s photos to a server just to analyze their gallery. I also deliberately stayed away from the usual “swipe left/right through your entire camera roll” experience. I wanted Slean to actually organize and surface things worth cleaning instead of turning cleanup into another endless feed. It now includes duplicate and similar photo cleanup, compression and On This Day, along with a few lightweight editing tools like Pi…

11 часов назад @ reddit.com
Product Hunt Product Hunt
последний пост 17 часов назад
Portfolio Frame
Portfolio Frame

Frame, annotate, and export screenshots that look designed Discussion | Link

17 часов назад @ producthunt.com
PeekPaste
PeekPaste

Your clipboard, within reach Discussion | Link

23 часа назад @ producthunt.com
Mac Duo
Mac Duo

Turn your display into frosted glass as you close the lid Discussion | Link

1 day назад @ producthunt.com
Tangerine
Tangerine

Offline file modifier for Mac Discussion | Link

1 day назад @ producthunt.com
FATHER
FATHER

A Mac dashboard for site traffic, deploys, uptime, and SEO Discussion | Link

1 day, 3 hours назад @ producthunt.com
Multimodal Agents by Sierra
Multimodal Agents by Sierra

AI agents that switch between voice, text, and visuals Discussion | Link

1 day, 4 hours назад @ producthunt.com
Kodro
Kodro

Code robots in an offline Python learning simulator Discussion | Link

1 day, 5 hours назад @ producthunt.com
Thoughts for Mac
Thoughts for Mac

Capture notes from your menubar using text, images or voice Discussion | Link

1 day, 6 hours назад @ producthunt.com
Payflip
Payflip

Pay anyone you can name. No IBAN, no wallet address. Discussion | Link

1 day, 10 hours назад @ producthunt.com
Buddy AI Access (MCP)
Buddy AI Access (MCP)

Your agent needs more than your repo Discussion | Link

1 day, 13 hours назад @ producthunt.com
jurniti
jurniti

Always-on AI agents in Firecracker microVMs Discussion | Link

1 day, 14 hours назад @ producthunt.com
Mailyte
Mailyte

Email for your team, your app, and your customers. Discussion | Link

1 day, 16 hours назад @ producthunt.com
Slashy Assistant
Slashy Assistant

The AI assistant that does email for you Discussion | Link

1 day, 21 hours назад @ producthunt.com
Agents API
Agents API

Cloud agents, run on OpenAI's Codex harness Discussion | Link

1 day, 21 hours назад @ producthunt.com
The Minimalist Entrepreneur Skills
The Minimalist Entrepreneur Skills

Book playbook as Claude Code slash skills Discussion | Link

1 day, 22 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост None
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 4 часа назад
Cafe Tito in Sarajevo, Bosnia and Herzegovina
Cafe Tito in Sarajevo, Bosnia and Herzegovina Cafe Tito in Sarajevo, Bosnia and Herzegovina

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 часа назад @ atlasobscura.com
The Adam and Eve House in Nice, France
The Adam and Eve House in Nice, France The Adam and Eve House in Nice, France

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

6 часов назад @ atlasobscura.com
The Mountain House in Woodside, California
The Mountain House in Woodside, California The Mountain House in Woodside, California

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

8 часов назад @ atlasobscura.com
Larz Anderson Auto Museum in Brookline, Massachusetts
Larz Anderson Auto Museum in Brookline, Massachusetts Larz Anderson Auto Museum in Brookline, Massachusetts

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

10 часов назад @ atlasobscura.com
'Pyramide de Verlée' in Havelange, Belgium
'Pyramide de Verlée' in Havelange, Belgium 'Pyramide de Verlée' in Havelange, Belgium

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

1 day, 4 hours назад @ atlasobscura.com
Cryptid Tourism: The Best Museums, Destinations & Festivals Across America
Cryptid Tourism: The Best Museums, Destinations & Festivals Across America Cryptid Tourism: The Best Museums, Destinations & Festivals Across America

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

1 day, 5 hours назад @ atlasobscura.com
Gods of Olympus of La Ribota Park in Alcorcón, Spain
Gods of Olympus of La Ribota Park in Alcorcón, Spain Gods of Olympus of La Ribota Park in Alcorcón, Spain

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

1 day, 6 hours назад @ atlasobscura.com
Linh Phong Pagoda in Cat Tien, Vietnam
Linh Phong Pagoda in Cat Tien, Vietnam Linh Phong Pagoda in Cat Tien, Vietnam

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

1 day, 8 hours назад @ atlasobscura.com
Intschi-Reuss Bridge in Gurtnellen, Switzerland
Intschi-Reuss Bridge in Gurtnellen, Switzerland Intschi-Reuss Bridge in Gurtnellen, Switzerland

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

1 day, 10 hours назад @ atlasobscura.com
America’s Response Monument in New York, New York
America’s Response Monument in New York, New York America’s Response Monument in New York, New York

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 4 hours назад @ atlasobscura.com
Ebenezer Scrooge’s Gravestone in Shropshire, England
Ebenezer Scrooge’s Gravestone  in Shropshire, England Ebenezer Scrooge’s Gravestone in Shropshire, England

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 6 hours назад @ atlasobscura.com
The Quilters Hall of Fame in Marion, Indiana
The Quilters Hall of Fame in Marion, Indiana The Quilters Hall of Fame in Marion, Indiana

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 8 hours назад @ atlasobscura.com
Poste Thiers in Nice, France
Poste Thiers in Nice, France Poste Thiers in Nice, France

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 10 hours назад @ atlasobscura.com
Argyle Street Ash Tree in Finnieston, Scotland
Argyle Street Ash Tree in Finnieston, Scotland Argyle Street Ash Tree in Finnieston, Scotland

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

5 days, 6 hours назад @ atlasobscura.com
Moaning Caverns in Vallecito, California
Moaning Caverns in Vallecito, California Moaning Caverns in Vallecito, California

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

5 days, 6 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 9 часов назад
UK ClimateTech startup Isometric brings Series A to €43 million as it expands beyond carbon removal
UK ClimateTech startup Isometric brings Series A to €43 million as it expands beyond carbon removal UK ClimateTech startup Isometric brings Series A to €43 million as it expands beyond carbon removal

Isometric, a London-based certifier for the industrial economy, today announced that their Series A has reached €43 million ($50 million) to accelerate its expansion with the help of new investors.

EU-Startups understands today’s investment to have a value of approximately €8.6 million ($10 million), due to their previous Series A raise being valued at €34 million ($40 million) in June.

This brings their total funding across its Seed and Series A to €64 million ($75 million).

In adjacent industrial infrastructure, Dutch startup MAECONOMY raised €1.5 million to make circular building materials auditable and tradable, while London company Cocoon Carbon secured €13 million for lower-carbon cem…

9 часов назад @ eu-startups.com
Crane Venture Partners raises €419 million as it expands across Europe, APAC and the US
Crane Venture Partners raises €419 million as it expands across Europe, APAC and the US Crane Venture Partners raises €419 million as it expands across Europe, APAC and the US

London’s Crane Venture Partners today announced that they have raised €419 million ($484 million) across four investment vehicles, as well as their plans to create an inception-to-Seed venture platform in partnership with MassMutual Ventures (MMV).

The four vehicles making up the total amount are Crane III at €146 million ($169 million), Crane APAC I at €129 million ($150 million), Crane US I at €86 million ($100 million), and Crane Opportunity Fund at €56 million ($65 million).

“We’ve always believed that genius knows no borders,” says Krishna Visvanathan, co-founder and Partner at Crane Venture Partners.

In 2025, MMV and Crane announced an agreement for Crane to administer MMV’s Europe an…

11 часов назад @ eu-startups.com
London-based Jack & Jill raises €34.68 million Series A to scale its AI agents for jobseekers and employers
London-based Jack & Jill raises €34.68 million Series A to scale its AI agents for jobseekers and employers London-based Jack & Jill raises €34.68 million Series A to scale its AI agents for jobseekers and employers

Jack & Jill, the London-based startup that puts an AI agent on each side of the hiring table, has raised €34.68 million ($40 million) in a Series A round.

Founded in March 2025 by Matt Wilson and Saaras Mehan, Jack & Jill runs two AI agents that sit on opposite sides of the hiring process.

The Series A brings Jack & Jill’s total funding to €52.9 million ($60 million), following a €18.3 million ($20 million) Seed round in October 2025.

Jack & Jill has seen faster traction since its launch in the US than in London.

Wilson, co-founder and CEO of Jack & Jill, said, “By 2030, a billion people will have an AI agent searching every opportunity on their behalf and deciding which ones deserve their …

13 часов назад @ eu-startups.com
Facing 5,000 new attacks weekly, Exein reaches Unicorn status as it raises €234 million for Physical AI cybersecurity
Facing 5,000 new attacks weekly, Exein reaches Unicorn status as it raises €234 million for Physical AI cybersecurity Facing 5,000 new attacks weekly, Exein reaches Unicorn status as it raises €234 million for Physical AI cybersecurity

Exein, a Physical AI cybersecurity company out of Rome, today announced €234 million ($270 million) in new funding at a €1.4 billion ($1.7 billion) valuation, reportedly making it the most valuable cybersecurity startup in Europe.

Gianni Cuozzo, founder and CEO of Exein, says: “AI is moving out of the cloud and into the physical world, and this is the transition Exein was built for.

We’re honoured to help them build a global leader in Physical AI security.”Founded in 2018, Exein is a physical AI cybersecurity company distributed across more than two billion connected devices in sectors including industrial automation, automotive, energy, healthcare, semiconductors, aerospace and robotics.

E…

14 часов назад @ eu-startups.com
Magnitude Biosciences secures €1.5 million investment to scale in-vivo drug discovery platform
Magnitude Biosciences secures €1.5 million investment to scale in-vivo drug discovery platform Magnitude Biosciences secures €1.5 million investment to scale in-vivo drug discovery platform

Magnitude Biosciences, a specialist contract research organisation (CRO) and Durham University spinout, has secured €1.5 million (£1.3 million) in funding to accelerate the commercialisation of VivoScan, its proprietary in vivo high-throughput screening (HTS) platform.

Dr. Fozia Saleem, CEO of Magnitude Biosciences, says: “Our ambition is to become the first company to provide a platform to screen millions of compounds in a whole organism.

FluoSphera secured €1.23 million to advance its human-relevant preclinical models, while ALP Bio raised €1.9 million for its immune-organoid platform.

Based in Durham, UK, and founded in 2018, Magnitude Biosciences helps drug developers evaluate potential…

15 часов назад @ eu-startups.com
Vilnius-based EnforceShield raises €1.7 million Seed round to fight AI-powered IP abuse with autonomous enforcement
Vilnius-based EnforceShield raises €1.7 million Seed round to fight AI-powered IP abuse with autonomous enforcement Vilnius-based EnforceShield raises €1.7 million Seed round to fight AI-powered IP abuse with autonomous enforcement

EnforceShield, a Vilnius-based LegalTech startup that shields businesses from intellectual property violations, has raised a €1.7 million Seed round for its attorney-built, autonomous intellectual property (IP) enforcement platform.

We are delighted to be backing them as they extend that automation to every channel where brands are being copied.”Founded in 2024 by Rytis Rudzinskas, a practising attorney with a background in running digital IP enforcement operations, EnforceShield is an autonomous IP enforcement platform for enterprise IP holders.

Rudzinskas mentions that he has seen firsthand that throwing an ever-increasing number of lawyers and analysts at IP enforcement would never solve…

15 часов назад @ eu-startups.com
You don’t need your own license on day one: How fintech founders can launch faster in the EEA (Sponsored)
You don’t need your own license on day one: How fintech founders can launch faster in the EEA (Sponsored) You don’t need your own license on day one: How fintech founders can launch faster in the EEA (Sponsored)

For founders building the next neobank, business account, payment product, or embedded-finance proposition, the first major obstacle is often not the idea.

Accounts need infrastructure.

The traditional fintech launch problemImagine you have identified a clear opportunity.

In practical terms, this means the startup initially operates using Narvi’s regulated infrastructure rather than under its own e-money licence.

For startups, the combination addresses four of the biggest constraints at the beginning of the journey: regulatory infrastructure, technology, time and cost.

16 часов назад @ eu-startups.com
Helsinki’s Zero raises €8.93 million with backing from Lovable and Supercell founders to make CRM history
Helsinki’s Zero raises €8.93 million with backing from Lovable and Supercell founders to make CRM history Helsinki’s Zero raises €8.93 million with backing from Lovable and Supercell founders to make CRM history

Zero, a Helsinki-based startup building the GTM operating system for the AI era, today announced an €8.93 million ($10.3 million) Seed round.

Marketing, sales and customer success teams still spend too much time switching between tools and keeping data up to date.

Teams don’t have to piece the story together across separate tools when a prospect becomes a customer, says Zero.

The company noted that, during the private beta, customers replaced their CRM and separate prospecting, outreach, and customer health tools with Zero.

“I’ve led sales, customer success and revenue operations.

17 часов назад @ eu-startups.com
Dutch AI chip startup EUCLYD lands over €200 million Series A, taps ex-ASML chief Peter Wennink as Chairman
Dutch AI chip startup EUCLYD lands over €200 million Series A, taps ex-ASML chief Peter Wennink as Chairman Dutch AI chip startup EUCLYD lands over €200 million Series A, taps ex-ASML chief Peter Wennink as Chairman

EUCLYD, an Eindhoven-based semiconductor systems startup, has raised a Series A funding round of more than €200 million to accelerate development of “ultra-efficient” infrastructure for foundation AI models.

Additional backing came from EIFO (Denmark’s export and investment fund), imec.xpand, the Brabant Development Agency (BOM), and Quadri.

Alongside the raise, Peter Wennink, the former President and CEO of chip-equipment giant ASML, has joined Euclyd’s board as Chairman.

Founded in 2024 by Kastrup and Atul Sinha at High Tech Campus Eindhoven, EUCLYD is building AI infrastructure that aims to solve the compute and memory hurdle.

EUCLYD says it solves these hurdles by building an ultra-effi…

17 часов назад @ eu-startups.com
Swedish drone detection company Freya raises €533k to aid European rollout
Swedish drone detection company Freya raises €533k to aid European rollout Swedish drone detection company Freya raises €533k to aid European rollout

Freya Industries, the Swedish company who develops intelligent, affordable sensors for security and defence, has closed an oversubscribed €533k (SEK 6 million) round with the capital going to delivering customer orders, scaling up the team and the European rollout.

The round had participation from Foundry Ventures, Longswan Ventures, Propel Capital, Saminvest (via Annexstruktur), Schyssta Änglar, Sting and selected private investors.

Freya company develops products in several technology areas, among them drone detection and intelligent personal protection.

Freya says its drone detectors locate both drone and pilot, combining intelligent software with several detection techniques.

Beyond dro…

1 day, 9 hours назад @ eu-startups.com
Wageningen-based Greencovery raises €1 million to scale cocoa upcycling technology, with further €3 million round underway
Wageningen-based Greencovery raises €1 million to scale cocoa upcycling technology, with further €3 million round underway Wageningen-based Greencovery raises €1 million to scale cocoa upcycling technology, with further €3 million round underway

Greencovery, a Wageningen-based FoodTech startup that upcycles valuable compounds from industry side streams, has raised €1 million to scale its proprietary cocoa upcycling technology for industrial production.

”We have proven our separation technology across coffee, oil press cakes, and nuts, but cocoa is where we are reaching commercial scale.

Founded in 2018, Greencovery develops separation technology that turns food industry side streams into valuable functional ingredients.

“Upcycling side streams into functional ingredients instead of incinerating or downcycling them directly supports a circular food system.

The funds will expand production of three functional ingredients derived from…

1 day, 11 hours назад @ eu-startups.com
While Europe develops Tech, the U.S. backs its growth
While Europe develops Tech, the U.S. backs its growth While Europe develops Tech, the U.S. backs its growth

A company does not relocate in a dayThe European Commission’s Joint Research Centre estimates that 3.3–4.3% of European venture-backed companies relocate fully or partially.

Europe does have institutional signals: national contact points, the Enterprise Europe Network and the EU|BIC quality mark, awarded following assessment and audit.

A European Commission survey of more than 12,000 manufacturing companies in 12 countries found that 19% had production abroad.

The sample covered countries representing around 53% of EU manufacturing gross value added and was heavily weighted towards Germany.

The findings should not therefore be treated as a complete picture of EU manufacturing.

1 day, 13 hours назад @ eu-startups.com
Swiss-Italian startup Ferm Labs secures €3 million to scale its bioprocessing-based B2B ingredient platform
Swiss-Italian startup Ferm Labs secures €3 million to scale its bioprocessing-based B2B ingredient platform Swiss-Italian startup Ferm Labs secures €3 million to scale its bioprocessing-based B2B ingredient platform

Ferm Labs, a Zug-based ingredient startup specialising in proprietary, high-yield bioprocessing platforms, has secured €3 million to scale its bioprocessing platform across the global clean-label ingredient market.

“Ferm Labs has built an extraordinary DeepTech platform that redefines efficiency, sustainability, and flavour performance.

Ferm Labs claims to eliminate this trade-off.

By guiding non-GMO microbes through custom parameters, Ferm Labs highlights that its platform accelerates fermentation from weeks to hours.

Ferm Labs further notes that Kokumesan’s high processability is another key factor in its rapid adoption.

1 day, 13 hours назад @ eu-startups.com
Brussels-based Chift raises €10.5 million Series A to become Europe’s financial connectivity layer
Brussels-based Chift raises €10.5 million Series A to become Europe’s financial connectivity layer Brussels-based Chift raises €10.5 million Series A to become Europe’s financial connectivity layer

Chift, a Brussels-based startup that provides a financial connectivity layer for European software, helping software vendors connect their products to the financial tools their users rely on, has raised €10.5 million in a Series A funding round.

“Financial data connectivity is genuinely hard to build, particularly in Europe, where data sits across dozens of local systems that were never designed to talk to each other.

It’s not just about financial software; Chift is now orchestrating how AI systems and AI agents handle financial data.

“AI and e-invoicing are rebuilding the entire financial software market, and businesses run on more tools than ever.

By 2028, the company is aiming to become …

1 day, 16 hours назад @ eu-startups.com
EXCLUSIVE: Switzerland’s Aeon acquires Aware Health as total Seed funding surpasses €12 million
EXCLUSIVE: Switzerland’s Aeon acquires Aware Health as total Seed funding surpasses €12 million EXCLUSIVE: Switzerland’s Aeon acquires Aware Health as total Seed funding surpasses €12 million

EU-Startups has learned that Aeon, a Zurich-based preventive healthcare company innovating AI-powered whole-body health check-ups, has closed its Seed extension and acquired German blood diagnostics platform Aware Health.

The extension brings Aeon’s total Seed funding to over €12 million ($14 million), building on the back of its €8.2 million Seed funding raised in June 2025.

“The combination of imaging, recurring blood diagnostics, and AI creates a longitudinal health picture that no other platform in Europe offers.

By combining both, Aeon looks to create something new in Europe: a continuous, longitudinal health record per customer, updated quarter after quarter.

Combined with the Seed ex…

1 day, 17 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 11 часов назад
Endra launches Power Studio and acquires Planlabs to expand into mechanical engineering
Endra launches Power Studio and acquires Planlabs to expand into mechanical engineering Endra launches Power Studio and acquires Planlabs to expand into mechanical engineering

Endra, a platform developing AI tools for mechanical, electrical and plumbing (MEP) engineering, has launched Endra Power Studio, an agentic platform designed specifically for electrical engineering.

The company has also acquired Swiss AI research company Planlabs to support its expansion into mechanical engineering.

Expanding into mechanical engineeringThe Planlabs acquisition extends Endra's technology roadmap into mechanical engineering.

Founded in Switzerland in 2024, Planlabs develops AI technology that uses geometry, data and physics engines to automate building system design.

Its five-person team will join Endra, with the technology set to support the company's mechanical engineering…

11 часов назад @ tech.eu
EveryCarbon wins FLAIR subcontract to scale fossil-independent materials production
EveryCarbon wins FLAIR subcontract to scale fossil-independent materials production EveryCarbon wins FLAIR subcontract to scale fossil-independent materials production

EveryCarbon has engineered high-performance polyester ECOne, developed initially for performance insulation in demanding building environments and industrial manufacturing applications.

This project supports the industrial-scale validation of the circular diols that feed into ECOne™ production, using existing infrastructure rather than new-build capacity.

The subcontract sits within FLAIR — Funktionsmaterialien aus Lebensmittelabfällen durch prozess-Integriertes Recycling (Functional Materials from Food Waste through Process-Integrated Recycling) — a multi-year initiative converting food-processing side-streams into high-value functional materials through process-integrated recycling.

Accor…

12 часов назад @ tech.eu
Einride and Lidl deploy Germany’s first driverless cab-less truck on public roads
Einride and Lidl deploy Germany’s first driverless cab-less truck on public roads Einride and Lidl deploy Germany’s first driverless cab-less truck on public roads

Cab-less trucking company Einride and German food retailer Lidl – a company of Schwarz Group –- today announced the deployment of the first cab-less SAE Level 4 autonomous truck in daily operations on a public road in Germany.

An SAE Level 4 autonomous truck can drive itself without human intervention within defined operating conditions, such as specific routes, roads, or weather conditions.

Germany, the world’s third-largest economy and the largest road transport market in Europe, has some of the world's most stringent road safety regulations.

“Einride is already running real autonomous deliveries, with real volumes on real schedules with customers in the US and Europe.

The truck connects …

12 часов назад @ tech.eu
AcademyAI raises £1.65M to close the workplace AI skills gap
AcademyAI raises £1.65M to close the workplace AI skills gap AcademyAI raises £1.65M to close the workplace AI skills gap

AcademyAI has raised £1.65 million in an oversubscribed pre-seed funding round to develop its platform for assessing employees' AI skills and providing training tailored to their roles.

The platform uses underlying AI models to generate and update training content as AI tools and practices evolve.

Alex Packham, co-founder of AcademyAI, said the company is addressing a gap between organisations providing employees with AI tools and uderstanding whether they have the skills to use them effectively.

Closing the gap between AI adoption and AI outcomes is what we built AcademyAI to do,said Packham.

It will also support the company's efforts to expand its offering as organisations increase their …

13 часов назад @ tech.eu
Ramp launches in UK, trumpets AI token spend platform
Ramp launches in UK, trumpets AI token spend platform Ramp launches in UK, trumpets AI token spend platform

US expense management startup Ramp has launched in the UK, landed ElevenLabs as a client, and is trumpeting its AI token spend platform as it looks to woo more UK startup clients.

Other startup spend management competitors in Europe include Spendesk, Payhawk and Pleo.

Ramp has been onboarding UK customers since the summer, with ElevenLabs running bill pay, corporate card and AI token spend on its platform.

Ramp says its platform can break down costs by models and teams, making it easier for finance departments to evaluate AI spend.

It said it's working with Visa to support its corporate card offering for UK businesses, combining Ramp's spend management platform with Visa's global payments n…

14 часов назад @ tech.eu
Research by LF Energy finds open source could deliver 2-5x more value for energy grids
Research by LF Energy finds open source could deliver 2-5x more value for energy grids Research by LF Energy finds open source could deliver 2-5x more value for energy grids

LF Energy, a Linux Foundation project dedicated to building the digital foundation for energy together, in collaboration with LF Research, today released The Open Source Value Proposition for the Energy Sector at the largest LF Energy Summit Europe to date, taking place in Berlin.

This new report introduces the LF Energy Open Source Benefit-Cost Framework, a methodology designed to help grid operators, regulators and energy industry stakeholders quantify the costs and benefits of open source software, backing procurement and policy decisions with measurable evidence.

Applied through real-world case studies and simulations, the framework found that open source approaches can deliver 2-5x gre…

15 часов назад @ tech.eu
OriginalVoices raises £1M pre-seed round led by Iona Star
OriginalVoices raises £1M pre-seed round led by Iona Star OriginalVoices raises £1M pre-seed round led by Iona Star

OriginalVoices, a platform providing human-generated data and insights for AI systems, has raised £1 million in a pre-seed funding round led by venture capital firm Iona Star.

OriginalVoices is developing a platform designed to give AI systems and agents access to information about people's opinions, preferences and responses.

The company has also partnered with market research and data analytics company YouGov to launch YouGov Parallax.

The joint product combines YouGov's panel data with OriginalVoices' digital twin infrastructure, allowing customers to interact with digital representations based on the underlying participant data.

OriginalVoices will use the funding to expand its team, fu…

15 часов назад @ tech.eu
Lithuanian legaltech EnforceShield secures €1.7M for automated IP enforcement
Lithuanian legaltech EnforceShield secures €1.7M for automated IP enforcement Lithuanian legaltech EnforceShield secures €1.7M for automated IP enforcement

Legaltech startup EnforceShield has raised €1.7 million in seed funding to expand its platform for automating intellectual property (IP) enforcement.

Rather than only identifying potential infringements for legal teams to review, EnforceShield uses AI agents and built-in legal and platform-specific logic to assess cases and carry out enforcement actions.

The system evaluates factors including a company's IP portfolio, available evidence, applicable laws, platform context and enforcement criteria before initiating a takedown.

EnforceShield uses what it calls a “human-at-the-end” model, with lawyers and analysts reviewing outcomes and handling exceptions or more complex cases rather than proc…

16 часов назад @ tech.eu
Depotcharge lands €2.7M and BGL partnership to scale electric truck charging
Depotcharge lands €2.7M and BGL partnership to scale electric truck charging Depotcharge lands €2.7M and BGL partnership to scale electric truck charging

Munich-based Depotcharge has raised€2.7 million in a pre-seed funding round to expand its shared charginginfrastructure platform for electric road freight and support its internationalgrowth. The roun...

16 часов назад @ tech.eu
Boxd raises $2M to build cloud infrastructure for AI coding agents
Boxd raises $2M to build cloud infrastructure for AI coding agents Boxd raises $2M to build cloud infrastructure for AI coding agents

Dutch startup Boxd has raised $2 million in a pre-seed funding round to develop its cloud computing infrastructure for developers and AI coding agents.

The company is targeting the growing infrastructure demands of AI coding agents, which can operate in parallel and require dedicated, long-running computing environments.

According to Boxd, these approaches can become difficult to manage as developers run multiple agents simultaneously, while allowing coding agents to operate without supervision can also introduce security risks.

This enables developers and AI agents to create copies of running machines, including their memory and active connections, in under 100 milliseconds.

Boxd provides …

16 часов назад @ tech.eu
Exein raises $270M at $1.7B valuation, claims title of Europe’s most valuable cybersecurity scaleup
Exein raises $270M at $1.7B valuation, claims title of Europe’s most valuable cybersecurity scaleup Exein raises $270M at $1.7B valuation, claims title of Europe’s most valuable cybersecurity scaleup

Exein, the Physical AI cybersecurity company, today announced $270 million in new funding at a $1.7 billion valuation, making it Europe's most valuable cybersecurity startup.

Through Photon, Exein delivers preemptive runtime security for connected devices, Physical AI, autonomous AI agents and cloud and edge infrastructure.

Building security for the Physical AI eraAs AI moves into machines that perceive, decide, and act in the physical world, new security challenges are emerging.

Earlier this year, Exein launched Photon, a kernel-level runtime security architecture designed to block malicious execution before an attack can run.

Physical AI is the natural next step for Exein: we’re building …

17 часов назад @ tech.eu
CRM challenger Zero gets backing from Lovable and Langdock founders in $10M raise
CRM challenger Zero gets backing from Lovable and Langdock founders in $10M raise CRM challenger Zero gets backing from Lovable and Langdock founders in $10M raise

The founders of European AI startups Lovable and Langdock are among the backers of a Finnish startup which is challenging CRM (customer relationship management) giants Salesforce and HubSpot.

Zero has clinched a $10.3m seed round led by New York-based Primary Venture Partners, with participation from Inception Fund, Defiant, Greens and founders of Lovable, Supercell, Langdock and Silo AI.

It said the seed round was one of the biggest seed rounds ever raised by a Finnish tech company.

Zero is positioning itself as the 2026 Salesforce or HubSpot challenger, saying the existing CRM model is finished.

Koivumäki said: “I’ve led sales, customer success and revenue operations.

17 часов назад @ tech.eu
An AI app builder without an AI: Serverpod bets on what comes after vibe coding
An AI app builder without an AI: Serverpod bets on what comes after vibe coding An AI app builder without an AI: Serverpod bets on what comes after vibe coding

As developer-tool companies race to build their own AI coding agents, Swedish startup Serverpod is taking a different approach.

AI coding has made it dramatically easier to turn an idea into a working prototype.

​Building the infrastructure around AIServerpod App Studio is a downloadable development environment for building full-stack applications with AI coding agents.

​Alongside App Studio, Serverpod is opening Serverpod Cloud, giving developers a direct path from a locally running project to a deployed application.

Switching between AI coding agents is relatively straightforward with App Studio because they can work on the same project files.

1 day, 8 hours назад @ tech.eu
Open Cosmos secures €300M to expand satellite intelligence and connectivity
Open Cosmos secures €300M to expand satellite intelligence and connectivity Open Cosmos secures €300M to expand satellite intelligence and connectivity

European satellite company Open Cosmos has secured €300 million in funding to expand its satellite manufacturing capacity and accelerate the deployment of its connectivity and Earth observation services.

Open Cosmos develops satellite infrastructure and services for governments, space agencies and businesses.

Its operations span satellite design and manufacturing, shared satellite constellations, connectivity and the processing of satellite data into operational intelligence.

To support the deployment of these services, Open Cosmos currently operates four factories across Europe, with the capacity to manufacture one satellite per day.

Open Cosmos will use new capital to expand ConnectedCosm…

1 day, 11 hours назад @ tech.eu
Fastweb+Vodafone backs Italian insurtech Mama Insurance in new funding round
Fastweb+Vodafone backs Italian insurtech Mama Insurance in new funding round Fastweb+Vodafone backs Italian insurtech Mama Insurance in new funding round

Italian insurtech Mama Insurance has secured a new investment led by Fastweb+Vodafone, with support from Founders Factory.

Mama Insurance is developing an AI-native digital insurance platform aimed at simplifying how consumers find and purchase insurance.

Mama Insurance says the process can be completed in under two minutes, with policies presented in plain Italian.

It is also developing AI-based distribution capabilities designed to change how customers discover and purchase insurance products.

With the new capital, Mama Insurance plans to expand into additional personal insurance lines and develop products for Italian SMEs.

1 day, 12 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 1 month, 2 weeks назад
Europe got its own TBPN-style live show, and everyone’s angling for a guest spot
Europe got its own TBPN-style live show, and everyone’s angling for a guest spot

On Monday, the network announced a $1.6 million seed round from top players in the media ecosystem, including Powerhouse Capital, Axel Springer SE (which owns Business Insider and Politico), the popular media publication LadBible, and angel investors from OpenAI and DeepMind. With this fresh capital, the network is announcing its largest expansion yet.

1 month, 2 weeks назад @ techcrunch.com
Tesla’s Full Self-Driving software is creeping into Europe
Tesla’s Full Self-Driving software is creeping into Europe

First came the Netherlands, now it's Lithuania. And more European countries appear to be in the queue for Tesla's driver assistance system.

3 months, 4 weeks назад @ techcrunch.com
The Xiaomi 17 Ultra has some impressive add-ons that make snapping photos really fun
The Xiaomi 17 Ultra has some impressive add-ons that make snapping photos really fun

The Xiaomi 17 Ultra gives you a ton of options to play around with images, including preset filters and hardware add-ons.

5 months, 1 week назад @ techcrunch.com
Europe’s cyber agency blames hacking gangs for massive data breach and leak
Europe’s cyber agency blames hacking gangs for massive data breach and leak

CERT-EU blamed the cybercrime group TeamPCP for the recent hack on the European Commission, and said the notorious ShinyHunters gang was responsible for leaking the stolen data online.

5 months, 2 weeks назад @ techcrunch.com
Air Street becomes one of the largest solo VCs in Europe with $232M fund
Air Street becomes one of the largest solo VCs in Europe with $232M fund

London’s Air Street Capital has raised a large Fund III with eyes locked on backing early-stage European and North American AI companies.

5 months, 3 weeks назад @ techcrunch.com
European Parliament blocks AI on lawmakers’ devices, citing security risks
European Parliament blocks AI on lawmakers’ devices, citing security risks

EU lawmakers found their government-issued devices were blocked from using the baked-in AI tools, amid fears that sensitive information could turn up on the U.S. servers of AI companies.

7 months назад @ techcrunch.com
One of Europe’s largest universities knocked offline for days after cyberattack
One of Europe’s largest universities knocked offline for days after cyberattack

An alleged ransomware attack has taken down the systems of the Sapienza University of Rome.

7 months, 1 week назад @ techcrunch.com
Ireland proposes new law allowing police to use spyware
Ireland proposes new law allowing police to use spyware

The Irish government announced that it wants to pass a law that would grant police more surveillance powers, such as using spyware to fight serious crime, while aiming to protect the privacy rights of its citizens.

7 months, 3 weeks назад @ techcrunch.com
The European startup market’s data doesn’t match its energy — yet
The European startup market’s data doesn’t match its energy — yet

Europe's startup market hasn't produced meaningful numbers but there is reason to believe the data will start to change.

8 months, 3 weeks назад @ techcrunch.com