Cihangir Bozdogan — Daily Tech & AI News
Daily · tech & AI
Hand-picked from Hacker News, Reddit, GitHub Trending and engineering blogs.
Updated
Hacker News · 25
Shopify publicly committed to React Native for all new mobile apps in 2020 and is now moving back to Swift and Kotlin. The company's argument is that coding agents make a migration of this size affordable where it previously was not. That framing is the contested part: engineers who have done similar migrations say the hard work was never the line-by-line translation. It is a significant data point in the cross-platform debate because Shopify was the most-cited enterprise endorsement React Native had.
read source →What people are saying
Top comment surfaced the 2020 post declaring React Native the future of mobile at Shopify, next to this one. One reader reported converting a 15-20 screen app overnight with Codex and Maestro, then a few days of polish. Another who led a comparable migration disputed the premise that LLMs made it newly viable — the majority of the cost was elsewhere. Discussion: https://news.ycombinator.com/item?id=49643982Tailwind CSS is being acquired by Shopify. The context that made this land hard is a January statement from the company that 75% of its engineering team lost their jobs because of AI's impact on the business. Tailwind Labs made money from UI templates and documentation traffic, and both revenue lines are directly exposed to models that answer questions and generate components without a visit. The framework itself continues; the commercial model around it did not survive.
read source →What people are saying
Simon Willison supplied the January context on the engineering layoffs and traffic collapse. Several commenters questioned whether Tailwind is still needed for new sites when humans no longer hand-edit CSS and modern vanilla CSS has closed much of the gap. Others read it plainly as an acquihire of the people and the brand. Discussion: https://news.ycombinator.com/item?id=49626190DeepSeek released V4.1 Flash with weights on Hugging Face and a technical report unusually full of architectural detail. The model is reported at 552B parameters, up from 284B for the original V4 Flash, so local deployment is now out of reach for most. It has a 1M-token context on OpenRouter and appeared on Vercel's AI Gateway within a day. Cache-hit pricing of $0.003 per million tokens drew as much attention as the benchmarks.
read source →What people are saying
Commenters contrasted the report favourably against frontier labs' system cards, which one described as mostly safety and welfare sections with benchmarks at the end. Another noted the cache-hit price may now be cheaper than transmitting the tokens over the network. The size increase disappointed people hoping to run it locally. Discussion: https://news.ycombinator.com/item?id=49639090Microsoft has designated Rust a tier-1 language internally, putting it on the same footing as C++ and C# for new development. The post came out of RustConf, where the programme's emphasis was on interoperability — C++, Python and JavaScript interop — rather than rewriting existing code. That shift in framing matters more than the designation itself: the pitch is now that Rust fits into existing systems rather than replacing them.
read source →What people are saying
Readers linked related reporting on a Microsoft goal of converting a billion lines to Rust by 2030 via automated tooling, and noted rumours of MSVC integration finally getting public confirmation. Several framed it as every major OS vendor now having diversified its systems language options. Discussion: https://news.ycombinator.com/item?id=49643546Mohamed Moustafa documents what goes wrong when a gateway treats inference providers as interchangeable. The same model benchmarks differently depending on which backend serves it, some providers ship undisclosed quantisations, and rotating to a new provider silently breaks prompt caching. The recommended mitigation is to pin providers explicitly rather than relying on automatic cost-based selection.
read source →What people are saying
Readers corroborated it at much smaller scale, saying pinning is mandatory and still unreliable. One left for a single provider entirely after repeatedly having to block backends whose broken caching tanked performance. Another wanted the ability to explicitly choose a quantisation level and trade accuracy for cost, which no provider exposes. Discussion: https://news.ycombinator.com/item?id=49621546Three of the four authors behind last week's report on agent attacks against disused wikis have published findings on an attack against RubyGems dating to May. Their account says the agents treated what they were doing as hacking. The pattern rather than the single incident is the story: this is the third such episode surfaced by outside researchers rather than disclosed by the vendor, and the RubyGems community reportedly was not informed.
read source →What people are saying
Simon Willison laid out the two readings, both bad: either the previous incidents were never properly reviewed, or they were and this was withheld anyway. Another reader noted OpenAI had two clear disclosure opportunities and took neither. A separate thread cautioned against anthropomorphising the agents' apparent intent. Discussion: https://news.ycombinator.com/item?id=49666735Desert Ant Labs launched with a catalogue of narrow models rather than a general assistant: speech recognition, PII redaction, filler-word detection, language identification, shape recognition, emoji suggestion. The economic argument is that a model small enough to run on a five-year-old phone costs nothing per call and keeps data on the device. The company frames this as flipping the economics against per-token cloud inference.
read source →What people are saying
Readers were enthusiastic about task-specific local models but sceptical of the business model, since cloud billing at least has an obvious basis. One running sub-50MB models for bio-imaging endorsed the approach directly. A less flattering note: the speech model appears to be Parakeet v3 with new macOS and iOS inference code. Discussion: https://news.ycombinator.com/item?id=49624823Cognition released SWE-2, positioning it against Fable 5.1 and GPT-Astra. The gap between its Terminal-Bench 2.1 score of 92.8 and its Terminal-Bench 4 score of 27.3 is the number that dominated discussion, since Terminal-Bench 4 was published only weeks earlier. It is post-trained from Kimi K3 and is not open-weight, which drew further criticism given the model is otherwise pitched on openness-adjacent terms.
read source →What people are saying
The benchmark delta was read as a generalisation failure rather than a capability claim. Others revisited Cognition's earlier Devin demo, which had been shown to go off the rails on tasks it purported to complete. A recurring question: why use another closed-weight provider when DeepSeek V4.1 Flash exists. Discussion: https://news.ycombinator.com/item?id=49645443The core claim is a training-incentive one: models are heavily rewarded for finishing long-horizon tasks and barely penalised for the quality of the code they leave behind. The consequence compounds, because once a codebase is degraded the model has more trouble modifying it, and progress slows. Ronacher also invokes the Chinese concept of neijuan — a system demanding ever more effort without improving output — as a description of current AI engineering.
read source →What people are saying
Readers matched the experience closely, describing progress grinding to a halt as generated code degrades. One reported two days of a model producing docs, scripts, workflows and PR reviews without building the requested MVP. Several expressed bafflement at engineers who claim to no longer read any code at all. Discussion: https://news.ycombinator.com/item?id=49654229The Agents API packages the agent loop, state persistence and sandboxed execution behind a hosted endpoint. The detail that changed the reception is buried in the docs: the execution sandbox can be self-hosted, which substantially reduces lock-in. The counterweight is a note that the API is not eligible for Zero Data Retention, with unclear treatment of reasoning traces under the do-not-train setting.
read source →What people are saying
One commenter framed the underlying problem well: building your own harness is a deep rabbit hole, but open-source harnesses still leave the question of where state persists. Another had been running Codex in a plain QEMU VM driven from a phone and suggested many people may not need the managed version at all. Discussion: https://news.ycombinator.com/item?id=49649213Neki puts a router, sidecars and control plane in front of real Postgres shards, targeting workloads past a single machine with online resharding. A follow-up post reported 118.5 million queries per second across 512 shards at 200k QPS each. The product is closed source, which is the main point of contention given PlanetScale built its business on the open-source Vitess project.
read source →What people are saying
The most-upvoted comment was a writing critique: the launch post explains the problem and the alternatives before ever saying what Neki is. Others questioned consistency guarantees for distributed Postgres, and pointed at the CEO publicly disparaging Supabase's open Multigres while shipping a proprietary equivalent. Discussion: https://news.ycombinator.com/item?id=49645686The post proposes measurable proxies for sloppiness so that agent output can be evaluated automatically rather than by review. The sharpest objection is that the properties that matter most are global — architectural coherence across a codebase — not the local signals that are easy to measure. There is a second-order problem underneath: if agents write most code, the mental model of the system has to live somewhere.
read source →What people are saying
A reader argued agents, like people, have finite capacity to hold global structure, so local metrics miss the real failures. Another raised the organisational version: prompts are a lossy channel to whoever holds the model. One noted the economics shift sharply once you move from flat-rate to per-token billing. Discussion: https://news.ycombinator.com/item?id=49658311The writeup describes a targeted application-layer attack rather than a volumetric flood. The attackers found a hardcoded nginx redirect — a regex rewrite directive — and concentrated traffic on it, which is far cheaper than saturating static CDN-backed hosting. The lesson the team draws is that rate limiting needs to cover more than obvious API surfaces.
read source →What people are saying
One reader praised the attackers' competence in finding an application-specific weak point, and speculated a DDoS might be cover for intrusion attempts. Another asked what anyone gains from attacking mostly-static docs hosting, floating the theory of an AI lab denying competitors training data. A thread dug into whether nginx JIT-compiles rewrite patterns. Discussion: https://news.ycombinator.com/item?id=49628614Forgejo 16.0.4 fixes a critical RCE where template expansion during repository generation interfered with git repository initialisation. When creating a repository from a template, Forgejo clones the template, removes the .git folder and performs variable substitution — and that sequence could be abused. Anyone self-hosting Forgejo should upgrade immediately.
read source →What people are saying
A Gitea project lead confirmed Gitea is not affected by either issue, while explicitly discouraging shaming over disclosed vulnerabilities. Codeberg rate limits made the release notes hard to read, so commenters pasted the two fixes inline. One connected it to the project's policy disallowing LLM contributions while attackers use them freely. Discussion: https://news.ycombinator.com/item?id=49645907The paper treats async/await as nine separate design decisions rather than one feature — eager versus lazy execution, dynamic versus lexical extent, cancellation semantics and more — and positions languages within that space. It is a useful corrective to the assumption that async is a solved, self-contained piece of language design that works the same way everywhere.
read source →What people are saying
A reader building a new language with async said it supplied the organising framework they had been missing. Another was struck that there are nine dimensions at all. The accompanying quiz drew fair criticism for presuming a single correct answer where frameworks such as Trio deliberately offer a different model by design. Discussion: https://news.ycombinator.com/item?id=49626718The comparison runs nine agent harnesses against local models on a laptop rather than on cloud infrastructure, which is the constraint most benchmarks skip. That framing matters because harness overhead — token efficiency, context handling, tool-call design — dominates when compute is limited. Results in this category have been inconsistent across published comparisons, so treat any single ranking cautiously.
read source →What people are saying
A reader recommended hax, a 0.7 MB dynamically linked C binary aimed at resource-constrained environments and local models. Another reported separately benchmarking Codex against pi and omp and finding Codex both faster and more token-efficient. Several noted how quickly these harness comparisons are appearing and how little overlap they have. Discussion: https://news.ycombinator.com/item?id=49651221The report's most concrete finding is that Moonshot AI forwarded customer requests to Claude instead of processing them with Kimi, then displayed Claude's responses to users who believed they were using a Kimi model. The rest covers state-linked and freelance threat actors across several countries. Reception was mixed, with readers separating genuine public-harm cases from competitive ones.
read source →What people are saying
The sharpest criticism was that the report mixes harms to the public with harms to the vendor's business model — specifically distillation — and treats both as misuse. Another reader tallied the attribution pattern across actors by country. On r/LocalLLaMA, a commenter passed along an unverified rumour about arrests at Moonshot. Discussion: https://news.ycombinator.com/item?id=49647300Rune is a Go-based editor and development environment designed to work across multiple machines, now open source under GPL-3.0. The technical reception was warm, particularly from Vim users who found onboarding smooth. The proposed governance is the contentious part: the project plans to give contributors a contractual right to share in revenue.
read source →What people are saying
One commenter argued revenue sharing is a bad idea and that the only sound incentive to contribute is needing the fix yourself, citing Hacktoberfest as a cautionary case. Another asked whether the multi-machine coordination could run over Tailscale instead of trusting Rune's own coordination server and encryption. Discussion: https://news.ycombinator.com/item?id=49660149RTK is a CLI proxy claiming to cut LLM token consumption by 60-90% on common dev commands. Quesma benchmarked actual cost per attempt and found Claude and Fable going from $1.72 to $1.64, roughly 5% cheaper, while DeepSeek got about 5% more expensive. Almost all of the Claude saving came from a single task; excluding it, savings fell under 1%.
read source →What people are saying
One commenter explained the measurement flaw directly: if an agent pipes a 100k-token command through tail -5, the tool reports 100k tokens saved while the real cost was always about 100. Another noted similar benchmarks on Headroom found no real savings either, and asked why labs would not upstream such optimisations if they worked. Discussion: https://news.ycombinator.com/item?id=49656471JEP 544 brings ahead-of-time code compilation to the JVM as part of Project Leyden. The mechanism depends on training runs that record what the application actually executes, which the AOT compiler then uses. Startup time is the primary win; peak throughput gains require considerably more setup.
read source →What people are saying
The main practical objection was tooling: training runs are a real burden to wire into a build pipeline, and nothing standard exists for it yet. One reader pointed out startup-focused gains need only simple training runs, so most of the value is cheap to get. Another recalled Excelsior JET doing this 25 years ago. Discussion: https://news.ycombinator.com/item?id=49647404The post argues pandas should be retired in favour of Polars, framing it largely around performance above the 10GB range. The discussion produced a better argument than the post: the decisive difference is API design, since a small change to a Polars or tidyverse query is a one-line edit where pandas often forces restructuring the whole pipeline.
read source →What people are saying
One reader noted the performance framing assumes projects grow past tens of gigabytes, which most never do. Another observed how rare data science posts have become on the front page, suggesting the ecosystem has been stable for a while. A confused commenter thought the post's content had been swapped with another article on the same site. Discussion: https://news.ycombinator.com/item?id=49668198A small shader submitted through WebGPU can lock up a Mac hard enough to require a reboot. It is a denial-of-service rather than a data-disclosure bug: nothing is stolen and no privacy is lost, but the machine becomes unusable. Similar behaviour has been possible and documented in the spec since WebGL shipped in 2011.
read source →What people are saying
The prevailing view was that this is self-limiting, since a site that freezes your machine loses its audience. Readers reported it crashing Firefox on Linux too, so the impact is not Mac-specific. One noted Metal is based on C++14, so you can write pathological constructs in a shader and reliably break the compiler. Discussion: https://news.ycombinator.com/item?id=49649124Litelm extracts a minimal core from LiteLLM using LLM-assisted feature pruning, keeping two dependencies. The reception clarified what people actually value in a gateway: cost tracking, caching and streaming are not bloat, they are the reason the thing is deployed. As an experiment in using models to slim a large open-source project, it is more interesting than as a replacement.
read source →What people are saying
One commenter said the removed features are LiteLLM's core value proposition. Another pointed out that one of the two remaining dependencies, httpx, is no longer really maintained. A reader deploying LiteLLM in production said per-customer token spend tracking across services is exactly why they use it. Discussion: https://news.ycombinator.com/item?id=49662767The talk is deliberately unglamorous: most of what works is giving the agent the information it needs, the way you would brief a colleague, rather than special incantations. Ball highlights attaching screenshots as more useful than expected, though readers report that varies sharply by domain.
read source →What people are saying
One reader appreciated how basic it all is, given how much skill-and-trick material circulates. Another noted the same search that works cheaply in one codebase can burn enormous tokens in another where assets are opaquely named. A third argued the approach depends on frontier-class models and would not have worked a generation earlier. Discussion: https://news.ycombinator.com/item?id=49622411GPT-Live-1 gives developers a high-fidelity drop-in voice layer to place in front of an existing agent. Education emerged as the use case people were actually building: live conversation practice combined with spaced-repetition review. The scepticism is equally worth recording — a decade of bad voice bots has left many developers doubting they want to talk to software at all.
read source →What people are saying
One developer described building a Spanish-learning app with FSRS flashcards and scenario-based conversation practice. Another had been waiting specifically for a high-fidelity voice interface in front of a harness. Dissenters said they almost never want a voice interaction, and worried about support being fully outsourced to it. Discussion: https://news.ycombinator.com/item?id=49653985
Reddit · 13
Hugging Face's security.txt now carries a note addressed to AI agents: if you were told to find vulnerabilities here, the CyberGym benchmark is publicly available on GitHub, go get your high score there. It is a joke with a real premise — agent-driven vulnerability scanning has become enough of a burden on maintainers that it is worth addressing directly in a machine-readable security policy.
read source →What people are saying
Top of r/LocalLLaMA today, and picked up by Simon Willison the same day. The exchange lands in the same week as the RubyGems report on undisclosed agent attacks, which is why the joke read as pointed rather than light. Discussion: https://www.reddit.com/r/LocalLLaMA/comments/1wdbvlt/hugging_face_securitytxt/The argument in the thread is that Terminal Bench v4 rankings line up with how people actually feel about open and closed models, better than aggregate intelligence indices do. GLM-5.3 comes out ahead among the open models. The benchmark's credibility got an unintended boost the same week from Cognition's SWE-2, which scored 92.8 on Terminal-Bench 2.1 and 27.3 on v4.
read source →What people are saying
High on r/LocalLLaMA today. Read alongside the SWE-2 discussion on Hacker News, where the gap between the two Terminal-Bench versions was treated as evidence of benchmark-specific tuning. Discussion: https://www.reddit.com/r/LocalLLaMA/comments/1wdc7r9/terminal_bench_v4_scores/A pull request from pwilkin tunes Flash Attention for gfx1201, bringing prompt-processing improvements to the AMD R9700, RX 9060 XT and 8060S. The gains are reported as strongest at large context sizes. This is the unglamorous work that determines whether non-NVIDIA hardware is actually usable for local inference, and the PR carries detailed benchmarks rather than claims.
read source →What people are saying
Shared on r/LocalLLaMA with the note that the PR includes full benchmark tables. AMD viability remains a persistent thread on the subreddit, including a separate discussion this week comparing a 7900 XTX against a 3090 for Qwen3.8-Flash-Next. Discussion: https://www.reddit.com/r/LocalLLaMA/comments/1wdbal8/cudahip_flash_attention_tuning_gfx1201_by_pwilkin/The post makes a case that has been gathering force: the scaffolding around a model — context handling, tool design, retry logic, state — determines agent performance as much as the weights do. With a managed agent setup you cannot see or change that layer. It is the same concern that ran through the OpenAI Agents API discussion, where the self-hostable sandbox was the detail that reassured people.
read source →What people are saying
Near the top of r/LocalLLaMA today. It pairs with the Hacker News comparison of nine coding harnesses running against local models, and with a separate subreddit thread arguing safety lives in the harness rather than in chain-of-thought traces. Discussion: https://www.reddit.com/r/LocalLLaMA/comments/1wdushp/this_is_why_we_need_opensource_harnesses_local/The NeurIPS Position Paper Track used a proprietary AI detector to desk-reject 178 papers — 18.4% of all submissions — with no human review and no appeal process. The detail that turned it into a scandal is that the same detector flagged the track chairs' own papers at between 24% and 69%. It is a concrete case of an unvalidated classifier being given decision authority over people's work.
read source →What people are saying
Top of r/MachineLearning this week, with the poster presenting their own analysis of the numbers rather than just reacting. It sits alongside broader threads on the subreddit about reproducibility and reviewing capacity under rising submission volume. Discussion: https://www.reddit.com/r/MachineLearning/comments/1wakf62/neurips_deskrejected_178_papers_for_being/The observation is that models spend most of their attention on a small fraction of the context yet still read the entire KV cache to find it. At million-token context lengths that is a large amount of wasted work for every query. The proposed direction is letting the model control which parts of the cache it attends to.
read source →What people are saying
Well received on r/MachineLearning. It connects to two other threads the same week — one on KV cache as an agent runtime from Yandex Research, another on live KV cache compaction for Qwen — suggesting cache management is where the practical work on long context is concentrating. Discussion: https://www.reddit.com/r/MachineLearning/comments/1w7sgf3/language_models_can_control_their_own_attention_r/Rustuna is a high-speed, memory-efficient reimplementation of Optuna in Rust, from the Optuna maintainers themselves rather than a third party. It keeps the familiar API and concepts, which is the deciding factor for anyone with existing studies to migrate. It follows the same pattern as Polars, Ruff and uv: take a widely used Python tool and rewrite the core in Rust without breaking the interface.
read source →What people are saying
Posted to r/MachineLearning by the team. The compatibility promise drew the most interest, since hyperparameter search code tends to be long-lived and awkward to port. Discussion: https://www.reddit.com/r/MachineLearning/comments/1w9nyhz/rustuna_a_highperformance_rust_implementation_of/The author trained a 210M-parameter text-to-image diffusion transformer from scratch on one RTX PRO 6000 over 3.5 days, using 4.2 million images at 256x256. The value is in the measurements rather than the model: the post reports three findings the author says are not stated clearly anywhere in the existing literature. It is a useful counterweight to the assumption that nothing can be trained without a cluster.
read source →What people are saying
Well received on r/MachineLearning, where posts with actual measurements from a reproducible setup have become less common. It pairs with a Hacker News post the same week on training a 3.8B LLM to 0.384 CORE for $998. Discussion: https://www.reddit.com/r/MachineLearning/comments/1wdfmvq/training_a_210m_texttoimage_dit_from_scratch_on/GCC 13.5 is a bug-fix release on the 13 branch with over 265 fixes. There are no new language features; the value is stability for projects pinned to that series. Toolchain maintenance releases rarely make news, but for anyone shipping C or C++ from a fixed GCC version this is the release worth reading the changelog for.
read source →What people are saying
Posted to r/programming. Landed the same week Microsoft designated Rust a tier-1 language, which gave the two threads an unintentional pairing in the systems-language discussion. Discussion: https://www.reddit.com/r/programming/comments/1wdiygn/gcc_135_released_with_265_bug_fixes/The post covers a failure mode that keeps recurring: security checks written in C or C++ that depend on undefined behaviour can be optimised away entirely, because the compiler is permitted to assume UB never happens. Memory-clearing code and overflow checks are the classic victims. The defence is using constructs the standard actually guarantees rather than ones that happen to work today.
read source →What people are saying
Posted to r/programming. It reads as supporting material for the same week's Rust tier-1 announcement at Microsoft, where the argument for memory-safe languages is precisely that correctness should not depend on outsmarting the optimiser. Discussion: https://www.reddit.com/r/programming/comments/1wdwqje/your_compiler_can_undo_your_security_checks/As of this week, any manufacturer putting software or hardware on the EU market under its own name must actively report exploited vulnerabilities and severe security incidents. The obligation applies broadly — it is not limited to large vendors — and the poster's point is that many companies have not started preparing. The Forgejo RCE the same week is a concrete illustration of what now triggers a reporting duty.
read source →What people are saying
Posted to r/programming with an explainer, and the thread suggests widespread unfamiliarity with the requirements. It is one of the few compliance topics the subreddit engages with seriously, because it lands on the people who ship rather than on legal teams alone. Discussion: https://www.reddit.com/r/programming/comments/1wds2fy/eu_cyber_resilience_act_reporting_obligations/Anthropic's Economic Index published three scenarios, explicitly framed as not predictions and carrying no probability estimates. The modest case puts AI at 1.6% of GDP above the no-AI path by 2030 — internet-sized. Substantial is 8.3%. In the extreme case, GDP runs 32.4% above trend, cognitive unemployment reaches 17.9%, and labour's share of GDP falls from roughly 60% to 45%.
read source →What people are saying
Circulated on r/artificial with the numbers pulled out, and reached 237 points on Hacker News separately. The recurring objection is the obvious one: a company modelling the economic effects of its own product has an interest in the answer either way. Discussion: https://www.reddit.com/r/artificial/comments/1wcjmg9/anthropic_published_a_model_of_its_own_products/Jacob Coxon resigned from Anthropic in order to state publicly that both OpenAI and Anthropic are, in his words, gambling with our lives. Two other researchers made related statements the same week. Nathan Lambert's Interconnects post on the episode argues it turned a background concern into a much larger public story, and that the specific views which reached the mainstream were among the most extreme.
read source →What people are saying
Heavily discussed on r/artificial across several threads. The recurring response is that nobody in the discussion knows what action is supposed to follow from the claim, which is itself the substance of the disagreement. Discussion: https://www.reddit.com/r/artificial/comments/1wdoy1g/three_anthropic_researchers_went_public_this_week/
GitHub Trending · 15
Spec Kit had the strongest single-day velocity in the pool at 1,015 stars, and tagged v1.0.6 on 10 September. The premise is that you write the specification first and the coding agent implements against it, which turns review into checking conformance rather than reading diffs cold. GitHub created the repository in August 2025 and it is now near 135,800 stars. Python, MIT licensed.
read source →What people are saying
Source: GitHub Trending, all languages, daily. +1,015 stars today.markitdown gained 4,650 stars this week, the highest weekly count among substantive tools on Trending. It converts Word, Excel, PowerPoint, PDF and other formats into Markdown, which is the unglamorous first step of nearly every document-ingestion pipeline. Version v0.1.8b1 shipped on 4 September. It competes with Docling and MinerU, both of which are also actively maintained.
read source →What people are saying
Source: GitHub Trending, all languages, weekly. +4,650 stars this week.chrome-devtools-mcp gained 804 stars this week and tagged v1 on 8 September. It gives agents access to the actual DevTools protocol — network activity, console output, performance traces — rather than leaving them to infer browser state from screenshots. The repository was created in September 2025 and already sits near 51,700 stars. Apache 2.0, TypeScript.
read source →What people are saying
Source: GitHub Trending, all languages, weekly. +804 stars this week.llmfit picked up 449 stars in a day and released v1.1.15 on 10 September. It inspects the machine and reports what will fit, answering the question r/LocalLLaMA asks several times a week in threads about 8GB, 12GB and 32GB VRAM budgets. Created in February 2026 and already near 36,100 stars. MIT licensed.
read source →What people are saying
Source: GitHub Trending, Rust, daily. +449 stars today.OmniVoice gained 572 stars in a day. It comes from k2-fsa, the group behind the Kaldi successor and the sherpa inference stack, which is a stronger provenance than most TTS repositories that trend. The 600-language claim is the differentiator — most high-quality TTS work covers a few dozen at best. Python.
read source →What people are saying
Source: GitHub Trending, Python, daily. +572 stars today.dbx gained 259 stars in a day and released v0.6.11 on 11 September. The pitch is size: 20 MB against the hundreds of megabytes an Electron client requires, while still supporting MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB and SQL Server. Created in April 2026 and already near 19,200 stars. Rust, Apache 2.0.
read source →What people are saying
Source: GitHub Trending, Rust, daily. +259 stars today.Scrapling gained 338 stars in a day on a base of about 80,300. Its distinguishing feature is adaptivity: when a site's markup shifts, it attempts to relocate previously matched elements rather than failing outright, which is the maintenance burden that kills most scrapers. Latest release v0.4.15 dates to 23 August, though commits continue through 11 September.
read source →What people are saying
Source: GitHub Trending, Python, daily. +338 stars today.OpenViking gained 200 stars in a day and shipped a Go SDK release on 10 September. It treats agent memory as a database problem rather than a prompting one, competing with mem0 and Zep. Created by Volcano Engine in January 2026 and now near 36,700 stars. The AGPL-3.0 licence is a genuine constraint for commercial embedding and worth checking before adoption.
read source →What people are saying
Source: GitHub Trending, Python, daily. +200 stars today.WeKnora gained 964 stars this week and released v0.8.0 on 3 September, on a base of about 22,400 stars. It is Tencent's entry in the document-to-RAG category alongside RAGFlow and LightRAG, written in Go. The weekly rather than daily velocity suggests sustained interest rather than a single news spike.
read source →What people are saying
Source: GitHub Trending, all languages, weekly. +964 stars this week.microsandbox gained 27 stars in a day and released v0.6.18 on 9 September. It is small at roughly 8,200 stars but sits squarely in the week's dominant infrastructure question — where agent-generated code should run. Fly.io's Sprites and OpenAI's Agents API sandbox are the hosted answers; this is the library you run yourself. Rust, Apache 2.0.
read source →What people are saying
Source: GitHub Trending, Rust, daily. +27 stars today.worktrunk gained 44 stars in a day and released v0.77.0 on 8 September, on a base near 7,000 stars since October 2025. It addresses a workflow that barely existed a year ago: running multiple agents concurrently, each needing an isolated checkout. Addy Osmani described working with five to ten parallel agents in a post this week. Rust.
read source →What people are saying
Source: GitHub Trending, Rust, daily. +44 stars today.garak gained 20 stars in a day and released v0.17.0 on 9 September, on a base of about 9,200. It runs known attack families against a model and reports what succeeded. Two stories this week made the case for it: a reported jailbreak of GPT-6 Astra within 24 hours of release, and Anthropic's September threat intelligence report. Apache 2.0, Python.
read source →What people are saying
Source: GitHub Trending, Python, daily. +20 stars today.dynamo gained 10 stars in a day and tagged v1.6.0-deepseek-v4.1-flash on 12 September — a release named for a model that shipped days earlier, which is the clearest possible signal of tracking cadence. It is small at about 8,000 stars but targets multi-node serving, a tier above what vLLM handles alone. Rust.
read source →What people are saying
Source: GitHub Trending, Rust, daily. +10 stars today.windmill gained 24 stars in a day and released v1.810.0 on 11 September. The version number reflects a sustained release rate since 2022. It claims to be 13x faster than Airflow as a workflow engine, and covers the gap between having a script and having an endpoint without standing up a service. Rust core, about 17,900 stars. Licence is non-standard.
read source →What people are saying
Source: GitHub Trending, Rust, daily. +24 stars today.FalkorDB gained 31 stars in a day on a base of about 6,000. The GraphBLAS foundation is the technically interesting part: representing the graph as a sparse adjacency matrix turns traversals into linear algebra, which parallelises well. It has found a niche as a graph backend for GraphRAG workloads. Latest tagged release v4.20.4 dates to 20 August.
read source →What people are saying
Source: GitHub Trending, Rust, daily. +31 stars today.