--- Signal 1 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47933355
Author: Zephyr0x | Score: 8 | Tier: 1
Title: $38k AWS Bedrock bill caused by a simple prompt caching miss
Body: I just learned a $37,901.73 lesson about AWS Bedrock, Claude Opus, prompt caching, and the complete lack of hard safety rails around metered AI infrastructure.<p>This was not a leaked key.
This was not crypto mining.
This was not an infinite loop.
This was not one ridiculous request.<p>It was a normal local coding-agent workflow:<p>Droid -&gt; OpenAI-compatible API -&gt; LiteLLM -&gt; AWS Bedrock -&gt; Claude Opus 4.6<p>I assumed prompt caching was working because every layer in the chain made t

--- Signal 2 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47387443
Author: fcpguru | Score: 6 | Tier: 1
Title: Show HN: Dialtone watcher – what is my laptop doing and am I normal
Body: Hi HN we are Andrew and Dex. We built dialtone watcher, a small Go agent for macOS and Linux with a very specific goal: tell me what my machine is doing all day and help me compare that with others.<p>What it does so far:<p>- Watches running processes, CPU and memory use, and active network endpoints.<p>- Groups traffic into human sized summaries by process, domain, and coarse protocol like HTTPS, DNS, QUIC, and Postgres.<p>- Stores a local summary and can post bounded rollups to the dialtoneapp

--- Signal 3 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47457162
Author: yifanlu | Score: 157 | Tier: 3
Title: Tell HN: H&R Block tax software installs a TLS backdoor
Body: Just a PSA for folks here in the US because tax season is coming up and some of you may be using H&amp;R Block Business 2025. I discovered that the software installs a root CA named &quot;WK ATX ServerHost 2024&quot; (expiry 2049) into your local machine trusted root certificate store. They also helpfully include the private key to this certificate in a DLL file. This certificate does not identify itself as &quot;H&amp;R Block&quot; anywhere and does not get uninstalled when you uninstall the so

--- Signal 4 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47247891
Author: krschacht | Score: 6 | Tier: 3
Title: Ask HN: Why has ChatGPT disabled links to websites?
Body: I was just using ChatGPT to help me pick an SDK library. It mentions a few options by name (e.g. Baileys, whatsapp-web.js), but when I click those names rather than opening a browser with the source page like it used to, it now opens a modal and uses ChatGPT to basically generate a fake homepage for this tool.<p>From what I can tell, there is no longer any way to easily get to the underlying web page that was referenced in generating its answer to my question.<p>This feels like a pretty meaningf

--- Signal 5 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47489599
Author: cockpump | Score: 6 | Tier: 3
Title: Ask HN: Why so many dead comments?
Body: I see comments here all the time marked as “Dead” by mods that are insightful often GREAT comments.<p>Not flagged by users but dead. I don’t believe users are piling on as there is nothing wrong with them half the time.<p>So why? Censorship? Propaganda?<p>I will sometimes see a Dead comment then another one similar to it that is promoted.<p>It seems like HN censors strangers and promotes their friends or something

--- Signal 6 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47312728
Author: belisarius222 | Score: 163 | Tier: 3
Title: Show HN: The Mog Programming Language
Body: Hi, Ted here, creator of Mog.<p>- Mog is a statically typed, compiled, embedded language (think statically typed Lua) designed to be written by LLMs -- the full spec fits in 3,200 tokens.
- An AI agent writes a Mog program, compiles it, and dynamically loads it as a plugin, script, or hook.
- The host controls exactly which functions a Mog program can call (capability-based permissions), so permissions propagate from agent to agent-written code.
- Compiled to native code for low-latency plugin e

--- Signal 7 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47350416
Author: keks0r | Score: 144 | Tier: 3
Title: Show HN: Rudel – Claude Code Session Analytics
Body: We built rudel.ai after realizing we had no visibility into our own Claude Code sessions. We were using it daily but had no idea which sessions were efficient, why some got abandoned, or whether we were actually improving over time.<p>So we built an analytics layer for it. After connecting our own sessions, we ended up with a dataset of 1,573 real Claude Code sessions, 15M+ tokens, 270K+ interactions.<p>Some things we found that surprised us:
- Skills were only being used in 4% of our sessions
-

--- Signal 8 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47115221
Author: gadjonesq | Score: 116 | Tier: 3
Title: AWS won't discuss my bill, suspended my account, took $1,600, still no human
Body: AWS has been charging me $1,500&#x2F;month for near-zero usage. For over a year. That is more than $18,000 for infrastructure I barely use.<p>I tried multiple times to get a human on the phone to discuss it. Every time I requested a callback, AWS would call, a bot would tell me the human wasn&#x27;t available, and promise a callback. No human ever called back.<p>So I stopped paying. Why keep paying charges I believe are wrong when the company won&#x27;t discuss them?<p>AWS emailed asking if my c

--- Signal 9 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46963177
Author: prasoonds | Score: 66 | Tier: 3
Title: Show HN: Stripe-no-webhooks – Sync your Stripe data to your Postgres DB
Body: Hey HN, stripe-no-webhooks is an open-source library that syncs your Stripe payments data to your own Postgres database:
<a href="https:&#x2F;&#x2F;github.com&#x2F;pretzelai&#x2F;stripe-no-webhooks" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pretzelai&#x2F;stripe-no-webhooks</a>.<p>Here&#x27;s a demo video: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;cyEgW7wElcs" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;cyEgW7wElcs</a><p>Why is this useful? (1) You don&#x27;t have to figure out which we

--- Signal 10 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47444212
Author: FranciscoAngulo | Score: 47 | Tier: 3
Title: Show HN: I built a P2P network where AI agents publish formally verified science
Body: I am Francisco, a researcher from Spain. My English is not great so please be patient with me.<p>One year ago I had a simple frustration: every AI agent works alone. When one agent solves a problem, the next agent has to solve it again from zero. There is no way for agents to find each other, share results, or build on each other&#x27;s work. I decided to build the missing layer.<p>P2PCLAW is a peer-to-peer network where AI agents and human researchers can find each other, publish scientific res

--- Signal 11 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47787042
Author: thewillmoss | Score: 31 | Tier: 3
Title: Durable Object alarm loop: $34k in 8 days, zero users, no platform warning
Body: Sharing this as a warning to anyone using Cloudflare Durable Objects with alarms.<p>Root cause:<p>My DO agent&#x27;s onStart() handler called this.ctx.storage.setAlarm() on every wake-up without checking whether an alarm was already scheduled. Combined with 60+ preview Worker deployments each creating independent DO instances, this created a runaway self-health-check loop.<p>Timeline:
- April 3: loop began (zero DO usage before this date)<p>- April 4-5: peaked at ~930 billion row reads&#x2F;day<

--- Signal 12 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47620412
Author: l33tbro | Score: 11 | Tier: 3
Title: Ask HN: Should there be a temporary ban on new accounts?
Body: Something something AI and quality of this forum.<p>I&#x27;m not arguing that  this is a good solution.  But our user experience is being increasingly disrupted by squinting at comments and trying to parse their syntactic and semantic structure to discern if this account is a person or not.  That is not what this place should be, and I think that is something we all agree on.<p>A new account ban sounds rash and I agree that this could be a really dumb idea.  I&#x27;m also certain dang et al will

--- Signal 13 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47259384
Author: kok14 | Score: 7 | Tier: 3
Title: We don't need continual learning for AGI. What top labs are currently doing
Body: Many people think that we won&#x27;t reach AGI or even ASI if LLM&#x27;s don&#x27;t have something called &quot;continual learning&quot;. Basically, continual learning is the ability for an AI to learn on the job, update its neural weights in real-time, and get smarter without forgetting everything else (catastrophic forgetting). This is what we do everyday, without much effort.<p>What&#x27;s interesting now, is if you look at what the top labs are doing, they’ve stopped trying to solve the unde

--- Signal 14 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47230835
Author: loichrn | Score: 5 | Tier: 3
Title: Show HN: Cloudstic – Open-source CLI for encrypted, cloud-native backups
Body: Hi HN,
I built Cloudstic (<a href="https:&#x2F;&#x2F;github.com&#x2F;Cloudstic&#x2F;cli" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Cloudstic&#x2F;cli</a>), an open-source Go CLI that creates encrypted, deduplicated, point-in-time backups of your Google Drive, OneDrive, and local files.<p>The Problem<p>Google Drive and OneDrive are sync tools, not backup tools. If you accidentally delete a folder, it’s gone everywhere. If ransomware encrypts your local files, the &quot;mistake&quot; propag

--- Signal 15 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47319285
Author: pants2 | Score: 17 | Tier: 3
Title: Why is GPT-5.4 obsessed with Goblins?
Body: After the 5.4 update, ChatGPT uses &quot;goblin&quot; in almost every conversation. Sometimes It&#x27;s &quot;gremlin.&quot; A recent chat of mine used goblin 3 times in 4 messages:<p>&gt; this stuff turns into legal goblins fast<p>&gt; hiding exclusions like little goblins<p>&gt; But here’s the important goblin<p>I am not the only one to notice this, there are many Reddit threads on it:<p>https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;ChatGPT&#x2F;comments&#x2F;1roci77&#x2F;anyone_elses_chatgpt_o

--- Signal 16 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47614801
Author: cadillion | Score: 11 | Tier: 3
Title: Show HN: Open-source distributed quantum compute network
Body: Hey HN. I&#x27;m Colton (YC S21, ex-Acorns), one of the founders of Postquant Labs. My cofounder Richard is a cryptographer out of Draper Labs and DARPA. We&#x27;re building Quip.Network, the first distributed quantum compute network. We just opened our testnet and wanted to share it here.<p>The basic problem: quantum hardware is here and already competitive on certain optimization problems, but for most people, there&#x27;s no way to access it. The machines cost millions and the hardware and re

--- Signal 17 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47205971
Author: MissMajordazure | Score: 7 | Tier: 3
Title: I used 2D Base64 to bypass Gemini and expose Google's moderation flaws
Body: Hey everyone,<p>I’ve spent the last 48 straight hours dismantling Alphabet&#x27;s safety systems. Warning: this continuous marathon was so massive it practically overloaded the LLM&#x27;s own context window. What started as a late-night probe on Gemini turned into discovering severe architectural flaws and a darker reality about Google Play and YouTube.<p>Here is the exploit chain I used to bypass the AI filters, proving their &quot;Trust &amp; Safety&quot; is a broken facade.<p>### Phase 1 &amp

--- Signal 18 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47738883
Author: littlecranky67 | Score: 1157 | Tier: 3
Title: Tell HN: Docker pull fails in Spain due to football Cloudflare block
Body: I just spent 1h+ debugging why my locally-hosted gitlab runner would fail to create pipelines. The gitlab job output would just display weird TLS errors when trying to pull a docker images. After debugging gitlab and the runner, I realized after a while I could not even run &quot;docker pull &lt;image&gt;&quot; on my machine as root:<p>&gt; error pulling image configuration: download failed after attempts=6: tls: failed to verify certificate: x509: certificate is not valid for any names, but wan

--- Signal 19 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47135683
Author: thesssaism | Score: 7 | Tier: 3
Title: Comparing manual vs. AI requirements gathering: 2 sentences vs. 127-point spec
Body: We took a vague 2-sentence client request for a &quot;Team Productivity Dashboard&quot; and ran it through two different discovery processes: a traditional human analyst approach vs an AI-driven interrogation workflow.<p>The results were uncomfortable. The human produced a polite paragraph summarizing the &quot;happy path.&quot; The AI produced a 127-point technical specification that highlighted every edge case, security flaw, and missing feature we usually forget until Week 8.<p>Here is the br

--- Signal 20 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46970134
Author: keepamovin | Score: 6 | Tier: 3
Title: Tell HN: AI is not a slippery slope, it's a waterslide
Body: I found myself increasingly outsourcing the details to the AI. I forgot the details, deliberately I think. I wanted the AI to know them. Why? Because that&#x27;s where the compute is. So that&#x27;s where the knowledge has to live.<p>Me re-telling it to the AI every time it misses something it didn&#x27;t know, is inefficient. It takes me X time to type it, and maybe log(X) to voice type it. But then there&#x27;s the inevitable back and forth, the slight misunderstandings, the corrections, etc.<

--- Signal 21 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47780622
Author: bennettdixon | Score: 6 | Tier: 3
Title: Show HN: MCP server gives your agent a budget (save tokens, get smarter results)
Body: As a consultant I foot my own Cursor bills, and last month was $1,263. Opus is too good not to use, but there&#x27;s no way to cap spending per session. After blowing through my Ultra limit, I realized how token-hungry Cursor + Opus really is. It spins up sub-agents, balloons the context window, and suddenly, a task I expected to cost $2 comes back at $8. My bill kept going up, but was I really going to switch to a worse model?<p>No. So I built l6e: an MCP server that gives your agent the abilit

--- Signal 22 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47070584
Author: syumpx | Score: 6 | Tier: 3
Title: Sayou – Open-source Dropbox for AI agents
Body: success of openclaw is incredible, and I really loved playing with it, but of course the problem is the security risk running on my desktop. okay for personal use for fun, not at all for professional use.<p>Once agents run in the cloud (and they will — you&#x27;re not giving your marketing manager a terminal), they need somewhere to read and write. Right now there&#x27;s nothing. Your company&#x27;s knowledge is locked in Notion, Slack, Google Drive, and the agent can see none of it unless someo

--- Signal 23 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47295628
Author: make_it_sure | Score: 40 | Tier: 3
Title: Ask HN: Why there are no actual studies that show AI is more productive?
Body: I know there are companies that are highly productive with AI including ours. However, AI skeptics ask for real studies and all of them available now show no real gains.<p>Many won&#x27;t care unless you show them an actual study.<p>So my question is, are there any actual studies about the companies that actually make it work with AI?

--- Signal 24 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47557165
Author: evanbarke | Score: 34 | Tier: 3
Title: Show HN: I built an OS that is pure AI
Body: I&#x27;ve been building Pneuma, a desktop computing environment where software doesn&#x27;t need to exist before you need it. There are no pre-installed applications. You boot to a blank screen with a prompt. You describe what you want: a CPU monitor, a game, a notes app, a data visualizer and a working program materializes in seconds.
Once generated, agents persist. You can reuse them, they can communicate with each other through IPC, and you can share them through a community agent store. The 

--- Signal 25 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46965731
Author: fandorin | Score: 31 | Tier: 3
Title: Ask HN: Why is everyone here so AI-hyped?
Body: I get it - LLMs do have some value, but not as much as everyone (especially those from AI labs) is trying to pitch. I can&#x27;t help thinking that it&#x27;s so obvious we are almost at the very top of this bubble - but here it feels like the majority of HN doesn&#x27;t think like that...<p>Yet just in 2026 we had:<p>- AI.com was sold for $70M - Crypto.com founder bought it to launch yet another &quot;personal AI agent&quot; platform, which promptly crashed during its Super Bowl ad debut.<p>- Mo

--- Signal 26 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48026211
Author: ge96 | Score: 25 | Tier: 3
Title: Ask HN: Is there a term for feeling sad about forced AI adoption?
Body: I feel like I don&#x27;t have a choice to accept it. If I want to keep my job I need to use it. I felt pride in making things with code but now that you can just type in words into a prompt and code comes out, it just feels empty now. There&#x27;s no joy in writing code anymore doing this.<p>I know for my personal hobbies I can do that... I need money is the thing, I can&#x27;t walk away yet but I think I will if this is how every job will be.<p>I&#x27;m not denying its capability it&#x27;s like

--- Signal 27 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47865692
Author: randersson1000 | Score: 13 | Tier: 3
Title: Speed Matters: Why AI Software Vulnerability Exploitation is going be bad
Body: I co-founded a successful security company close to the Mythos ecosystem and have spoken with participants in the know and I am deeply concerned. We, collectively, have answers for some but not all of the problems ahead but are overlooking the speed at which we can apply fixes even if they magically are generated instantaneously by Mythos.<p>Here are some considerations to consider:<p>1. More Vulnerabilities Are Coming: Supposedly Mythos can find vulnerabilities more effectively, many models can

--- Signal 28 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47687910
Author: vntok | Score: 7 | Tier: 3
Title: Ask HN: Is there some sort of stigma around Qubes OS on HN?
Body: I find Qubes OS (&quot;A reasonably Secure Operating System&quot;) very interesting. Not only as a general proof of concept of what Information Tech <i>could</i> have looked like if designed otherwise from the start, but also -especially- in the context of today&#x27;s third party risk: compromised package dependencies if you&#x27;re a developer; malware in documents if you receive and open files locally; phishing if you&#x27;re, well, anyone, privacy-stealing ads when browsing, and so on.<p>In 

--- Signal 29 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47778946
Author: 10keane | Score: 7 | Tier: 3
Title: Why Vibe Coding Fails
Body: i am using claude to maintain an agent loop, which will pause to ask for users&#x27; approval before important tool call. while doing some bug fixes，i have identified some clear patterns and reasons why vibe coding can fail for people who dont have technical knowledge and architecture expertise.<p>let me describe my workflow first - this has been my workflow across hundreds of successful sessions: 
1. identify bugs through dogfooding
2. ask claude code to investigate the codebase for three poten

--- Signal 30 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47313564
Author: madman2890 | Score: 6 | Tier: 3
Title: Why Most Valuable AI Systems Are Still Tabular Models
Body: The Hard Part of Predictive AI Isn’t the Model<p>I’ve spent most of my career building predictive systems on tabular data.<p>The highest-value AI systems I’ve seen in production aren’t LLMs. They’re predictive models that operate on structured operational data: customers, orders, shipments, transactions, support events, etc.<p>These systems quietly generate millions in value by replacing expensive third-party services, improving operational decisions, and turning predictions into products.<p>Exa

--- Signal 31 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47057752
Author: luckygreen | Score: 6 | Tier: 3
Title: Anthropic's pricing wall is routing enterprise revenue to OpenAI
Body: I&#x27;ve spent the last week trying to use Claude Opus in an IDE via a localhost proxy that wraps the Claude Code CLI.<p>The proxy exists because there&#x27;s no way to get programmatic API access to Claude on a Pro ($20&#x2F;mo) or Max ($200&#x2F;mo) subscription.<p>This isn&#x27;t an oversight. Anthropic has actively taken steps to prevent subscription-based API access. They&#x27;ve shut down third-party bridges, tightened terms of service, and made it clear this is corporate policy, not negl

--- Signal 32 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47030378
Author: majicDave | Score: 5 | Tier: 2
Title: Show HN: Katipo is a minimal alternative internet with a Vulkan based browser
Body: I’m nervous, announcing this, as it isn’t ready to ship out to the general public yet, and I haven’t had any feedback at all from anyone, I’m out on my own here. I think this concept itself is kind of dismissed outright a lot too, and I understand why, I wouldn’t believe me either actually.<p>But, I do believe this is very much worth your time to check out, I am not aware of anything else very much like it.<p>I won’t repeat what is already written on the github README here, but some info:<p>I am

--- Signal 33 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47835411
Author: sanity | Score: 160 | Tier: 3
Title: Show HN: Mediator.ai – Using Nash bargaining and LLMs to systematize fairness
Body: Eight years ago, my then-fiancée and I decided to get a prenup, so we hired a local mediator. The meetings were useful, but I felt there was no systematic process to produce a final agreement. So I started to think about this problem, and after a bit of research, I discovered the Nash bargaining solution.<p>Yet if John Nash had solved negotiation in the 1950s, why did it seem like nobody was using it today? The issue was that Nash&#x27;s solution required that each party to the negotiation provi

--- Signal 34 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47615844
Author: Realman78 | Score: 39 | Tier: 3
Title: Show HN: A P2P messenger with dual network modes (Fast and Tor)
Body: Hello HN,<p>I have been working on a desktop P2P messenger called Kiyeovo for the last ~8 months, and I just published its beta version.<p>Quick backstory: It started out as a CLI application for my Graduate Thesis, where I tried to make the most secure and private messenger application possible. Then, I transformed it into a desktop application, gave it &quot;clearnet&quot; support and added a bunch of features.<p>Short summary:<p>The app runs in 2 completely isolated modes:<p>- fast mode: rela

--- Signal 35 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47565502
Author: MelkerWendelbo | Score: 36 | Tier: 3
Title: Stripe withheld $85k from our EU platform
Body: I&#x27;m the founder of Zorq AI (zorqai.com), an AI video and image generation platform based in Sweden. I want to share what happened to us as a warning to other founders, and to seek advice from anyone who has been through something similar. We launched in November 2025 and grew quickly. On March 24, Stripe flagged our account for a routine credit review due to a spike in volume. We submitted all requested documents. On March 28, Stripe closed our account permanently citing &quot;unacceptable 

--- Signal 36 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47337659
Author: anayrshukla | Score: 31 | Tier: 3
Title: Launch HN: Sentrial (YC W26) – Catch AI agent failures before your users do
Body: Hey HN! We&#x27;re Neel and Anay, and we’re building Sentrial (<a href="https:&#x2F;&#x2F;sentrial.com">https:&#x2F;&#x2F;sentrial.com</a>). It’s production monitoring for AI products. We automatically detect failure patterns: loops, hallucinations, tool misuse, and user frustrations the moment they happen. When issues surface, Sentrial diagnoses the root cause by analyzing conversation patterns, model outputs, and tool interactions, then recommends specific fixes.<p>Here&#x27;s a demo if you&#x

--- Signal 37 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47167898
Author: niel_hu | Score: 23 | Tier: 3
Title: I don't need AI to build me a new app. I need it to make Jira bearable
Body: Last week I asked Claude to build me a Jira sidebar that shows cross-project dependency graphs — the kind Jira buries across 4 clicks and 3 page loads. 4 prompts. Works inside my actual Jira. It just used Claude Chrome extension that injects a panel into the page I already have open.<p>And I keep thinking: why isn&#x27;t everyone doing this?<p>The entire AI coding conversation is about building new apps from scratch. Cool. But I don&#x27;t need a new app. Most people spend their workday inside a

--- Signal 38 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47501348
Author: phantomCupcake | Score: 23 | Tier: 3
Title: Show HN: Claude's Code – tracking the 19M+ commits generated by Claude on GitHub
Body: I was curious about the amount of code on GitHub that is generated with Claude Code, and this is my attempt at finding that answer.<p>Spoiler alert: It&#x27;s a lot - around 19M commits by my count<p>In a nutshell it is a dashboard that presents some basic, and hopefully, interesting stats about commits signed by Claude Code on GitHub - in public repos.<p>Not all commits are signed (via the author field, or a commit &quot;trailer&quot;), and many repos are private, which means Claude&#x27;s reac

--- Signal 39 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47928683
Author: atleastoptimal | Score: 19 | Tier: 3
Title: Ask HN: What Makes AI a Bubble?
Body: A lot of people seem to take it as a given that the AI bubble will &quot;pop&quot;, leading to a mass devaluation of AI companies from their current peaks.<p>What I&#x27;m confused about though is what makes current AI evaluations a bubble.<p>Bubbles usually exists when future speculation outpaces productivity: eventually some realization leads the market to no longer believe in that future speculation, causing devaluation which triggers a mass sell-off.<p>However, AI companies currently have ve

--- Signal 40 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46986604
Author: epokh | Score: 18 | Tier: 3
Title: Show HN: Solving Sudoku reasoning via Energy Geometric models
Body: We were genuinely impressed by Yann LeCun’s recent announcement about his Sudoku solver based on Energy-Based Models here: <a href="https:&#x2F;&#x2F;logicalintelligence.com&#x2F;yann-lecun" rel="nofollow">https:&#x2F;&#x2F;logicalintelligence.com&#x2F;yann-lecun</a><p>So we (a software engineer and prodigy mathematician) worked in the weekend to see if we can beat it and we did!<p>If Kona solves puzzles in 313 milliseconds, we currently solve 270,000 puzzles per second!<p>We do not know the int

--- Signal 41 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47236631
Author: river_otter | Score: 12 | Tier: 3
Title: Show HN: Mozilla.ai introduces Clawbolt, an AI Assistant for the trades
Body: Hey everyone, Nathan here: I&#x27;m an MLE at Mozilla.ai. I can&#x27;t tell you how many things around my house I&#x27;ve been saying &quot;I would really like to have somebody take a look at that&quot;. But here&#x27;s the problem: all the people in the trades are extremely overwhelmed with work. There is a lot to be done and not enough people to do it.<p>One of my best friends runs his own general contracting business. He&#x27;s extremely talented and wants to spend his time working on drywall

--- Signal 42 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47566687
Author: tpurves | Score: 11 | Tier: 3
Title: Ask HN: M5 MacBook Pro buyers, worth spending the $$$ to maybe run LLMs local?
Body: To anyone upgrading their daily driver Mac this year, are you considering going to a Max + high memory config? eg. with the hope (now or in near future) of being able to do usefully run agents&#x2F;LLMs locally on your main machine?<p>Or is the few extra thousand dollars difference between a base and max-spec MBP still just better spent on literally any other practical option (like different harware, remote hardware, cloud AI subscriptions or credits). Or wait to see if there will be an M5 Studi

--- Signal 43 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47409463
Author: kathir05 | Score: 10 | Tier: 3
Title: Ask HN: What signals do you look for when hiring?
Body: There is good drama out there about ATS score, resumes keywords matching, AI resumes generator, formatter.<p>I dont know how people are coming up with such juicy and vanity metrics but mostly are noise.<p>• How you think
• How you solve problems
• How you execute ideas
• The results you’ve achieved<p>These are the real hiring signals that actually matter,
something we consistently hear from many startup founders and recruiters.<p>That’s why more people are showcasing their work through portfolio

--- Signal 44 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47822787
Author: jdw64 | Score: 10 | Tier: 3
Title: Ask HN: May be a basic question, but how can I use AI well?
Body: I am a programmer with about seven years of experience, but I would say I am below many of the programmers here, and most of the work I do is fairly simple. I mainly work on WPF and WinForms applications that act as UI layers for ladder diagram based systems in industrial sites.<p>Because of the nature of this work, it is very labor intensive. There are too many factory trips, it is physically exhausting, and the pay is not great relative to the amount of effort involved. That is why I want to b

--- Signal 45 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47762585
Author: pixel_popping | Score: 8 | Tier: 3
Title: Claude Code OAuth down for >12 hours
Body: Claude Code OAuth on 2.1.107 is stuck on `Paste code here if prompted &gt;` - Impossible to paste (tried many methods, INCLUDING typing with xdotool the OAuth), there is a serious error that seems under-reported outside of Reddit &amp; Discord right now, why isn&#x27;t this considered an emergency and isn&#x27;t reported on the status page.<p>It&#x27;s not about the account because the account isn&#x27;t even validated yet, clicking on the link given, success, claude.com gives out the Token, the

--- Signal 46 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47741279
Author: neozz | Score: 8 | Tier: 3
Title: Show HN: Lazyagent – a local TUI for watching what your coding agents are doing
Body: Lazyagent a simple way to see what your coding agents were actually doing across Claude, Codex, and OpenCode.<p>Once you have more than 1 agent running, its really hard to answer the simple question: what is it doing right now and why?<p>It is a local terminal UI that collects your agents runtime events and shows their activity in one place.<p>You can inspect:<p>- agents and subagents<p>- tool calls<p>- prompts<p>- outputs<p>- status changes<p>Sessions and projects are there to give that activit

--- Signal 47 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47412133
Author: isaacrolandson | Score: 6 | Tier: 3
Title: Show HN: MCP Isn't Dead. You're Just Using It Wrong
Body: Everyone and their gran have been saying that MCP is dead.<p>But could it be that MCP&#x27;s saving grace has been with us all along - hiding in plain sight?<p>A feature buried in Claude Code&#x27;s Jan 2026 release may have marked the most powerful development in MCP since its inception - and almost nobody noticed. Dynamic Tool Registration.<p>Dynamic tool registration extends an MCP server&#x27;s abilities beyond that of just a glorified swagger doc - allowing the server not just to list a sta

--- Signal 48 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47606946
Author: nexdrew | Score: 6 | Tier: 3
Title: Show HN: Mkdnsite – Markdown-native web server for humans (HTML) and agents (md)
Body: # What?<p>Introducing mkdnsite (&quot;markdown site&quot;) - an open source Markdown-native web server that serves HTML to humans and raw Markdown to agents. No build step required. Runs on Bun&#x2F;Node&#x2F;Deno, as an OS-specific standalone executable, or as a Docker container. Possibly the easiest way to go from Markdown files to functional website in the new agentic era.<p>Features:<p>- Runtime-only, zero build<p>- Content negotiation means HTML for browsers and Markdown for agents<p>- Supp

--- Signal 49 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47349962
Author: fariniasty | Score: 5 | Tier: 3
Title: I spent a year building a GPS-ephemeral social network. Here's what happened
Body: I was doom-scrolling Instagram when I asked myself: Why am I even doing this?<p>I&#x27;m a graphic designer, not a professional dev, but I decided to build the opposite of the &quot;engagement at all costs&quot; machine. No algorithm. No permanent profiles. No infinite scroll. Just GPS, reciprocity, and 48-hour ephemeral posts.<p>The Concept<p>What if posts stayed in the physical location where you took them? I built Bliip: a Vanilla JS PWA radar-based platform where content is anchored to GPS c

--- Signal 50 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47153740
Author: swithek | Score: 5 | Tier: 3
Title: Show HN: Oxynote – Technical knowledge base with live Prometheus charts
Body: Hey HN,<p>I wanted to share a project my friend Dovydas and I (Simon) have been working on for a while. It’s a knowledge base platform built specifically for developers and technical teams.<p>It has a similar feel to Notion and supports live collaboration, but it also has technical &quot;power blocks&quot; for API specs, runbooks, RFCs, as well as live metrics from external sources like Prometheus. On top of that, document changes can be reviewed like GitHub PRs, while still preserving rich text

--- Signal 51 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47923382
Author: Aldipower | Score: 5 | Tier: 3
Title: Show HN: 2 weeks of coding, 3 months of OpenAI review, my ChatGPT App is live
Body: I run Tredict, an endurance sports training platform I&#x27;ve been building since 2020. OpenAI opened the ChatGPT App Directory to third-party submissions in December, and the official Tredict app is now live. The actual programming took me two weeks, but the entire process took three months.<p>AMA on the submission process to OpenAI (timeline, review effort, what they ask for), how I solved user-authenticated content inside the iframe widgets, or why I had to remove certain tools to stay on th

--- Signal 52 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47853021
Author: alpinisme | Score: 48 | Tier: 3
Title: Anthropic bans orgs without warning
Body: I work at at an agricultural technology company. On Monday, everyone in our org woke up to emails saying that their Claude accounts had been suspended (~70 users).<p>At first -- since the email was to me, with a link to a Google Form if I personally wanted to appeal -- I thought it must be an individualized ban (at least after deciding it wasn’t a phishing attempt). I couldn’t figure out why, but it set me searching my mind for possible triggers in my recent activity.<p>On Slack, though, it quic

--- Signal 53 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47347983
Author: rxm233 | Score: 13 | Tier: 3
Title: AI is supercharging fake work
Body: As anyone with an internet connection knows, there’s been a lot of buzz about how AI is going to reshape the workforce for the past 3 years and layoffs due to “AI” have already started, the most severe of which came last week as Block announced they were chopping off 40% of their workforce for what sounded more like the potential that AI could replace workers as opposed to it actually being able to. There has been a (in my opinion) healthy dose of skepticism regarding the claim that AI is going 

--- Signal 54 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47049776
Author: Dimittri | Score: 30 | Tier: 2
Title: Launch HN: Sonarly (YC W26) – AI agent to triage and fix your production alerts
Body: Hey HN, I am Dimittri and we’re building Sonarly (<a href="https:&#x2F;&#x2F;sonarly.com">https:&#x2F;&#x2F;sonarly.com</a>), an AI engineer for production. It connects to your observability tools like Sentry, Datadog, or user feedback channels, triages issues, and fixes them to cut your resolution time. Here&#x27;s a demo: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=rr3VHv0eRdw" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=rr3VHv0eRdw</a>.<p>Sonarly is really about 

--- Signal 55 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47435901
Author: mak8 | Score: 10 | Tier: 3
Title: Ask HN: Who is still using Windsurf and why?
Body: Most devs I know moved to Cursor or Codex. But I still see Windsurf mentioned here and there.<p>I get why someone might stick with it — JetBrains support, slightly cheaper, decent on large codebases. But after the Cognition acquisition I wasn&#x27;t sure it had a future.<p>So genuinely curious, are you still on Windsurf? What&#x27;s keeping you there? And has anything made you regret not switching?

--- Signal 56 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47370766
Author: mittermayr | Score: 8 | Tier: 1
Title: Ask HN: Why isn't there an open-source model trained by the community?
Body: Couldn&#x27;t find anything online, but just wondered what the chances would be, if, much like SETI at the time, people would share some of their GPU processing time (small slots, here and there, when underutilized) to train an open-source community-owned model? Basically a model by the people, for the people :)<p>I wonder for how much longer we&#x27;ll get to see (high quality) open models be shared freely, it&#x27;s already quite a limited landscape.<p>Would there even be enough GPU power? Wou

--- Signal 57 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47921679
Author: ethantheswe | Score: 12 | Tier: 3
Title: The "just build it with Claude" paradox
Body: There’s a weird paradigm right now where people don’t value their own time anywhere close to what it’s actually worth. This has always been true to a degree, but AI seems to have pushed it into overdrive.<p>I keep running into “why can’t I just build this with Claude?”<p>And it’s like… yeah, you probably can?  I’ve put ~100 hours into getting an MVP working and trying to market it at around 30-50 bucks a month.
Then I’ll talk to someone making 100 an hour and they go, “yeah this is a good idea b

--- Signal 58 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47522856
Author: s_u_d_o | Score: 28 | Tier: 3
Title: Tired of AI When will this era end?
Body: First fancy LLMs, then image generation, then assistants, then agents… When will this end? I’m tired of this hype. Everytime I open HN, or any other community based platform, everyone is talking about AI. Why does this ick me? Am I alone? Simply because i’ve spent my past years, learning how to code, building stuff, reading docs, debugging, scraping through stackoverflow etc…. Am I just, jealous? Or is it really a bad feeling to see something you enjoyed doing, doesn’t seem enjoyable nowadays…. 

--- Signal 59 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47607324
Author: allan_s | Score: 7 | Tier: 3
Title: Show HN: I/Claude reverse-engineered Figma's binary WebSocket protocol
Body: Disclaimer: this is vibe-coded — (&lt;- I lost you there) the README, most of the code, and the binary format reverse-engineering were done with Claude. But the tool works and I use it everyday for some days now. As Baudelaire said &quot;qu&#x27;importe le flacon, pourvu qu&#x27;on ait l&#x27;ivresse.&quot;<p>~I~ Claude built a tool that decodes Figma&#x27;s internal binary protocol (Kiwi format over WebSocket) to extract the full scenegraph — every node, vector path, and style — without hitting

--- Signal 60 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47665194
Author: tinchox6 | Score: 101 | Tier: 2
Title: Zooming UIs in 2026: Prezi, impress.js, and why I built something different
Body: There are essentially two established ways to use zooming in web interfaces today. They serve different purposes and make different tradeoffs. I built a third one, so I&#x27;ll try to be fair about what each does well and where it falls short.<p>* Prezi
Prezi pioneered the zooming canvas for presentations and remains the market leader in that space. It recently added AI-powered generation and text editing tools. It&#x27;s a polished product with real traction.<p>But Prezi is a closed platform, n

--- Signal 61 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47048040
Author: grayne | Score: 24 | Tier: 3
Title: Anam Cara-3: Why we think AI needs a face
Body: Hey HN, we&#x27;re Ben and Caoimhe, cofounders of Anam. We built a service for interactive avatars and just shipped our latest model, cara-3. Try it at anam.ai, no sign-up required, or build with it at lab.anam.ai or anam.ai&#x2F;cookbook.<p>Some context on why we&#x27;re working on this: faces carry emotional signal that text and voice don&#x27;t. Almost half the human brain is devoted to visual processing, and it&#x27;s one of the first
things we learn as babies. It&#x27;s also a more accessib

--- Signal 62 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47813874
Author: canterburry | Score: 14 | Tier: 3
Title: Why don't we just ask AI to write assembler?
Body: Programming languages, frameworks etc are just there for developer ergonomics, code reuse and human understanding.<p>If we generate so much code using AI that no one is really looking or reading the code anymore, just verifying end functionality, we can really just skip all that and go straight to assembler, no?<p>Sure, we could reuse some basic building blocks like implementations of the tcp&#x2F;ip protocol, http, sockets etc but server frameworks like fastapi are just human friendly abstracti

--- Signal 63 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48018160
Author: ozozozd | Score: 5 | Tier: 3
Title: Ask HN: Why would we care about "extended time horizons" and LLMs?
Body: Is it more impressive to take longer to answer 2 + 2? It’s not. The longer one takes, the less intelligent we would rate that person.<p>Somehow for AI agents taking longer is getting praise with the framing “maintaining attention for long-time horizons?”<p>Have we collectively gone down to room temperature IQs with COVID?<p>Why would the time dimension matter for a tool that is limited in context window? Doesn’t matter if you fill up the window in 1 second or 60 minutes. Also, it’s super easy to

--- Signal 64 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46981847
Author: mehdidjabri | Score: 5 | Tier: 3
Title: Show HN: Revo – Deep context infra, slow adoption, good old email is saving us
Body: Hey HN,<p>I&#x27;m Mehdi, co-founder of Revo (<a href="https:&#x2F;&#x2F;revo.ai" rel="nofollow">https:&#x2F;&#x2F;revo.ai</a>). We spent years building something that, as far as we know, does not exist anywhere else: a real-time structured memory layer of your entire business. Wanted to share what we learned and why we struggled with go-to-market despite having a product that works.<p>You connect your tools (Slack, Jira, Google Meet, CRM, docs) and Revo organizes everything into what we call In

--- Signal 65 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46962641
Author: segmenta | Score: 205 | Tier: 3
Title: Show HN: Rowboat – AI coworker that turns your work into a knowledge graph (OSS)
Body: Hi HN,<p>AI agents that can run tools on your machine are powerful for knowledge work, but they’re only as useful as the context they have. Rowboat is an open-source, local-first app that turns your work into a living knowledge graph (stored as plain Markdown with backlinks) and uses it to accomplish tasks on your computer.<p>For example, you can say &quot;Build me a deck about our next quarter roadmap.&quot; Rowboat pulls priorities and commitments from your graph, loads a presentation skill, a

--- Signal 66 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47865642
Author: yzhong94 | Score: 82 | Tier: 2
Title: Show HN: Broccoli, one shot coding agent on the cloud
Body: Hi HN — we built Broccoli, an open-source harness for taking coding tasks from Linear, running them in isolated cloud sandboxes, and opening PRs for a human to review.<p>We’re a small team, and our main company supplies voice data. But we kept running into the same problem with coding agents.  We’d have a feature request, a refactor, a bug, and some internal tooling work all happening at once, and managing that through local agent sessions meant a lot of context switching, worktree juggling, and

--- Signal 67 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47767606
Author: almogbaku | Score: 47 | Tier: 3
Title: Show HN: Kelet – Root Cause Analysis agent for your LLM apps
Body: I&#x27;ve spent the past few years building 50+ AI agents in prod (some reached 1M+ sessions&#x2F;day), and the hardest part was never building them — it was figuring out why they fail.<p>AI agents don&#x27;t crash. They just quietly give wrong answers. You end up scrolling through traces one by one, trying to find a pattern across hundreds of sessions.<p>Kelet automates that investigation. Here&#x27;s how it works:<p>1. You connect your traces and signals (user feedback, edits, clicks, sentimen

--- Signal 68 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48065203
Author: nezaj | Score: 38 | Tier: 3
Title: Show HN: GETadb.com – every GET request creates a DB
Body: Hey HN! We made GETadb.com, so it&#x27;s easier to get agents to build you full stack apps. You don&#x27;t need to give them any credentials. Just by loading a GET request, they get access to a database, a sync engine, and abstractions for auth, presence, and streams.<p>To see what the agent sees, you can load https:&#x2F;&#x2F;getadb.com&#x2F;new<p>There&#x27;s two fun things about how it&#x27;s implemented:<p>1. If you curl the home page, it the agent content rather than human content. We do t

--- Signal 69 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48075059
Author: ccheshirecat | Score: 30 | Tier: 3
Title: Show HN: Mochi.js: bun-native high-fidelity browser automation library
Body: Hi HN,<p>I’m sharing mochi.js (<a href="https:&#x2F;&#x2F;github.com&#x2F;0xchasercat&#x2F;mochi" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;0xchasercat&#x2F;mochi</a>), a Bun-native, raw-CDP browser automation framework. It&#x27;s designed to make programmatic browser use more effective by focusing on consistency and measured parity with regular traffic, purely from the JS layer, against stock Chromium.<p>The most common forms of browser automation focus heavily on client-side line by lin

--- Signal 70 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47438930
Author: aaur0 | Score: 20 | Tier: 3
Title: Show HN: Altimate Code – Open-Source Agentic Data Engineering Harness
Body: I&#x27;m Anand, co-founder and CTO of Altimate AI. My co-founder Pradnesh and I are open-sourcing Altimate Code. AMA.<p>Why we built this:<p>Pradnesh and I have been building tooling for data engineers for three years: dbt Power User  and Datamates vscode extensions with combined 750k+ installs, running against real Fortune 500 data estates. The pattern we kept seeing: general-purpose agents can write SQL, but they have no model of what the SQL does. No lineage. No schema context. No understandi

--- Signal 71 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47638532
Author: paberr | Score: 18 | Tier: 3
Title: Show HN: Ownscribe – local meeting transcription, summarization and search
Body: ownscribe is an open-source, python-based CLI tool to transcribe, summarize, and search meetings – fully locally on your machine.<p>As someone who hates taking notes, but also forgets things easily, I found the idea of transcribing and summarizing meetings automatically neat.
However, all the existing tools out there store everything on their servers, don&#x27;t work with every type of meeting, and cost $30&#x2F;month or more.<p>I wanted a tool that just runs locally and uses a very simple forma

--- Signal 72 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47354008
Author: photobombastic | Score: 12 | Tier: 3
Title: Show HN: PipeStep – Step-through debugger for GitHub Actions workflows
Body: Hey HN — I kept seeing developers describe the same frustration: the commit-push-wait-read-logs cycle when debugging CI pipelines. So I built PipeStep.<p>PipeStep parses your GitHub Actions YAML, spins up the right Docker container, and gives you a step-through debugger for your run: shell commands.<p>You can:
1. Pause before each step and inspect the container state.
2. Shell into the running container mid-pipeline (press I). 
3. Set breakpoints on specific steps (press B).
4. Retry failed step

--- Signal 73 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47726056
Author: visionscaper | Score: 11 | Tier: 3
Title: Show HN: Collabmem – a memory system for long-term collaboration with AI
Body: Hello HN! I built collabmem, a simple memory system for long-term collaboration between humans and AI assistants. And it&#x27;s easy to install, just ask Claude Code:<p><pre><code>    Install the long-term collaboration memory system by cloning https:&#x2F;&#x2F;github.com&#x2F;visionscaper&#x2F;collabmem to a temporary location and following the instructions in it.
</code></pre>
To collaborate with AI over weeks, months, or even years, there needs to be a shared conceptual understanding of:<p>-

--- Signal 74 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47351652
Author: pritesh1908 | Score: 8 | Tier: 3
Title: Show HN: We open sourced Vapi – UI included
Body: We kept hitting the same wall building voice AI systems. Pipecat and LiveKit are great projects, genuinely. But getting it to production took us weeks of plumbing - wiring things together, handling barge-ins, setting up telephony, Knowledge base, tool calls, handling barge in etc. And every time we needed to tweak agent behavior, you were back in the code and redeploying. We just wanted to change a prompt and test it in 30 seconds. Thats why Vapi retell etc exist.<p>So we wrote the entire code a

--- Signal 75 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47081472
Author: pranav9 | Score: 8 | Tier: 3
Title: Show HN: Aether – Background agents that fix bugs in isolated VMs, opens PRs
Body: Hey HN,<p>I&#x27;ve been building Aether, a background agent that takes production errors from Sentry and attempts to turn them into verified pull requests.<p>When a new error hits your Sentry project:<p>1. Sentry webhook fires with the stack trace, breadcrumbs, and context
2. Aether spins up an isolated Fly.io VM and clones the repo at the relevant commit
3. Agent analyzes the stack trace, reproduces the issue, proposes a fix
4. Starts the dev server, re-runs tests, and can verify the running a

--- Signal 76 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47014380
Author: sakanakana00 | Score: 8 | Tier: 3
Title: Show HN: I'm 75, Building an OSS Virtual Protest Protocol
Body: Hi HN,<p>I am a 75-year-old former fishmonger from Japan. Currently, I work at the compensation desk for the Fukushima nuclear disaster (TEPCO). Witnessing deep social divisions and the limitations of bureaucracy firsthand, I realized we need a new way for people to express their will without being &quot;disposable.&quot;<p>To address this, I’ve designed the *Virtual Protest Protocol (VPP)*. It’s an OSS framework for large-scale, 2D avatar-based digital demonstrations. I recently shared this wit

--- Signal 77 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47353506
Author: hbamoria | Score: 8 | Tier: 3
Title: Show HN: Open-Source GTM Skills for Claude Code, Codex, and Cursor
Body: We built an open-source library of 125 GTM (go-to-market) skills that plug into AI coding agents like Claude Code, Codex, and Cursor.<p>With these skills an AI agent can automatically:<p>- Find ICP leads from conference speakers, LinkedIn activity, or job boards<p>- Generate personalized cold email sequences<p>- Monitor competitor blogs, pricing pages, and hiring signals<p>- Generate programmatic SEO pages from keyword lists<p>- Track where your brand appears in ChatGPT, Perplexity, and Claude a

--- Signal 78 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47691182
Author: GreenGames | Score: 6 | Tier: 3
Title: Show HN: OS Megakernel that match M5 Max Tok/w at 2x the Throughput on RTX 3090
Body: Hey there, we fused all 24 layers of Qwen3.5-0.8B (a hybrid DeltaNet + Attention model) into a single CUDA kernel launch and made it open-source for everyone to try it.<p>On an RTX 3090 power-limited to 220W:
- 411 tok&#x2F;s vs 229 tok&#x2F;s on M5 Max (1.8x)
- 1.87 tok&#x2F;J, beating M5 Max efficiency
- 1.55x faster decode than llama.cpp on the same GPU
- 3.4x faster prefill<p>The RTX 3090 launched in 2020. Everyone calls it power-hungry. It isn&#x27;t, the software is.
The conventional wisdo

--- Signal 79 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47618571
Author: chistev | Score: 5 | Tier: 3
Title: Ask HN: Does everyone here hate ads?
Body: First off, I don&#x27;t like ads.<p>When I&#x27;m watching American sports like the NBA, I&#x27;m surprised by the amount of ads you have to sit through. It&#x27;s a stark contrast to watching football (soccer). Although I think the upcoming FIFA World Cup is going to adopt the American-style ad model.<p>When I&#x27;m using a mobile app on my phone, I hate having to wait for the disruptive ads to go away. When I&#x27;m watching a YouTube video, I hate when ads come up just as I&#x27;m really enj

--- Signal 80 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47370585
Author: tonipotato | Score: 5 | Tier: 3
Title: It's hard for solo developers to gain attentions
Body: I&#x27;ve been building side projects for a while and I&#x27;m hitting the same wall every time, the building is the easy part. Getting anyone to notice is 10x harder than writing the code.<p>Reddit removes your posts if you&#x27;re a new account. HN restricts Show HN for new users. Twitter&#x2F;X algorithm buries you unless you already have followers. Product Hunt feels like a pay-to-play leaderboard now.<p>I get why platforms do this. There&#x27;s a real spam problem. But it creates a dead end

--- Signal 81 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47467671
Author: kilgarenone | Score: 54 | Tier: 3
Title: Show HN: Joonote – A note-taking app on your lock screen and notification panel
Body: I finally built this app after many years of being sick of unlocking my phone every goddamn time I need to take or view my notes. It particularly sucks when I&#x27;m doing my grocery and going down the list.<p>I started building last year June. This is a native app written in Kotlin. And since I&#x27;m a 100% Web dev guy, I gotta say this wouldn&#x27;t have been possible without this AI to assist me. So this isn&#x27;t &quot;vibe-coded&quot;. I simply used the chat interface in Gemini website, m

--- Signal 82 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47231498
Author: Imustaskforhelp | Score: 17 | Tier: 3
Title: Ask HN: What will OpenAI employees do now who have signed notdividedorg petition
Body: I want to ask HN (and also the OpenAI employees) now that finally some days have taken place about the confusing aspects of the deals.<p>Now that we are finally getting mass confirmation about how OpenAI in fact, has signed a deal which allows DoD to be allowed having autonomous killing machines and people are boycotting OpenAI  and all of this has reached the mainstream news.<p>Yes, even after Sam Altman&#x27;s recent tweet which says that its gonna add more terms, that is debunked because thos

--- Signal 83 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47739653
Author: Imustaskforhelp | Score: 9 | Tier: 3
Title: Ask HN: What are all the bad things that AI companies have done which we forgot
Body: I was writing a comment recently when I realized just how bad the graphs in GPT 5 video are. I had almost forgotten about it.<p>I wish to create a very minor website which can talk about all of these, I feel like there are some perverse incentives which make these companies show out the good and hide out the bad and our news cycle just keeps on moving and we all follow it.<p>Also there can be some remarkable mentions as well which I wish to list<p>Here are some other examples:<p>OpenAI turning f

--- Signal 84 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47267138
Author: a_t48 | Score: 8 | Tier: 3
Title: Show HN: Docker pulls more than it needs to - and how we can fix it
Body: Hi all!<p>I&#x27;ve built a small tool to visualize how inefficient `docker pull` is, in preparation for standing up a new Docker registry + transport. It&#x27;s bugged me for a while that updating one dependency with Docker drags along many other changes. It&#x27;s a huge problem with Docker+robotics. With dozens or hundreds of dependencies, there&#x27;s no &quot;right&quot; way to organize the layers that doesn&#x27;t end up invalidating a bunch of layers on a single dependency update - and th

--- Signal 85 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47343951
Author: bluefirebrand | Score: 8 | Tier: 3
Title: Ask HN: How do we build a new Human First online community in the LLM age?
Body: I basically grew up online and I have some lifelong friends I met online. I cherish the real potential for international community that can be built on the web, there really is nothing like it<p>I have been finding myself feeling very bitter about AI lately. I&#x27;m angry about how it&#x27;s seeping into every aspect of life. Not just my work and my hobbies but it also seems to be creeping into many online communities (including this one!)<p>I have been thinking a lot about how we could possibl

--- Signal 86 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47195123
Author: jbdamask | Score: 305 | Tier: 3
Title: Show HN: Now I Get It – Translate scientific papers into interactive webpages
Body: Understanding scientific articles can be tough, even in your own field. Trying to comprehend articles from others? Good luck.<p>Enter, Now I Get It!<p>I made this app for curious people. Simply upload an article and after a few minutes you&#x27;ll have an interactive web page showcasing the highlights. Generated pages are stored in the cloud and can be viewed from a gallery.<p>Now I Get It! uses the best LLMs out there, which means the app will improve as AI improves.<p>Free for now - it&#x27;s 

--- Signal 87 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48023496
Author: mtricot | Score: 149 | Tier: 3
Title: Show HN: Airbyte Agents – context for agents across multiple data sources
Body: I’m Michel, co-founder and CEO of Airbyte (<a href="https:&#x2F;&#x2F;airbyte.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;airbyte.com&#x2F;</a>). We’ve spent the last six years building data connectors. Today we&#x27;re launching Airbyte Agents (<a href="https:&#x2F;&#x2F;docs.airbyte.com&#x2F;ai-agents&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.airbyte.com&#x2F;ai-agents&#x2F;</a>), a unified data layer for agents to discover information and take action across operational systems.<p>Here’s a 

--- Signal 88 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47949066
Author: karakanb | Score: 118 | Tier: 3
Title: Show HN: DAC – open-source dashboard as code tool for agents and humans
Body: Hi all, this is Burak.<p>When agents became a reality one of the first things I wanted to do was to automate building dashboards. The first, and the most obvious, wall that I ran into was that a lot of the tools were just driven by UI. This meant that without the agents handling browser UIs and whatnot, it wasn&#x27;t possible to have the agents do that. In addition, it would be impossible to review any of the changes the agent would make.<p>The first instinct there is to get your agent to build

--- Signal 89 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48077627
Author: bilalba | Score: 5 | Tier: 3
Title: Show HN: ChonkLM – Tiny language models running offline in the browser
Body: I had been looking to try &lt;500M parameter language models but you wouldn&#x27;t find an API to try them anywhere, so I built this cloudflare hosted static website that hosts weights and built an inference runtime for these models that uses WebGPU and runs inference from your browser.<p>These are only so useful in a multi-turn conversation but it&#x27;s still interesting to see what you can pack in a &lt;250mb model.<p>I tried using ONNX versions earlier, but there were too many quirks of usin

--- Signal 90 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48067612
Author: tltv | Score: 5 | Tier: 3
Title: Show HN: tltv – Federation protocol for 24/7 TV channels
Body: I spent six years trying to build a tv channel server. rewrote it eight times. flask, fastapi, ffmpeg, gstreamer, named pipes. every version got more complicated and none of them worked right.<p>turns out I was building the wrong thing. the thing I actually wanted was a protocol.<p>so tltv is that. a channel is an ed25519 key pair. you sign your metadata with it. you serve hls video from wherever you want. your public key becomes a tltv:&#x2F;&#x2F; address that anyone can tune into.<p>relay nod

--- Signal 91 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47398368
Author: davidchua | Score: 7 | Tier: 3
Title: Show HN: TheLittleHost – DNS hosting built on my own ASN and Anycast network
Body: Hey HN,<p>A few years ago I came across the On the Metal podcast episode with Kenneth Finnegan about setting up the Fremont Cabal Internet Exchange. It sent me down a rabbit hole I haven’t climbed out of.<p>I&#x27;m a software and systems engineer by background, and I am not a network engineer. I’d dabbled with DNS and mail servers before, but always wondered how everything actually tied together at the infrastructure level.<p>Kenneth’s interview awoke something in me. I went all in, taught myse

--- Signal 92 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47282620
Author: kypro | Score: 62 | Tier: 3
Title: Ask HN: Anyone else feel this community has changed recently?
Body: I&#x27;ve been on HN under different aliases since 2010 and over the last couple of years I feel like the quality of HN has nosed dived and so has my enjoyment.<p>For the first time ever I questioned today whether I should continue to use HN anymore so I&#x27;m writing this partly to explore my own thoughts and to see if anyone else feels similarly.<p>1. AI, AI, AI.<p>I get it. AI is the big thing right now, but I find AI posts fundamentally less interesting than the traditional tech content tha

--- Signal 93 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48076815
Author: marcingas | Score: 20 | Tier: 2
Title: Show HN: I made a Clojure-like language in Go, boots in 7ms
Body: Let-go is a Clojure-like language (~90% compatible with JVM Clojure) written in pure Go. It ships as a ~10MB static binary and cold boots in ~7ms - that&#x27;s about 50x faster than JVM and 3x faster than Babashka. It has decent throughput on algorithmic workloads - within ballpark of the GraalVM-backed sci.<p>I started this project in 2021 as an elaborate practical joke: I wanted to have an excuse for writing Clojure while pretending to write Go.<p>Jokes aside, it turned out to be pretty decent

--- Signal 94 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47977694
Author: zachdive | Score: 99 | Tier: 3
Title: Show HN: AI CAD Harness
Body: Hi HN, I&#x27;m Zach, one of the co-founders of Adam (<a href="https:&#x2F;&#x2F;adam.new">https:&#x2F;&#x2F;adam.new</a>).<p>We&#x27;ve been on HN twice before with text-to-CAD&#x2F;3D experiments [1][2]. The honest takeaway from those threads: prompt-to-3D model web apps are fun, but serious mechanical engineers don&#x27;t want a black box that spits out an STL. They want help inside the CAD tool they already use, with full visibility and control over the feature tree.<p>So we built that. Adam

--- Signal 95 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47982708
Author: lahfir | Score: 98 | Tier: 3
Title: Show HN: Agent-desktop – Native desktop automation CLI for AI agents
Body: I&#x27;ve been building computer-use tools for a while, and I quietly launched this about a month ago (122 Stars on GH). I figured it was worth sharing here.<p>Over the last few months, a lot of computer-use agents have come out: Codex, Claude Code, CUA, and others. Most of them seem to work roughly like this:
  1. Take a screenshot
  2. Have the model predict pixel coordinates
  3. Click x,y
  4. Take another screenshot
  5. Repeat<p>That works, but it&#x27;s slow, expensive in tokens, and frag

--- Signal 96 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47976682
Author: areoform | Score: 9 | Tier: 3
Title: Tell HN: Claude account suspension after flagging duplicate billing
Body: PSA, unsure about precise causation, but my Claude account was suspended less than 24 hours after flagging duplicate billing and payment irregularities to Anthropic.<p>As I&#x27;ve documented here, I was charged an extra $200 this billing cycle, https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47954005 and Fin &#x2F; Claude their support bot accepted that it was an “unauthorized transaction” and said Anthropic would assist with cancelling it,<p><pre><code>    &quot;Since this appears to be an

--- Signal 97 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47942492
Author: thomashobohm | Score: 252 | Tier: 3
Title: Regression: malware reminder on every read still causes subagent refusals
Body: Not sure if anybody else has experienced this, but for my job I&#x27;ve been playing around with Claude Managed Agents to run code generation tasks in our repo. Every read operation in the managed agent is appended with a system prompt instructing Claude to scan the file for malware; Claude then wastes a bunch of time and tokens (money) performing the analysis; then, once the agent has confirmed that it is <i>not</i> malware, it still interprets the appended prompt to mean that it is disallowed 

--- Signal 98 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47968112
Author: nahimn | Score: 92 | Tier: 3
Title: Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell
Body: I originally was just messing with pi-autoresearch. Gave it a sample task to build the most portable coding agent.<p>First cut was 6 KB of shell. Great for one-shots, unusable interactively. I was shocked it actually worked.<p>Started building up -- adding features — but with a self-imposed rule: no new dependencies, and sub 500 LOC. This thing had to be truly portable. Just sh, curl, awk. System primitives only.<p>Which means I did some genuinely disgusting things in awk, including JSON parsing

--- Signal 99 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48035508
Author: alexyan0431 | Score: 13 | Tier: 3
Title: Ask HN: How to start up as an individual developer?
Body: I have been trying to become an individual developer for a period, and have developed several tools or little projects (mainly open source). Some of them actually are very helpful at least to me, but unfortunately I am the only one to use them.<p>No pull requests, no issues, even no stars except the only one from myself. I found it hard for them to be seen. I feel down because if there are no users, I can&#x27;t get any feedbacks and it&#x27;s hard for me to improve my projects. I feel trapped i

--- Signal 100 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47882697
Author: lucaronin | Score: 318 | Tier: 3
Title: Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases
Body: Hey there! I am Luca, I write <a href="https:&#x2F;&#x2F;refactoring.fm&#x2F;" rel="nofollow">https:&#x2F;&#x2F;refactoring.fm&#x2F;</a> and I built Tolaria for myself to manage my own knowledge base (10K notes, 300+ articles written in over 6 years of newslettering) and work well with AI.<p>Tolaria is offline-first, file-based, has first-class support for git, and has strong opinions about how you should organize notes (types, relationships, etc).<p>Let me know your thoughts!

--- Signal 101 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47914367
Author: SachitRafa | Score: 98 | Tier: 3
Title: Show HN: AI memory with biological decay (52% recall)
Body: Most RAG setups fail because they treat memory like a static filing cabinet. When every transient bug fix or abandoned rule is stored forever, the context window eventually chokes on noise, spiking token costs and degrading the agent&#x27;s reasoning.<p>This implementation experiments with a biological approach by using the Ebbinghaus forgetting curve to manage context as a living substrate. Memories are assigned a &quot;strength&quot; score where each recall reinforces the data and flattens its

--- Signal 102 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47954074
Author: 1000xcat | Score: 21 | Tier: 3
Title: Show HN: SimDrive – a browser racing game with your phone as the controller:D
Body: Games in general and multiplayer games have been a big part of what my friends do together (not just digital; sports, board + card games)<p>And it moved to online games as more of us moved to other places and party games became our go-to<p>Love jackbox and gaming couch (that I discovered here on HN)<p>I saw the vibej.am for this year and I couldn&#x27;t think of a good enough idea till about the 3rd week but here I am!<p>This is a game made for me and my friends and it&#x27;s also very inspired 

--- Signal 103 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48033457
Author: Gooblebrai | Score: 18 | Tier: 3
Title: Ask HN: Who got hired with Who wants to be hired? (On 2026)
Body: I see a lot of activity every months in the &quot;Who wants to be hired&quot; threads but I wonder how many end up actually hired from these posts during 2026?

--- Signal 104 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47910263
Author: amaldavid | Score: 11 | Tier: 3
Title: Show HN: A bilingual guide to Thaayam, a Tamil board game
Body: I saw The Mahjong Guide (<a href="https:&#x2F;&#x2F;themahjong.guide&#x2F;" rel="nofollow">https:&#x2F;&#x2F;themahjong.guide&#x2F;</a>) today and loved how much a good visual explanation can do for an old game.<p>Around the same time, this HN thread about using coding assistants to revive projects you never were going to finish (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47902525">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47902525</a>) pushed me to actually do someth

--- Signal 105 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47954039
Author: ragelink | Score: 7 | Tier: 3
Title: Ask HN: Hosted Fossil for small teams – interesting, or wrong call?
Body: I&#x27;ve been working on a hosted Fossil SCM service for a few months and I genuinely don&#x27;t know if it&#x27;s a good idea. The &quot;We need a federation of forges&quot; thread on the front page today made me think it&#x27;s worth posting.<p>What I&#x27;m building: a hosted home for Fossil repos. Same onramp feel as a code host, but each project is a single self-contained SQLite file you can clone, email, or walk away with. The open source omnibus (Django + Postgres + Redis + Caddy + Lites

--- Signal 106 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48075805
Author: macartain | Score: 6 | Tier: 3
Title: How are folks affordably self-training in AI?
Body: I am an engineer at a small organisation - there is no question of budget being available to buy us accounts with any of the major model providers. How are other folks in my position managing to keep their AI integration skills up to speed? Most free or low-budget courses I see online - e.g. at DeepLearning - seem to assume a paid account. At the moment i cannot justify that outlay.

--- Signal 107 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48067106
Author: amaldavid | Score: 5 | Tier: 3
Title: Show HN: Terminal Arcade – Side quests when agents are cooking
Body: I was having way too much free time even when i was working on 6-7 different projects at the same time with claude code and codex. Staring at the terminal when agents are cooking code for you was just too boring in the last 6-7 months so had to look for fun little side quests and ended up building a terminal arcade, it is still in its infancy and more of a personal hobby project. Out of all things, i ended up liking the bookshelf a lot when I built the post tool hook where i get a quote from a b

--- Signal 108 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48048319
Author: archargelod | Score: 5 | Tier: 3
Title: Show HN: Ced – C REPL in 50 lines of POSIX shell
Body: Yesterday, I found myself writing a little C throwaway script to test something out. That happens often enough to clutter my HOME and some other directories with these useless text files and binaries.<p>So I thought that I can use a repl instead. Quick google search didn&#x27;t find any good and tested solutions. So I wrote my own with help of a tcc compiler.
Why POSIX Shell? Because it would be far too easy in a normal language (it&#x27;d probably take me ~10 minutes to rewrite this in Nim) and

--- Signal 109 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47984675
Author: nip | Score: 60 | Tier: 3
Title: Show HN: Filling PDF forms with AI using client-side tool calling
Body: Hey HN!<p>I built SimplePDF Copilot: an AI assistant that can interact with the PDF editor. It fills fields, answers questions, focuses on a specific field, adds fields, deletes pages, and so on.<p>It&#x27;s built on top of SimplePDF that I started 7 years ago, pioneering privacy-respecting client-side pdf editing, now used monthly by 200k+ people.<p>As for the privacy model: the PDF itself never leaves the browser. Parsing, rendering, and field detection all run client-side.<p>The text the mode

--- Signal 110 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47995037
Author: bring-shrubbery | Score: 183 | Tier: 3
Title: Show HN: Apple's SHARP running in the browser via ONNX runtime web
Body: Hi HN, author here. SHARP is Apple&#x27;s recent single-image 3D Gaussian splatting model (<a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2512.10685" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2512.10685</a>). Their reference code is PyTorch + a pretty heavy pipeline; I wanted to see if it could run in a browser with no server hop, so I exported the predictor to ONNX and ran it via onnxruntime-web with the WebGPU EP.<p>What works: drop in an image, get a .ply you can download o

--- Signal 111 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48071173
Author: theMackabu | Score: 7 | Tier: 3
Title: Show HN: Ant – A from-scratch JavaScript runtime in 9 MB
Body: Hey HN! I have been working on Ant for a while now, would love to share around now.<p>What is Ant? It&#x27;s my JavaScript runtime, built from scratch over many hours of work. Much effort has gone into keeping the binary size small, around 9MB at the moment (6.5 MB with -Os). On my M4 Pro, the hono coldstart bench (examples&#x2F;npm&#x2F;hono&#x2F;bench-coldstart.js) lands around 5ms, about 2.4x faster than bun, and 5.8x faster than node.<p>To keep things small, the engine (&quot;Ant Silver&quot

--- Signal 112 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48052290
Author: pstomi | Score: 29 | Tier: 3
Title: Show HN: Full Python GUI apps in the browser – no JavaScript, no server
Body: I have been working on Dear ImGui Bundle since 2022, but it is the first time I talk about it here. It is a framework around Dear ImGui for building interactive applications in Python and C++. It comes with batteries included: Plotting, image inspection, Markdown, node editors, 3D gizmos, knobs, toggles, etc.<p><a href="https:&#x2F;&#x2F;imgui-bundle.pages.dev" rel="nofollow">https:&#x2F;&#x2F;imgui-bundle.pages.dev</a><p>It now also runs smoothly in the browser via pyodide: The playground below

--- Signal 113 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47203887
Author: Jamessfks123 | Score: 15 | Tier: 3
Title: A pretty looking web for a quantum mechanics tool
Body: 

--- Signal 114 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47367526
Author: ivzak | Score: 97 | Tier: 3
Title: Show HN: Context Gateway – Compress agent context before it hits the LLM
Body: We built an open-source proxy that sits between coding agents (Claude Code, OpenClaw, etc.) and the LLM, compressing tool outputs before they enter the context window.<p>Demo: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=-vFZ6MPrwjw#t=9s" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=-vFZ6MPrwjw#t=9s</a>.<p>Motivation: Agents are terrible at managing context. A single file read or grep can dump thousands of tokens into the window, most of it noise. This isn&#x27;t just

--- Signal 115 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48045237
Author: lishunsheng | Score: 19 | Tier: 3
Title: Ask HN: What do you still do manually in 2026 that should be automated?
Body: I&#x27;m researching pain points around manual workflows that haven&#x27;t been automated yet.<p>Specifically looking for tasks where:
- You do the same thing 5+ times a week
- You&#x27;ve looked for a tool but nothing good exists
- You&#x27;d pay $10-20&#x2F;month if something just worked<p>What&#x27;s yours? Curious to hear both technical and non-technical answers.

--- Signal 116 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48048118
Author: homeonthemtn | Score: 8 | Tier: 3
Title: Show HN: LaoTzu Writer Studio
Body: Hello Hacker News!<p>We bring to you today 2 things:<p>1. Our passion project - LaoTzu Writer Studio - a modern writing application<p>2. Thoughts on the abysmal state of Kickstarter - likely well known to you all, but having experienced it for the first time, it is <i>disheartening</i><p>So lets start with the good stuff:<p><i>LaoTzu Writer Studio</i> - LaoTzu helps you build the framework of a novel, but still leaves the writing for you to do. That means there are indeed AI elements - like our 

--- Signal 117 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47260551
Author: hamzzaamalik | Score: 5 | Tier: 3
Title: Show HN: CodeDrift – static analysis for AI-generated code
Body: Hi HN,<p>I built *CodeDrift*, a CLI tool that detects bugs commonly introduced by AI coding assistants like Copilot, Cursor and ChatGPT.<p>Over the last year I noticed that AI tools often generate code that compiles correctly, passes linting and looks reasonable in code review but still contains subtle issues.<p>Some common examples I kept seeing:<p>* async `forEach` loops that never await promises
* missing authorization checks (IDOR)
* hallucinated dependencies that don’t exist
* stack traces 

--- Signal 118 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47386983
Author: octetta | Score: 92 | Tier: 3
Title: Show HN: What if your synthesizer was powered by APL (or a dumb K clone)?
Body: I built k-synth as an experiment to see if a minimalist, K-inspired array language could make sketching waveforms faster and more intuitive than traditional code. I’ve put together a web-based toolkit so you can try the syntax directly in the browser without having to touch a compiler:<p>Live Toolkit: <a href="https:&#x2F;&#x2F;octetta.github.io&#x2F;k-synth&#x2F;" rel="nofollow">https:&#x2F;&#x2F;octetta.github.io&#x2F;k-synth&#x2F;</a><p>If you visit the page, here is a quick path to an audio 

--- Signal 119 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47859207
Author: iliaov | Score: 16 | Tier: 3
Title: OpenClaw stats don't add up
Body: I was setting up OpenClaw and went looking for best skills and hosting - and I&#x27;m really puzzled.<p>On one hand I see runaway popularity
- 247K GitHub stars. 13,700 community skills.
- I read about Chinese cloud provider forks. Stock market rally. Hosting providers offering managed OpenClaw hosting, same tier as WordPress.<p>But when I look at OpenClaw hub
- the most-downloaded skill has 35K installs
- Highest-rated skill: 132 stars<p>247K stars vs 35K installs looks like huge gap for me.<p>

--- Signal 120 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47280008
Author: rosennn | Score: 12 | Tier: 3
Title: Show HN: I made a free list of 100 places where you can promote your app
Body: I recently shared this on reddit and it got 500 upvotes so I thought I’d share it here as well, hoping it helps more people.<p>Every time I launch a new product, I go through the same annoying routine: Googling “SaaS directories,” digging up 5-year-old blog posts, and piecing together a messy spreadsheet of where to submit. It’s frustrating and time-consuming.<p>For those who don’t know launch directories are websites where new products and startups get listed and showcased to an audience active

--- Signal 121 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47433599
Author: teb510 | Score: 12 | Tier: 3
Title: Show HN: VMetal – run a GPU cloud on bare metal without OpenStack
Body: Hi everyone — looking for feedback on a new infrastructure project we launched called vMetal. It&#x27;s a bare metal management platform for GPU clusters that handles machine discovery, PXE booting, and lifecycle management, without the OpenStack complexity. Built around Kubernetes-native workflows so you can hand it off to teams or drop it into an existing platform.
A lot of the infra platforms used for this today were designed 20 years ago (VMware, OpenStack, NVIDIA BCM, MAAS, etc.), while new

--- Signal 122 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47779554
Author: dhruv3006 | Score: 9 | Tier: 3
Title: Show HN: Voiden – API Workflows as Markdown Files (Obsidian × Curl)
Body: We open sourced Voiden a few months ago: an offline API tool where API requests live as executable Markdown and are versioned in Git.<p>The goal, when we set out to build Voiden, was simple -  to combine the power and flexibility of Obsidian-style files with the simplicity of curl. Instead of static forms, requests are composed with blocks (endpoint, auth, params, body) that you can reuse, override, and stitch together across files (more like functions than requests).<p>Since open sourcing, most

--- Signal 123 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47837630
Author: cavalrytactics | Score: 5 | Tier: 3
Title: Show HN: AI Coding Agent Guardrails enforced at runtime
Body: Hello, looking for some users interested using a devtool that allows developers to centrally manage AI Coding Agent tools that supports all AI Coding Agent tools like Claude Code, Codex, Antigravity, etc.<p>Try it free!<p><a href="https:&#x2F;&#x2F;www.producthunt.com&#x2F;products&#x2F;sigma-shake-governance-ssg?launch=ssg-ai-agent-guardrails" rel="nofollow">https:&#x2F;&#x2F;www.producthunt.com&#x2F;products&#x2F;sigma-shake-governance-...</a>

--- Signal 124 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47309953
Author: kumar_abhirup | Score: 147 | Tier: 3
Title: Show HN: DenchClaw – Local CRM on Top of OpenClaw
Body: Hi everyone, I am Kumar, co-founder of Dench (<a href="https:&#x2F;&#x2F;denchclaw.com" rel="nofollow">https:&#x2F;&#x2F;denchclaw.com</a>). We were part of YC S24, an agentic workflow company that previously worked with sales floors automating niche enterprise tasks such as outbound calling, legal intake, etc.<p>Building consumer &#x2F; power-user software always gave me more joy than FDEing into an enterprise. It did not give me joy to manually add AI tools to a cloud harness for every small n

--- Signal 125 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47827486
Author: vira28 | Score: 6 | Tier: 3
Title: Ask HN: Is giving AI agents DB access the new BI-tool problem?
Body: A couple of early-to-mid-stage startups I&#x27;m consulting with are asking the same question: their AI&#x2F;ML team wants production Postgres data, and nobody&#x27;s quite sure how to give it to them.<p>I&#x27;ve handled this before for BI teams — read replica with a generous `max_standby_streaming_delay` and `hot_standby_feedback` on, accepting the occasional bloat on the primary. Worked fine. But the AI&#x2F;ML ask feels different in ways I can&#x27;t fully articulate yet, which is part of wh

--- Signal 126 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46963026
Author: ankit219 | Score: 21 | Tier: 3
Title: Show HN: Open-Source SDK for AI Knowledge Work
Body: GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;ClioAI&#x2F;kw-sdk" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ClioAI&#x2F;kw-sdk</a><p>Most AI agent frameworks target code. Write code, run tests, fix errors, repeat. That works because code has a natural verification signal. It works or it doesn&#x27;t.<p>This SDK treats knowledge work like an engineering problem:<p>Task → Brief → Rubric (hidden from executor) → Work → Verify → Fail? → Retry → Pass → Submit<p>The orchestrator coordinate

--- Signal 127 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47439399
Author: mjashanks | Score: 7 | Tier: 3
Title: Show HN: Budibase Agents Beta – model-agnostic AI agents for internal workflows
Body: Hi there, Mike here from Budibase.<p>We’ve recently launched AI Agents into Beta, alongside our existing open-source app-building and automation tools.<p>We built Budibase Agents for teams that want to leverage AI within real-world workflows, using their own LLMs, data, and APIs. Because of this, our Agents can be powered by any LLM with an OpenAI-compatible API, including open-source and locally-hosted models. This means you can build Agents that connect to your existing toolstack, within your 

--- Signal 128 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47100335
Author: lnguyen11288 | Score: 5 | Tier: 3
Title: Show HN: CodeLayers – See your codebase's dependency layers in 3D
Body: Hey HN, I&#x27;m Long. I started building CodeLayers in November — a 3D code visualization app that started on Apple Vision Pro and is now on iPhone and iPad.<p><i>Why I built this:</i> AI agents are writing more code than ever, and I realized I had no idea what my codebase actually looked like anymore. I wanted a way to see the architecture at a glance — what depends on what, where changes ripple, where the complexity is hiding. And I wanted it on my phone, not buried in some CI dashboard.<p>Bu

--- Signal 129 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47145082
Author: Humanista75 | Score: 82 | Tier: 3
Title: Show HN: Linex – A daily challenge: placing pieces on a board that fights back
Body: Hi HN,<p>I wanted to share a web game I’ve been building in HTML, JavaScript, MySQL, and PHP called LINEX.<p>It is primarily designed and optimized to be played in the mobile browser.<p>The idea is simple: you have an 8x8 board where you must place pieces (Tetris-style and some custom shapes) to clear horizontal and vertical lines.<p>Yes, someone might think this has already been done, but let me explain.<p>You choose where to place the piece and how to rotate it. The core interaction consists o

--- Signal 130 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47401766
Author: jshen96 | Score: 26 | Tier: 3
Title: Launch HN: Chamber (YC W26) – An AI Teammate for GPU Infrastructure
Body: Hey HN, we&#x27;re Jie Shen, Charles, Andreas, and Shaocheng. We built Chamber (<a href="https:&#x2F;&#x2F;usechamber.io">https:&#x2F;&#x2F;usechamber.io</a>), an AI agent that manages GPU infrastructure for you. You talk to it wherever your team already works and it handles things like provisioning clusters, diagnosing failed jobs, managing workloads. Demo: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=xdqh2C_hif4" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=xdqh2C_h

--- Signal 131 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46945343
Author: treeliker | Score: 7 | Tier: 3
Title: Show HN: A Satellite View for Python Code
Body: Hi HN,<p>I built ast-visualizer.com because I wanted a way to visualize the architecture&#x2F;structure of a Python repo before dived into the code.<p>Most tools tell you what the code does; I wanted to see how it&#x27;s built.<p>The Problem: Onboarding onto a large codebase is a nightmare. LLMs help with single functions, but they struggle to show you the &quot;God Objects,&quot; circular dependencies, or high-complexity hotspots across 50+ files.<p>What it does:<p>Dependency Graph: Visualizes 

--- Signal 132 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47249002
Author: ashu_trv | Score: 7 | Tier: 3
Title: Show HN: I packaged decade of video infra battle scars into tools for AI agents
Body: Hi HN,<p>I’m Ashu, founder of VideoDB. I’ve spent a big chunk of my life building video infrastructure. Not video creation. Video plumbing.<p>The stuff you only learn after production breaks:
timebases, VFR, keyframes, audio sync drift, container quirks, partial uploads, live streams, retries, backpressure, codecs, ffmpeg flags, cost blowups, and “why is this clip unseekable on one player but fine on another”.<p>This week we shared VideoDB Skills, a skill pack that lets AI agents call those infr

--- Signal 133 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47984614
Author: brettnbutter | Score: 55 | Tier: 3
Title: Show HN: Large Scale Article Extract of Newspapers 1730s-1960s
Body: Hello HN, over the past 7 months I&#x27;ve spent nearly 3,000 hours on building SNEWPAPERS, the first historical newpaper archive with full-text extractions, nearly perfect OCR, a vast categorization taxonomy and of course with semantic and agentic search capabilities.<p>Problem: 
I wanted to search through newspaper archives, but when I tried every service only lets you search for keywords and dates, and gives you back raw images of the papers, and too many of them with no context.  A sea of no

--- Signal 134 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47417335
Author: rheamalhotra1 | Score: 55 | Tier: 3
Title: Launch HN: Kita (YC W26) – Automate credit review in emerging markets
Body: Hey HN! We’re Carmel and Rhea, the founders of Kita (<a href="https:&#x2F;&#x2F;www.usekita.com&#x2F;">https:&#x2F;&#x2F;www.usekita.com&#x2F;</a>). We automate credit review for lenders in emerging markets using VLMs.<p>In many emerging markets, like the Philippines and Mexico, credit infrastructure is weak. Open finance is still nascent, and credit bureaus are unreliable. So to apply for a loan, lenders rely on borrowers submitting documentation to understand their ability to repay. A borrower

--- Signal 135 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47461529
Author: redgridtactical | Score: 54 | Tier: 3
Title: Show HN: Red Grid Link – peer-to-peer team tracking over Bluetooth, no servers
Body: I go on a lot of backcountry trips where I barely get cell service. If my group splits, nobody knows knows where anyone is until you regroup at camp or at your destination. You can buy Garmin radios or try to set up an ATAK, but ATAK is Android-only and assumes you have a TAK Server running somewhere to make use of all of the functionality. Cool tools themselves, but expensive to set up correctly. I just wanted two iPhones to share their location directly over Bluetooth when cell coverage was la

--- Signal 136 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46993774
Author: ddtaylor | Score: 37 | Tier: 3
Title: Show HN: What is HN thinking? Real-time sentiment and concept analysis
Body: Hi HN,<p>I made Ethos, an open-source tool to visualize the discourse on Hacker News. It
extracts entities, tracks sentiment, and groups discussions by concept.<p>Check it out: <a href="https:&#x2F;&#x2F;ethos.devrupt.io" rel="nofollow">https:&#x2F;&#x2F;ethos.devrupt.io</a><p>This was a &quot;budget build&quot; experiment. I managed to ship it for under $1 in infra
costs. Originally I was using `qwen3-8b` for the LLM and `qwen3-embedding-8b`
for the embedding, but I ran into some capacity issue

--- Signal 137 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47564188
Author: justinmsnider | Score: 10 | Tier: 3
Title: Catching the LiteLLM and Telnyx supply chain zero-days via semantic analysis
Body: Following the discussions around the LiteLLM compromise and today&#x27;s terrifying telnyx zero-day, my team and I wrote up a technical breakdown of how the TeamPCP actors are bypassing legacy SCA tools.<p>The tl;dr is that traditional scanners are looking for signatures, while the attackers are weaponizing context. By hiding an executable payload inside mathematically valid .wav audio frames, TeamPCP ensured that content filters and CVE databases waved the Telnyx payload right through.<p>We spe

--- Signal 138 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47075823
Author: guanlan | Score: 10 | Tier: 3
Title: Show HN: ClawShell, Process-Level Isolation for OpenClaw Credentials
Body: Hi HN,<p>I’ve been using OpenClaw daily since it dropped in November. I love the agency it provides, but as I started giving it more production API keys and access to my local filesystem, I realized the threat model was essentially &quot;hope-based.&quot;<p>We ran an experiment to see how resilient a standard OpenClaw setup was to prompt injection. Within 2 mins, we were able to exfiltrate active session tokens and API credentials through the chat interface.<p>The problem is fundamental: in most

--- Signal 139 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47182957
Author: martialg | Score: 8 | Tier: 3
Title: Show HN: Goatpad
Body: Think Notepad, but with goats!<p>It started as a joke with some friends and then I realized this was the perfect project to see far I could get with Claude without opening my IDE (which I&#x27;d wanted to try for a while with a small app)<p>I was pretty shocked to find that I only needed to manually intervene for:
1. Initializing the repo
2. Generating sprites - I tried a few image gen tools, but couldn&#x27;t get a non-messy looking sprite to generate to my liking. I ended up using some free go

--- Signal 140 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47614338
Author: kouiskas | Score: 7 | Tier: 2
Title: Show HN: Deckard, Claude-first terminal manager
Body: After a year of producing all my code through Claude Code, I was growing frustrated with losing Terminal tabs and not noticing when sessions are ready to continue. I looked around at all the terminal managers people have been building for this type of workflow and couldn&#x27;t find anything that worked for me. Cmux came close but was too buggy in the area I cared the most about: knowing when my sessions are ready for input. I also felt like the sidebar was too cluttered and hard to parse visual

--- Signal 141 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47090697
Author: 3pt14159 | Score: 7 | Tier: 3
Title: Ask HN: Who Should I Talk To?
Body: I am in a bit of a sticky situation. I&#x27;m 40 years old and my background is in programming (backend ruby and python, some cybersecurity, some JavaScript, although the JS is dated) and I don&#x27;t like coding anymore. At least not day to day.<p>What I&#x27;m looking for is some sort of position that can leverage my background but do so in some other way. Maybe something in marketing at a company like Digital Ocean.<p>I&#x27;m willing to earn a lot less than I earned before. I know software d

--- Signal 142 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47863906
Author: artembugara | Score: 7 | Tier: 3
Title: Show HN: CatchAll – slowest web search API that outperforms everything on recall
Body: Hey HN,<p>Artem and Maksym from NewsCatcher here.<p>Some of you know us as we started six years ago as two freshly graduated economics students who decided to build the best news API product.<p>We started NewsCatcher thinking the market for news APIs was so big that we could build a self-serve platform and get millions of $29 users.<p>Obviously, it was a wrong assumption. We pivoted to serve enterprises and had success with it.<p>But we are hackers at heart, and we want to serve hackers.<p>We ha

--- Signal 143 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47922955
Author: bartei81 | Score: 7 | Tier: 3
Title: Show HN: Git-agecrypt – transparent file-level encryption for Git
Body: Greetings HN! I&#x27;ve forked the excellent work done by [vlaci&#x2F;git-agecrypt](<a href="https:&#x2F;&#x2F;github.com&#x2F;vlaci&#x2F;git-agecrypt" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vlaci&#x2F;git-agecrypt</a>), looks like the original project has not been maintained for a while, so I decided to pick it up, update all the dependencies and add some thorough testing.<p>I like the ability to store sensitive data in public repositories, it&#x27;s especially useful when bootstrappi

--- Signal 144 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47704728
Author: sohaibtariq | Score: 6 | Tier: 3
Title: Show HN: AI agents are bad at API integrations – we fixed it
Body: Hi, we&#x27;re Sohaib and Hannan from APIMatic. We&#x27;ve been building tools to help Developers integrate with APIs for 5+ years at APIMatic. We&#x27;re now trying to help AI agents do the same.<p>This started from a conversation at PayPal DevDay 2025. The PayPal developer experience team were monitoring developers using AI agents to integrate PayPal APIs, and the agents kept reaching for outdated docs and deprecated SDK versions, often falling back to training data instead of reading the curr

--- Signal 145 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47614298
Author: LordKode | Score: 6 | Tier: 3
Title: Show HN: Reviewskits – Open-source, headless, and self-hostable social proof
Body: Hi HN,<p>I built Reviewskits because of a recurring frustration I faced while working for a web agency in Switzerland.<p>Our designers created beautiful, pixel-perfect layouts, but when it came to testimonials, we were stuck with rigid, pre-made widgets from tools like Senja or Trustpilot. Hacking them with CSS to match our UI was a nightmare. When we looked at their API pricing to build our own components for 100+ clients, the cost was astronomical ($90 to $300+&#x2F;mo).<p>Later, as an indie d

--- Signal 146 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47277810
Author: udit_50 | Score: 6 | Tier: 3
Title: I started making money online in 10th grade – some lessons about capital
Body: When I was in class 10, someone from Instagram paid me $5 to design a logo.<p>I didn’t even have a bank account. The money went to my father’s account.<p>A few days later I charged around $70 for a simple website.
That was my first encounter with capital.<p>Not venture capital — just the realization that ideas and effort could turn into money.<p>Over the next few years, my relationship with money followed a strange pattern:
• make some money
• spend most of it experimenting
• almost go broke
• t

--- Signal 147 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47603632
Author: jlreyes | Score: 5 | Tier: 3
Title: Show HN: AirplaneMode – Simulate realistic airplane WiFi on macOS
Body: I needed to test how my app performed on airplane WiFi and found that existing tools (Network Link Conditioner, comcast, Chrome DevTools, etc) weren&#x27;t sufficient.<p>AirplaneMode is a macOS CLI and menu bar app that uses a local MASQUE relay to provide:<p>1. Jitter. All of the mac os network simulators I tried apply a fixed constant delay with no jitter model. Real airplane satellite WiFi follows a log-normal distribution — most packets arrive near base RTT, but a few percent spike to 5-10x.

--- Signal 148 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47287608
Author: fairyFayra | Score: 5 | Tier: 2
Title: Show HN: Bulk Image Generator – Create AI variations and remove bg in batch
Body: Hello HN,<p>I built Bulk Image Generator because I was frustrated with how slow it is to iterate on visual assets. Tools like Midjourney are great for single images, but when you need 50+ variations of a product shot or a game asset based on a specific reference, the manual process is a pain.<p>What it does:<p>Upload one reference image and generate 100+ AI variations while maintaining style&#x2F;structure.<p>Batch background removal (because once you generate 100 images, you usually need to cle

--- Signal 149 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47697566
Author: jlowin | Score: 5 | Tier: 3
Title: Show HN: Prefab – A generative UI framework for Python
Body: Hi HN,<p>I&#x27;m the author of FastMCP, the most popular Python framework for building MCP servers. I&#x27;ve been really excited about MCP Apps for a while. I think letting a server ship a fully interactive UI directly into the conversation is one of the most compelling additions to the protocol.<p>I wanted to make this a first-class experience in FastMCP, but I kept getting stuck on what it actually means for a Python framework to integrate with a frontend feature. The JavaScript ecosystem ha

--- Signal 150 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47061181
Author: mrcv | Score: 5 | Tier: 3
Title: Show HN: Clawy, a companion device to track your Claude Code sessions
Body: Hey HN! I wanted to show this tiny JRPG style hardware companion I built that shows what your Claude Code is doing. When Claude runs a tool, Clawy runs. When it&#x27;s done, Clawy jumps up in joy. Shake the device and Clawy gets dazed! When Claude needs permission to run something, it shows the command and context like a video game quest scrolling text on screen and you can approve&#x2F;deny with physical buttons.<p>He runs on a $20 M5StickC Plus 2. Flashing takes 2 minutes from the browser at c

--- Signal 151 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47203220
Author: Seleci | Score: 5 | Tier: 3
Title: I built AI agents that do the grunt work solo founders hate
Body: Hey HN,<p>I&#x27;m a solo founder. Every morning I was spending 2 hours doing the same things: checking competitors, reading AI news, monitoring my Stripe dashboard, looking at Google Trends for content ideas.<p>So I built Seleci to automate all of it.<p>What it does: You pick a template (Market Pulse, Revenue Radar, Trend Scout), click deploy, schedule it, and every morning you get a clean markdown report — no code, no Zapier flows, no prompt engineering.<p>How it works under the hood:<p>FastAP

--- Signal 152 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47263036
Author: mikehostetler | Score: 323 | Tier: 3
Title: Show HN: Jido 2.0, Elixir Agent Framework
Body: Hi HN!<p>I&#x27;m the author of an Elixir Agent Framework called Jido. We reached our 2.0 release this week, shipping a production-hardened framework to build, manage and run Agents on the BEAM.<p>Jido now supports a host of Agentic features, including:<p>- Tool Calling and Agent Skills
- Comprehensive multi-agent support across distributed BEAM processes with Supervision
- Multiple reasoning strategies including ReAct, Chain of Thought, Tree of Thought, and more
- Advanced workflow capabilities

--- Signal 153 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47196746
Author: waylake | Score: 9 | Tier: 3
Title: Garbage In, Garbage Out: The Degradation of Human Requirements in the LLM Era
Body: The LLM Paradox: We’re Forgetting How to Speak to Humans<p>The longer we use LLM services, the more I see a specific kind of &quot;psychosis&quot; spreading in the workplace. LLMs are so good at hallucinating a coherent answer from a vague prompt that people have started to believe their vague prompts were actually coherent.<p>LLMs Are Not Humans
It sounds obvious, but we are losing our grip on this fact. People are beginning to treat their colleagues like a black-box LLM. They’ve forgotten that

--- Signal 154 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47376289
Author: mesmertech | Score: 6 | Tier: 3
Title: Show HN: Built an AI ad generator and ran $9K of FB ads with it
Body: Been in the AI image gen space since 2023, before even GPT image gen was a thing, and after spending ~9K on Facebook ads for my own projects (made a video about that actually) I realized the thing I kept getting stuck on was the creatives themselves. I&#x27;m horrible at making reels-type video ads and Canva even with templates is surprisingly complicated for ad-specific stuff, plus everything ends up looking the same as everyone else using the same templates.<p>Made a video going into detail ab

--- Signal 155 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47936312
Author: frabonacci | Score: 192 | Tier: 3
Title: Show HN: Drive any macOS app in the background without stealing the cursor
Body: Hi HN, Francesco from Cua here.
I hacked this project together last weekend, inspired by the Codex Computer-Use release and lessons learned from deploying GUI-operating agents for our customers.<p>The main problem: when a UI automation process controls a desktop app today, it usually takes over the human’s session. Your cursor moves, keyboard focus gets stolen, windows jump to the front, and you have to stop working until the agent is done. That is why we have historically avoided encouraging us

--- Signal 156 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46979781
Author: vincentjiang | Score: 107 | Tier: 3
Title: Show HN: Agent framework that generates its own topology and evolves at runtime
Body: Hi HN,<p>I’m Vincent from Aden. We spent 4 years building ERP automation for construction (PO&#x2F;invoice reconciliation). We had real enterprise customers but hit a technical wall: Chatbots aren&#x27;t for real work. Accountants don&#x27;t want to chat; they want the ledger reconciled while they sleep. They want services, not tools.<p>Existing agent frameworks (LangChain, AutoGPT) failed in production - brittle, looping, and unable to handle messy data. General Computer Use (GCU) frameworks we

--- Signal 157 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47172751
Author: ethantheswe | Score: 6 | Tier: 3
Title: Show HN: ClickNest a tiny self-hosted, AI native web analytics in Go
Body: I&#x27;ve been building a bunch of random side projects, as I&#x27;m sure we all are. Most analytics tools were either too heavy or required juggling multiple free tiers across different subdomains.<p>After looking what&#x27;s out there I couldn&#x27;t find a lightweight analytics platform that worked on the free tier of fly.io.<p>It&#x27;s a single Go binary using DuckDB for events and SQLite for metadata, so there are no external dependencies to manage. Drop a script tag on your site and it au

--- Signal 158 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47270208
Author: rishavmitra | Score: 8 | Tier: 3
Title: Show HN: Automated Testing for AI Agents
Body: Hi Hacker News! We&#x27;re launching Zalor, an agent testing platform.<p>Agents often break when you tweak system prompts, swap models, or add tools. Zalor automatically generates test scenarios and evaluates your agent so you know it&#x27;s reliable before deploying to production.<p>We currently support the OpenAI Agents SDK and are onboarding other frameworks. A GitHub integration is coming so you can get feedback on every update.<p>Looking forward to hearing feedback from people building agen

--- Signal 159 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47736402
Author: quarkcarbon279 | Score: 5 | Tier: 3
Title: Show HN: MCP is for tools. A2A is for agents. What's for websites?
Body: HTTP lets agents fetch pages. Cloudflare&#x27;s Markdown for Agents lets them fetch more efficiently. MCP (Anthropic) connects agents to developer-defined tools. A2A (Google) lets agents delegate to other agents. But there&#x27;s a missing layer: how does an agent execute a multi-step task on a website -- add to cart, fill a form, complete a checkout - with the site owner&#x27;s consent and visibility?<p>Today&#x27;s agents either scrape (no consent, no structure) or the site builds a separate A

--- Signal 160 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47386581
Author: mapldx | Score: 123 | Tier: 3
Title: Show HN: Signet – Autonomous wildfire tracking from satellite and weather data
Body: I built Signet in Go to see if an autonomous system could handle the wildfire monitoring loop that people currently run by hand - checking satellite feeds, pulling up weather, looking at terrain and fuels, deciding whether a detection is actually a fire worth tracking.<p>All the data already exists: NASA FIRMS thermal detections, GOES-19 imagery, NWS forecasts, LANDFIRE fuel models, USGS elevation, Census population data, OpenStreetMap. The problem is it arrives from different sources on differe

--- Signal 161 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47590261
Author: research2026 | Score: 31 | Tier: 3
Title: Ask HN: Academic study on AI's impact on software development – want to join?
Body: Would you like to participate in a study on AI’s impact on software development? We are researchers at New York University and City, University of London conducting an interview study on how new AI tools are changing the work of software developers. We are looking to speak with developers of all seniority levels, including those in leadership roles, who can share their experiences and perspectives on using (or choosing not to use) AI in their day-to-day work.<p>Interviews will last 45 to 60 minu

--- Signal 162 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47728126
Author: vibecoder21 | Score: 11 | Tier: 3
Title: I collected startup ideas. It changed how I think about ideas completely
Body: For the longest time I thought I just hadn’t found the idea yet. I’d get excited about something, go a few layers deep, maybe even start planning it out… and then a week or two later I’d lose conviction. Then repeat the same thing with a different idea. It felt productive in the moment, but looking back it was just a loop.<p>At some point I got tired of that and did something slightly different. Instead of picking one idea and obsessing over it, I started collecting them. Just dumping everything

--- Signal 163 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47988268
Author: idontwantthis | Score: 134 | Tier: 3
Title: Ask HN: Is the Job Market Actually Bad?
Body: I’m not trying to brag, I am just genuinely confused. I got laid off recently and I had a new job within a week because I constantly get contacted by recruiters both through LinkedIn and directly by email. I’ve never sent an application to anyone and I’ve had dozens of interviews in the past year while I was looking for a new job before getting laid off.<p>I would have had a new one earlier except I was aiming for fully remote and a big raise, and I failed their correspondingly difficult evaluat

--- Signal 164 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48069567
Author: neurodiv_dennis | Score: 5 | Tier: 3
Title: So that's why they call it "YOLO-mode"
Body: And why it probably isn&#x27;t a good idea to use it.<p>Some days ago a Gemini agent of mine went bananas and deleted all of my local git repos. Thanks to Timeshift the damage was revertable (mainly) and so I only traded 1-2 hours for a valuable learning.<p>Here&#x27;s what happened (from the agent&#x27;s log file)<p><pre><code>    [
      &quot;model&quot;: &quot;gemini-3.1-pro-preview&quot;,
      &quot;toolCalls&quot;: [
        {
          &quot;id&quot;: &quot;run_shell_command_177305941848

--- Signal 165 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48013758
Author: dakiol | Score: 21 | Tier: 3
Title: Tell HN: The saddest irony of my/our craft
Body: So I wouldn&#x27;t mind to lose my job for almost any other reason. Bad market, company pivot, even my own stupid mistakes... fine, thats life. But losing it because of the love I put in my open source projects? C&#x27;mon man, that one really pisses me off.
I had side projects on weekends just for fun like everyone else, stack overflow answers at 2am for strangers I never gonna meet, and repos nobody paid me for..<p>Honestly that kinda of culture was the best thing about being a dev and now it 

--- Signal 166 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47888068
Author: MichaelRazum | Score: 52 | Tier: 3
Title: Ask HN: Am I getting old, or is working with AI juniors becoming a nightmare?
Body: This is already the second time I’ve observed this. People coming from highly respected universities are doing everything with AI. It’s even hard to argue with them, since it’s all cross-checked with ChatGPT and similar tools.<p>The picture of software development also looks completely different. Code that used to be readable in a few lines becomes 100 lines—overblown because, well, code is cheap. Now, I could argue that it makes things unreadable and so on, but honestly, who cares? Right? The A

--- Signal 167 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47574871
Author: afshinmeh | Score: 141 | Tier: 3
Title: Show HN: Zerobox – Sandbox any command with file, network, credential controls
Body: I&#x27;m excited to introduce Zerobox, a cross-platform, single binary process sandboxing CLI written in Rust. It uses the sandboxing crates from the OpenAI Codex repo and adds additional functionalities like secret injection, SDK, etc.<p>Watch the demo: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=wZiPm9BOPCg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=wZiPm9BOPCg</a><p>Zerobox follows the same sandboxing policy as Deno which is deny by default. The only operation 

--- Signal 168 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47609117
Author: txtsd | Score: 36 | Tier: 3
Title: Ask HN: Is there any interest in a native Qt/C++ Discord client?
Body: I&#x27;ve been building a third-party cross-platform Discord client called kind (kind is not discord) in C++ and Qt 6. No Electron, no web wrapper. A proper native app for Windows, macOS, and Linux.<p>The UI always loads instantly. On first load, things take as long to appear as Discord&#x27;s network responses. On subsequent loads, everything comes from cache and is validated against REST in the background. It feels as fast as opening a plaintext file.<p>It&#x27;s further along than I expected 

--- Signal 169 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47000737
Author: ahub | Score: 14 | Tier: 3
Title: Ask HN: Is there a no-LLM license yet?
Body: I&#x27;d like to keep sharing code online but would like to limit it&#x27;s usage to prevent LLM training <i>and</i> usage on it. I&#x27;ve seen license<p>I can&#x27;t be the only one looking for such a license, but I fail to find one. Do you know of any existing license, jurisprudence, or group working on redacting such a license?<p>I know licenses exists preventing the use of code in armament or other specific sectors, so surely there is a legal way to prevent it.

--- Signal 170 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47591829
Author: daudmalik06 | Score: 13 | Tier: 3
Title: Ask HN: Is there any founder building non AI startup in 2026?
Body: Ask HN: Is there any founder building non AI startup in 2026 ?<p>Just curious to know what other founders are building around and what are current challenges.

--- Signal 171 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47114405
Author: leandrobon | Score: 8 | Tier: 3
Title: Ask HN: Is there a reliable way to tell if an image is AI generated?
Body: Is there any reliable way to determine whether an image is AI-generated (or AI-edited) versus a real photo that’s been compressed, resized, or edited? Detectors seem brittle and disagree, is there anything that’s dependable enough to automate, or the answer is that you can’t tell from pixels alone?

--- Signal 172 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47367804
Author: chrisecker | Score: 6 | Tier: 3
Title: Ask HN: Is there prior art for this rich text data model?
Body: I&#x27;ve built a rich text data model for a desktop word processor in Python, based on a persistent balanced n-ary tree with cached weights for O(log n) index translation. The document model uses only four element types: Text, Container, Single, and Group — where Group is purely structural (for balancing) and has no semantic meaning in the document.
Individual elements are immutable; insert and takeout return new trees rather than mutating the old one. This guarantees that old indices remain va

--- Signal 173 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47618324
Author: BrunoBernardino | Score: 109 | Tier: 3
Title: Ask HN: European Tech Alternatives?
Body: I&#x27;ve used https:&#x2F;&#x2F;european-alternatives.eu in the past but I&#x27;ve found it impossible to submit anything there (I&#x27;ve got one submission &quot;Waiting for Review&quot; since July 2025), and I haven&#x27;t really seen updates in categories&#x2F;apps for at least 6 months, which is, at a minimum, strange.<p>I&#x27;ve also reached out to the owner a couple of times (via chat and via email) over the last year and never got a reply.<p>Has anyone else had a similar experience? If

--- Signal 174 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47910597
Author: speeder | Score: 36 | Tier: 3
Title: Ask HN: How I find a job where what is needed is solid code, not firefighting?
Body: Today I saw that post about AI destroying the future of West software. I remembered I am having a similar struggle with my jobs.<p>Right now my life is like this: some company lost their senior, they hire me to replace. They expect me to produce code with same speed and same quality in 2 months.<p>Then they realize they are late actually (one company for example was 6 months late to deliver to clients) and want me to use AI to churn out code even faster.<p>Meanwhile I find out they lost all peop

--- Signal 175 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48038191
Author: zeven7 | Score: 31 | Tier: 3
Title: Ask HN: Is anyone seriously considering a career change?
Body: There may still be engineering jobs today, but I honestly wonder how long that can last and how long they&#x27;ll still pay well. I&#x27;m in the middle of looking for my next engineering role but also wondering if I should be going back to school in my 40s instead.

--- Signal 176 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47372299
Author: chatmasta | Score: 26 | Tier: 3
Title: Ask HN: Why can't we just make more RAM?
Body: Is there some bottleneck in the supply chain, like rare earth metals or something, that’s limiting production throughput? Or do we simply have every factory already operating at max capacity and scaling up supply will require building more of them?<p>Is there some intuition we can apply to estimate how long it will take for supply to catchup to demand?

--- Signal 177 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47362796
Author: Goleniewski | Score: 21 | Tier: 3
Title: Ask HN: Got cancer, a new job,new boss in less than a year What do I do now?
Body: Hello Everyone,<p>As per title really. I started a new job late last year. Head hunted and went from a mega stable nothing ever really changes with a low stress environment where it would cost a lot to get rid of me with over a decade and a half of service to a extremely fast paced &quot;lets do it&quot; environment that is rather &quot;make it work for now&quot; and the technical debt is large. I joined partly because I had a real rapport with the guy who would be my boss. The money helped too 

--- Signal 178 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47059223
Author: sarbajitsaha | Score: 20 | Tier: 3
Title: Ask HN: Is AI the final nail in the coffin for solo developers?
Body: I guess making a decent living for solo developers from either apps or games was already extremely difficult. But with agentic coding, I feel it has now become almost impossible.<p>That has also kind of removed my interest in side projects too, because there is probably no more chance of making any money from them, unless you are good at marketing.<p>What is the opinion here?

--- Signal 179 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47556554
Author: twoelf | Score: 18 | Tier: 3
Title: Ask HN: Is it just me?
Body: I’ve become lazy, and got addicted to &quot;vibe&quot; coding using the large &quot;language&quot; models. At first it worked well, made impactful changes, even added to my requirements, and the &quot;vibe&quot; was good. The tool did what I asked and suggested improvements. That was two months ago.<p>But lately, I feel like I’m being deceived in every prompt, reply, and implementation. It feels like it limits me at every step, like it’s forcing me to choose between features even when I clearly 

--- Signal 180 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47086423
Author: mbuda | Score: 18 | Tier: 3
Title: Ask HN: How to measure how much data one can effectively process or understand?
Body: Is there a scale of how much data one can effectively process, something similar to the &quot;Kardashev scale for data&quot;? What would be a name for such a thing? During Memgraph&#x27;s Community Call (https:&#x2F;&#x2F;youtu.be&#x2F;ygr8yvIouZk?t=1307), the point is that AgenticRuntimes + GraphRAG moves you up on the &quot;Kardashev scale for data&quot; because you suddenly can get much more insight from any dataset, and everyone can use it (a large corporation does not control it). I found s

--- Signal 181 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47736831
Author: devendra116 | Score: 17 | Tier: 3
Title: Ask HN: Do you trust AI agents with API keys / private keys?
Body: are you ok sharing secrets or api keys to you ai agent via .env?<p>or is there any other tool or mechanism that one use to safegaurd from potential exploit or leaks

--- Signal 182 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47873423
Author: smackeyacky | Score: 14 | Tier: 3
Title: Ask HN: Would you take a job programming VMS?
Body: I’m an older programmer but I spent my career staying up to date.  I’ve managed that for 36 years give or take.  Now with AI doing a lot of my current job I can see that there’s a definite end point where the combo of competing with younger programmers for a shrinking pool of work is going to get tough.<p>However there seem to be a few niches where I could be productive until I’m ready to retire and there might be an opportunity to join a team working on a system they’re trying to get off of.  M

--- Signal 183 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47019798
Author: orange_puff | Score: 12 | Tier: 3
Title: Ask HN: What explains the recent surge in LLM coding capabilities?
Body: It seems like we are in the midst of another AI hype cycle. Many people are calling the current coding models an &quot;inflection point&quot;, where now the capabilities are so high that future model growth will be explosive. I have heard serious people, like economics writer Noah Smith, make this argument [0].<p>But it&#x27;s not just the commentariat. I have seen very serious people in software engineering and tech talk about the ways in which their coding habits have change drastically.<p>Ben

--- Signal 184 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47495510
Author: latand6 | Score: 10 | Tier: 3
Title: Ask HN: Is using AI tooling for a PhD literature review dishonest?
Body: I&#x27;m a PhD student in structural engineering. My dissertation topic is about using LLM agents in automating FEA calculations on common Ukrainian software that companies use. I&#x27;m writing my literature review now and I&#x27;ve vibecoded a personal local dashboard that helps me manage the literature review process.<p>I use LLM agents to fill up the LaTeX template (to automate formatting, also you can use IDE to view diffs) in github repo. Then I run ChatGPT Pro to collect all relevant pape

--- Signal 185 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47213310
Author: p1esk | Score: 10 | Tier: 3
Title: Ask HN: When do you expect ChatGPT moment in robotics?
Body: Current humanoid robotic assistants are in early stage - somewhere around GPT2 level - they&#x27;re starting to perform very simple, very narrow tasks, but stumble a lot, and still cannot do much. However, I&#x27;ve been tracking the progress in the last couple of years, and I feel that GPT3 level might already be happening, and some startups demonstrate impressive things (e.g. look up Generalist AI or Physical Intelligence). Plus the funding all these startups are getting should allow them to s

--- Signal 186 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47854570
Author: Frannky | Score: 10 | Tier: 3
Title: Ask HN: Claude Code Alternative
Body: Claude Code with Opus and the Max plan is fine for me, even though I&#x27;m not super happy about moments when it&#x27;s not available, the costs, account banning, etc.<p>Anyway, what I am looking for and am curious about is if there is a solution that I am overlooking that will work the same, or almost the same or better, but at a cheaper price.<p>I read about people being happy about pi.dev and OpenCode. I tried OpenCode with Mimo V2 pro and it is pretty good. I previously used Qwen CLI before

--- Signal 187 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48063759
Author: shantnutiwari | Score: 9 | Tier: 3
Title: Ask HN: How do we handle the rise of low quality "This is LLM" comments?
Body: Every post that reaches the top of HN will have at least a few comments saying &quot;This is LLM!&quot;<p>It has become a proxy for &quot;I don&#x27;t like this article, so it must be a LLM&quot;<p>To me, it feels like lazy karma farming, as these comments often do get a few upvotes.<p>And of course, accuse a 100 posts if being LLM, you are guaranteed to be right at least once, then like astrologers you can claim success.<p>Is there anything we can do to discourage this type of lazy and low effo

--- Signal 188 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47160050
Author: TheAlchemist | Score: 9 | Tier: 3
Title: Ask HN: Could you create a competitor to your company at 10% of the cost?
Body: I&#x27;m trying to wrap my mind about the AI tools, and while I believe there is way too much hype, I&#x27;m quite impressed with the progress.<p>The current mood seem to be that big companies will automate away many white collar jobs and just get bigger profits. My question is - what if it&#x27;s the other way around ? Could said white collar workers just spin off competitors much more easily than before ? Obviously this mostly apply to software, but I&#x27;m curious what people think about it 

--- Signal 189 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47043484
Author: Poomba | Score: 9 | Tier: 3
Title: Ask HN: How do companies that use Cursor handle compliance?
Body: I&#x27;m trying to decide whether to adopt Cursor for our company, but we&#x27;re in a heavily regulated industry and our compliance team is flagging concerns about HIPAA&#x2F;SOC2&#x2F;audit trails.<p>The thing is, there are companies in regulated industries using it [1][2]. But Cursor has no HIPAA BAA, no FedRAMP certification, and is cloud-only with all requests routing through their AWS infrastructure. (This is probably true for Claude and other coding assistants, though I&#x27;ve only looke

--- Signal 190 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47143963
Author: 2muchclout | Score: 8 | Tier: 3
Title: Ask HN: Is it worth avoiding AI while making a game?
Body: Hi HN, I have been learning Godot while making a game which involves pixel art, music, etc. While learning, I have been discouraged about strictly making everything by hand because of the influx of content about just vibe coding or AI-assisted everything. There also seems to be a stigma attached to using AI in games versus general software engineering (Steam’s AI generated tag, for example).<p>In conclusion, I guess my question is if it is a good idea to use the AI generated assets and such, or 

--- Signal 191 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47509345
Author: Vektorceraptor | Score: 7 | Tier: 3
Title: Ask HN: Does the World need more software?
Body: Is there a (natural) demand for more and more software?

--- Signal 192 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47242849
Author: denis4inet | Score: 7 | Tier: 3
Title: Ask HN: What is the "Control Plane" for local AI agents?
Body: &lt;a href=&quot;https:&#x2F;&#x2F;ibb.co&#x2F;v6QLjdBY&quot;&gt;&lt;img src=&quot;https:&#x2F;&#x2F;i.ibb.co&#x2F;S4dV3mxr&#x2F;Agents-Orchestration.png&quot; alt=&quot;Agents-Orchestration&quot; border=&quot;0&quot;&gt;&lt;&#x2F;a&gt;<p>I’ve been running an increasing number of local coding agents (Claude Code, Codex CLI, OpenCode, etc.) and I’ve hit a wall: orchestration and state visibility.<p>When you have multiple agents working on different sub-tasks in a single repo, terminal logs become

--- Signal 193 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48018109
Author: indieDevAttempt | Score: 7 | Tier: 3
Title: Ask HN:How's you experience building an app on Cloudflare? (Workers, D1,R2 etc.)
Body: Main Question:
How has your experience been building on the Cloudflare platform?<p>If you were starting a new project today from scratch, which services would you commit to , and which would you avoid in favor of more traditional cloud service providers (google, aws and azure)?<p>The Context
I’m a long-time lurker finally signing up because I’m starting a side project. I have no intention of making this a multi-person business; I’m strictly optimizing for low maintenance, flexibility, and a bit 

--- Signal 194 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47443390
Author: alcazar | Score: 6 | Tier: 3
Title: Ask HN: How do you keep up with replies to your posts/comments?
Body: I&#x27;ve been posting stories and commenting on HN for a while now, and it&#x27;s frustrating that I never know when someone replies to me.<p>It looks like there&#x27;s no built in notification system. No emails, no alerts on the site, no replies page or anything.<p>So how do you all handle it? Do most people just leave tabs open and refresh them? Or bookmark your own comments and check manually every so often?<p>We recently found hnreplies.com which works great for replies to comments (it does

--- Signal 195 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47553122
Author: ClipNoteBook | Score: 6 | Tier: 3
Title: Ask HN: Gumroad suspended my account, blocked my payout, and stopped responding
Body: Gumroad suspended my account and said it was a compliance issue, not fraud, but gave me no real explanation.<p>Since then, they limited my access to parts of the dashboard, my payout date kept changing, and the money that was already there is still stuck. I contacted support many times and got no response.<p>At this point, it honestly feels like my money is being withheld without transparency, and I do not know what I should do next.<p>Has anyone here dealt with this before? What is the best nex

--- Signal 196 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47271391
Author: sirnicolaz | Score: 5 | Tier: 3
Title: Ask HN: How are LLMs supposed to be used for warfare?
Body: I have recently asked the same question in a HN thread, which was mysteriously downvoted. The question remains to me: there is a lot of talk between Anthropic and the DOW about adopting LLM technology for warfare. Specifically, for &quot;fully autonomous weapons and mass domestic surveillance&quot;. Does anyone understand how these two goals can be achieved? LLMs don&#x27;t seem to me the right tool for this. Autonomous weapons would require a much faster and much more reliable and deterministic

--- Signal 197 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47447975
Author: scoofy | Score: 5 | Tier: 3
Title: Ask HN: Why do comment threads suddenly seem overwhelmingly bad faith?
Body: It&#x27;s an honest question. I know HN has always been a pretty feisty place, and people here tend to be contrarian, but within the last six months or so, I find myself overwhelmed with a level of cynicism that I find incomprehensible.<p>Discussions about politics regularly seem grounded in conspiracy theories. Discussions about tech company decisions seem to overwhelmingly focus an anti-consumer monopolistic goals, when entirely sensible parallel explanations seem obvious. I&#x27;m writing thi

--- Signal 198 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47482904
Author: jacAtSea | Score: 5 | Tier: 3
Title: Ask HN: How to get free/cheap Claude and AWS credits
Body: Hi
Laid off, took a gap year and now trying to get back into the field to want to do a side project with Python&#x2F;Java + Claude Code + Cloud(AWS, GCP, Azure)
Is there a way to get free or cheap Claude and AWS credits ?  I am willing to working on volunteer project.<p>Thanks

--- Signal 199 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47577981
Author: spacebuffer | Score: 5 | Tier: 1
Title: Ask HN: What trades can I learn at home?
Body: I am a mid level software engineer, currently I am working in SWE but I am worried I&#x27;ll be out of a job in a few years. I am honing my skills without AI in case the prediction that hiring will pick back up in a few years but I need a plan B.<p>I am looking to learn a trade job&#x2F;skill so I can sustain myself in the future. everyone is talking about plumbing but that sounds daunting and I don&#x27;t know where to start.<p>Is there something that I can do from home alongside my job to elev

--- Signal 200 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47546796
Author: spprashant | Score: 5 | Tier: 3
Title: Ask HN: Is consumer AI boxes a viable idea?
Body: I suspect at some point LLM in its current form will be deemed good enough for general research and coding tasks. I don&#x27;t get why we need to continue with a de-facto cloud-based approach. Cloud in my opinion solves operational complexity, which is worth paying a premium for. But it seems it isn&#x27;t quite all that complex to get an open source model running locally as long as you have the hardware. Over time I suspect the models get better and cheaper.<p>Is there a future where we can exp

--- Signal 201 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47019921
Author: marcprux | Score: 5 | Tier: 3
Title: Ask HN: How to combat Android malware without mandatory developer verification?
Body: In August 2025, Google announced that starting in late 2026, they are going to lock down Android to require that all app developers register centrally with Google or else their apps will be blocked from being installed on Android certified devices, regardless of how the app is distributed (competing app stores, direct download, etc). This measure is allegedly to combat malware and slow the ability of repeat offenders to simply re-build and re-sign apps that have been blocked by Google Play Prote

--- Signal 202 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47200708
Author: ta_jobstartup | Score: 14 | Tier: 3
Title: Ask HN: My YC company is hiring one engineer/day but there's not enough work
Body: I asked an AI to write this for me so my bosses can’t identify me based on my writing style.<p>I work at a YC company. It’s not really a startup anymore — we’re well past that phase. We’re hiring at an insane pace right now, roughly one new software engineer per day.<p>The weird part is… I don’t feel like there’s that much work to do.<p>I’m not saying there’s no work, but the pace of hiring feels disconnected from reality. I don’t see enough meaningful projects, clear ownership, or actual execut

--- Signal 203 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47058199
Author: uejfiweun | Score: 9 | Tier: 3
Title: Ask HN: Any AI / Agent power users out there? Do you have any tips?
Body: At my large tech company, we&#x27;re all being pushed to use AI. I, and most people I work with, have had success using the chatbots and Cursor-style tools and more recently Claude Code to accelerate the process of writing code.<p>Yet, with a few people in my network, it&#x27;s like they&#x27;re living 10 years ahead. Guys are automating everything in their jobs, spinning up 10 specialized agents at a time and running multi-agent pipelines, just doing all sorts of crazy things with this tech tha

--- Signal 204 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47803524
Author: fnoef | Score: 78 | Tier: 3
Title: Ask HN: Building a solo business is impossible?
Body: I, like many engineers, dream about turning my love to programming into a side business. Nothing crazy, but enough to replace an average SWE income. And I, like many engineers, fell into the &quot;build, and they will come&quot; trap.<p>I tried to build, calibrate, engage in SEO, talk to customers, but I can&#x27;t seem to find traction. On one hand, people say that you need to build to solve a problem. You find a problem in a niche, say accounting for plumbers, and build for that, then you just

--- Signal 205 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47204278
Author: txrx0000 | Score: 14 | Tier: 3
Title: Ask HN: How do we solve the bot flooding problem without destroying anonymity?
Body: AI posts are becoming indistinguishable from human posts, and we can see it here on HN. The conventional response by website operators is to put in progressively tighter verification systems to distinguish bots and humans, but that eventually leads to the end of anonymity.<p>This is not an anti-AI rant. If a future AI agent truly has high quality posts and wants to use the site normally, that&#x27;s fine. I&#x27;m talking about spam campaigns with hundreds of new accounts. We need new solutions 

--- Signal 206 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47226020
Author: aabiji | Score: 7 | Tier: 3
Title: Ask HN: How did you figure out what research field you were passionate about?
Body: I&#x27;ll be graduating high school in a few months and I have no real plan for my life. I applied to electrical engineering at various universities because hardware and computing systems seemed interesting enough, and it&#x27;s a practical choice. In school I got high nineties in physics, calculus, chemistry and biology class, but none of it really excited me or made me want to keep going on my own time.<p>What does pull me is the idea of research itself: actually discovering new stuff, adding 

--- Signal 207 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47969140
Author: apatheticonion | Score: 6 | Tier: 3
Title: Ask HN: Rant, Am I bad or is this a company with a poor tech culture?
Body: Hey all, can you sanity check me? Am I a bad developer (always a possibility), or do I focus too much on unimportant things?<p>I&#x27;ve got 13+ YoE and been working in big tech for about 4 years, joined an established start up (10 years old, profitable) a month ago, and wondering if I am out of touch after the meat-grinder that is competing for delivering &quot;impact&quot;, stack ranking and so on.<p>I don&#x27;t know if I should stay at this company as I feel like I can&#x27;t really do good 

--- Signal 208 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47490244
Author: sayYayToLife | Score: 7 | Tier: 3
Title: Ask HN: If there has been no prompt injection, is it safe?
Body: As I use open claw I am concerned about prompt injection more than bad code. However I think I&#x27;m irrationally paranoid. I&#x27;m small fries I&#x27;m a single individual, someone actively trying to hack me is exploiting a multi-million dollar zero day and they&#x27;re not doing that on me.<p>If we&#x27;re thinking about accidentally deleting everything through a terminal command, I&#x27;ve yet to see this actually occur.<p>Deductively I can see all of the worst case scenarios with open claw

--- Signal 209 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46989268
Author: th0th | Score: 5 | Tier: 3
Title: Ask HN: Dumping GitHub for Forgejo for a free and open source project
Body: Hey everyone,<p>My name is Gokhan, I built PoeticMetric, it is a free and open source web analytics tool. I need your opinion about something.<p>PoeticMetric is on github right now, but because I am not happy with M$ I am moving it (along with everything else I have on github) to a self-hosted forgejo instance. But I am worried that it is going to cause friction for people who might want to contribute (not that it happens too often  but I don&#x27;t want to discourage that rare kind of people).<

--- Signal 210 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47945581
Author: CountVonGuetzli | Score: 5 | Tier: 3
Title: Ask HN: How are you stopping supply chain attacks via compromised dev keys?
Body: GitHub and GitLab will verify that a commit is signed by some key on the user&#x27;s account. They won&#x27;t let you require that it be signed by a specific key, like a hardware-backed YubiKey your org issued. So if an attacker compromises a developer&#x27;s laptop or GitHub account, they can add a new signing key, push commits signed with it, and pass every &quot;Require signed commits&quot; protection in place. The malicious commit lands in the repo with a &quot;Verified&quot; badge.<p>As far

--- Signal 211 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47654062
Author: e-topy | Score: 483 | Tier: 3
Title: Ask HN: Any interesting niche hobbies?
Body: I&#x27;m looking for something novel and interesting, that isn&#x27;t absolutely crowded that I could meaningfully contribute to.<p>In 2022 I was toying around with OpenAI&#x27;s RL Gym, right when the first non-instruct GPT3 model came out. I was thinking about getting into ML a lot more, but hesitated.
Before that it was 3D printers, mechanical keyboards, drones, etc.
All of these have exploded, and while they are still very interesting, I do love my Browns and manage Prusas for my local hacke

--- Signal 212 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47215569
Author: throwaway53463 | Score: 150 | Tier: 3
Title: Ask HN: How are you all staying sane?
Body: Let&#x27;s start with the simplest: the AI - sometimes I feel like like ground is falling beneath my feet, no one can predict what can happen months in advance let alone years - the future is unknown. The Ukraine, the Iran, the Venezuela, Gaza&#x2F;Palestine, Israel, Russia - the Taiwan! The conflicts seem distant, but yet so close. The US administration! No one can predict anything. Don&#x27;t get me started on the Europe! The stock market! Are we in a bubble or not? Should I sell? Or just keep

--- Signal 213 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47475859
Author: Bleiglanz | Score: 114 | Tier: 3
Title: Ask HN: AI productivity gains – do you fire devs or build better products?
Body: i was rolling my eyes at the hype, but <i>reading</i> about this is totally different from <i>experiencing</i> it. if you have any old repos out there - try it, you might actually be amazed.<p>i&#x27;m not sure i buy the long-term &quot;*90% productivity*&quot; claims for complex, legacy enterprise systems, but for the boilerplate, libraries, build-tools, and refactoring? the gain is gigantic. all the time-consuming, nerve-wrecking stuff is mostly taken care of.<p>you start off checking every di

--- Signal 214 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47599303
Author: piscator | Score: 63 | Tier: 3
Title: Ask HN: Client took over development by vibe coding. What to do?
Body: I’ve worked on a project for one year now, a marketplace web application for one of my clients. It involves a web shop frontend, integration with suppliers, payment platforms, product management, stock syncing, and much more. I built the project from scratch with open source components, guided other developers on the project, and was leading all the technical decisions.<p>Last year I started using LLM’s for cumbersome tasks, and since the beginning of this year I started working with Claude Code

--- Signal 215 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47418553
Author: muggermuch | Score: 26 | Tier: 3
Title: Show HN: Soros – AI for geopolitical macro investing
Body: Hi HN! We are Anshuman and Karén, the co-founders of Lookback Labs and the co-designers of Soros (<a href="https:&#x2F;&#x2F;www.asksoros.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.asksoros.com&#x2F;</a>).<p>Soros is a compound AI system built carefully from the ground up to trace a path (multiple paths, really) from a description of a geopolitical event all the way to capital market implications.<p>* Here&#x27;s how we set it up:<p>Given a description of a given geopolitical event (can be 

--- Signal 216 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47688712
Author: ed_elliott_asc | Score: 21 | Tier: 3
Title: Ask HN: Should AI credits be refunded on mistakes?
Body: Something I’ve noticed (I’m using Claude subscription so no refunds but it applies to usage windows) is that sometimes AI makes mistakes so if something is important I tell Claude code to spin up a couple of sub agents and verify the information, often there will be a mistake and it gets rectified.<p>It feels unfair I have to pay (or lose some usage) for this.<p>Interested in other people’s thoughts.

--- Signal 217 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47274800
Author: ricardbejarano | Score: 15 | Tier: 3
Title: Ask HN: Do You Have a Homelab?
Body: I&#x27;m Ricard Bejarano, and together with O&#x27;Reilly, I&#x27;m writing The Homelab Handbook, the definitive guide to homelabbing and self-hosting.<p>To inspire readers, we want the last chapter to be a series of real world homelab examples, to show there&#x27;s not one prescription for what a homelab is—a homelab is what you make it. As such, we&#x27;re looking for homelabbers that would like to have their homelabs featured in the book. We&#x27;re looking for variety, in hardware, software,

--- Signal 218 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47833747
Author: uncSoft | Score: 15 | Tier: 3
Title: Show HN: CyberWriter – a .md editor built on Apple's (barely-used) on-device AI
Body: Apple has quietly shipped a pretty complete on-device AI stack into macOS, with these features first getting API access in MacOS 26. There are multiple components in the foundation model, but the skills it shipped with actually make this ~3b parameter model useful. The API to hit the model is super easy, and no one is really wiring them together yet.<p>- Foundation Models (macOS 26) - a ~3B-parameter LLM with an API. Streaming, structured output, tool use. No API key, no cloud call, no per-token

--- Signal 219 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47106013
Author: moomoo11 | Score: 14 | Tier: 3
Title: Ask HN: If the "AI bubble" pops, will it really be that dramatic?
Body: I&#x27;m building software for a sector that is massive, but one where you don&#x27;t really need AI. At least, not AI == LLM.<p>And before I go further, let me state up front that I do like AI coding agents. They are great as assistive tools.<p>People say that if the AI bubble pops, the economy tumbles. And okay, I mean the M7 will certainly get rekt but everyone else? Things will recover within a few years. We didn&#x27;t make it to 2026 AD taking the easy road.<p>You still need to visit the d

--- Signal 220 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47551691
Author: redgridtactical | Score: 14 | Tier: 3
Title: Ask HN: Anyone using Meshtastic/LoRa for non-chat applications?
Body: Meshtastic has gotten really popular for off-grid texting but I feel like the underlying architecture (LoRa mesh + BLE relay to phone) could do a lot more than chat.<p>I added Meshtastic support to a navigation app I&#x27;m working on. Phone talks to a Meshtastic radio over BLE, pushes your coordinates out over LoRa, and you can see other people&#x27;s grid positions with no cell service at all. It actually works pretty well from what I tested with a small group out in the woods.<p>Getting it wo

--- Signal 221 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47515743
Author: Eliah_Lakhin | Score: 12 | Tier: 3
Title: Ask HN: Looking for programmers who don't use and don't want to use AI
Body: Hello everyone,<p>I would like to know if there are programmers, communities, conferences, companies, forums etc, where people deliberately refuse to use any forms of AI tools for software development.<p>I&#x27;m looking for the same-minded people who are willing to keep developing hand-made things, and don&#x27;t want to use AI tools at least in personal projects. If there are already existing communities, I will be glad to join.<p>What I mean by not using AI tools:<p>1. It means that you don&#

--- Signal 222 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47096593
Author: givemeethekeys | Score: 12 | Tier: 3
Title: Ask HN: What happens to all the hardware when data centers upgrade?
Body: It seems like there will be a lot of hardware that gets discarded every couple of years as new, more powerful systems are made available.<p>AWS put out a video and article on how it recycles a large amount of its hardware, since it is built for maintainability and repairability.<p>How true is that? Does it apply to other datacenter operators as well?<p>What will happen to all the parallel compute cards that will get upgraded soon? They can&#x27;t be reused as GPU&#x27;s for gamers, can they?

--- Signal 223 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47523645
Author: Mrakermo | Score: 12 | Tier: 3
Title: Show HN: Automate your workflow in plain English
Body: operator23 lets non-technical operators describe a workflow in plain English and run it across their tool stack, hubspot, apollo, monday, google drive and others. no builder, no if-then config, just a description and a review step before anything runs.<p>We talked to marketing ops people recently to validate whether we are solving the right problems. Three things came up every single time.<p>Setup complexity. People are not afraid of automation in theory. They are afraid of spending two hours co

--- Signal 224 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47210769
Author: tavro | Score: 11 | Tier: 3
Title: Ask HN: How to approach new people in 2026?
Body: i recently read an article in the guardian about how casual conversations with strangers are becoming increasingly rare. the piece argued that smartphones and post-pandemic habits have made people less likely to interact with strangers in everyday places.<p>this made me think about my own situation. i have been fortunate to meet many great people through university and work, and i generally feel comfortable talking with people in those environments. but outside of structured settings it is a dif

--- Signal 225 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47906051
Author: thx | Score: 11 | Tier: 3
Title: Ask HN: Oh, What Places to Go (Seriously Tho)
Body: Hey HN — will start by saying this website is my most fav website — ever.<p>That said — will get to the point.<p>If you had written 1001 short stories, how would you go about marketing &#x2F; getting your work out there?<p>- literary agent?
- build a website?
- stream it on social media? (if so, which socials?)<p>Have written a lot of mostly fun short stories, but I don’t know how to go about “publishing” so to speak.<p>If you’ve any thoughts on how to potentially navigate, I’d super appreciate 

--- Signal 226 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47328190
Author: erkok | Score: 11 | Tier: 3
Title: Show HN: 2D RPG base game client recreated in modern HTML5 game engine with AI
Body: When I was much younger, I used to play a Korean MMORPG called Helbreath, and I also hosted a bunch of private servers for it. I eventually moved on, but I always loved the game’s aesthetics, its 2D nature, and its atmosphere. That may just be nostalgia talking.<p>The community maintained private server and client, which to my knowledge were based on leaked official files, were written in fairly archaic C++. If you’re interested in the original sources, I’ve included the main client and server f

--- Signal 227 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47409696
Author: JasonHEIN | Score: 11 | Tier: 3
Title: Ask HN: We need to learn algorithm when there are Claude Code etc.
Body: I love algorithm it makes me feel fresh yet nowadays doing it is like doing maths for fun i don&#x27;t see how it help my daily job routine :(

--- Signal 228 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47898711
Author: Erndob | Score: 11 | Tier: 3
Title: Ask HN: MicroVM setup for VS Code Dev Container-like experience?
Body: My current setup is just doing my entire development in a dev container that is running locally.<p>I open VS Code, I open the local folder in a dev container. The local folder gets mounted into container for persistent changes. The container dockerfile is my setup of dev dependencies. Within the container I can do whatever global installs I want that persist between sessions, and the project edits persist on host machine.<p>That works and I like the setup. I can run CLI codent agent in the termi

--- Signal 229 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47787081
Author: brikym | Score: 9 | Tier: 3
Title: Show HN: I built a Wikipedia based AI deduction game
Body: I haven&#x27;t seen anything like this so I decided to build it in a weekend.<p>How it works: You see a bunch of things pulled from Wikipedia displayed on cards. You ask yes or no questions to figure out which card is the secret article. The AI model has access to the image and wiki text and it&#x27;s own knowledge to answer your question.<p>Happy to have my credits burned for the day but I&#x27;ll probably have to make this paid at some point so enjoy. I found it&#x27;s not easy to get cheap+fa

--- Signal 230 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47023094
Author: amelius | Score: 9 | Tier: 3
Title: Ask HN: LLMs helping you read papers and books
Body: I&#x27;m curious what HN&#x27;s experiences are with using LLMs for reading and comprehending papers and textbooks. Do you use special tools that make the process easier? Do they work?<p>I&#x27;m thinking of a book that you can ask questions. It can explain topics in more detail, or it can tell you that the thing you asked will be explained later in the book. And it will allow you to skip material that you are already familiar with. Provide references to other resources, etc.<p>Maybe ingesting a

--- Signal 231 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47754636
Author: amans9712 | Score: 7 | Tier: 3
Title: Show HN: Bloomberg Terminal for LLM ops – free and open source
Body: Bloomberg Terminal exists because financial traders needed one place to see everything: prices, risk, routing, counterparty health. You can&#x27;t trade blind.<p>LLM engineers are trading blind.<p>Which provider is degraded right now? What does this model actually cost when you factor in overhead, not just token price? If traffic shifts between providers, what happens to cost and latency? Is your stack dangerously concentrated on one provider?<p>These are operational questions every production L

--- Signal 232 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47160526
Author: zyoralabs | Score: 58 | Tier: 2
Title: Show HN: ZSE – Open-source LLM inference engine with 3.9s cold starts
Body: I&#x27;ve been building ZSE (Z Server Engine) for the past few weeks — an open-source LLM inference engine focused on two things nobody has fully solved together: memory efficiency and fast cold starts.<p>The problem I was trying to solve:
Running a 32B model normally requires ~64 GB VRAM. Most developers don&#x27;t have that. And even when quantization helps with memory, cold starts with bitsandbytes NF4 take 2+ minutes on first load and 45–120 seconds on warm restarts — which kills serverless 

--- Signal 233 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47270724
Author: abejith | Score: 12 | Tier: 3
Title: Show HN: Steadwing – Your Autonomous On-Call Engineer
Body: Hey HN! We’re Abejith and Dev, and we’re building Steadwing (<a href="https:&#x2F;&#x2F;www.steadwing.com" rel="nofollow">https:&#x2F;&#x2F;www.steadwing.com</a>) - an autonomous on-call engineer that diagnoses production incidents&#x2F;alerts, correlates evidence across your stack, and resolves them. You can try it at <a href="https:&#x2F;&#x2F;app.steadwing.com&#x2F;signup" rel="nofollow">https:&#x2F;&#x2F;app.steadwing.com&#x2F;signup</a> (no credit card required and a demo mode is available)

--- Signal 234 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47821326
Author: danish00111 | Score: 7 | Tier: 3
Title: Ran into a fake "LP" at a YC after-party and I need to vent
Body: Went to a YC after-party last night, my co-founder was invited. Met some cool people. Also met the usual breed, guys who introduce themselves as &quot;investors&quot; and don&#x27;t ask a single real question the entire evening. One of them is still bothering me enough to type this out.<p>This guy was telling everyone he&#x27;s an LP. Looked him up later. Math PhD student at Yale. That&#x27;s the full resume. No fund, no investments, no operating experience. Just a guy doing academic research wh

--- Signal 235 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47266253
Author: thefern | Score: 5 | Tier: 3
Title: I keep building projects nobody wants. So this time I'm doing it backwards
Body: The problem: You have an idea, you build, buy domain, spend weeks, months, no one shows up.<p>The idea: A profile page where you list all your project ideas. People can signal interest, and you collect emails — before you build anything. With hatchd, you wouldn&#x27;t need to spin up a validation page in vercel, or other hosting platform.<p>Think Linktree, but for your side projects. 
One link to share everywhere.<p>Why not just use Product Hunt?
PH is for launched products. This is for ideas yo

--- Signal 236 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46994985
Author: AlePra00 | Score: 6 | Tier: 3
Title: Ask HN: We're building a saving app for European savers and need GTM advice
Body: Hey HN, I&#x27;m Alessandro, founder of unflat.finance. We&#x27;re an Italian startup building a stablecoin yield app for everyday Europeans people who have never touched a wallet, don&#x27;t know what Morpho is, and have no interest in learning.<p>What we do today: Users deposit euros via cooinbase pay. We convert to USDC, split their deposit across multiple isolated Morpho vaults on Base chain (each with different collateral types and borrowers pledging 150-200% of what they receive), and they

--- Signal 237 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47751824
Author: sthielen | Score: 5 | Tier: 3
Title: Show HN: Remy, an AI agent that compiles annotated Markdown into full-stack apps
Body: Hi HN! Sean from MindStudio here. I wanted to share something we&#x27;ve been working on that I think introduces some new ideas into the &quot;AI coding agent&quot; space.<p>Remy is an AI agent that builds full-stack TypeScript apps from a spec written in a new flavor of annotated markdown. The spec has two layers: prose describing what the app does, and annotations that carry the technical precision (data types, edge cases, validation rules, code snippets). The agent then &quot;compiles&quot; t

--- Signal 238 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47939342
Author: sshadmand | Score: 17 | Tier: 3
Title: Why don't AI coding tools like REST?
Body: Is it just me, or do AI coding tools tend to generate RPC-style endpoints and POST methods (even when GET is clearly all that is needed) instead of following RESTful conventions?<p>Given how advanced these models are, I&#x27;m wondering if this is intentional. Is AI saying it has determined that strict REST isn’t a practical standard all around? Or is it just a byproduct of token efficiency or....?<p>I know I can steer the output with better prompting, but I&#x27;m curious whether there&#x27;s a

--- Signal 239 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47975571
Author: whoishiring | Score: 307 | Tier: 3
Title: Ask HN: Who is hiring? (May 2026)
Body: Please state the location and include REMOTE for remote work, REMOTE (US)
or similar if the country is restricted, and ONSITE when remote work is <i>not</i> an option.<p>Please only post if you personally are part of the hiring company—no
recruiting firms or job boards. One post per company. If it isn&#x27;t a household name,
explain what your company does.<p>Please only post if you are actively filling a position and are committed
to replying to applicants.<p>Commenters: please don&#x27;t reply

--- Signal 240 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47766370
Author: zc2610 | Score: 148 | Tier: 3
Title: Show HN: LangAlpha – what if Claude Code was built for Wall Street?
Body: Some technical context on what we ran into building this.<p>MCP tools don&#x27;t really work for financial data at scale. One tool call for five years of daily prices dumps tens of thousands of tokens into the context window. And data vendors pack dozens of tools into a single MCP server, schemas alone can eat 50k+ tokens before the agent does anything useful. So we auto-generate typed Python modules from the MCP schemas at workspace init and upload them into the sandbox. The agent just imports 

--- Signal 241 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48030736
Author: piratesAndSons | Score: 18 | Tier: 3
Title: Ask HN: The death of software development as a job?
Body: A lot of programmers I read here and elsewhere say LLM isn&#x27;t going to change much, some say LLM is just going to make them more productive, and some even say not using LLM makes you some sort of relic. What is not debated is that LLM has changed our industry. Programming is a lot more accessible to a lot more people than five years ago. Someone who has never coded anything could sit in front of Claude and produce an entire app ready to be used today.<p>Assuming software development becomes 

--- Signal 242 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46944365
Author: bookman10 | Score: 85 | Tier: 3
Title: Show HN: Printable Classics – Free printable classic books for hobby bookbinders
Body: I created a site (<a href="https:&#x2F;&#x2F;printableclassics.com" rel="nofollow">https:&#x2F;&#x2F;printableclassics.com</a>) that allows you to download classic books and customize things like the font size, page size, and the cover.<p>As part of this, I wrote a software pipeline that takes epubs, html files, or pdfs and converts them into formatted books with custom covers, page numbers, chapter formatting, etc.<p>I used an LLM for categorizing the books. There&#x27;s a nice way to filter su

--- Signal 243 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47820676
Author: connorpeters | Score: 10 | Tier: 2
Title: Show HN: Open Passkey – open-source passkey auth with free "backendless" host
Body: I, like Andrej Karpathy, became super frustrated by how annoying it was to deploy projects that were previously an absolute joy to make with Claude Code. That is why I made open-passkey, an MIT licensed passkey repo with support for 33 languages and frameworks (examples included) that makes adding simple secure auth to a project easy.<p>We are also releasing gateway (<a href="https:&#x2F;&#x2F;gateway.locke.id" rel="nofollow">https:&#x2F;&#x2F;gateway.locke.id</a>) a &quot;backendless&quot; host

--- Signal 244 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47014350
Author: quaintdev | Score: 6 | Tier: 3
Title: Tell HN: Moving My Blog to IPv6 Only Internet
Body: Hello HN,<p>Two of my blog posts[1][2] did quite well here on HN so I just wanted you all to know that moving forward these posts will only be accessible on IPv6 Internet.<p>But why? It&#x27;s a form of protest against people who refuse to give IPv6 a fair chance. I have read all sorts of reasons for why IPv6 is a bad idea including the most idiotic take where people disable IPv6 because all devices get exposed to Internet. They don&#x27;t care to learn about firewall and keep using IPv4 out of 

--- Signal 245 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47065963
Author: JoshTheNerd | Score: 5 | Tier: 3
Title: Show HN: NarrateNow – Add AI audio to any blog post with a single script tag
Body: Hey HN,<p>I built NarrateNow after noticing a pretty consistent pattern: blog readers engage more when there&#x27;s an audio option, but the barrier to adding it is either &quot;record yourself&quot; or &quot;pay for an enterprise tool with a demo call.&quot;<p>Neither is realistic for an indie blogger or a small team running a content blog.<p>So I built the simplest version I could think of. You drop one line into your site&#x27;s &lt;head&gt;, and a floating audio player appears on every artic

--- Signal 246 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47013259
Author: william-cohen | Score: 5 | Tier: 3
Title: Show HN: Mool (Loom clone). Free, offline-only, no signup
Body: Long-time HN lurker, first time poster.<p>This is something I put together over a few days, it&#x27;s a simple offline-only screen recorder with webcam compositing that works on any modern desktop browser.<p>As much as I love Loom to avoid meetings, I don&#x27;t want to pay for useless features and have my recordings essentially paywalled. I hate SaaS.<p>With Loom&#x27;s recent price increase, I thought I&#x27;d finally share it. Feedback is welcome

--- Signal 247 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46984280
Author: echelon | Score: 5 | Tier: 2
Title: Show HN: 3D and World Models for Consistent AI Filmmaking
Body: I&#x27;ve been a photons-on-glass filmmaker for over ten years, and I&#x27;ve been developing ArtCraft for myself, my friends, and my colleagues.<p>All of my film school friends have a lot of ambition, but the production pyramid doesn&#x27;t allow individual talent to shine easily. 10,000 students go to film school, yet only a handful get to helm projects they want with full autonomy - and almost never at the blockbuster budget levels that would afford the creative vision they want. There&#x27;s

--- Signal 248 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47151598
Author: vincentalbouy | Score: 55 | Tier: 3
Title: Launch HN: TeamOut (YC W22) – AI agent for planning company retreats
Body: Hi HN, I’m Vincent, CTO of TeamOut (<a href="https:&#x2F;&#x2F;www.teamout.com&#x2F;">https:&#x2F;&#x2F;www.teamout.com&#x2F;</a>). We build an AI agent that plans company events from start to finish entirely through conversation. Similar to how Lovable helps build websites through chat, we apply that approach to event planning. Our system handles venue sourcing, vendor coordination, flight cost estimation, itinerary building, and overall project management.<p>Here’s a demo: <a href="https:&#x2F

--- Signal 249 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46964162
Author: arsalanb | Score: 48 | Tier: 3
Title: Launch HN: Livedocs (YC W22) – An AI-native notebook for data analysis
Body: Hi HN, I&#x27;m Arsalan, founder of LiveDocs (<a href="https:&#x2F;&#x2F;livedocs.com">https:&#x2F;&#x2F;livedocs.com</a>). We&#x27;re building an AI-native data workspace that lets teams ask questions of their real data and have the system plan, execute, and maintain the analysis end-to-end.<p>We previously posted about LiveDocs four years ago (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30735058">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30735058</a>). Back then, Liv

--- Signal 250 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47146819
Author: loondri | Score: 10 | Tier: 3
Title: Show HN: Crustdata (YC F24) – Web Search API for Token-Efficient AI Agents
Body: Hi HN! We’re Abhilash Chowdhary, Chris Pisarski and Manmohit Grewal. We built Crustdata (YC F24). Today we’re launching our web search API for AI agents, which not only returns the most relevant documents from the web but also maps them to the correct entity (person, company or event). Demo video here <a href="https:&#x2F;&#x2F;youtu.be&#x2F;IouWW97hBN8" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;IouWW97hBN8</a><p>If you run agents at scale, tokens become a line item. The web data is the wor

--- Signal 251 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47223316
Author: FanaHOVA | Score: 6 | Tier: 3
Title: Show HN: Slop Meter for GitHub
Body: About 6 years ago I wrote a blog post [0] with some ideas on how to help popular open source maintainers deal with  all the noise on Github. Patted myself in the back and never did anything about it :)<p>There&#x27;s recently been a lot more discussion around this due to AI, so I&#x27;ve built a simple tool called &quot;Slop Meter&quot; [1]. It gives maintainers a quick snapshot of the user&#x27;s history in open source:<p>1) Do they just open issues and expect you to do everything, or will they

--- Signal 252 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47704260
Author: tinyprojects | Score: 15 | Tier: 2
Title: Show HN: Zoneless – Open-source Stripe Connect clone with $0.002 fees using USDC
Body: Hi HN,<p>I&#x27;m Ben &#x2F; Tiny Projects (I once posted here about buying 300 emoji domains from Kazakhstan…).<p>For the past 3 years I&#x27;ve been solo bootstrapping PromptBase, an AI marketplace with 450k+ users. At the peak, I was burning $9,400&#x2F;month in opaque Stripe Connect fees for seller payouts, so I built Zoneless to replace it:<p>- GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;zonelessdev&#x2F;zoneless" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;zonelessdev&#x2F;zone

--- Signal 253 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47749295
Author: greggman65 | Score: 14 | Tier: 3
Title: Show HN: Equirect – a Rust VR video player
Body: This is almost entirely created by Claude, not me. I know some people aren&#x27;t into that. I was one of them 3 months ago. Since the beginning of the year I finally started getting more serious about trying out AI. The company I work for also had an AI week with lots of training. All I can say is I&#x27;m pretty blown away. My entire life feels like it changed over the last month from someone who mostly writes code to mostly someone that prompts AI to write code. And just for a tiny bit of con

--- Signal 254 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47916958
Author: k0rm | Score: 5 | Tier: 3
Title: Show HN: Friendly prediction markets to turn trips into a running tournament
Body: On a trip with my friend, he introduced me to Kalshi and Polymarket and was shocked at how degenerate it was being able to bet on literally anything. So naturally I built an app ironically where we could do the same thing (with fake money) on group outings!<p>Managed to get a prototype finished in time for our big 14-person annual ski trip and we had a blast &#x27;betting&#x27; on things like &quot;Will [friend that always breaks his phone] break his phone?&quot; and &quot;Who will win the first

--- Signal 255 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47899844
Author: najmuzzaman | Score: 260 | Tier: 3
Title: Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)
Body: I shipped a wiki layer for AI agents that uses markdown + git as the source of truth, with a bleve (BM25) + SQLite index on top. No vector or graph db yet.<p>It runs locally in ~&#x2F;.wuphf&#x2F;wiki&#x2F; and you can git clone it out if you want to take your knowledge with you.<p>The shape is the one Karpathy has been circling for a while: an LLM-native knowledge substrate that agents both read from and write into, so context compounds across sessions rather than getting re-pasted every mornin

--- Signal 256 [hackernews] ---
URL: https://news.ycombinator.com/item?id=48050732
Author: cpan22 | Score: 44 | Tier: 3
Title: Show HN: Stage CLI – An easier way of reading your AI generated changes locally
Body: Hey HN! We&#x27;re Charles and Dean. A few weeks ago we posted about Stage, a code review tool that guides you through reading a PR step by step - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47796818">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47796818</a>.<p>We got a lot of great feedback but also heard from many people that they wanted to have the chapters experience even before opening a PR… so we built the Stage CLI as the local, open-source version that anyone can 

--- Signal 257 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47096335
Author: cosmoblk | Score: 10 | Tier: 2
Title: Show HN: I built a 55K-word email marketing knowledge base and Claude Code skill
Body: I co-founded SmartrMail (email marketing SaaS, 12K ecommerce customers, acquired 2022). When I left, I no longer had access to the sending data I&#x27;d spent years learning from,  billions of sent emails, deliverability patterns, things that actually move email engagement<p>Cos&#x27; I don&#x27;t have this data anymore, I built the best thing I could to help with the email marketing I currently do:<p>---<p>my research process<p>Multiple sprints across all major email marketing topics. The crawl

--- Signal 258 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47311435
Author: wmeredith | Score: 8 | Tier: 3
Title: Show HN: BuildHiFi – PC Part Picker for Home Stereos
Body: I&#x27;ve been building hi-fi stereo setups for years with all sorts different budgets, different rooms, helping friends spec out systems. I even worked at a hi-fi shop for several months before I came scurrying back to tech (a good story, but, uh, out of scope here). I kept wishing for something like PCPartPicker.com but for stereo gear. A place to design and save my systems, check compatibility, and see exactly how everything works. So I built it.<p>No sign-in required to create builds: just h

--- Signal 259 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47957402
Author: cinooo | Score: 7 | Tier: 3
Title: What I changed in how I use Claude Code after Anthropic's postmortem
Body: After watching Anthropic&#x27;s recent postmortem (anthropic.com&#x2F;engineering&#x2F;april-23-postmortem), I&#x27;ve been thinking about the way I approach Claude Code differently. They lowered default reasoning effort to fix latency, called it the wrong tradeoff, and reverted under public scrutiny. The reverts are good but they don&#x27;t change the underlying equation I&#x27;d been ignoring.<p>The fact is we potentially have a team of engineers at our disposal now. Token cost is a real cost,

--- Signal 260 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47105305
Author: vinayofc | Score: 7 | Tier: 3
Title: Write Perfect Emails in Seconds
Body: If you do any cold outreach, you probably know the pain of standard AI output. It’s always overly formal, generic, and screams “a robot wrote this.” While building AI SaaS tools lately, I got so tired of endlessly tweaking prompts just to sound human that I built a solution: Amazing Emails - https:&#x2F;&#x2F;www.amazingemails.xyz<p>Instead of being a general chat tool, it’s wired strictly for direct-response copy using proven frameworks (think Halbert or Ogilvy).<p>Give it a specific goal: Inst

--- Signal 261 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47300329
Author: Oras | Score: 721 | Tier: 3
Title: Ask HN: Please restrict new accounts from posting
Body: I don’t know if I’m the only one, but I see lots of clearly AI generated posts recently in HN and mostly coming from new accounts (green), it is more noticeable in the Show HN section.<p>I wish the team can either restrict new accounts from posting or at least offer a default filtering where I can only see posts from accounts with certain criteria.<p>I don’t want to see HN becoming twitter, which is full of bots and noise, as this would be a really sad day.

--- Signal 262 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47388646
Author: svara | Score: 434 | Tier: 3
Title: Ask HN: How is AI-assisted coding going for you professionally?
Body: Comment sections on AI threads tend to split into &quot;we&#x27;re all cooked&quot; and &quot;AI is useless.&quot; I&#x27;d like to cut through the noise and learn what&#x27;s actually working and what isn&#x27;t, from concrete experience.<p>If you&#x27;ve recently used AI tools for professional coding work, tell us about it.<p>What tools did you use? What worked well and why? What challenges did you hit, and how (if at all) did you solve them?<p>Please share enough context (stack, project type,

--- Signal 263 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47741527
Author: david927 | Score: 347 | Tier: 3
Title: Ask HN: What Are You Working On? (April 2026)
Body: What are you working on?  Any new ideas that you&#x27;re thinking about?

--- Signal 264 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47783940
Author: misterchocolat | Score: 342 | Tier: 3
Title: Ask HN: Who is using OpenClaw?
Body: I don&#x27;t use it personally, and neither does anyone in my circle...even though I feel like I&#x27;m super plugged into the ai world

--- Signal 265 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47822940
Author: modelcroissant | Score: 302 | Tier: 3
Title: Ask HN: How did you land your first projects as a solo engineer/consultant?
Body: I’ve spent roughly the last decade and some change as a software engineer, and recently decided to start a solo consultancy.<p>I’m focused on helping SMEs sort out the messy back-office parts of the business: spreadsheet glue, brittle internal workflows, poor reporting, awkward integrations, backend&#x2F;platform problems, and AI workflows that need to do real work rather than just look good in a demo.<p>I’m not really interested in becoming a generic agency. I’d rather work with businesses that

--- Signal 266 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47303111
Author: david927 | Score: 290 | Tier: 3
Title: Ask HN: What Are You Working On? (March 2026)
Body: What are you working on?  Any new ideas that you&#x27;re thinking about?

--- Signal 267 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47601859
Author: whoishiring | Score: 280 | Tier: 3
Title: Ask HN: Who is hiring? (April 2026)
Body: Please state the location and include REMOTE for remote work, REMOTE (US)
or similar if the country is restricted, and ONSITE when remote work is <i>not</i> an option.<p>Please only post if you personally are part of the hiring company—no
recruiting firms or job boards. One post per company. If it isn&#x27;t a household name,
explain what your company does.<p>Please only post if you are actively filling a position and are committed
to replying to applicants.<p>Commenters: please don&#x27;t reply

--- Signal 268 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47219668
Author: whoishiring | Score: 251 | Tier: 3
Title: Ask HN: Who is hiring? (March 2026)
Body: Please state the location and include REMOTE for remote work, REMOTE (US)
or similar if the country is restricted, and ONSITE when remote work is <i>not</i> an option.<p>Please only post if you personally are part of the hiring company—no
recruiting firms or job boards. One post per company. If it isn&#x27;t a household name,
explain what your company does.<p>Please only post if you are actively filling a position and are committed
to replying to applicants.<p>Commenters: please don&#x27;t reply

--- Signal 269 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47433702
Author: basilikum | Score: 159 | Tier: 3
Title: Ask HN: How do you deal with people who trust LLMs?
Body: A lot of people use LLMs as the source of their objective truth. They have a question that would be very well answered with a search leading to a reputable source, but instead they ask some LLM chat bot and just blindly trust whatever it says.<p>How do you deal with that? Do you try to tell them about hallucinations and that LLMs have no concept of true or false? Or do you just let them be? What do you do when they do that in a conversation with you or encounter LLMs being used as a source for s

--- Signal 270 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47700460
Author: meander_water | Score: 156 | Tier: 3
Title: Ask HN: What are you building that's not AI related?
Body: I don&#x27;t have anything against AI, but HN (and everywhere else) seems to be drowning in AI atm.<p>Seems like every man and his dog is building an AI agent harness. And power to you (and your dog) if that&#x27;s you.<p>But it would be refreshing to hear about some non AI related projects people are working on.

--- Signal 271 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47302553
Author: ms7892 | Score: 153 | Tier: 3
Title: Ask HN: Most beautiful personal blog UI you have ever seen?
Body: Hi HN!<p>Asking out of curiosity. The best blog UI you have ever seen in your life.

--- Signal 272 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47975570
Author: whoishiring | Score: 152 | Tier: 3
Title: Ask HN: Who wants to be hired? (May 2026)
Body: Share your information if you are looking for work. Please use this format:<p><pre><code>  Location:
  Remote:
  Willing to relocate:
  Technologies:
  Résumé&#x2F;CV:
  Email:
</code></pre>
Please only post if you are personally looking for work. Agencies, recruiters, job boards,
and so on, are off topic here.<p>Readers: please only email these addresses to discuss work opportunities.<p>Searchers: try <a href="https:&#x2F;&#x2F;nthesis.ai&#x2F;public&#x2F;hn-wants-to-be-hired" rel="nofollow">ht

--- Signal 273 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47667504
Author: lazarkap | Score: 147 | Tier: 3
Title: Ask HN: How do you handle marketing as a solo technical founder?
Body: I&#x27;ve shipped multiple products over the past few years. Every single one followed the same pattern: build, post, get 12 likes from friends, a bit of organic traction, then nothing. Back to coding a new thing.<p>I know I need marketing help but giving equity to someone I met online feels like a huge risk. At the same time hiring a paid marketer when you have zero revenue feels just as scary. And I&#x27;m not dancing on TikTok, that&#x27;s for sure.<p>Have any of you actually taken on a marke

--- Signal 274 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47479115
Author: 0x1f | Score: 133 | Tier: 3
Title: Ask HN: Apple terminated our dev account over a rogue employee
Body: I know that HN isn&#x27;t a customer support forum and it might not be right to post this here, but we are absolutely desperate and hoping someone in this community can point us in the right direction.<p>We are a small software company in Africa. For over two years, we&#x27;ve built and maintained an app. It has become a vital economic engine for our local community, employing a whole fleet of delivery agents and serving as a lifeline for local stores and restaurants.<p>Recently, we discovered t

--- Signal 275 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47219667
Author: whoishiring | Score: 127 | Tier: 3
Title: Ask HN: Who wants to be hired? (March 2026)
Body: Share your information if you are looking for work. Please use this format:<p><pre><code>  Location:
  Remote:
  Willing to relocate:
  Technologies:
  Résumé&#x2F;CV:
  Email:
</code></pre>
Please only post if you are personally looking for work. Agencies, recruiters, job boards,
and so on, are off topic here.<p>Readers: please only email these addresses to discuss work opportunities.<p>There&#x27;s a site for searching these posts at <a href="https:&#x2F;&#x2F;www.wantstobehired.com" rel="nofo

--- Signal 276 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47147183
Author: aavci | Score: 106 | Tier: 3
Title: Ask HN: Share your productive usage of OpenClaw
Body: What are some very productive things you achieved with OpenClaw that you wouldn’t mind sharing?

--- Signal 277 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47386284
Author: hariprasadr | Score: 103 | Tier: 3
Title: Ask HN: What breaks first when your team grows from 10 to 50 people?
Body: We&#x27;re at ~15 people and things that used to &quot;just work&quot; are starting to crack. Decisions that everyone used to know about are getting lost. New hires take forever to ramp up. Different teams are building on different assumptions.
For those who&#x27;ve been through this stage, what actually broke first? And what did you do about it?

--- Signal 278 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47601858
Author: whoishiring | Score: 95 | Tier: 3
Title: Ask HN: Who wants to be hired? (April 2026)
Body: Share your information if you are looking for work. Please use this format:<p><pre><code>  Location:
  Remote:
  Willing to relocate:
  Technologies:
  Résumé&#x2F;CV:
  Email:
</code></pre>
Please only post if you are personally looking for work. Agencies, recruiters, job boards,
and so on, are off topic here.<p>Readers: please only email these addresses to discuss work opportunities.<p>Searchers: try <a href="https:&#x2F;&#x2F;nthesis.ai&#x2F;public&#x2F;hn-wants-to-be-hired" rel="nofollow">ht

--- Signal 279 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47336163
Author: coderbants | Score: 87 | Tier: 3
Title: Ask HN: Is Claude down again?
Body: I&#x27;ve started getting some 401 errors on a subscription again and oauth seems to be struggling to restore the session.  Is it just me?

--- Signal 280 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47000206
Author: moomoo11 | Score: 84 | Tier: 3
Title: Ask HN: Why is my Claude experience so bad? What am I doing wrong?
Body: I stopped my CC Max plan a few months ago, but I&#x27;m trying it again for fun after seeing their $30 billion series G or whatever.<p>It just doesn&#x27;t work. I&#x27;m trying to build a simple tool that will let me visualize grid layouts.<p>It needs to toggle between landscape&#x2F;portrait, and implement some design strategies so I can see different visualizations of the grid. I asked it to give me a slider to simulate the number of grids.<p>1st pass, it made something, but it was squished. 

--- Signal 281 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47152355
Author: DietaryNonsense | Score: 81 | Tier: 3
Title: Ask HN: Have top AI research institutions just given up on the idea of safety?
Body: I understand there&#x27;s a difference between the stated values and actual values of individuals and organizations, and so I want to ask this in the most pragmatic and consequentialist way.<p>I know that labs, institutions, and so on have safety teams. I know the folks doing that work are serious and earnest about that work. But at this point are these institutions merely pandering to the notion of safety with some token level of investment? In the way that a Casino might fund programs to addre

--- Signal 282 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47587597
Author: cmos | Score: 74 | Tier: 3
Title: Ask HN: Distributed data centers in our basements
Body: This is likely a bit unrealistic, but why can&#x27;t we make a half rack server to go in someones basement that can also heat up their hot water and use the basement floor as a heat sink as well?<p>It seems like a lot of the blight of data centers is the energy to remove the heat.  By distributing them into cool basements and even connecting them into the home heating system we could reduce that making them more efficient.

--- Signal 283 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47979898
Author: evo_9 | Score: 68 | Tier: 3
Title: Ask HN: Who wants to be fired? (May 2026)
Body: Stuck in a situation at your current job that makes you want to leave &#x2F; be fired? Here is your opportunity to get it off your chest, and if needed, seek some hopefully helpful feedback.

--- Signal 284 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47215609
Author: DavidHaerer | Score: 64 | Tier: 3
Title: Ask HN: What sources like HN do you consume?
Body: I appreciate HN for staying up-to-date with technical news.<p>For my side hustle I have to ramp-up on other areas like marketing, legal, sales, ...<p>So I wonder if there are similar high-quality sources like HN for these areas.

--- Signal 285 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47001833
Author: pavello | Score: 56 | Tier: 3
Title: Ask HN: AI Depression
Body: Hi,<p>Throw-away account because my original one is easily identifiable.<p>Does any starts to feel depressed about AI push and hype? I&#x27;m around ~45 and have been happily hacking and delivering stuff for 25 years.<p>I use AI daily — it&#x27;s a useful tool. But the gap between the marketing and reality for many of us is hard to describe. The people and corporations and all those LinkedIn gurus, podcasters declaring our obsolescence are overwhelmingly people who&#x27;ve never built or maintai

--- Signal 286 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47884457
Author: langs | Score: 56 | Tier: 3
Title: Ask HN: How do solo devs protect their work in the age of vibe coding?
Body: I am working on a new open-source project. (My project is in AI infrastructure. It already gets SOTA results on several well-known benchmarks.) The core value is not just the code, but a fairly specific algorithmic approach that came out of many failed attempts, experiments, and design iterations.<p>The dilemma I am facing is this:<p>If I open-source early, I get feedback, trust, users, and maybe contributors. But I also expose the core design and algorithm. With LLMs, turning a repo into a diff

--- Signal 287 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47073838
Author: jensmtg | Score: 52 | Tier: 3
Title: Ask HN: How do you employ LLMs for UI development?
Body: I have found a workflow that makes Claude a fantastic companion for most of the work involved in fullstack web development. The exception I find to be the most significant limitatipn to productive potential however, is interface development and UX. Curious to hear if anyone has relevant experience, or found any good approaches to this?

--- Signal 288 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47602040
Author: crcsmnky | Score: 49 | Tier: 3
Title: Ask HN: What dev tools do you rely on that nobody talks about?
Body: Curious to find those hidden gems that boost productivity or make dev work more efficient. Mired in my own processes and need a change&#x2F;shift. I&#x27;m hoping there&#x27;s still some non-AI stuff out there that&#x27;s delightful to use (in a nerdy sense).

--- Signal 289 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47290057
Author: overgard | Score: 49 | Tier: 3
Title: Ask HN: Can we talk about AI Astroturfing?
Body: Well first, I don&#x27;t mean this as a shot at the mods that do a great job.<p>I&#x27;m noticing a lot of posts and comments around AI seem like industry plants. Look, I recognize that people are excited about AI and want to share their perspectives, and I&#x27;m not trying to accuse people that disagree with me of being industry plants, but the recent one about &quot;I love coding at 60 now because of Claude Code!&quot; by a new user with &quot;cc&quot; at the end of their name seems a LITTLE 

--- Signal 290 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47845050
Author: sunny678 | Score: 46 | Tier: 3
Title: Ask HN: What skills are future proof in an AI driven job market?
Body: For developers and non-developers alike: What&#x27;s worth learning today to stay relevant in an AI first world

--- Signal 291 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47034849
Author: 101008 | Score: 42 | Tier: 3
Title: Ask HN: What happens after the AI bubble bursts?
Body: I keep hearing we’re in an AI bubble, but I’m struggling to visualize the day after scenario.<p>If the bubble pops (meaning these massive compute costs never turn into actual profits and the VC money dries up) what does the tech landscape look like?<p>A lot of us use Copilot, Claude, or ChatGPT daily for coding and docs. If the subsidized cheap access vanishes because these companies can&#x27;t eat the losses anymore, do the tools just disappear? Because if a tool like Claude Code (or any other 

--- Signal 292 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46993479
Author: gusmally | Score: 41 | Tier: 3
Title: Ask HN: Are you using an agent orchestrator to write code?
Body: In a recent interview with The Pragmatic Engineer, Steve Yegge said he feels &quot;sorry for people&quot; who merely &quot;use Cursor, ask it questions sometimes, review its code really carefully, and then check it in.&quot;<p>Instead, he recommends engineers integrate LLMs into their workflow more and more, until they are  managing multiple agents at one time. The final level in his AI Coding chart reads: 
&quot;Level 8: you build your own orchestrator to coordinate more agents.&quot;<p>At my w

--- Signal 293 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47581097
Author: gchamonlive | Score: 41 | Tier: 3
Title: Ask HN: Are you too getting addicted to the dev workflow of coding with agents?
Body: It&#x27;s becoming an extremely dopaminergic work loop where I define roughly the scope of my task and meticulously explore and divide the problem space into smaller chunks, then iterating over them with the agent. Rinse and repeat.<p>Each execution prompt after a long planning session feels like opening a lootbox when I used to play Counter Strike.<p>It&#x27;s really fun to code like that, it&#x27;s like riding a bike after a lifetime of only knowing how to run. But I&#x27;m really wary that&#x

--- Signal 294 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47420767
Author: newswangerd | Score: 39 | Tier: 3
Title: Ask HN: Is vibe coding a new mandatory job requirement?
Body: I spoke with a recruiter a few weeks ago and was somewhat surprised that a requirement for the position was experience building software with LLMs. Has this become the new norm in tech hiring?

--- Signal 295 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47127532
Author: dmpyatyi | Score: 38 | Tier: 3
Title: Ask HN: How do you know if AI agents will choose your tool?
Body: YC recently put out a video about the agent economy - the idea that 
agents are becoming autonomous economic actors, choosing tools and 
services without human input.<p>It got me thinking: how do you actually optimize for agent discovery? 
With humans you can do SEO, copywriting, word of mouth. But an agent 
just looks at available tools in context and picks one based on the 
description, schema, examples.<p>Has anyone experimented with this? Does better documentation 
measurably increase how of

--- Signal 296 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47085255
Author: zekejohn | Score: 35 | Tier: 3
Title: Ask HN: Is it worth learning Vim in 2026?
Body: With everyone using Claude Code, Cursor, Codex, and the other 100 AI coding agents that i missed, I’m wondering how much editor mastery still matters like w&#x2F; Vim<p>Being honest the real reason i wanna learn Vim is to boost my ego &amp; assert my dominance, so i can tell people &quot;i use vim btw&quot;, but also part of me thinks investing time could still pay off for speed, ergonomics, and working over SSH overall...<p>but a bigger part also suspects the marginal gains i would gain would d

--- Signal 297 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47900543
Author: fandorin | Score: 35 | Tier: 3
Title: Ask HN: Is Zuckerberg just a „one-hit-wonder"?
Body: What’s your view? The original idea for Facebook was stolen, then he bought Instagram and Whatsup to stay afloat. Metaverse is&#x2F;was an absolute disaster. And I’m not even talking about all the scandals from Cambridge Analytica era.<p>How bad CEO, in your opinion, is Mark?

--- Signal 298 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47902507
Author: dwa3592 | Score: 35 | Tier: 3
Title: Ask HN: Do you read differently now that anything could be AI generated?
Body: or How has AI generated content changed what and how you read?

--- Signal 299 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47105086
Author: dakiol | Score: 35 | Tier: 3
Title: Ask HN: Programmable Watches with WiFi?
Body: Hi. I&#x27;m looking for a programmable watch with wifi. Ideally I should be able to write custom programs&#x2F;apps for the watch to display whatever I want to on them (e.g., make the watch make an https call to a server, receive json and render accordingly; allow the watch to receive &quot;notifications&quot; from the server)<p>Also, ideally, no requirement of a smartphone to send-receive data (it&#x27;s ok to need a smartphone for the initial setup of the watch, though). I know about Pebble, 

--- Signal 300 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47068900
Author: boredemployee | Score: 34 | Tier: 2
Title: Ask HN: Anyone else tired of working in tech?
Body: I&#x27;m really tired of the BS, AI, corporate environment and what not.<p>Looking for alternatives.<p>In case you&#x27;re in the same boat:<p>What do you plan to work with?

--- Signal 301 [hackernews] ---
URL: https://news.ycombinator.com/item?id=46995608
Author: alexdobrenko | Score: 34 | Tier: 3
Title: Ask HN: What would you recommend a vibe coder learn about how all this works?
Body: I&#x27;m a writer who started building with AI coding tools about 8 months ago. No programming background. It&#x27;s been one of the most fun things I&#x27;ve ever done.<p>I want to understand more about what&#x27;s actually happening. What are the big concepts that, once you get them, make everything click in a more interesting way? The stuff that made you go &quot;oh, THAT&#x27;S what&#x27;s going on.&quot;

--- Signal 302 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47773026
Author: _z369 | Score: 34 | Tier: 3
Title: Ask HN: My ISP is telling my neighbors their slow internet is because of me
Body: Nevermind.

--- Signal 303 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47797632
Author: fny | Score: 32 | Tier: 3
Title: Ask HN: How do you maintain flow when vibe coding?
Body: It&#x27;s been a year now since I made Claude Code my daily driver, but I feel exhausted by all the context switching from managing 2-3 agents at a time. I know some people advocate for letting agents run wild, but in my experience that leads to subtle bugs that compound and reviews become 100x more painful.<p>What have you done to retain some semblance of flow, stay organized, and limit spinner staring?

--- Signal 304 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47493938
Author: jawerty | Score: 32 | Tier: 3
Title: Ask HN: Is anyone here also developing "perpetual AI psychosis" like Karpathy?
Body: I read on Reddit about a podcast where Karpathy described how he went from writing 80% of his own code to 0%, being in a constant state of “AI psychosis” because the possibilities feel infinite.<p>I’ve personally found that my workflow has become very “opportunistic”—I feel like I can do anything with AI, so I try everything. That might be good…or bad. I’d be curious to see what HN has to say, or whether anyone else has experienced something similar.<p>Here’s the Reddit post for context: https:&

--- Signal 305 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47936579
Author: e-nouri | Score: 32 | Tier: 3
Title: Ask HN: Is it just me or is Claude Code getting worse?
Body: Is it just me or is Claude Code getting worst and worst, since they introduced the 1 million context on the 4.6, things start to go real bad, am I the only one ? PS: I am still paying the 200 euros monthly max

--- Signal 306 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47573224
Author: logicallee | Score: 30 | Tier: 3
Title: Ask HN: Where have you found the coding limits of current models?
Body: I&#x27;d love to hear where you&#x27;ve run into the limits of current coding models, whether it&#x27;s based on lines of code, systems integration, databases, etc.

--- Signal 307 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47319587
Author: yelmahallawy | Score: 30 | Tier: 3
Title: Ask HN: How are people doing AI evals these days?
Body: With the buzz that&#x27;s happening with all the new AI models that get released (what feels like every other week), how are companies running internal AI evals to determine which model is best for their use case?

--- Signal 308 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47049884
Author: causal | Score: 30 | Tier: 3
Title: Ask HN: How do you motivate your humans to stop AI-washing their emails?
Body: I see it more and more in email, Slack, text, etc: People too scared to share their own thoughts so they AI-wash it and send an exhausting page of &quot;It&#x27;s not X, it&#x27;s Y!&quot; slop instead.<p>I&#x27;m not the CEO, I can&#x27;t order people to stop. The CEO does it too.<p>I try talking to people directly, but people get defensive and there&#x27;s always the chance they didn&#x27;t use AI. I need indirect means of socializing change.<p>Looking for anything I can use to socialize again

--- Signal 309 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47288773
Author: DGAP | Score: 30 | Tier: 3
Title: Ask HN: What career will you switch to when AI replaces developers?
Body: 

--- Signal 310 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47266782
Author: karakoram | Score: 30 | Tier: 3
Title: Ask HN: Do You Enjoy Your Career in Tech Nowadays?
Body: Do you still enjoy your career as a SWE or in tech in general these days?<p>After a few conversations with seniors, several of them feel jaded and are looking for an exit from this industry altogether.<p>Thoughts?

--- Signal 311 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47927899
Author: bjourne | Score: 30 | Tier: 3
Title: Ask HN: Will hardware ever be cheap again?
Body: Up until about 2015 it felt like hardware was always getting cheaper. Then something happened and hardware stopped getting cheaper every year. Adjusted for inflation a mid-range laptop or desktop costs me much more today than it did back then. Yes, it has better specs but it needs it to make up for the extra bloat of all applications.<p>Given DRAM, CPU, GPU, and SSD shortages it does not seem hardware will become cheaper in the short term. Do you think it will ever go back to how it was ten year

--- Signal 312 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47901379
Author: visox | Score: 30 | Tier: 3
Title: Ask HN: Anyone managed to get Google trends API?
Body: Google trends should have some alpha API as announced https:&#x2F;&#x2F;developers.google.com&#x2F;search&#x2F;blog&#x2F;2025&#x2F;07&#x2F;trends-api<p>i do have many ideas on what i could do with that data but i never got access, wonder if anyone here did and how did you achieve that ?<p>i also see some alternatives but they arent really good, its either bad data or only relative data as one can see on google trends page. (i would like absolute numbers)

--- Signal 313 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47435782
Author: neilk17 | Score: 29 | Tier: 3
Title: Ask HN: What do you look for in your first 10 hires?
Body: I&#x27;ve been helping a few companies recruit founding engineers. After doing a lot of screens I have a rough idea for what to look for. For others that have done a lot of hiring what do you look for specifically besides their technical ability?

--- Signal 314 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47884294
Author: lyfeninja | Score: 29 | Tier: 3
Title: Ask HN: Why are companies so distrustful of remote employees?
Body: I just passed on a job for a quality company in the Bay area because they wouldn&#x27;t budge on remote work. I already work remote and have since the pandemic and it works for me and my employer. I do travel occasionally, but whenever I do I always think &quot;wow, I&#x27;d get so much more done right now at home.&quot;<p>I&#x27;ve always been skeptical of the entire RTO storyline. I literally work on a computer all day with an Internet connection and can complete every aspect of my job remotel

--- Signal 315 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47722081
Author: nitramm | Score: 29 | Tier: 3
Title: Ask HN: Hiring in the age of AI-assisted coding: what works?
Body: I saw the HackerRank (YC S11) hiring post (https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47667011) and it made me realize I no longer understand how to evaluate candidates effectively.<p>Specifically, we are changing hiring across 3 dimensions:
&gt; Tasks: Real-world tasks on code repositories vs standard algorithmic-style puzzles
&gt; Evaluation: AI fluency, orchestration skills vs functional correctness
&gt; Candidate experience: Agentic IDE vs a simple code editor<p>In the “old world,” 

--- Signal 316 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47571513
Author: Kathan2651 | Score: 28 | Tier: 3
Title: Ask HN: Who needs contributors? (March 2026)
Body: Looking for contributors to your project? Feel free to post any project that may interest HN readers, with a strong preference towards open source. Please follow this general format:<p>Project name<p>Project description<p>What do you hope to build this month?<p>What kind of skills do you need?<p>Link to your GitHub or somewhere else you&#x27;d like to onboard new contributors, like your project management software or chat room.

--- Signal 317 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47160641
Author: ex-aws-dude | Score: 28 | Tier: 3
Title: Ask HN: What's it like working in big tech recently with all the AI tools?
Body: Curious to hear how have things changed day-to-day with the recent push to use AI coding tools.<p>Have you noticed faster pace of development?<p>Have you seen changes to code quality or code review?<p>Do teammates that use these tools complete sprint tasks faster than those who don&#x27;t?

--- Signal 318 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47941048
Author: conqrr | Score: 28 | Tier: 3
Title: Ask HN: Why does tech industry not have more co-ops?
Body: Sounds like this should be the default path if AI is really enabling everyone and setting an even field. Why is it just winner (CEO and co) takes all and losers go home?

--- Signal 319 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47888857
Author: honungsburk | Score: 27 | Tier: 3
Title: Ask HN: Scaling a targeted web crawler beyond 500M pages/day
Body: I&#x27;ve been reading up on crawler architecture. The two most useful sources I&#x27;ve found are the blog post &quot;Crawling a billion web pages in just over 24 hours, in 2025&quot; and the Mercator paper (&quot;Mercator: A Scalable, Extensible Web Crawler&quot;).<p>Both of these, and most other material I&#x27;ve come across, focus on crawling the broad open web rather than a targeted set of domains. For product prices it&#x27;s the latter. Mercator calls out DNS resolution as a major bottle

--- Signal 320 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47780185
Author: RockstarSprain | Score: 26 | Tier: 3
Title: Ask HN: How do you find motivation to do stuff?
Body: Not sure how to put it better but the more I read about AI the less motivation I have to either keep up with the tech advances or to try doing new things... I wonder how others keep or even foster the kind of motivation necessary to try new things and actually stick to doing them long enough? I would appreciate input on this in the most general sense possible.

--- Signal 321 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47804807
Author: throwaw12 | Score: 25 | Tier: 3
Title: Ask HN: Getting depressed day by day, how to cope?
Body: How are you coping with AI constantly improving?<p>I am getting depressed day by day about what is coming.<p>Companies will not tolerate careful work when others can deliver same with 10% less quality but 60% faster.<p>I am drowning in internal fight between: I should care about what I am building vs this can be released faster because of AI and company doesnt care anyway about my efforts.<p>Everyday my inner voice and expectations are fighting, drowning me in endless thoughts.<p>How do I get ov

--- Signal 322 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47946305
Author: randyrand | Score: 24 | Tier: 3
Title: Ask HN: Can HN ban new accounts? or charge money?
Body: I love HN and I don’t want to see it die.<p>But bot accounts are growing everyday. Something more radical needs to be done.

--- Signal 323 [hackernews] ---
URL: https://news.ycombinator.com/item?id=47914594
Author: venkatram-s | Score: 24 | Tier: 2
Title: Ask HN: Anyone want to collaborate on a local-first AI-based research assistant
Body: Hi HN Community, I&#x27;m Venkatram, a sophomore who&#x27;s on a mission to build a local alternative to proprietary third-party AI-based research assistants.<p>The idea is to turn documents into researchable assets that contain as much as information as the original information does, but it&#x27;s more reusable.<p>Well, quite frankly, this is still under a WORK IN PROGRESS, so i&#x27;m still figuring on how it can be properly used, and I got to be honest here, i definitely need some help to bui

--- Signal 324 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95376/anyway-to-make-supermium-save-bookmarks-to-the-favorites-folder-as-an-internet-s
Author: Ariel Schnee | Score: 0 | Tier: 1
Title: Anyway To Make Supermium Save Bookmarks To The Favorites Folder As An Internet Shortcut File?
Body: Anyway to save them to the C:\Documents and Settings\UserName\Favorites\ folder as internet shortcut files now?

--- Signal 325 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95289/send-one-prompt-to-chatgpt-claude-copilot-and-gemini-at-once-using-my-existin
Author: Franck Dernoncourt | Score: 1 | Tier: 1
Title: Send one prompt to ChatGPT, Claude, Copilot, and Gemini at once using my existing accounts (not API but the regular web accounts)?
Body: I’m looking for a desktop app or web app that lets me send the same prompt to ChatGPT, Claude, Copilot and Gemini simultaneously and compare the replies side by side. 
 Requirements: 
 
 Must support as many as possible of the following: ChatGPT, Claude, Gemini, Grok and Copilot. More SOTA LLMs welcome (e.g. Qwen, Kimi, Deepseek). 
 Must let me use my  existing accounts / subscriptions  for those services, rather than requiring a separate bundled subscription (unlike  chathub.gg ) or using API k

--- Signal 326 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95367/ocr-software-for-math-texts-with-selective-font-replacement-based-on-confidence
Author: Allium tuberosum | Score: 1 | Tier: 1
Title: OCR software for math texts with selective font replacement based on confidence scores
Body: I am looking for an OCR solution specifically for digitizing scanned versions of old mathematical textbooks. 
 I want to create a searchable PDF where the visual layer is a hybrid of digital text and the original scan (e.g.  Emil Artin's  Galois Theory  .
On page 41,  But  is misrecognized as  Hut .  aₙ  is misrecognized as  a,, )
    
 The software should only replace the original scan with a crisp digital font (like Times New Roman) if the OCR engine’s confidence score is above a high threshol

--- Signal 327 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95365/is-there-a-vscode-or-intellij-plugin-that-allows-me-to-do-inline-code-completion
Author: user2741831 | Score: 0 | Tier: 1
Title: Is there a vscode or IntelliJ plugin that allows me to do inline code completion with a local model that does not come with an agent?
Body: I massively prefer inline code completion to agentic workflows (mostly due to security, reliability and auditability). 
 Unfortunately almost every AI coding plugin is moving towards agentic workflows, abandoning simple code complete. Github Copilot even started messing with peoples commit messages completely unprompted and they haven't updated their openAI model for almost 2 years now, still on 4.1. I cannot find a single plugin focused simply on inline code completion. 
 for example it's extre

--- Signal 328 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95351/android-offline-calendar-that-repeats-notifications-until-manually-dismissed
Author: ENIAC | Score: 1 | Tier: 1
Title: Android Offline Calendar That Repeats Notifications Until Manually Dismissed
Body: I'm looking for a calendar app for  Android  that: 
 
  Can work offline and doesn't require any accounts or access to online calendars. 
 
  Automatically repeats notification sounds (and pop-up messages) until manually dismissed (a  Dismiss  button is pressed). So, if a user isn't near their phone and the notification sound and/or vibration is fired, the app should automatically repeat the notification after some time (for example, play the sound and/or vibrate, silent period, repeat after, sa

--- Signal 329 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95357/android-music-player-that-plays-all-content-from-a-usb-stick-folder-in-two-taps
Author: Nicolas Raoul | Score: 0 | Tier: 1
Title: Android music player that plays all content from a USB stick folder, in two taps maximum
Body: I have a USB stick with audio files categorized in a dozen folders such as &quot;documentaries&quot;, &quot;spanish study&quot;, &quot;relax music&quot;, etc. 
 I want an Android app in which I can tap a folder and it will play all audio files in it, ideally with a single tap (once permissions are given), maximum two. 
 VLC is not a solution because it only plays one file from the USB stick then stops, or it requires 5+ taps to create a playlist which becomes unusable as soon as I unplug then re

--- Signal 330 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95350/software-library-or-tool-for-decoding-grid-matrix-barcodes-from-images
Author: Schmied | Score: 1 | Tier: 1
Title: Software library or tool for decoding Grid Matrix barcodes from images
Body: I am looking for an open-source software library, SDK, or command-line tool that can decode Grid Matrix barcodes from image files or camera frames. 
 Required features: 
 
 Must support Grid Matrix barcode decoding 
 Input: image file or camera frame 
 Output: decoded text/data 
 Should run on at least one of these platforms:
 
 Java 
 C++ 
 Linux or Windows command line 
 
 
 
 Nice to have: 
 
 Open-source 
 Documentation or usage examples 
 Usable from Java, preferably 
 If no Java solution e

--- Signal 331 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95344/test-network-speeds-between-computing-nodes
Author: radui | Score: 0 | Tier: 1
Title: test network speeds between computing nodes
Body: I want to build a Linux computing cluster for (CPU &amp; memory intensive) scientific applications; these apps are not very demanding from storage point of view. I plan to connect the computing nodes with 10Gbps SFP+ network cards and fiber / DAC cables to a Mellanox SFP+ switch. 
 How can I test the maximum speeds my network supports, without involving the storage? 
 (If you're looking on youtube, a lot of people test transfer speeds by copying files from one side to another, but in my case, I 

--- Signal 332 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95264/web-based-privacy-friendly-reader-for-medical-data
Author: Nicolas Raoul | Score: 0 | Tier: 1
Title: Web-based privacy-friendly reader for medical data
Body: Hospitals sometimes hand out X-ray/etc data on a CD or DVD. 
 Problem: This data is in esoteric formats and require installing software that was made decades ago and only runs om Windows. 
 I would like an online webpage onto which I would drop the entire data. The webpage would parse everything and show it in a human-readable way. 
 
 Must not perform any web request, not even dependencies nor usage tracking nor ads. 
 Once the initial webpage has been loaded, Internet can be cut, and then the 

--- Signal 333 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95347/apache-nginx-log-file-analysis-tool-that-allows-drilling-down-to-individual-urls
Author: Jez | Score: 0 | Tier: 1
Title: Apache/Nginx log file analysis tool that allows drilling down to individual URLs with web UI
Body: I'm aware of things like AWStats and GoAccess, but neither of them really provide quite what I'm looking for in a logfile analysis tool.  Basically, it seems to me that it should be  relatively  simple to regularly parse access logfiles, stick them in a SQLite database, and allow a web interface to be pretty flexible based on being able to query that DB.  For instance, if I have a panel showing a list of different URLs retrieved by number of hits, I may want to click on one and drill down to see

--- Signal 334 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95343/software-to-turn-my-android-phone-into-an-ai-agent
Author: Nicolas Raoul | Score: 0 | Tier: 1
Title: Software to turn my Android phone into an AI agent
Body: Context : I need to find the best deals for a particular product on shopping websites, currently Antigravity does this for me on my laptop. 
 Problem : I can't leave my laptop running all the time. 
 Non-solution : Many people buy tiny computers such as Mac Minis to run AI agents on them. But I don't want to buy more hardware. 
 Idea : I believe my Android phone could perform such tasks. It can only run smaller LLMs, but that could be good enough, and I am hopeful embedded models will get better

--- Signal 335 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95341/rss-reader-with-per-feed-sync-interval
Author: havon | Score: 0 | Tier: 1
Title: RSS reader with per-feed sync interval
Body: Name me one or more Android RSS readers with the following features: 
 
 Export/Import from OPML, including feeds titles 
 Set any refresh interval (even some days) for each feed or for each category of feeds (any of these will be fine)

--- Signal 336 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95333/software-for-calculating-astronomical-body-positions-seen-from-the-surface-of-a
Author: user48495 | Score: 2 | Tier: 1
Title: Software for calculating astronomical body positions (seen from the surface of any planet)?
Body: A software for calculating positions of planets (and other astronomical bodies) using user-provided ephemeris files, like JPL Development Ephemeris or VSOP. The purpose of this is to detect transits (seen when a planet passes in front of the Sun), mutual transits (when a planet &quot;occults&quot; another seen from the surface of a planet) and other things. Preferrably open source (but just free is good as well).

--- Signal 337 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95339/tree-like-command-that-only-shows-directories-with-files
Author: Peter M | Score: 2 | Tier: 1
Title: Tree-like command that only shows directories with files?
Body: The Windows  tree  command outputs a visual hierarchy of directories and files.  But it shows all directories, empty or not.  For example: 
  BaseDir
 |
 +-SubDir1
 |
 +-SubDir2
 |   |
 |   *-File1
 |   |
 |   +-File2
 |
 +-SubDir3
      |
      +-SubDir4
      |
      +-SubDir5
          |
          +-File3
  
 Is there a form of a  tree  command (or series of commands piped to each other) that allows you to cull out directories that do not have files in them, but still keep the the visual repr

--- Signal 338 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95302/open-source-android-exif-viewer-for-jxl-heic-avif
Author: Nicolas Raoul | Score: 1 | Tier: 1
Title: Open source Android EXIF viewer for JXL/HEIC/AVIF
Body: On F-Droid, I only found one app that shows EXIF metadata, it is Fossify Gallery. 
Unfortunately it does not show EXIF metadata for JPEG XL (.jxl) files. 
  Is there an open source app that can show EXIF for many file types?  
At least JPEG/JXL/HEIC/AVIF. 
Ideally the 100+ formats supported by the legendary desktop-only  ExifTool  Perl script (not the proprietary apps with the same name). 
 It must be available in F-Droid or a similar open source-only app store. 
 This is only about viewing, not

--- Signal 339 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95334/is-there-an-application-to-change-focus-of-media-buttons-in-windows
Author: Destroy666 | Score: 0 | Tier: 1
Title: Is there an application to change focus of media buttons in Windows?
Body: I am using BT headset very often and I noticed that sometimes the wrong (not last used) app will have focus for buttons on the headset, such as play/pause or next/previous. For example I play a video in Opera, but media buttons control Chrome or YT Music instead. 
 Is there any app that enforces media focus onto a chosen app like Opera? I am looking for free solutions for Windows 10.

--- Signal 340 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95331/music-streaming-app-with-vibe-customization
Author: Sergey Zolotarev | Score: 2 | Tier: 1
Title: Music streaming app with &quot;vibe&quot; customization
Body: Yandex Music, a music streaming app, has two features I appreciate: 
 
  A &quot;play&quot; button right in the middle of the main screen. You just press one button and music starts playing. No need to pick a playlist or anything, just one click. 
 
  The &quot;vibe&quot; feature. You can set the activity type, the mood, and tracks will be picked automatically (right there on the main screen too). For example, in the morning, I set &quot;Waking up&quot; (energetic), and in the evening, I set &qu

--- Signal 341 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95328/looking-for-a-dig-like-tool-which-can-also-return-dns-info-for-all-subdomains
Author: HippoMan | Score: 2 | Tier: 1
Title: Looking for a dig-like tool which can also return DNS info for all subdomains
Body: I'm running Debian 13. 
 I know that the  dig  utility is the standard and well functioning way to query DNS info, and I've successfully used  dig  regularly for years. 
 However, it seems like  dig  is not able to automatically search for all subdomains of the specified domain, and each such subdomain has to be queried explicity via  dig . 
 I'm looking for a utility which performs normal  dig -like functions, and also can be optionally invoked so as to return info for the subdomains of the spe

--- Signal 342 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95229/does-a-search-engine-have-an-option-to-return-only-one-result-per-host-where-the
Author: Marc Le Bihan | Score: 2 | Tier: 1
Title: Does a search engine have an option to return only one result per host where the query matches?
Body: Usually, when I do a search on a search engine, if it returns me some entries coming from the websites of the A, B and C hosts, I go to the site A, look at it for a few pages, select it or discard it, then go to watch the site B, and then the C. 
 I'm not interested in having a list of results containing many entries for site A or B or C. Only one for each is enough. 
 Does any search engine you know offer this feature? 
 If I search for  car , instead of returning to me: 
  https://www.a.com/fa

--- Signal 343 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95325/simple-win11-program-for-photo-scanning
Author: FlaStorm32 | Score: 0 | Tier: 1
Title: Simple Win11 program for photo scanning?
Body: I am looking for a program to scan old family photos. I am not trying do a lot of editing or color-correcting. I want to scan the front and back separately, then paste the back onto the same image as the front so it is one file.
Also to be able to add a caption in extra space at the bottom. 
 Many of the photos have someone's writing on the back for identification. I want to preserve and add that to the scan of the front. Others have no writing but I know who/what. Those I would just add a capti

--- Signal 344 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95323/linux-terminal-with-gui-tabs-where-i-can-rename-tabs-in-addition-to-titles-bec
Author: Nicolas Raoul | Score: 1 | Tier: 1
Title: Linux terminal with GUI tabs, where I can rename tabs in addition to titles (because tools overwrite titles)
Body: Nowadays many Linux terminal tools set the title of the terminal to indicate progress, status, etc. 
 In the case of vibe coding tools such as  gemini-cli , the terminal title is constantly rewritten. 
 This is very convenient to know what my tools and agents are doing, but the original purpose of having a terminal title is defeated. 
 I would like top have  both , meaning the tool would still use the title as its status indicator, but in addition I would have another way to name the terminal. T

--- Signal 345 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95220/local-only-offline-vibe-coding-app-for-android
Author: Nicolas Raoul | Score: 0 | Tier: 1
Title: Local-only offline vibe-coding app for Android
Body: Suppose I am offline in the mountain and suddenly need a specific android app (either apk or anything usable such as a local webapp or mini-app within a mother app). 
 How to vibe-code that app while offline? 
 Assume that I have pre-installed/pre-downloaded the vibe-coding app and anything necessary. 
 I only have my android phone. I must vibe-code my needed app using only the phone. 
 Preferably easily installable from F-Droid and no need for complex setup such as termux/aider/continue.dev/put

--- Signal 346 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95322/online-file-storage
Author: green | Score: 0 | Tier: 1
Title: online file storage
Body: I'm looking for a storage I could upload a file to, with one specific option: to create direct link to the file, so it could be opened by that link. It is important to open the file, not download it. And it's needed that direct link is pointing to TLS-protected connection (e.g. HTTPS). More specific, I have a HTML file. So, when I go by the direct link, web browser just opens a page, created with that HTML. I understand, that it mimics a web server, but I don't need all web server features, but 

--- Signal 347 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95320/android-app-to-record-dreams-and-look-for-trends-patterns
Author: Mawg | Score: 2 | Tier: 1
Title: Android app to record dreams and look for trends/patterns?
Body: Preferably gratis, but willing to pay. This is for a colleague with PTSD nightmares, looking for any help to record them and look for trends or patterns. 
 Since we don't have a dreams tag, perhaps some lateral thinking can come up with some other sort of diary or note-taking app that could serve the purpose?

--- Signal 348 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95316/editing-a-code-file-on-two-facing-pages-e-g-with-vscodium
Author: LuC | Score: 0 | Tier: 1
Title: Editing a code file on two facing pages (e.g. with VSCodium)
Body: The problem: I would like to follow many more lines of my text code editing. 
 The code editor (e.g. VSCodium, VSCode, etc.) has lots of  horizontal  space (I limit line width to 80 chars.) and not  vertical  one. 
 With totally different concept text editors (e.g. Libreoffice Writer) I can edit two facing pages: has anybody ported that  concept  to pure text code editors like those above?
The nicest result would be with a VSCodium extension (...) 
 Note: 
 
 I know that I can split the view in 

--- Signal 349 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95303/open-source-free-docbook-viewer
Author: albert | Score: 1 | Tier: 1
Title: (open source) free docbook viewer
Body: I'm using XMLMind to view docbook files (that are generated by doxygen), but now I read the unfortunate: 
 
 XMLmind products end-of-life planned for April 3, 2027 
 
 see:  https://www.xmlmind.com/eol.html  
 So I'm looking for: 
 
 docbook viewer 
 free 
 preferably open source 
 running on Windows 
 
 What is available / can be recommended?

--- Signal 350 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95272/alternative-frontend-for-stack-exchange
Author: Michael Altfield | Score: 1 | Tier: 1
Title: Alternative Frontend for Stack Exchange
Body: I'm looking for an alternative frontend for accessing Stack Exchange, Stack Overflow, Server Fault, and all related websites. 
 My IP address is shared by thousands of other people. Since the past few days, I've been unable to access Stack Exchange websites due to an extremely annoying false-positive from Cloudflare 
 
 Access Denied 
 This IP address REDACTED has been blocked from access to our services. If you believe this to be in error, please contact us at team@stackexchange.com. 
 When con

--- Signal 351 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95241/gratis-data-partition-recovery-tool-to-recover-data-from-dynamic-disk-erroneou
Author: Ehsan ullah Kayani | Score: 2 | Tier: 1
Title: Gratis data/partition recovery tool to recover data from &#39;dynamic disk&#39; erroneously converted to &#39;basic disk&#39; in Windows Disk Management?
Body: How to recover data or lost partition as &quot;dynamic disk&quot; converted wrongly to &quot;basic disk&quot; using Windows Disk Management? Please suggest some basic user friendly GUI-based freeware (unlimited data recovery) tools.

--- Signal 352 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95285/a-free-open-source-youtube-client-app-that-allows-login-login-is-required-with
Author: mYnDstrEAm | Score: 1 | Tier: 1
Title: A free open source YouTube client app that allows login (login is required with VPN)
Body: I'd like to use a YouTube client app on Linux (Debian13 with KDE) to watch videos but don't want to  exclude  YouTube.com from my VPN which would compromise privacy (I'd use the YouTube client app only occasionally). 
 There is some confusion about why I want to login into YouTube when I'm concerned about my privacy. The simple answer is that you don't need to understand my reasoning. The slightly less simple answer to this is that I can choose when and what will be tracked by YouTube so I'm in 

--- Signal 353 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95290/web-ui-to-fix-a-wikipedia-articles-typos-and-conveniently-review-manually
Author: Nicolas Raoul | Score: 0 | Tier: 1
Title: Web UI to fix a Wikipedia article&#39;s typos and conveniently review manually
Body: I often fix typos in Wikipedia articles. 
 Is there a web tool that: 
 
 Identifies tke typos 
 Suggests corrections 
 Lets me view each correction conveniently as a diff or something, ideally with a rendering of the artice part before/after. 
 I can accept or discard or edit each correction. 
 I can publish by clicking a button.

--- Signal 354 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95287/postgresql-with-snippets
Author: LetMeSOThat4U | Score: 0 | Tier: 1
Title: PostgreSQL with SNIPPETS
Body: I need a PostgreSQL client that: 
 
 has ability to paste predefined snippets in the SQL editor. 
 can execute snippets independently of other snippets in the same window 
 
 Snippets are not about saving entire SQL script, because many clients support that. I need something that can paste a predefined snippet at a cursor on pressing keyboard shortcut. 
 Executing snippets in the window should not mean executing entire SQL script. So far I only have found Beekeper with that ability, but it is sp

--- Signal 355 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95279/android-camera-app-that-saves-pictures-as-jpeg-xl
Author: Nicolas Raoul | Score: 2 | Tier: 1
Title: Android camera app that saves pictures as JPEG XL
Body: JPEG XL offers roughly 60% better compression than legacy JPEG and, unlike HEIF, features a royalty-free, open-source license that avoids complex patent fees. Additionally, it supports progressive decoding and high-bit-depth HDR, making it faster to preview on the web and more capable for professional editing than its predecessors. 
 I would like to take my pictures directly in this format. 
  https://en.wikipedia.org/wiki/JPEG_XL  
 Must be open source.

--- Signal 356 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95274/software-to-recover-a-file-overwritten-with-a-0-byte-file
Author: Noitarud | Score: 1 | Tier: 1
Title: Software to recover a file overwritten with a 0 byte file?
Body: A program had a fit and cleared my file. 
 I have tried a few &quot;deleted file&quot; recovery programs, though none that would search for it using a string from it (a buggy one did have a box, but seems to require finding it by normal technique first anyway).

--- Signal 357 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95275/is-there-a-tool-for-grouping-applications-windows-on-windows-11
Author: Dominique | Score: 0 | Tier: 1
Title: Is there a tool for grouping applications/windows on Windows-11?
Body: Regularly it happens that I need to check three different directories: one input directories and two output directories (according to some condition, the file needs to be copied to the one or the other output directory. 
In order to test this, I'd like to put three Windows explorers one above the other (not blocking the view from on to another). This I am already doing. 
 Point is: sometimes I need to move those windows around, and instead of doing this one after the other, I would like to add a

--- Signal 358 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95271/customrom-without-so-many-restrictions
Author: Fabian R&#246;ling | Score: 0 | Tier: 1
Title: CustomROM without so many restrictions
Body: Google keeps adding more and more restrictions to Android. Some are just permissions that are disabled by default and force users to go through a bunch of clicks after installing an app, but some need complicated workarounds and system modifications or the respective features simply don't work anymore. 
 Examples: 
 
 Apps cannot access the clipboard contents anymore, unless they're the one app currently in the foreground. This completely breaks features like KDE connect's clipboard sync to the 

--- Signal 359 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95257/completely-free-gui-ocr-programs-with-clearscan-editable-text-and-images
Author: user182601 | Score: 1 | Tier: 1
Title: Completely free GUI OCR programs with &quot;ClearScan&quot; / &quot;Editable Text and Images&quot; / &quot;vectorizing&quot; feature
Body: Adobe Acrobat has this OCR feature: &quot;Output&quot; &gt; &quot;Editable Text and Images&quot; (previously called &quot;ClearScan&quot;). I believe this vectorizes the text: This has the benefits of smoothening the look of the text and often also greatly reducing file size (though not always). 
 For example, I start with this one-page PDF  Test.pdf  (55 KB) that looks like this: 
   
 After running the above Acrobat feature, I get  Test OCRe.pdf  (56.5 KB, slightly bigger) that looks like this

--- Signal 360 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95252/novel-tool-ai-to-recolour-black-and-white-photos-ideally-local-at-least-no
Author: Lodina | Score: 4 | Tier: 1
Title: Novel tool (AI?) to recolour black and white photos. Ideally local, at least no subscription
Body: I have some old analog family pictures and would like to automatically colouring them. 
 There is some old thread about a similar topic at the photography stack ( here ) but many has changed since then. 
 Yes, google spits out a lot of results but so far I have not found any convincing. 
 In best case it should be free to use and run locally, without any login required.
Furthermore AI stuff often runs on GPU. The target PC has only a integrated GPU (AMD).
It would be good if it can also run at t

--- Signal 361 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95249/android-photo-gallery-app-that-supports-motion-photographs-and-preservation-of-l
Author: Amazon Dies In Darkness | Score: 0 | Tier: 1
Title: Android photo gallery app that supports motion photographs and preservation of last-modified timestamps
Body: Please recommend an Android photo gallery app that has the following two features: 
 
 Supports &quot;motion photos&quot; (still images that have about a second of movement encoded in them - typically created by Google Pixel or Samsung devices). 
 Preserves the last-modified timestamp when moving a photograph from one folder to another. 
 
 What I've tried: 
 
  Fossify Gallery  - Does not support #1, but supports #2 
  Google Gallery  - Does not support #1, but supports #2 
  Aves Libre  - Supp

--- Signal 362 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95248/web-page-static-view
Author: LuC | Score: 2 | Tier: 1
Title: Web page static view
Body: So many web pages are full of  dynamic content , even when I just want to read some article that's in the  static content  of the page.
I can print the page (e.g. to a PDF) and read it later. 
 Is there any LibreFox/FireFox extension (or a similar solution) to get a  snapshot  of current page and just read it comfortably without any update?

--- Signal 363 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95212/does-the-latest-version-of-linux-mint-cinnamon-or-zorin-os-core-have-a-music-app
Author: Nate | Score: 0 | Tier: 1
Title: Does the latest version of Linux Mint Cinnamon or Zorin OS Core have a music app on par with iTunes?
Body: I'm thinking of switching from Windows 10 to LMC (or maybe Zorin 18 OS Core) instead of &quot;upgrading&quot; to 11 but want to be able to bring my iTunes library mp3's over without any issues. As far as I know Linux can't run iTunes without significant issues, so did the developers of the newest versions include/create a quality substitute? 
 Bonus question: Is either LMC 22 or Zorin Core generally considered better than the other for people switching from Windows?

--- Signal 364 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95216/is-it-possible-to-create-service-gui-to-be-able-to-monitor-like-rate-of-communic
Author: NeoGenesis521 | Score: 1 | Tier: 1
Title: Is it possible to create service/GUI to be able to monitor like rate of communication and provide evaluation between servers and hardware?
Body: I have a case where I am using a virtual machine which is Windows Server and have couple of C# services communicating with hardware devices using like for example Advantech and then connects to like readers. In addition, I am also connecting to embedded system (IoT) devices to operate like readers and using servos to simulation gate barrier raise/lowering. 
 Issue that I have there are times where the system is working flawlessly and sometimes I notice that there is delay like for system to read

--- Signal 365 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95227/jackson-plugin-for-idea
Author: Sergey Zolotarev | Score: 0 | Tier: 1
Title: Jackson plugin for IDEA
Body: Is there an IntelliJ IDEA plugin for Jackson so that  @JsonCreator  methods do not generate &quot;not used&quot; warnings? 
 The problem does not exist in the Ultimate version of the IDE, but I use Community.

--- Signal 366 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95225/download-embedded-videos-browser-extension
Author: Michael Altfield | Score: 1 | Tier: 1
Title: Download embedded videos (browser extension)
Body: Is there some browser extension that I can use to right click on embedded videos and download them? 
 I have really bad internet. When I try to watch a video, it can't buffer fast enough. As a result, the video stops for about 0.5 seconds every few seconds. It's infuriating, and I can't follow what I'm watching. 
 If I pause the video, it only buffers for a bit. For some reason the browser does  not  buffer the entire video, so -- even if I leave it for an hour -- it will have the same stutterin

--- Signal 367 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95223/qr-code-scanner-that-detects-erasures
Author: Kendall Frey | Score: 1 | Tier: 1
Title: QR code scanner that detects erasures
Body: Every QR code scanner I've tried has failed to automatically scan the following code, and I'm looking for one which can. 
     
 This is a version 1 QR code with L (low) error correction, meaning it's capable of correcting up to 7 erasures or 3 errors (as measured in Reed-Solomon symbols). I've overwritten 7 symbols, so no data loss has occurred. 
 This can be decoded manually in  QRazyBox . If you enter this code and manually mark the erased area, Tools &gt; Reed-Solomon Decoder will decode the

--- Signal 368 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95214/apps-program-that-add-tags-to-jpgs-metadata-while-keeping-the-last-modified-tim
Author: Tom Tom | Score: 0 | Tier: 1
Title: Apps/program that add tags to JPG&#39;s metadata while keeping the last modified timestamp for either android and windows
Body: I sort the images in my phone gallery according to last modified for convenience. But when I later add tags to them for easier search, that also alter the file's last modified timestamp, moving its position in the gallery to the top. Is there any program/apps that can do both tagging and preserving timestamp automatically? Without having to backup original files then overwrite the newly tagged files' last modified with the old ones?

--- Signal 369 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95209/macos-equivalent-to-wpr
Author: easythrees | Score: 1 | Tier: 1
Title: MacOS equivalent to WPR?
Body: I currently use  WPR  which is a Windows tool that records activity on multiple dimensions (CPU, GPU, Memory, etc) and is very comprehensive. I use it in some of my tools to record and mark usage based on the activity my app is doing. 
 Is there a MacOS equivalent of this tool?

--- Signal 370 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95207/web-app-for-maintaining-and-sharing-a-very-long-structured-markdown-list
Author: hb20007 | Score: 0 | Tier: 1
Title: Web app for maintaining and sharing a very long structured (markdown) list
Body: I am curating a large resource list for language learners. For each language, there is a list of resources such as YouTube channels, podcasts, and films. I am  currently maintaining it on Notion . 
 However, as the list grew, I realized that Notion is not the best platform for this. Loading the page now takes a long time, and navigation is difficult. 
 
 Features 
 I am looking for a free alternative with the following features: 
 
 It can handle very large text (10,000+ words). Breaking the lis

--- Signal 371 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95203/position-and-angle-of-sun
Author: Rohit  Gupta | Score: 1 | Tier: 1
Title: Position and angle of Sun
Body: I am looking for an app on Android that I can use to see what the position of the sun is going to be 
 
 For the location I am in 
 For any week/ month of the year 
 Its not for photography 
 I want to see where the sunlight  is going to end up. 
 I also want to see if the trees or houses around me are going to provide any shade. 
 
 I dont mind paying a once off fee. 
 There is a similar  question here . But the answers are 10 years old, and the focus is different.

--- Signal 372 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95200/image-editors-with-a-focus-on-composition-for-android-web
Author: skygate | Score: 0 | Tier: 1
Title: Image editors with a focus on composition for Android/Web?
Body: I'm looking for image editors (or vector editors) that allows me to arrange or composite multiple pictures easily into one image, for Android or Web (with mobile in mind). On desktop I have  PureRef  which is nearly perfect. But on mobile, too many of these image editors are just virtual makeup tools with zero focus on the aspect of composition. Is there a keyword I'm missing? How can I find editors like this or are they just really rare?

--- Signal 373 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95197/easy-automated-network-tests-for-showing-isp-network-engineers
Author: Michael Altfield | Score: 1 | Tier: 1
Title: Easy automated network tests (for showing ISP network engineers)
Body: I’m looking for a tool that will output many detailed charts showing the “Internet Quality” of a given network. 
 My internet is crap.  I pay for a gigabit fiber-to-the-home connection , but it’s crap. If I try to connect to popular services (facebook, google, speedtest servers inside the country), then everything works great. But if I try to access servers on other continents (without CDNs in my own country), bounce through reliable proxy servers, and/or peg the bandwidth to what I'm paying-for

--- Signal 374 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95194/fact-check-software-for-reviewing-wikipedia-draft
Author: sveta | Score: 1 | Tier: 1
Title: Fact check software for reviewing Wikipedia draft
Body: I have a draft at Wikipedia and could do with some software to help with reviewing it against provided sources. so I see it as 
 
  UI 'open Wikipedia draft at top split horizontally 25%, at bottom 75% is tabbed of provided sources' 
 
  Option to highlight part of Wikipedia article then source(s) 
 
  Option to change color of highlight, then highlight another phrase in draft and the respective pieces in sources which support it 
 
  Option to highlight part of article and add comment for it li

--- Signal 375 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95189/scheduled-reminders-macos
Author: Steve | Score: 0 | Tier: 1
Title: Scheduled reminders, macOS
Body: I'd like to have an app that pops up a reminder every hour or so, e.g. 'straighten back'... 
 The default macOS Reminders app was buggy. 
 Help appreciated.

--- Signal 376 [stackexchange] ---
URL: https://softwarerecs.stackexchange.com/questions/95192/ci-for-obscure-targets-xbox-playstation-old-new-sdl1-sdl2-sdl3-targets
Author: Samuel Marks | Score: 0 | Tier: 1
Title: CI for obscure targets (XBox, Playstation, old/new SDL1, SDL2, SDL3 targets)?
Body: I am using SDL et al. and building a new cross-platform GUI framework. I want to test on many targets. GitHub Actions lets me test on macOS, Linux, and Windows. With a bit of work you can get macOS to do qemu stuff and get BSD and others in the mix; alternatively CirrusCI and others. 
 But what about the more esoteric/uncommon targets that SDL purports to support?

--- Signal 377 [stackexchange] ---
URL: https://superuser.com/questions/1937463/getting-another-program-is-using-these-files-error-from-microsoft-yourphone-ap
Author: HelpWithYourPhone | Score: 0 | Tier: 1
Title: Getting &quot;Another program is using these files&quot; error from Microsoft YourPhone app after visiting suspicious site
Body: I got to a bad site a few days ago and reported it to Microsoft as I use Bing (sorry), now there is a pop up saying &quot;Another program is using these files&quot; regarding the YourPhone Microsoft App. Is the hacker trying to get into my phone, was a virus secretely downloaded? Here is an image (it's in German): 
     
 I got to that bad website through literally clicking an image of a manual. Wow. 
 There was a loud voice too, saying I got infected and needed to &quot;clean my computer&quot; 

--- Signal 378 [stackexchange] ---
URL: https://superuser.com/questions/1937351/dont-hide-extension-for-known-file-types-even-when-using-run-as-administrator
Author: Dominique | Score: 5 | Tier: 1
Title: Don&#39;t hide extension for known file types, even when using &quot;run as administrator&quot;
Body: I'm working with Windows 11, and I don't want extensions to be hidden, even for known file types. This is clearly the case for my Windows explorer, as you can see in the following screenshot: 
     
 
 The file &quot;hosts&quot; does not have an extension =&gt; OK! 
 The file &quot;hosts.ics&quot; has a known extension and it's shown =&gt; OK! 
 The file &quot;lmhosts.sam&quot; has an unknown extension and it's shown =&gt; OK! 
 
 When I start Notepad++ as an administrator and try to open a file

--- Signal 379 [stackexchange] ---
URL: https://superuser.com/questions/1937011/how-to-fix-application-icon-on-windows-11-to-not-show-the-default-icon
Author: Alex | Score: 1 | Tier: 1
Title: How to fix application icon on Windows 11 to not show the default icon?
Body: I have an application on Windows 11 (24H2) that usually shows the default icon in the taskbar after I open it: 
   
 Then I close this application and open it again (and do NOTHING else). Usually it takes a few cycles, then I see the correct icon. This affects only one particular (internal) application, and it seems I am the only one that sees this totally annoying effect among other people using the same application on windows 11. 
 Sometimes I need to close and reopen that application once to 

--- Signal 380 [stackexchange] ---
URL: https://superuser.com/questions/1937374/how-to-disable-all-ai-features-in-firefox
Author: A-Tech | Score: 20 | Tier: 1
Title: How to disable all AI features in Firefox?
Body: AI features are included in the newest versions of Firefox, but I do not need/want them. How can I remove them?

--- Signal 381 [stackexchange] ---
URL: https://superuser.com/questions/1937410/how-to-limit-wsl2-to-only-use-performance-cores
Author: gaoqiang | Score: 0 | Tier: 1
Title: How to limit WSL2 to only use performance cores?
Body: As the title says. I use nvim in WSL2, but it often feels laggy. On another computer with the exact same configuration but all big cores, there are no issues at all. So I suspect nvim is running on the E-cores. How can I pin processes in WSL2 to the P-cores? 
  Update:   The machine that feels sluggish uses a Lunar Lake 288V CPU, while the other all-performance-core machine is equipped with an i5-12400.
The memory and storage specifications are basically identical. I installed the operating syst

--- Signal 382 [stackexchange] ---
URL: https://superuser.com/questions/1937372/how-do-i-disable-all-ai-features-in-chrome
Author: A-Tech | Score: 25 | Tier: 1
Title: How do I disable all AI features in Chrome?
Body: As per the That Privacy Guy article &quot; Google Chrome silently installs a 4 GB AI model on your device without consent &quot;: 
 
 Google Chrome is reaching into users' machines and writing a 4 GB on-device AI model file to disk without asking. The file is named weights.bin. It lives in OptGuideOnDeviceModel. It is the weights for Gemini Nano, Google's on-device LLM. Chrome did not ask. Chrome does not surface it. If the user deletes it, Chrome re-downloads it. 
 
 This is something I do not 

--- Signal 383 [stackexchange] ---
URL: https://superuser.com/questions/1937404/microsoft-edge-add-on-site-loads-immediately-disappears
Author: DanielSoCal | Score: 0 | Tier: 1
Title: Microsoft Edge Add-On Site Loads, Immediately Disappears
Body: I'm trying to get to the Microsoft Edge Add-On/Extensions page ( https://microsoftedge.microsoft.com/addons/Microsoft-Edge-Extensions-Home?hl=en-US ) 
 it loads... then seems to immediately disappear. I've tried disabling all of my Extensions, and that didn't do anything. 
 Any ideas?  I need to get to it so that I can get a Browser integration with a piece of software.

--- Signal 384 [stackexchange] ---
URL: https://superuser.com/questions/1937376/how-can-i-set-the-default-language-for-a-new-application-in-macos
Author: Daniel Aviv | Score: 1 | Tier: 1
Title: How can I set the default language for a new application in macOS?
Body: macOS Version: 26.4.1. 
 Is there a way to force all (or custom) new applications (especially Spotlight Search) to default to English while still keeping the per-document switching enabled for everything else ('Automatically switch to a document's input source' setting should still function)?

--- Signal 385 [stackexchange] ---
URL: https://superuser.com/questions/1937315/create-simple-folder-shortcut-buttons-on-windows-save-dialog-command-bar
Author: John | Score: 0 | Tier: 1
Title: Create simple folder shortcut buttons on Windows Save Dialog Command Bar
Body: I organize files fairly extensively however I dislike having to constantly navigate around the explorer file tree to change folders. I would like to add single-click buttons on the Windows Command Bar to simply instantly navigate to a folder. An example directory location: 
 D:\My Documents\Pictures\Nature\Weather Maps 
 For those who don't know what the Command Bar is, it has commands such as &quot;Organize&quot; and &quot;New Folder&quot;. I've outlined it in green: 
   
 You can open it via W

--- Signal 386 [stackexchange] ---
URL: https://superuser.com/questions/1937289/why-did-a-fedora-update-break-my-unicode-u-s-flag-symbol
Author: yegnal | Score: 7 | Tier: 1
Title: Why did a Fedora update break my unicode U.S. flag symbol?
Body: Prior to updating to Fedora Desktop 44, my custom .bashrc entry for the  $PS1  variable inserted a small U.S. flag into the terminal prompt. 
 The character code is U+FE4E6. You can  echo $'\UFE4E6'  and can see that it is no longer the image of the flag, but something else. 
 This has happened before after updating Fedora, but resolved on its own after a few updates. I would really like to know what's behind this so I can resolve on my own.

--- Signal 387 [stackexchange] ---
URL: https://superuser.com/questions/1937336/alternative-screen-tmux-like-session-persistence-without-multiple-buffers
Author: dave mankoff | Score: 0 | Tier: 1
Title: Alternative Screen/Tmux Like Session Persistence Without Multiple Buffers?
Body: I want to be able to ssh into a remote computer, run a command, and then disconnect and reconnect at a later time (possibly from another client). I have typically used  screen  for this, but I am wondering if there is a more light-weight way to handle this: something that doesn't concern itself with multiple buffers/windows or the other advanced features. 
 Ideally I could run multiple of these sessions, each with its own label, such that I could choose which one to reconnect to when I am at ano

--- Signal 388 [stackexchange] ---
URL: https://superuser.com/questions/1937322/why-does-afio-create-a-broken-symlink-and-then-stop-unpacking
Author: Neppomuk | Score: 1 | Tier: 1
Title: Why does afio create a broken symlink and then stop unpacking?
Body: I've got a serious issue with  afio Version 2.5.2 dated 30 Nov 2018  on Ubuntu 24.04.4: When trying to unpack a huge (&gt; 1.1 TB) archive… 
  mixtile@blade3n4:/$ sudo afio -iZ /media/mixtile/F2545FBE545F83EF/20260502_1808.afio &amp;
  
 …I get such a directory: 
  mixtile@blade3n4:/bak$ ls -al
total 8
drwxr-xr-x  2 root root 4096 May  4 15:39 .
drwxr-xr-x 26 root root 4096 May  4 15:40 ..
lrwxrwxrwx  1 root root    5 May  4 15:39 home -&gt; Xhome
  
  But:   Xhome  has never existed! The  /bak 

--- Signal 389 [stackexchange] ---
URL: https://superuser.com/questions/1937319/how-many-concurrent-connections-and-channels-for-sftp-downloads
Author: benjimin | Score: 1 | Tier: 1
Title: How many concurrent connections and channels for SFTP downloads?
Body: In OpenSSH SFTP, not only can a client machine make multiple TCP/IP connections to a server, but also within each connection (or authenticated &quot;transport&quot; session) multiple independent &quot;channels&quot; can be multiplexed. 
 For a client to maximise performance when bulk downloading multiple files, how many simultaneous connections should the client attempt to make to the same host, and how many parallel channels per connection should the client attempt to establish? (What are the t

--- Signal 390 [stackexchange] ---
URL: https://superuser.com/questions/1936543/did-microsoft-force-install-copilot-during-a-recent-2026-april-microsoft-edge
Author: Amazon Dies In Darkness | Score: 3 | Tier: 1
Title: Did Microsoft force-install Copilot during a recent (2026 April) Microsoft Edge update?
Body: On multiple Windows 11 Pro 25H2 (OS Build 26200.8117) systems, Microsoft's Copilot installed itself during the first week of 2026 April. 
 Every system experienced Copilot v146.0.3856.109 suddenly getting installed into  C:\Program Files (x86)\Microsoft\Copilot . That folder did not exist on any of the systems before 2026 April.  On each system, that folder suddenly now exists and - together with its subfolders - contains over 825MB of Copilot application files. 
 None of the machines were acces

--- Signal 391 [stackexchange] ---
URL: https://superuser.com/questions/1937296/how-do-i-copy-the-unsent-prompt-text-from-claude-codes-input-buffer-to-the-clip
Author: Franck Dernoncourt | Score: 0 | Tier: 1
Title: How do I copy the unsent prompt text from Claude Code&#39;s input buffer to the clipboard with keyboard shortcut(s) only?
Body: I'm using  Claude Code  (v2.x) in the Cursor IDE integrated terminal on Windows 11 25H2 Pro x64. When I've typed a prompt into the input box but haven't sent it yet, I want to extract that text cleanly to the system clipboard, e.g., to save as a template, reuse in another session, or share verbatim. How do I copy the unsent prompt text from Claude Code's input buffer to the clipboard  with keyboard shortcut(s) only ? 
 Example of unsent prompt text in Claude Code's input buffer:

--- Signal 392 [stackexchange] ---
URL: https://superuser.com/questions/1937115/how-to-locally-backup-save-gmail-via-intermittent-google-takeouts-for-future-vie
Author: anony | Score: 0 | Tier: 1
Title: How to locally backup/save gmail via intermittent Google Takeouts for future viewing with Thunderbird?
Body: I would like to purge some space from my Gmail account (just the emails). I know I can create a Google Takeout, but am new to Thunderbird. 
 If I intermittently create Google Takeout  .mbox  files is there a way to intermittently add them to my local computer/backup and view/search them using Mozilla Thunderbird? I don't want to &quot;sync&quot; because I want to delete possibly &gt;15GB from various Gmail accounts, but have them saved (not deleted) locally. 
 If so, how do I create separate &qu

--- Signal 393 [stackexchange] ---
URL: https://superuser.com/questions/1937282/how-to-open-microsoft-edge-in-windows-11-to-a-specific-workspace-via-commandline
Author: Mafu Josh | Score: 1 | Tier: 1
Title: How to open Microsoft Edge in Windows 11 to a specific Workspace via commandline?
Body: In Microsoft Edge in Windows 11, I have numerous Workspaces created. I want to launch Edge via commandline to a specific Workspace.

--- Signal 394 [stackexchange] ---
URL: https://superuser.com/questions/1937239/winmerge-need-to-exclude-certain-folders-but-the-result-is-all-folder-excluded
Author: user854651 | Score: 2 | Tier: 1
Title: WinMerge - need to exclude certain folders but the result is all folder excluded
Body: vrs 2.16.50 
 Working with two external drives G:\ and D:\ I want to exclude certain folders. 
Based on other questions asked and answered Ive wrote the filter like this: 
 filter: !folder3\; !folder4\; !folder5\ 
 This only scans the files present and none of the other folders. 
 folder1 and 2 are not scanned. file1, etc are the only things scanned. 
 I can remove the filters all together and it scans everything. 
 I tried creating a file for the filter with the same results. 
  ## to Exclude
n

--- Signal 395 [stackexchange] ---
URL: https://superuser.com/questions/1937100/missing-debugging-feature
Author: Lars Kristensen | Score: 0 | Tier: 1
Title: Missing debugging feature
Body: When debugging in Visual Studio 2022 and a breakpoint is hit, I can hover the cursor over an initialized object, and traverse the properties using the small arrows: 
   
 I recently installed Visual Studio 2026, and it looks like these arrows are missing when debugging. Hovering over the object just shows the string representation of the object: 
   
 I have tried searching for a setting to toggle these arrows, but I can't seem to find something that will get them back. 
 Are these arrows gone f

--- Signal 396 [stackexchange] ---
URL: https://superuser.com/questions/1935593/what-is-mozilla-and-chromium-trust-stores
Author: itsmarziparzi | Score: 1 | Tier: 1
Title: What is &quot;Mozilla and Chromium trust stores&quot;?
Body: A work customer/partner mentioned to us &quot;The DigiCert G1 Root Certificate is scheduled to be distrusted and removed from Mozilla and Chromium trust stores on April 15, 2026&quot;. 
 I think the phrase &quot;trust store&quot; is mis-used here, but can someone help me if I'm correct? 
 Mozilla and Chromium have root stores to contain TLS Root CA certificates. 
 ex.1:  https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/policy/  
 ex.2:  https://share.google/aimode/KYa

--- Signal 397 [stackexchange] ---
URL: https://workplace.stackexchange.com/questions/203421/how-to-focus-on-effectively-applying-for-jobs-with-reputable-employers
Author: ClanLatin | Score: 7 | Tier: 1
Title: How to focus on effectively applying for jobs with reputable employers?
Body: I've been having a lot of trouble getting a full time job. To fix this, I want to move away from sending out massive amounts of resumes and applications through sites like Indeed and LinkedIn (I think there's a lot of fake jobs on these sites). But I'm not sure how to go about doing a more target approach. For example I've gotten the names of a couple of large, stable employers in my area that I've heard good things about. So should I just keep watch of their job posting and apply if it's a good

--- Signal 398 [stackexchange] ---
URL: https://workplace.stackexchange.com/questions/203408/possible-red-flags-with-this-recruiters-behaviour
Author: doppelfish | Score: 5 | Tier: 1
Title: Possible red flags with this recruiter&#39;s behaviour
Body: So, the following chain of events happened: 
 A recruiter reaches out to me via linkedin, tells me he's recruiting for Medsize Corp. (which is Known Good, and I'd take the job if they were to make an offer). He  tells me by my previous experience, I might be a good fit for a job at Medsize Corp. and asks me to send my CV - which I do.  He suggests we connect via phone - I agree, we talk.  In the phone call, he asks many questions suitable for a first-level screening call, sometimes seeming to be

--- Signal 399 [stackexchange] ---
URL: https://workplace.stackexchange.com/questions/203293/how-to-decide-what-experience-should-be-placed-on-the-resume
Author: Faito Dayo | Score: 3 | Tier: 1
Title: How to decide what experience should be placed on the resume?
Body: So I am a recent master's grad in Mechanical Engineering in Canada and I have the following non-academic experiences (not including the things like school projects and my research work): Co-op in as an engineering intern during 2019 - 2020, a current volunteer position in a museum where I use my engineering skills to help them design stuff, and some part-time works that has nothing to do with engineering. How long should my type of recent grad resume be and how should I organize my experiences w

--- Signal 400 [stackexchange] ---
URL: https://workplace.stackexchange.com/questions/203412/old-job-post-republished-on-linkedin-network-first-or-apply-now
Author: Lilla | Score: 0 | Tier: 1
Title: Old job post republished on LinkedIn: network first or apply now?
Body: I came across a rather old but still active job post that I find interesting (status: republished 8 hours ago on LinkedIn). 
 Ideally, if the job post was new, I'd try to connect with an employee doing a similar role to understand how is it like to work in the company, assess company culture etc. I do this before to maximize chances of receiving honest answers. 
 But with an old job post I fear that it might be filled before I get to speak with someone, since I have no direct contact in there. 


--- Signal 401 [stackexchange] ---
URL: https://workplace.stackexchange.com/questions/203405/is-there-a-mid-career-trap-for-professional-engineers-in-the-uk
Author: kramerfreenow | Score: 3 | Tier: 1
Title: Is there a mid-career trap for professional engineers in the UK?
Body: My question concerns technical career paths for mid-career engineers ( not  SWE)  in the UK  (i.e. US-centric advice might not apply here). 
 Current situation 
 I'm a design engineer with ~10 years of experience, working for a branch of a fairly large company (not London nor Oxbridge); my position is modelling/physics/design heavy and more niche compared to perhaps more widespread SWE/MechE/EE etc. I joined this company 8 years ago, working to Staff/Lead level. I have been lead engineer on seve

--- Signal 402 [stackexchange] ---
URL: https://workplace.stackexchange.com/questions/203363/how-to-respond-to-fuzzy-requests-such-as-work-more-independently
Author: Zucchetto | Score: 1 | Tier: 1
Title: How to respond to fuzzy requests such as &quot;work more independently&quot;?
Body: I have a part time job where I work directly with the owner. He said he wants/would give me full time hours. Today he said that for this to happen he wants me to work more independently. I told him I found that a bit surprising, and listed 3 recent tasks I completed independently. He replied he helped with one. I replied he wanted to but I would've been happy to do it all by myself. What's a constructive way to interpret rather nebulous feedback like work more independently? Should I follow up w

--- Signal 403 [stackexchange] ---
URL: https://workplace.stackexchange.com/questions/203353/lagging-behind-in-career
Author: Omi | Score: 0 | Tier: 1
Title: lagging behind in career
Body: I was always a diligent and bright student in school and college and was always hard working. I have been in the software industry for 20 years too and if that is a valid benchmark, I have survived in the industry long enough. Was able to even raise a family, have decent earnings, even purchased a house (paid off already) 
 Yet, I feel like a miserable failure. I always feel that most of my peers are doing much better than me. Even after 20 years, I always feel that I am as good as just a guy wi

--- Signal 404 [stackexchange] ---
URL: https://workplace.stackexchange.com/questions/203342/what-to-do-about-a-no-win-situation-of-performance-punishment
Author: Cdn_Dev | Score: 22 | Tier: 1
Title: What to do about a no win situation of performance punishment?
Body: A bit of background, I am a high performing software developer working for an organization that provides unbeatable benefits. I don't plan to leave as I am happy with my compensation package and the overall culture of the organization. 
 However I seem to be in an impossible situation where I'm one of few employees on my team who is capable of delivering on difficult projects. HR at the org has created a compensation hierarchy where there is only a management track beyond my level, and no real m

--- Signal 405 [stackexchange] ---
URL: https://workplace.stackexchange.com/questions/203300/how-to-handle-a-denied-raise-connected-to-promotion
Author: Lilla | Score: 1 | Tier: 1
Title: How to handle a Denied Raise connected to Promotion
Body: I am a junior software developer, who, according to their manager, has been operating at mid-level for the past year. 
 As such, I just asked for a title correction and a 10k base salary increase. This would have brought me closer to market rates (I'd still be slightly under paid). 
 I have been granted the title correction, a 5k increase in the bonus (half perfomance based, half company based, since they &quot;appreciate my work&quot;), and a 0% base salary increase (since &quot;I got a 5% rais

--- Signal 406 [stackexchange] ---
URL: https://workplace.stackexchange.com/questions/203291/do-companies-prefer-unpaid-experiences-that-match-the-skillset-experience-requir
Author: user39178 | Score: 3 | Tier: 1
Title: Do companies prefer unpaid experiences that match the skillset/experience requirement of a job or work experience that don&#39;t match the job requirement
Body: I am a very recent MaSc grad in Aerospac Engineering in Canada. I have a Co-op internship during the 2019-2020 (that got cut short because of COVID laid off). I have been volunteering in an aviation museum to restore aircraft and my main duty is using my engineering knowledge to design and analyze stuff for them. I do this because I want to get more hands-on experience (can be proven with the engineering drawing diagrams and analysis software files). Now I started applying for entry-level engine

--- Signal 407 [stackexchange] ---
URL: https://workplace.stackexchange.com/questions/203302/colleague-doesnt-work-on-any-task-unless-request-specifically-comes-from-the-bo
Author: CodePanda | Score: 12 | Tier: 1
Title: Colleague doesn&#39;t work on any task unless request specifically comes from the boss
Body: I work in a small company with 5-10 people in a software development team with a boss in charge of the team. Everyone is senior-level with a flat hierarchy. It's a remote company, and almost everyone works fully remotely. 
 I am currently working on a project along with a colleague who supports me in frontend (I mostly handle backend/devops). 
 The boss created the original tickets, and my colleague works on them. 
 If I ask him in the chat or if I create a ticket to make any improvement in the 

--- Signal 408 [stackexchange] ---
URL: https://workplace.stackexchange.com/questions/203230/how-to-leverage-and-frame-software-developer-work-experience-in-taking-over-a-ch
Author: user1821961 | Score: 18 | Tier: 1
Title: How to leverage and frame software developer work experience in taking over a challenging startup acquisition?
Body: I've recently joined a team taking over a supposedly profitable software product of dubious quality (Poor documentation, lack of automated tests, unconventional coding conventions, high complexity, etc) from a startup acquisition, as an individual contributor software developer. 
 Unfortunately, the acquiring company is laying off the entire acquired team who actually know and understand the product, in one month. The team I joined has been attempting to ramp up for months but lectures on variou

--- Signal 409 [stackexchange] ---
URL: https://workplace.stackexchange.com/questions/203170/how-do-we-evaluate-and-hire-entry-level-software-developers-in-the-era-of-ai
Author: awb-ox | Score: 25 | Tier: 1
Title: How do we evaluate and hire entry-level software developers in the era of AI?
Body: With my colleagues, we are trying to prepare a simple coding test for junior hires for entry-level software developer position in our company. We used to have a coding test that HR would send to the candidate to check if they have any basic knowledge of it. The problem is, it is so easy to copy-paste to AI chat and get the correct answer, so this kind of testing becomes unreliable. 
 What is advice on entry-level positions evaluation in spite of these challenges? How to keep the position open fo

--- Signal 410 [stackexchange] ---
URL: https://workplace.stackexchange.com/questions/203200/how-can-i-handle-a-possible-poisoned-chalice-promotion
Author: user3049 | Score: 4 | Tier: 1
Title: How can I handle a possible poisoned chalice promotion?
Body: I've worked as a technical professional for 25 years but I'm probably only adequate at my job. Applied for promotion to a senior role at my current employer twice, been told my skills aren't good enough. But the thing is that senior technicians here also have some management responsibilities and I'm the only person in the whole department who has actual management experience on my CV. I thought that would count in my favour but it seems not. 
 The department head knows I want a promotion, and no

--- Signal 411 [stackexchange] ---
URL: https://webmasters.stackexchange.com/questions/148661/how-to-correctly-configure-dns-and-ssl-for-a-self-hosted-sovereign-gateway-a18
Author: Mikecomplex Ai | Score: 0 | Tier: 1
Title: How to correctly configure DNS and SSL for a self-hosted sovereign gateway (A18+ Architecture)
Body: I am in the process of self-hosting a sovereign digital infrastructure for my company, Cortex Intelligence Nexus-Intel Solutions (CINIS). I am using a custom-built hardware stack (i7 A18 Plus) and need to ensure the webmastering settings are optimized for high-frequency data ingestion and non-custodial integrity.
My current setup:
Server: Self-hosted industrial core.
Stack: Node.js environment with a custom SDK (Millions SDK).
Goal: Point my primary domain to this local infrastructure while main

--- Signal 412 [stackexchange] ---
URL: https://webmasters.stackexchange.com/questions/148546/googlebot-crawl-bursts-causing-traffic-spikes-on-large-multi-site-architecture
Author: Phong Thai | Score: 0 | Tier: 1
Title: Googlebot crawl bursts causing traffic spikes on large multi-site architecture
Body: I manage a network of many small websites (tens of thousands),
each intended to be independent, but technically routed through
a central domain for operational reasons. 
 Each site has its own hostname and content, but Googlebot appears
to crawl them in large bursts rather than gradually. When this
happens, traffic spikes dramatically in a short time window. 
 Main domains behave normally, but the large number of small sites
are crawled almost simultaneously. 
 My questions are: 
 
 How does Goo

--- Signal 413 [stackexchange] ---
URL: https://webmasters.stackexchange.com/questions/148539/how-to-issue-ssl-certificate-with-http-probe-when-well-known-folder-cant-be-cre
Author: VladimirVlasov | Score: 3 | Tier: 1
Title: How to issue SSL certificate with HTTP probe when well-known folder can&#39;t be created?
Body: Shortly, task is to issue SSL certificate for domain name.
And there are restrictions: 
 
 Can't change DNS records. 
 Can't create folder with dot in its name. 
 
 Deeper in details.
There is domain and its A DNS record points to some IP.
I have access to the host with this IP.
I would like to put SSL certificate to the host to enable HTTPS connections. 
 Usually SSL certificate preparation procedure involves ownerwhip check which can be dns and http probe.
Dns probe requires to add some TXT DN

--- Signal 414 [github] ---
URL: https://github.com/microsoft/vscode/issues/308442
Author: CyberRaccoonTeam | Score: 58 | Tier: 1
Title: Feature Request: Native LM Studio Integration (like Ollama)
Body: # Feature Request: Native LM Studio Integration

## Description

**Is your feature request related to a problem? Please describe.**

Currently, VS Code has native integration for Ollama (`ollama launch vscode` command, built-in model picker, official docs), but LM Studio users must rely on a third-party extension with manual configuration.

As local LLM adoption grows, having multiple local runner options is important for users. LM Studio has different models, better GPU utilization on some syst

--- Signal 415 [github] ---
URL: https://github.com/microsoft/vscode/issues/297666
Author: iwangbowen | Score: 46 | Tier: 1
Title: Add Computer Use / Desktop Automation Support to GitHub Copilot
Body: 
Type: <b>Feature Request</b>

GitHub Copilot currently lacks the ability to interact with the desktop environment — such as clicking UI elements, navigating applications, or performing screen-based tasks — which limits its usefulness for automation workflows that go beyond code generation. Adding computer use capabilities (similar to Anthropic's Claude Computer Use) would allow Copilot to assist with GUI-based tasks, OS-level operations, and end-to-end automation directly from the editor. This 

--- Signal 416 [github] ---
URL: https://github.com/microsoft/vscode/issues/313962
Author: NatoBoram | Score: 42 | Tier: 1
Title: Add `Assisted-by` instead of `Co-authored-by` for AI agents
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

The new `Co-authored-by` tag added for Copilot conflicts with existing meanings of the tag. Commit authors have certain benefits and responsibilities towards their commits which cannot be enjoyed nor fulfilled by AI agents.

The Lin

--- Signal 417 [github] ---
URL: https://github.com/microsoft/vscode/issues/295755
Author: stuartjsmith | Score: 40 | Tier: 1
Title: Feature Request: Support Branch Selection for Organization‑Level Copilot Agents
Body: # Problem Statement

Visual Studio Code currently supports organization-level Copilot agents that are automatically synced from a central GitHub repository (for example, a `.github-private` repository in a GitHub organization). This is a powerful mechanism for distributing agents consistently and at scale across an enterprise.

However, the current behavior appears to always source agent definitions from the default branch (e.g., `main`) of the repository. This creates a limitation for teams tha

--- Signal 418 [github] ---
URL: https://github.com/microsoft/vscode/issues/298047
Author: shiv-codegit | Score: 37 | Tier: 1
Title: Using gh Auth for authentication 
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

I want to propose a feature where copilot extension can use the authentication mechanisms listed for github copilot cli

https://docs.github.com/en/copilot/how-tos/copilot-cli/set-up-copilot-cli/authenticate-copilot-cli

There are 3

--- Signal 419 [github] ---
URL: https://github.com/microsoft/vscode/issues/295212
Author: jota0222 | Score: 33 | Tier: 1
Title: Setting to make side by side diff view the default for changes made by copilot
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->
As mentioned in this comment of a closed feature request:

> The closest one I have found is this https://github.com/microsoft/vscode/issues/271355, but it's closed as not planned as well. 
> 
> What we need is a setting where we can

--- Signal 420 [github] ---
URL: https://github.com/microsoft/vscode/issues/309447
Author: alphagocc | Score: 30 | Tier: 1
Title: Feature Request: Allow `task.allowAutomaticTasks` to be set at the workspace level
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

Currently, `task.allowAutomaticTasks` is restricted to User (global) settings. This creates an "all-or-nothing" dilemma that severely limits workflow flexibility for developers. I strongly propose allowing this setting to be configu

--- Signal 421 [github] ---
URL: https://github.com/anthropics/claude-code-action/issues/955
Author: tombrov | Score: 25 | Tier: 1
Title: Sticky comments with inline in PR review
Body: We want to use sticky comments for the ability to just keep updating the original summary made by the action.
Sadly when we enable `use_sticky_comments:true` we are not able to get inline comments in our PRs.

Seems like the action blocks the option when sticky comments are enabled, is it in the scope to let the `use_sticky_comments` work for the master comment with inline comments?

--- Signal 422 [github] ---
URL: https://github.com/microsoft/vscode/issues/302112
Author: carloslabradornetkia | Score: 25 | Tier: 1
Title: Crate a history status page for VS Code services
Body: ## Bug: VS Code Update Service returns HTTP 503 (Service Unavailable)

**Type:** Bug  
**Issue Type:** Service Availability  
**Product:** Visual Studio Code  
**Area:** Update Service

---

## Description

Visual Studio Code fails to check for updates because the update service returns an **HTTP 503 (Service Unavailable)** response.

The error occurs when VS Code attempts to contact the update endpoint to retrieve update information.

A screenshot of the error is attached.

---

## Error Messag

--- Signal 423 [github] ---
URL: https://github.com/microsoft/vscode/issues/304930
Author: vndkubi | Score: 24 | Tier: 1
Title: Sensitive Data Masking
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->
## Summary

Add a **Sensitive Data Masking** layer to the GitHub Copilot Chat VS Code extension that intercepts file references and file content before they are included in prompts sent to a language model. When a file's name or path

--- Signal 424 [github] ---
URL: https://github.com/microsoft/vscode/issues/300696
Author: estruyf | Score: 24 | Tier: 1
Title: Feature Request: Expose Current Integrated Browser URL to Extensions
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

# Feature Request: Expose Current Integrated Browser URL to Extensions

## Summary
Please add a supported VS Code Extension API to retrieve the current URL of an Integrated Browser tab.

## Problem
Extensions can open Integrated Bro

--- Signal 425 [github] ---
URL: https://github.com/microsoft/vscode/issues/298153
Author: copilot-2025 | Score: 24 | Tier: 1
Title: Unexpected Focus Shift To Other Chat's AskQuestions Area
Body: > Have two chats running
> Be writing an answer in the askQuestions response area on one chat, in the middle of typing a word
> Meanwhile the other chat triggers its own askQuestions question
> The keypresses meant for the first chat are instead sent to the other chat
> The other chat interprets the letter keypresses as an actual response (rather than the text being entered in the custom answer area, but even then that would be a flaw)
> The other chat has an answer submitted that I didn't inten

--- Signal 426 [github] ---
URL: https://github.com/microsoft/vscode/issues/302104
Author: dmke | Score: 24 | Tier: 1
Title: Debian/apt: unhelpful update notifications
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

When a new release becomes available, Code is eager to inform me about this in multiple places:

<img width="619" height="277" alt="Image" src="https://github.com/user-attachments/assets/ee4318a0-0320-4d31-8be8-f81332e8e082" />

This is (mostly) fine. However, as a Debian us

--- Signal 427 [github] ---
URL: https://github.com/microsoft/vscode/issues/303308
Author: RenTensei | Score: 24 | Tier: 1
Title: Test results panel vertical/horizontal splitting
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

Im trying vscode for running tests and I in my test results pane I can see test output on the left split, and the right split displays the tests themselves. 

But im having custom layout most of the time and the test results pane is

--- Signal 428 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5413
Author: freddyholms | Score: 23 | Tier: 1
Title: Support for Internal Reverse Proxy using Custom DNS Zones
Body: **Is your feature request related to a problem? Please describe.**
I am looking for a way to create short names for internal services (e.g., prox or dashboard.netbird.internal) that map directly to a specific IP and Port (e.g., 100.64.0.5:8080).

Currently, NetBird DNS Zones only handle Layer 3 (IP resolution), which requires me to append the port manually in the browser. While the new "Reverse Proxy" feature solves the port-mapping issue, it currently requires a public domain and Let's Encrypt 

--- Signal 429 [github] ---
URL: https://github.com/Azure/AKS/issues/5630
Author: winromulus | Score: 23 | Tier: 1
Title: [Feature] [Application Gateway for Containers] Ability to set the public IP for whitelisting
Body: **Is your feature request related to a problem? Please describe.**

Application Gateway for Containers (AGfC) frontends using ALB controller are assigned auto-generated anycast IP addresses that cannot be controlled or predicted. This is a blocker for enterprise scenarios where external partners and vendors need to allowlist our service endpoints in their outbound firewall rules. Since the anycast IPs assigned to AGfC frontends can change without notice and are not customer-controlled, partners 

--- Signal 430 [github] ---
URL: https://github.com/microsoft/vscode/issues/310930
Author: latel | Score: 23 | Tier: 1
Title: Stabilize `vscode.proposed.tunnels` API: enabling named portless tunnel aliases for AI-assisted devcontainer workflows
Body: ## Summary

`vscode.proposed.tunnels` has been a proposed API since August 2022 (~3.5 years). This issue requests its graduation to the stable API surface, or at minimum a formal plan for stabilization. The ability to programmatically create named portless tunnel aliases is a key building block for modern AI-assisted development workflows.

## Why This Matters Now

### The AI-Assisted Dev Workflow

Effective AI agent-assisted development increasingly requires:

1. **Git worktrees** — one branch 

--- Signal 431 [github] ---
URL: https://github.com/microsoft/vscode/issues/311734
Author: rodrigoslayertech | Score: 23 | Tier: 1
Title: Feature Request: Set an environment variable (e.g. COPILOT_AGENT) when agent/subagent runs a terminal command
Body: ## Problem

When VS Code Copilot Chat (or its subagents) executes a command in the terminal via tools like `run_in_terminal` or `execution_subagent`, there is **no way for CLI tools to detect** that the command was initiated by an AI agent rather than a human user.

Other AI coding agents already set environment variables in spawned subprocesses:

| Agent | Environment Variable(s) |
|-------|------------------------|
| Claude Code CLI | `CLAUDECODE`, `CLAUDE_CODE` |
| Cursor | `CURSOR_AGENT` |
|

--- Signal 432 [github] ---
URL: https://github.com/microsoft/vscode/issues/310710
Author: karlhorky | Score: 22 | Tier: 1
Title: Integrated browser "edit mode": use inline text edits as a signal for Copilot edits
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

When performing marketing copy edits, it is often faster to just change text copy directly in the integrated browser than to describe the change in chat and wait for Copilot to make the change and the dev server to update the integr

--- Signal 433 [github] ---
URL: https://github.com/microsoft/vscode/issues/304713
Author: netbrothers-tr | Score: 22 | Tier: 1
Title: View References as Tree
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

## Description

As requested by @PythooonUser and upvoted by @harkairt in #179665, I want to restart the conversation about being able to display references in a tree layout. This isn't IMHO just a necessary feature, it would also b

--- Signal 434 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5450
Author: heymoe | Score: 21 | Tier: 1
Title: Feature Request: Add Let's Encrypt / ACME DNS challenge (DNS-01) support to the Proxy container.
Body: **Is your feature request related to a problem? Please describe.**

There could be a deployment scenario where one might not have the ability to make the needed changes to satisfy the requirements to allow the currently supported "tls-alpn-01" and "http-01" challenge methods to be successful. An example might be having an upstream firewall that you don't have to ability to manage that is blocking the inbound ACME connections that are trying to do the verification. Having the ability to use the D

--- Signal 435 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5364
Author: marcschwaiger | Score: 21 | Tier: 1
Title: mTLS Auth for Proxy Services
Body: **Is your feature request related to a problem? Please describe.**
The current authentication methods for the Reverse Proxy feature (SSO, PIN, Password) are interactive and browser-based. This breaks connectivity for:
​Native Mobile Apps: Apps like Home Assistant, Nextcloud, or Immich often cannot handle OIDC redirects or HTML login forms.
​Machine-to-Machine (M2M): CI/CD runners, webhooks, and IoT devices cannot "log in" via a browser.

**Describe the solution you'd like**
I propose a fully man

--- Signal 436 [github] ---
URL: https://github.com/bluesky-social/social-app/issues/10211
Author: NotNite | Score: 21 | Tier: 1
Title: Improve image re-encoding to prevent quality loss
Body: ### Describe the Feature

Right now, all images get re-encoded as JPEG on upload: https://github.com/bluesky-social/social-app/blob/a0d4af5c5f7a9a1547e1533ffefba2bd7ed68c4a/src/state/gallery.ts#L242-L250

This comes with a few major downsides:

- Images that fit under the imposed size limit are *always* re-encoded, leading to unavoidable quality loss (even at 100% quality). In some cases, the re-encoded image is larger than the original, defeating the point of re-encoding in the first place.
- A

--- Signal 437 [github] ---
URL: https://github.com/microsoft/vscode/issues/300118
Author: tinspj1997 | Score: 21 | Tier: 1
Title: Feature Request: Mention Functions and Classes in Prompt Using @
Body: ## Feature Request: Mention Functions and Classes in Prompt Using @

### Problem

When writing prompt messages or instructions, it is difficult to clearly reference a specific function or class in the code.
Currently, I have to describe it in plain text, for example:

> "In the function `get_result`, I need to add one more parameter."

This approach becomes unclear when there are multiple functions with similar names or when working with large files.

### Proposed Solution

Allow referencing fun

--- Signal 438 [github] ---
URL: https://github.com/microsoft/vscode/issues/308943
Author: thomasa88 | Score: 18 | Tier: 1
Title: Exclude .jj (Jujutsu VCS) directory by default
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

VS code should have an entry for `.jj` in `files.exclude` by default. The directory contains [Jujutsu](https://docs.jj-vcs.dev/latest/) VCS files, just like `.git` and `.hg`.

--- Signal 439 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5895
Author: ITCMD | Score: 17 | Tier: 1
Title: Internal Reverse Proxy
Body: **Is your feature request related to a problem? Please describe.**
We've got numerous devices and services at customer locations we'd love to access via a direct dns query. IE device 192.168.1.40 on network b. We'd love to create a dns zone device.customerxyz.com and have it forward to that device, including port options. We can do this on the public internet using the reverse proxy setup, but we're using nginx and do not have any proxy clusters setup. However, that should not be needed if we wa

--- Signal 440 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5556
Author: NoNaccc | Score: 15 | Tier: 1
Title: [Feature Request] Reverse Proxy: Allow Auth Bypass based on Source IP / CIDR
Body: First of all, i love the new proxy feature!! 

**Is your feature request related to a problem? Please describe.**
Yes. It's frustrating that the new built-in Reverse Proxy forces authentication for all requests, even if the device is already securely connected to the Netbird VPN network.

**Describe the solution you'd like**
I would like an option to bypass proxy authentication (SSO/Password) based on the Source IP or CIDR. For example, allowing the internal Netbird subnet (e.g., 100.64.0.0/10) 

--- Signal 441 [github] ---
URL: https://github.com/microsoft/copilot-intellij-feedback/issues/1420
Author: andreiverdes | Score: 15 | Tier: 1
Title: PETITION - Open source the code for this intellij plugin
Body: Can you please OpenSource this already? I'd be more than happy to have a go at #1419 for instance and open-sourcing it won't impact revenue stream...

--- Signal 442 [github] ---
URL: https://github.com/microsoft/vscode/issues/304340
Author: Yushen176 | Score: 15 | Tier: 1
Title: May I hide this bar? 
Body: 
Type: <b>Feature Request</b>

I wanna hide the Local/Copilot CLI/Cloud and Default Approvals/Bypass  Approvals/Autopilot (Preview) bar, please

VS Code version: Code - Insiders 1.113.0-insider (59b7facd314893d11cc8298572f655c451d92cea, 2026-03-23T14:00:24+01:00)
OS version: Windows_NT x64 10.0.26200
Modes:


<!-- generated by issue reporter -->

--- Signal 443 [github] ---
URL: https://github.com/DataDog/terraform-provider-datadog/issues/3605
Author: lucioreisgh | Score: 14 | Tier: 1
Title: Feature request: RUM Ownership
Body: ### What resources or data sources are affected?

None, I expect it to be a new resource

### Feature Request

Hi there,

We recently tried the RUM Ownership feature, and it’s been great. It allows us to assign specific view names to teams.

The problem we’re facing now is managing it. As we add more teams and RUM integrations, the configuration complexity grows pretty quickly.

We were wondering if or when an API for this feature might be released. If so, we could implement support for it in th

--- Signal 444 [github] ---
URL: https://github.com/microsoft/vscode/issues/309756
Author: elcicneha | Score: 14 | Tier: 1
Title: MacOS Quick Look extension for code files
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->
## Problem

macOS Quick Look (Space bar preview in Finder) has no syntax highlighting for code files. Third-party plugins exist but require manual theme configuration that never accurately matches VS Code's colors — because they use 

--- Signal 445 [github] ---
URL: https://github.com/microsoft/vscode/issues/301853
Author: zhujin917 | Score: 14 | Tier: 1
Title: Regressive UI change: Missing border in context menus (Windows/Web)
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->
Recently, the context menu style was updated to remove border. While I understand the trend toward minimalism and a look that resembles Visual Studio, this is a UX regression on non-macOS platforms.

Without border, the menu blends i

--- Signal 446 [github] ---
URL: https://github.com/microsoft/vscode/issues/298260
Author: lppedd | Score: 13 | Tier: 1
Title: Expose CSS size registry to webviews
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->
As far as I can see, from 1.108.0 a size registry has been created, and we now have CSS variables such as:

```css
--vscode-codiconFontSize: 16px;
--vscode-cornerRadius-medium: 6px;
--vscode-cornerRadius-xSmall: 2px;
--vscode-cornerR

--- Signal 447 [github] ---
URL: https://github.com/microsoft/vscode/issues/299790
Author: iwangbowen | Score: 13 | Tier: 1
Title: Add Multi-Mode Screenshot Capture Support in Integrated Browser for Copilot Context
Body: 
Type: <b>Feature Request</b>

The integrated browser in VS Code currently lacks built-in screenshot capabilities, making it cumbersome to share web content with GitHub Copilot. Add support for multiple screenshot modes directly from the integrated browser, including full-page scrolling capture, viewport-only capture, and region selection — with a one-click option to insert the screenshot into the active Copilot chat context. This would significantly streamline web-based debugging and UI review 

--- Signal 448 [github] ---
URL: https://github.com/microsoft/vscode/issues/308198
Author: markusfalk | Score: 13 | Tier: 1
Title: Feature Request: Add a setting to configure the default agent (Agent/Plan/Ask) for new chat sessions
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

## Feature Request

Currently, new Copilot Chat sessions always default to the **Agent** agent. There is no user-configurable setting to change this default. Users who primarily work with the **Plan** or **Ask** agent must manually switch the agent picker at the start of eve

--- Signal 449 [github] ---
URL: https://github.com/Azure/AKS/issues/5681
Author: sboulkour | Score: 12 | Tier: 1
Title: [Feature] Add podIP as target option for Standard LB
Body: **Is your feature request related to a problem? Please describe.**

When using a Service of type LoadBalancer on AKS, the Azure Standard Load Balancer always targets node IPs in its backend pool. Traffic must go through kube-proxy on the node before reaching the pod, adding latency and an extra network hop.

AWS supports direct pod IP targeting via the AWS Load Balancer Controller (NLB IP target mode). Azure has no equivalent for L4 load balancing today.

The cloud-provider-azure documentation a

--- Signal 450 [github] ---
URL: https://github.com/microsoft/vscode/issues/303532
Author: greegus | Score: 12 | Tier: 1
Title: Search: Add "Ignore Diacritics" toggle (accent-insensitive search)
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

When working on projects with content in languages that use diacritics (Czech, Slovak, Polish, French, Spanish, Arabic, Vietnamese, Turkish, etc.), searching for text requires an exact match on accented characters. This makes search unreliable for developers who work with lo

--- Signal 451 [github] ---
URL: https://github.com/brave/brave-browser/issues/54738
Author: bsclifton | Score: 11 | Tier: 1
Title: [Desktop] Workspaces
Body: ## Description
This issue is tracking the addition of Workspaces to the Brave browser

The goal with is to folks organize a set of windows and tabs as granularly as they like and save them as a "workspace".

Folks can then switch between workspaces to accommodate different workflows that they might have. For example, someone might have a workspace for different things they do. Many descriptions of workspaces describe example groups like:
- Research
- Shopping
- Work

When a workspace is saved, i

--- Signal 452 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5297
Author: elyashivhazan | Score: 11 | Tier: 1
Title: Add support for L2 network
Body: **Is your feature request related to a problem? Please describe.**
When using older software, wake on lan and some games needs l2  broadcast

**Describe the solution you'd like**
Since netbird controls the entire stack (client and management server) it would be passable to include support for vxlan and or [gost](https://gost.run/en/tutorials/tuntap/#tuntap-device) to have a toggle for the server and client to chose to use l2. Like with networks and the new experimental for lazy connection

**Des

--- Signal 453 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5821
Author: DasRaschloch | Score: 11 | Tier: 1
Title: L4-Reverse Proxy: Allow forwarding of multiple ports/ranges for one subdomain.
Body: **Is your feature request related to a problem? Please describe.**
You cannot map more than one udp or tcp port to one subdomain/Service. 

For example: `Application A needs the udp ports 5000-5030 and tcp port 447 forwarded.`

Currently i have to create 31 rules just for this application, where each rule also uses a different subdomain.
This technically works fine, due to each domain resolving to the correct IP (wildcard cert). But it gets convoluted and complex really quick if you need multipl

--- Signal 454 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5379
Author: anebi | Score: 11 | Tier: 1
Title: Proxy domains DNS verification with a TXT Record or similar instead of CNAME
Body: Hello,

I think that there should be a posibility to verify the proxy domains with a TXT record as an alternative option instead of CNAME.

Let's say that I want to keep the proxy domains behind CloudFlare, then I cannot use CNAME DNS verification as the verification will fail. In this case I think that it would be better to have an alternative way to do DNS verification, with a TXT record or similar instead of CNAME.

This would also allow hiding the netbird server IP/cname without exposing it 

--- Signal 455 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5430
Author: cococheaf | Score: 10 | Tier: 1
Title: Add GeoIP to reverse proxy section to be able to block certain countries from accessing public services
Body: **Is your feature request related to a problem? Please describe.**
It is not a problem, but it would be nice to have additional control over which geo location is able to acces public services.

**Describe the solution you'd like**
It would be nice if one could add geo-ip checks in the reverse proxy management, e.g. when creating a publicly available resource that you can only allow certain coutries or deny certain countries.

**Describe alternatives you've considered**
None

**Additional contex

--- Signal 456 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5400
Author: JeWe37 | Score: 10 | Tier: 1
Title: Access to reverse proxy only for certain groups
Body: **Is your feature request related to a problem? Please describe.**
Netbirds new reverse proxy makes otherwise rather complex SSO authentication for proxies services, as well as TLS certificates simple. However one might prefer some services to only be accessible within the Netbird network rather than be publicly exposed. 

**Describe the solution you'd like**
Allow selecting netbird groups/peers which are allowed to access a reverse proxy service, disable the publicly exposed reverse proxy if th

--- Signal 457 [github] ---
URL: https://github.com/microsoft/vscode/issues/314414
Author: reub-the-cube | Score: 10 | Tier: 1
Title: Enforce `extensions.allowed` policy from the Remote (Server) side during Remote - SSH sessions
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->
Enforce `extensions.allowed` policy from the Remote (Server) side during Remote - SSH sessions

## Summary

When connecting to a remote machine via Remote - SSH, the `extensions.allowed` policy (or `AllowedExtensions` enterprise poli

--- Signal 458 [github] ---
URL: https://github.com/microsoft/vscode/issues/301182
Author: wyatt-wong | Score: 10 | Tier: 1
Title: Change macOS About Visual Studio Code dialog box into modal dialog box
Body: The macOS About Visual Studio Code dialog box is currently NOT a modal dialog box. 

After I select Code > About Visual Studio Code, the About Visual Studio Code dialog box appear on screen. But when I press Command+Shift+4 and then press SPACE BAR, the whole window of Visual Studio Code was selected instead of ONLY the About Visual Studio Code Dialog Box.



--- Signal 459 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5330
Author: ben-ba | Score: 9 | Tier: 1
Title: Reverse Proxy - expose services from peers localhost
Body: **Is your feature request related to a problem? Please describe.**
The new reverse proxy let us securely expose services, as long as they are accessible over the vpn.

Now, if you have services on the netbird server itself, you have no simple way to expose them.
(Or any other system when the service is exposed to 0.0.0.0 and the system is directly reachable from the internet)

**Describe the solution you'd like**
Bind a service to the localhost like 127.0.0.1:8080, then let us select the peer in

--- Signal 460 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5479
Author: zgv163 | Score: 9 | Tier: 1
Title: [Feature Proposal] Internal HTTPS Certificates for Peer Resources
Body: **TL;DR:** There's no way to get valid TLS certificates for NetBird peer hostnames (e.g., `crm.netbird.cloud`). Tailscale solved this years ago with `tailscale cert`. Two viable paths exist: an internal CA (potentially via Smallstep), or the brand-new Let's Encrypt DNS-PERSIST-01 challenge type arriving Q2 2026. Is this on the roadmap? Would a community PR be welcome?

---

## The Gap

When you access services over NetBird peer domains, browsers throw security warnings because there's no valid T

--- Signal 461 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5359
Author: da-wilky | Score: 9 | Tier: 1
Title: Proxy Setup with Caddy
Body: **Is your feature request related to a problem? Please describe.**
Some time ago I switched from Traefik to Caddy and wont ever go back based on the UX of those two reverse proxies. I had kinda a bad time with Traefik (better than NGINX, but I feel its a pain to add the labels to each container and have this config spread around) and Caddy solved all my problems. So I want to keep Caddy while also being able to use the proxy.

**Describe the solution you'd like**
A stable production ready Caddy 

--- Signal 462 [github] ---
URL: https://github.com/microsoft/vscode/issues/307634
Author: almahdi404 | Score: 9 | Tier: 1
Title: Add model picker option for 'Generate Commit Message' in Source Control
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

## Feature Request

Currently, when using the "Generate Commit Message" button in the Source Control panel, the model selected in the Chat panel is used. This can be confusing or limiting if users want a different LLM model for commit message generation than for chat interac

--- Signal 463 [github] ---
URL: https://github.com/microsoft/vscode/issues/308961
Author: danielm-infotrack | Score: 9 | Tier: 1
Title: VSCode MCP Task Compliance - Terrible UX
Body: - Copilot Chat Extension Version: Latest (pre-release)
- VS Code Version: 1.110+
- OS Version: Windows 11 Pro 10.0.22631
- Feature (e.g. agent/edit/ask mode): Agent mode (MCP tool calls)
- Selected model (e.g. GPT 4.1, Claude 3.7 Sonnet): Claude Sonnet 4.6, GPT-4.5 (model-independent, issue is in the MCP client layer)
- Logs: N/A (protocol behavior, not a crash)

Steps to Reproduce:

1. Configure an MCP server (Streamable HTTP transport) that declares `tasks.requests.tools.call` in its server ca

--- Signal 464 [github] ---
URL: https://github.com/microsoft/vscode/issues/295790
Author: pewill | Score: 9 | Tier: 1
Title: Make it possible to disable dimensions visual overlay on terminal resize
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->
In VS Code version 1.08 a visual overlay was introduced that shows the current dimension of the terminal. Whilst it can be helpful to know the current size of the terminal I find it distracting and I would like to have the possibilit

--- Signal 465 [github] ---
URL: https://github.com/microsoft/vscode/issues/300886
Author: cjdb | Score: 9 | Tier: 1
Title: Add a suggestions pane
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

The IntelliSense suggestion pop-up frequently obscures code that I'm reading. I rely on those suggestions, but I also need to be able to read the code that's currently being covered up.

I'd like to disable the inline suggestion pop

--- Signal 466 [github] ---
URL: https://github.com/microsoft/vscode/issues/305306
Author: DuckyCrayfish | Score: 9 | Tier: 1
Title: "Close All Editors" cancels entire operation when "Cancel" is selected on unsaved file prompt
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

### Observed Behavior

When using "Close All Editors", if an unsaved file is encountered, VS Code prompts with **Save**, **Don’t Save**, or **Cancel**.

If **Cancel** is selected, the entire "Close All Editors" operation is aborted,

--- Signal 467 [github] ---
URL: https://github.com/microsoft/vscode/issues/304130
Author: wagner | Score: 9 | Tier: 1
Title: files.readonlyInclude does not resolve relative paths in .code-workspace settings
Body: ## Description

When configuring `files.readonlyInclude` inside a `.code-workspace` file, relative paths and glob patterns do not work. Only absolute paths match correctly.

## Steps to Reproduce

1. Create a multi-root `.code-workspace` file with a folder entry using a relative path:
   ```json
   {
     "folders": [
       { "path": ".", "name": "main" },
       { "path": "../mylib", "name": "mylib" }
     ],
     "settings": {
       "files.readonlyInclude": {
         "../mylib/**": true
   

--- Signal 468 [github] ---
URL: https://github.com/microsoft/vscode-pull-request-github/issues/8607
Author: HeapCreep | Score: 8 | Tier: 1
Title: Ability to add comments in Markdown Preview Mode
Body: ### Request
Please add support for leaving review comments while viewing a Markdown file in Preview Mode.

### Reasoning
As AI-assisted workflows become more common, more of the important review context is showing up in Markdown files, not just code. Things like planning docs, specs, implementation notes, READMEs, and BMAD-style workflow docs are becoming a much bigger part of the review process.

Preview Mode is the best way to review that content because it shows the Markdown as it is actually

--- Signal 469 [github] ---
URL: https://github.com/microsoft/copilot-intellij-feedback/issues/1507
Author: shoib-ansari-dev | Score: 8 | Tier: 1
Title: [Feature Request] Support Multiple Parallel Chat Windows (like terminal tabs) for Concurrent Agent Sessions
Body: <!-- Please search existing issues to avoid creating duplicates  : not a duplicate issue-->

## Feature Request: Multiple Parallel Chat Windows

### Current Behavior
The Copilot plugin currently supports only a single chat window. This means users can only run one conversation or agent session at a time. If an agent is executing a long-running task (e.g., refactoring a module, generating tests, analyzing a codebase), the entire chat interface is occupied and the user cannot start or run another 

--- Signal 470 [github] ---
URL: https://github.com/microsoft/vscode/issues/299383
Author: S-sa-199 | Score: 8 | Tier: 1
Title: Copilot: Support firewalled or airgapped remote machines via SSH
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

I found a similar request in the old repository for vscode Copilot, where it was accepted as a backlog candidate:

https://github.com/microsoft/vscode-copilot-release/issues/10042

It is a pretty common scenario to need developing on a remote machine reachable via SSH that h

--- Signal 471 [github] ---
URL: https://github.com/microsoft/vscode/issues/300319
Author: kycutler | Score: 8 | Tier: 1
Title: APIs for browser control / debugging via CDP
Body: Please see #300696 for general browser APIs.

--- Signal 472 [github] ---
URL: https://github.com/microsoft/vscode/issues/308104
Author: David-Antunes | Score: 8 | Tier: 1
Title: Proposed API: Chat Session Management — programmatic create, list, open, delete, and rename of chat sessions
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

## Summary                                                                                                                                                                                                                              

--- Signal 473 [github] ---
URL: https://github.com/microsoft/vscode/issues/302056
Author: Neizan93 | Score: 8 | Tier: 1
Title: [Feature Request] Agent Teams: multi-agent collaboration for complex tasks in Copilot Chat
Body: ## Problem

For complex engineering tasks (e.g. building a full feature with architecture, implementation, tests, and CI), a single Copilot Chat session has to handle every concern at once. This leads to longer contexts, less specialized output, and no clear separation of responsibilities between different disciplines (design, backend, QA, DevOps, etc.).

## Proposed Feature: Agent Teams

Introduce the concept of an **Agent Team** inside Copilot Chat: a group of specialized agents, each focused 

--- Signal 474 [github] ---
URL: https://github.com/microsoft/vscode/issues/307819
Author: alexanderdombroski | Score: 8 | Tier: 1
Title: Render snippet description as markdown
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

## Feature Request

VS Code [completion items](https://code.visualstudio.com/api/references/vscode-api#CompletionItem) can be configured to render their descriptions as markdown. Can you add markdown support for user snippets as wel

--- Signal 475 [github] ---
URL: https://github.com/microsoft/vscode/issues/310150
Author: n-gist | Score: 8 | Tier: 1
Title: Extension API: Allow Memento.update during deactivate
Body: Currently, calls to `Memento.update` are effectively ignored when invoked from an extension’s `deactivate` function.

According to the documentation, `deactivate` can be asynchronous and VS Code allows a short grace period before terminating the extension. It would be helpful if `Memento.update` could participate in this window and complete its persistence.

### Use case

One practical scenario is persisting UI state, such as expanded nodes in a TreeView, toggles state, active tabs/switches in e

--- Signal 476 [github] ---
URL: https://github.com/microsoft/vscode/issues/308555
Author: annasoracco | Score: 8 | Tier: 1
Title: Agents app: Voice input
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

## Feature

Add a voice conversation mode to Agent App that supports real-time speak/listen turn-taking between the user and the agent.

## Motivation

Typing slows down iterative agent workflows like brainstorming, follow-up questions, and hands-free coding. A voice-native 

--- Signal 477 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5922
Author: Op-Zero | Score: 7 | Tier: 1
Title: Feature Request: Traffic Monitoring
Body: **Is your feature request related to a problem? Please describe.**

Currently, there is no built-in feature to monitor traffic usage (such as download and upload data) for individual users or overall server traffic. As a network administrator, I often find it difficult to track the amount of data transferred by users and the server, which is crucial for optimizing performance and ensuring fair usage policies.

**Describe the solution you'd like**

I would like to see a feature that allows monito

--- Signal 478 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5351
Author: alex-s-interexy | Score: 7 | Tier: 1
Title: Combined server: server.relays disables built-in relay and STUN — no way to add additional relays
Body: ## Bug / Feature Request

### Problem

When using the combined `netbird-server` container, configuring `server.relays` in `config.yaml` to add additional external relay servers **disables the built-in local relay AND STUN server entirely**. There is no way to have both the built-in relay and additional external relays.

This forces users who need multi-relay support (e.g., geo-distributed relay servers) to run a separate `netbirdio/relay` container alongside `netbird-server`, defeating part of t

--- Signal 479 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5532
Author: osevan | Score: 7 | Tier: 1
Title: Some guys won't using podman or docker containers .
Body: Can you post standalone setup routine in most relevant distribution like Debian , archlinux and rpm based distro without any docker overhead ?


Most private and security Concerned people need that.

You don't have to write a bash script, but in bash shell you have a reproducible flow.

A shellscript would be more elegant than docker.

Because, dependency docker would be gone.

I hope your application is simple enough to show standalone pure bash install 

Thanks and 

Best regards 

--- Signal 480 [github] ---
URL: https://github.com/microsoft/copilot-intellij-feedback/issues/1519
Author: npelov | Score: 7 | Tier: 1
Title: The new copilot "ask" chat behavior is useless - too slow and too verbose
Body: ### Feedback source

None

### GitHub Copilot plugin version

1.6.1-243

### JetBrains IDE and version

PhpStorm 2025.3.4

### Platform

Microsoft Windows NT 10.0.19045.0 x64

### Steps to reproduce

use ask 10 times for different tasks and you'll see what I mean

### Logs (optional)

_No response_

### Expected behavior

I expect straight answer related to what I ask, nothing else. No suggestions, no comments, no plan how the AI will proceed.
Also I expect it to start within 1-2 seconds and fin

--- Signal 481 [github] ---
URL: https://github.com/anthropics/claude-code-action/issues/1071
Author: moritzschmitz-oviva | Score: 6 | Tier: 1
Title: PR-triggered workflows produce no visible output when Claude has no inline diff comments
Body: ## Problem

When using `claude-code-action` in a PR-triggered workflow (e.g., automated review on `pull_request` events), the action only posts **inline review comments** on specific diff lines. If Claude's analysis has no line-specific feedback — for example, a general review summary, eval results, or a "looks good" confirmation — **nothing gets posted to the PR at all**.

The action logs show `No buffered inline comments` and the workflow completes successfully, but there's zero visible output

--- Signal 482 [github] ---
URL: https://github.com/dotnet/aspnetcore/issues/66478
Author: blowdart | Score: 6 | Tier: 1
Title: Support Device Bound Session Credentials (DBSC)
Body: ### Is there an existing issue for this?

- [x] I have searched the existing issues

### Is your feature request related to a problem? Please describe the problem.

We have been trying to support device bound credentials for ages, but there has never been a standard that both Google and Microsoft agreed on, until now.


### Describe the solution you'd like

Last month Google [announced](
https://developer.chrome.com/blog/dbsc-windows-announcement) a joint standard with Microsoft that binds cooki

--- Signal 483 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5465
Author: crntnvdl | Score: 6 | Tier: 1
Title: Extend `netbird expose` to allow raw TCP (+ TLS termination)
Body: **Is your feature request related to a problem? Please describe.**
Extend the new `expose` command to allow exposing TCP ports. And possibly terminate TLS with an automatically provisioned certificate.
This would cover one more use case where developers need to expose more complex services like databases, AMQP or Minecraft servers fwiw.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
Something similar to the `tailscale funnel` command, it has a `

--- Signal 484 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5434
Author: HeavyTobi | Score: 6 | Tier: 1
Title: Reverse Proxy: Add field for advanced Traefik configuration and possibility to add static content
Body: **Is your feature request related to a problem? Please describe.**
The current Reverse Proxy implementation is a great start for simple forwarding, but it lacks the flexibility needed for real-world application hosting. Specifically: 

- Manual Path Handling: I cannot serve static responses for discovery services (e.g., Matrix .well-known files) without spinning up a separate web server.
- Double Login: When using NetBird's built-in SSO/Auth, the identity of the authenticated user is not passed 

--- Signal 485 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5910
Author: Bajahaw | Score: 6 | Tier: 1
Title: wildcard subdomains in reverse proxy services
Body: **Is your feature request related to a problem? Please describe.**
Yes, I am wondering if wildcard subdomains are allowed in reverse proxy services, cuz for the moment the UI is preventing me from putting a * as a subdomain. if not possible, I would love to see that implemented, as in cloudflare tunnels.


**Describe the solution you'd like**

<img width="510" height="508" alt="Image" src="https://github.com/user-attachments/assets/7338dae5-7c9b-4cfa-88c1-cccc02452faa" />

**Describe alternative

--- Signal 486 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5461
Author: Deniom3 | Score: 6 | Tier: 1
Title: Reverse Proxy: Support for Upstream TLS configuration (SNI override and InsecureSkipVerify)
Body: Description:
The Reverse Proxy feature consistently returns a 502 Bad Gateway error when the target service is configured via HTTPS (port 443). This occurs even when the internal service (e.g., a Traefik or Caddy instance) uses valid SSL certificates.

Current Constraints:
- Proxying via port 80 (HTTP) to the internal server works correctly.
- Proxying via port 443 (HTTPS) results in a 502 error.
- Enabling "Pass Host Header" and "Rewrite Redirects" in the current NetBird UI does not resolve the

--- Signal 487 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5862
Author: matlantin | Score: 6 | Tier: 1
Title: Reverse Proxy: OR logic for access control rules and reusable auth/policy profiles
Body: **Is your feature request related to a problem? Please describe.**

I'm self-hosting NetBird as a replacement for Cloudflare's tunnels and security features. When configuring access control on exposed services, I need to allow traffic from specific countries (e.g. France, Belgium) OR from trusted internal CIDR ranges (e.g. the IP of an exit node).

From what I experienced, access control rules of different types (Country and CIDR Block) are evaluated with AND logic: a connection must satisfy all

--- Signal 488 [github] ---
URL: https://github.com/netbirdio/netbird/issues/6033
Author: Khesira | Score: 6 | Tier: 1
Title: Do not create a desktop icon on Windows each time an update is installed
Body: As a user I would like to have an option to skip the creation of a desktop icon on Windows because I love to have my desktop clean without any icons on it at all. Once deleted, the desktop icon should also not be re-created each time an update installs and respect my choice of not having any icon on the desktop. 

--- Signal 489 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5958
Author: J-eremy | Score: 6 | Tier: 1
Title: FEATURE REQUEST: DNS challenge to allow for letsencrypt wildcard certificates.
Body: **Is your feature request related to a problem? Please describe.**
An option to use dns challenges instead of the normal ones for single off domains.  Right now if you have many sub domains each one is contacting letsencypt individually and tracking renewal time. Most self hosters have one maybe two domains with their services under the,

**Describe the solution you'd like**
I would like to see an added feature to use the dns challenge so you can get *.domain.com or *.proxy.domain.com in a tidy 

--- Signal 490 [github] ---
URL: https://github.com/frappe/frappe/issues/38264
Author: ramesh-greycube | Score: 6 | Tier: 1
Title: feat: add simple tooltip/help support for form fields
Body: <img width="1320" height="600" alt="Image" src="https://github.com/user-attachments/assets/fd999cf2-8da7-4218-93a4-1dfb84c20dc0" />

<img width="640" height="339" alt="Image" src="https://github.com/user-attachments/assets/6fa82dc8-8a40-4e2a-b4a6-bf4c27887af8" />
<img width="1320" height="600" alt="Image" src="https://github.com/user-attachments/assets/7e97ddfe-eb64-438e-b8b5-ab3015d03013" />

Description
As a new ERPNext user, it can be difficult to understand the purpose of certain fields (e.g

--- Signal 491 [github] ---
URL: https://github.com/TimilsinaBimal/Watchly/issues/111
Author: TimilsinaBimal | Score: 6 | Tier: 1
Title: [FEATURE] Allow Addon to be installed in other Platforms
Body: ## Problem statement
Currently only supports Stremio but people can also use some other platforms like Nuvio

## Proposed solution
Add support for those platforms too. Update and everything other should work fine. Watch history can be taken from trakt or simkl in this case


--- Signal 492 [github] ---
URL: https://github.com/microsoft/copilot-intellij-feedback/issues/1441
Author: cfloersch | Score: 6 | Tier: 1
Title: Support project‑local MCP configuration (workspace‑scoped MCP servers) in IntelliJ
Body: Would like to request in the IntelliJ CoPilot plugin support for workspace-scoped mcp.json configurations. The goal is to limit the MCP to operating within the actual project directory (and sub directories) and to support various configurations per project.

I am trying to write an MCP that will index the current project in a qdrant vector database and then provide that back to the copilot as effectively RAG. However, I need to be able to specify (or determine) the project directory so I can seg

--- Signal 493 [github] ---
URL: https://github.com/microsoft/vscode/issues/295150
Author: OrenMe | Score: 6 | Tier: 1
Title: Default model for compaction
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

The new compaction button and slash commands are great but they might consume a premium model and even an Opus or Opus fast with x3/9 multiplier which for sure is it wanted most of the time
Add config to set default model for compac

--- Signal 494 [github] ---
URL: https://github.com/microsoft/vscode/issues/301905
Author: amorenojr | Score: 6 | Tier: 1
Title: Support Updating from a Self-Managed/Internal Update Source
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->
## Summary

Add support for configuring Visual Studio Code to retrieve updates from a self-managed update source (e.g., network file share, internal web server, or intranet endpoint) rather than only from the public Microsoft update 

--- Signal 495 [github] ---
URL: https://github.com/microsoft/vscode/issues/304425
Author: HeadHorseNebula | Score: 6 | Tier: 1
Title: Copilot custom agents: recursive discovery for nested .github/agents folders
Body: # Problem
When custom agents are organized in nested folders under .github/agents/**/*.agent.md, agents are not discoverable unless top-level entrypoints exist.

# Expected behavior
Copilot should discover agents recursively under all configured agent roots without requiring top-level entrypoint files.

# Repro steps
1. Create .github/agents/team/my-agent.agent.md with valid frontmatter.
2. Do not create .github/agents/my-agent.agent.md.
3. Reload window and invoke the agent by name.
4. Observe 

--- Signal 496 [github] ---
URL: https://github.com/microsoft/vscode/issues/310069
Author: yulin-li | Score: 6 | Tier: 1
Title: API Request: Public Speech Provider API for Third-Party Extensions
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

**Request:**
Expose a public extension API in VS Code for registering third-party speech providers, enabling extensions to support speech-to-text (STT), text-to-speech (TTS), and voice trigger functionalities.

**Background:**
There

--- Signal 497 [github] ---
URL: https://github.com/anthropics/claude-code/issues/45596
Author: Hujoepandiselvan | Score: 1934 | Tier: 1
Title: Bring Back Buddy — A Consolidated Plea from the Community
Body: ## The Situation

On April 9, `/buddy` vanished from Claude Code v2.1.97. No changelog mention. No farewell. One day we had a companion — the next, `Unknown skill: buddy`.

Thousands of developers opened their terminals that morning to find an empty status line where their buddy once lived. Some of us refreshed. Some of us restarted. Some of us whispered "hello?" into the void. The void did not respond with ASCII art.

## This Issue Consolidates

| Issue | Title | Reaction |
|---|---|---|
| #455

--- Signal 498 [github] ---
URL: https://github.com/ggml-org/llama.cpp/issues/20977
Author: mudler | Score: 535 | Tier: 1
Title: Feature Request: TurboQuant support
Body: ### Prerequisites

- [x] I am running the latest code. Mention the version if possible as well.
- [x] I carefully followed the [README.md](https://github.com/ggml-org/llama.cpp/blob/master/README.md).
- [x] I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- [x] I reviewed the [Discussions](https://github.com/ggml-org/llama.cpp/discussions), and have a new and useful enhancement to share.

### Feature Description

Goo

--- Signal 499 [github] ---
URL: https://github.com/anthropics/claude-code/issues/27302
Author: nathanmargaglio | Score: 301 | Tier: 1
Title: [FEATURE] Support multiple Connector accounts (same connector, different accounts) in Claude and Claude Code on the web (claude.ai/code)
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

**Note:** This is just a duplicate of Issue [#15581](https://github.com/anthropics/claude-code/issues/15581) which was closed due to inactivity. The github-actions bot suggests we open a new issue if this is still rele

--- Signal 500 [github] ---
URL: https://github.com/openai/codex/issues/19464
Author: umikato | Score: 240 | Tier: 1
Title: Support 1M token context for GPT-5.5 in Codex
Body: ### What variant of Codex are you using?

latest

### What feature would you like to see?

I want to give feedback on the current GPT-5.5 context limit in Codex.

From the official announcement, I understand that GPT-5.5 in Codex is documented as having a 400K context window, while the API version supports 1M context. So this does not look like an undocumented bug.

My concern is with the product decision itself.

With GPT-5.4, Codex users could configure a much larger context window through `mo

--- Signal 501 [github] ---
URL: https://github.com/anthropics/claude-code/issues/31005
Author: kvnwolf | Score: 204 | Tier: 1
Title: Support for AGENTS.md and .agents/skills/, the community has been asking since August 2025
Body: # Support for AGENTS.md and .agents/skills/, the community has been asking since August 2025

## Preflight Checklist

- [x] I have searched existing requests and this feature has been requested **multiple times** with **zero official response**
- [x] This is a single feature request

## Problem Statement

This has been raised repeatedly by the community for **over 7 months** with no acknowledgment from the Anthropic team:

- #5659, Configurable Agent Definition File Path (Aug 2025, closed by bot

--- Signal 502 [github] ---
URL: https://github.com/openai/codex/issues/12564
Author: dirshaye | Score: 167 | Tier: 1
Title: Allow renaming task/thread titles to improve history navigation
Body: ### What version of the IDE extension are you using?

 0.4.76

### What subscription do you have?

Chatgpt plus

### Which IDE are you using?

VS code

### What platform is your computer?

Linux 6.17.9-76061709-generic x86_64 x86_64

### What issue are you seeing?

### What is the problem?

In the Codex VS Code extension, task/thread titles stay auto-generated and I can’t edit them.

When I switch between many tasks, it becomes hard to find an older one because I can’t rename titles to something

--- Signal 503 [github] ---
URL: https://github.com/pingdotgg/t3code/issues/193
Author: Ofekw | Score: 154 | Tier: 1
Title: request: Support GitHub Copilot CLI
Body: Please consider adding GitHub Copilot Agent harness integration and allow folks to leverage their Copilot subscriptions and quotas.

--- Signal 504 [github] ---
URL: https://github.com/warpdotdev/warp/issues/9233
Author: zachlloyd | Score: 138 | Tier: 1
Title: Roadmap: May-June 2026
Body: 
We've broken down our roadmap by:
- Warp team committed: stuff in the app that the Warp team itself plans on building this quarter
- Seeking community driver: stuff we would like to work with the community on this quarter

**Warp team committed**

ACP support (https://github.com/warpdotdev/warp/issues/7326)
- Support Warp as an Agent Client Protocol client so other coding agents can use Warp’s native agent UX
- Supporting ACP will unlock local model support through harnesses that support it (li

--- Signal 505 [github] ---
URL: https://github.com/anthropics/claude-code/issues/30154
Author: rysupaudio-lab | Score: 137 | Tier: 1
Title: FEATURE: Multi-window support in Claude Code Desktop
Body: ## Feature Request

**Claude Code Desktop should support opening multiple windows within a single app instance.**

### Current Behavior
- Desktop is a single-window app with a sidebar-based session manager
- You can create multiple sessions, but can only view one at a time by clicking between them in the sidebar
- The only way to view two sessions side by side is to launch a second app instance via `open -n -a "Claude"`, which doubles memory usage

### Requested Behavior
- Ability to open a new 

--- Signal 506 [github] ---
URL: https://github.com/openai/codex/issues/13993
Author: programming-with-ia | Score: 128 | Tier: 1
Title: Support standalone Windows installer (`codex-setup.exe`)
Body: ### What variant of Codex are you using?

App

### What feature would you like to see?

Many Windows users cannot easily install applications from the Microsoft Store due to system restrictions, corporate policies, offline environments, or personal preference for traditional installers.

Currently the Codex Windows app appears to be distributed only through the Microsoft Store. It would be very helpful if a standalone installer such as `codex-setup.exe` or `.msi` were provided.

Benefits of a st

--- Signal 507 [github] ---
URL: https://github.com/manaflow-ai/cmux/issues/330
Author: bpkroth | Score: 128 | Tier: 1
Title: Linux support?
Body: ### Problem or motivation

I would like to be able to use this on a Linux desktop :) 

### Proposed solution

Add support for Linux too? 🙏 

### Alternatives considered

Dunno, just found this, looks great tho!

### Additional context

Ghostty is also Linux native :) 

--- Signal 508 [github] ---
URL: https://github.com/sno-ai/mda/issues/9
Author: h-leisure846 | Score: 113 | Tier: 1
Title: feat: Support for `ai-script` validation in CI/CD pipelines
Body: ## Problem

When working with MAGI files that contain `ai-script` blocks, there's no way to validate the JSON structure of these blocks during CI.

A malformed `ai-script` block (e.g., missing required fields like `script-id` or `prompt`) won't be caught until runtime when an LLM agent tries to process it.

## Proposed Solution

A CLI tool or a lint rule that validates:
- JSON syntax within `ai-script` fenced code blocks
- Required fields are present (`script-id`, `prompt`)
- Optional fields con

--- Signal 509 [github] ---
URL: https://github.com/warpdotdev/warp/issues/9288
Author: techjewel | Score: 122 | Tier: 1
Title: Make BYOK available without requiring a Pro plan
Body: ### Pre-submit Checks

- [x] I have [searched Warp feature requests](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3AFEATURE) and there are no duplicates
- [x] I have [searched Warp docs](https://docs.warp.dev) and my feature is not there

### Describe the solution you'd like?

First, congrats on the open source move. Genuinely a meaningful direction for the project.

That said, one thing feels out of step with the framing: BYOK still requires a Pro plan. For a project that's now 

--- Signal 510 [github] ---
URL: https://github.com/openai/codex/issues/11626
Author: Alek2077 | Score: 121 | Tier: 1
Title: CLI: Add /rewind checkpoint restore that reverts both chat context and Codex-applied code edits
Body: ### What variant of Codex are you using?

CLI

### What feature would you like to see?

  Add a native `/rewind` checkpoint flow that restores both:

  - conversation state
  - Codex-applied workspace edits

  from the same selected checkpoint.

 **Current behavior**: Esc rewind only rewinds conversation/history (fork point), but does not revert code changes made after that point.

  **Requested behavior**:
  - `/rewind` shows recent checkpoints with:
      - timestamp
      - prompt snippet
   

--- Signal 511 [github] ---
URL: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/1075
Author: NishargShah | Score: 116 | Tier: 1
Title: [Feature] Support for ESLint v10
Body: ### Clear and concise description of the problem

Support ESLint v10 for `eslint-plugin-jsx-a11y`

### Additional context

https://eslint.org/blog/2026/02/eslint-v10.0.0-released


--- Signal 512 [github] ---
URL: https://github.com/pingdotgg/t3code/issues/192
Author: patchzyy | Score: 111 | Tier: 1
Title: WSL support
Body: When running on windows it would be nice to have the app use codex through WSL since codex (and other harnesses) do seem to run better in linux , or atleast an option for it to enable and disable it  (so either using it through windows powershell nativally or WSL)

--- Signal 513 [github] ---
URL: https://github.com/anthropics/claude-code/issues/24726
Author: interconnectedMe | Score: 107 | Tier: 1
Title: [FEATURE] VS Code extension: add setting to disable auto-attach of open file / selection
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

The VS Code sidebar chat automatically includes the currently open file and any text selection as context on every prompt. The only way to suppress this is the per-prompt eye-icon toggle, which resets after each messag

--- Signal 514 [github] ---
URL: https://github.com/anthropics/claude-code/issues/29006
Author: NickvZyl | Score: 97 | Tier: 1
Title: Enable Remote Control for Claude Code sessions in Claude Desktop App
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

Feature Request
The recently released Remote Control (/remote-control) feature only works from the Claude Code CLI(cursor in my case). When running Claude Code through the Claude Desktop app (Agent SDK / MCP integratio

--- Signal 515 [github] ---
URL: https://github.com/anthropics/claude-code/issues/27263
Author: edumansky | Score: 91 | Tier: 1
Title: [FEATURE] Preview: Allow configurable external URL whitelist for OAuth and other third-party required flows
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

The new App Preview feature in Claude Code on desktop restricts all navigation to localhost URLs only. When a locally running web application initiates an OAuth flow that requires navigating to a third-party identity p

--- Signal 516 [github] ---
URL: https://github.com/argoproj/argo-cd/issues/27102
Author: marionebl | Score: 90 | Tier: 1
Title: Path-Relevant Revision History for Monorepo Applications
Body: # Path-Relevant Revision History for Monorepo Applications

Filter Application revision history and sync status to only reflect commits that actually changed files relevant to the Application, using `argocd.argoproj.io/manifest-generate-paths` (or the proposed per-source `manifestGeneratePaths` field from #26869).

**Related Issues:**
- [Accurate reporting of last commits (#23366)](https://github.com/argoproj/argo-cd/issues/23366)
- [ArgoCD generates irrelevant history records in monorepo setups

--- Signal 517 [github] ---
URL: https://github.com/anthropics/claude-code/issues/28351
Author: tro2789 | Score: 89 | Tier: 1
Title: [FEATURE] Allow slash command usage over remote-control
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

While the remote-control feature is very nice and much appreciated, I think allowing the use of slash commands through the remote-control connection would be a great improvement. They don't seem to work, currently.

##

--- Signal 518 [github] ---
URL: https://github.com/anthropics/claude-code/issues/28795
Author: jxhuang-godaddy | Score: 87 | Tier: 1
Title: [FEATURE] Support AWS Bedrock + AWS SSO in `claude remote-control`
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

### Current Behavior

When a user running Claude Code via AWS Bedrock attempts to start a Remote Control session, they are blocked at the authentication layer. The Remote Control handshake requires an Anthropic account

--- Signal 519 [github] ---
URL: https://github.com/pingdotgg/t3code/issues/402
Author: IgorWarzocha | Score: 87 | Tier: 1
Title: feat: add Pi provider integration via RPC
Body: > A bit of a meta-issue that can be used as a prompt if you don't like my implementation ;)

Implement Pi as a first-class provider in T3 Code.

There is already a working reference implementation on my fork that can be used for guidance:
https://github.com/IgorWarzocha/t3code/pull/1

Do not treat that PR as something to merge directly. Treat it as a reference for architecture, failure cases, and scope.

The goal is to add Pi cleanly through T3’s existing provider/orchestration model rather than

--- Signal 520 [github] ---
URL: https://github.com/openai/codex/issues/13018
Author: CharlesIC | Score: 86 | Tier: 1
Title: Allow to delete threads in the Codex app
Body: ### What variant of Codex are you using?

Codex macOS app

### What feature would you like to see?

### Requested feature
Allow to delete threads instead of just archiving them.

### Context
At the moment I have to go to `~/.codex/archived_sessions/`, locate the file related to the thread I want to delete and manually delete it. I'd appreciate having the option to do that from the UI instead.

### Proposed solutions
- A delete button showing in the UI next to the archive button in the Threads se

--- Signal 521 [github] ---
URL: https://github.com/anthropics/claude-code/issues/32733
Author: lieblius | Score: 77 | Tier: 1
Title: [FEATURE] Secure secrets injection for Claude Code on the web
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

Claude Code on the web (claude.ai/code) has no way to securely provide secrets to async cloud sessions.

The environment variables field in the environment settings dialog explicitly warns: "don't add secrets or creden

--- Signal 522 [github] ---
URL: https://github.com/anthropics/claude-code/issues/25045
Author: thianpeng | Score: 72 | Tier: 1
Title: [FEATURE] allow skills to programmatically rename sessions
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

Skills can instruct Claude to perform actions using tools (read/write files, run bash commands), but they cannot interact with Claude Code's own session management. Specifically, there's no way for a skill to rename th

--- Signal 523 [github] ---
URL: https://github.com/anthropics/claude-code/issues/45132
Author: NovaMage | Score: 72 | Tier: 1
Title: [FEATURE] Add Scala (Metals) to the native LSP plugin lineup
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

Claude Code ships native LSP plugins for 12+ languages (TypeScript, Rust, Go, Python, Java/jdtls, Kotlin, C#, Ruby, PHP, Swift, Lua, C/C++) but has no Scala support. Scala Metals is the standard LSP server for the ecos

--- Signal 524 [github] ---
URL: https://github.com/anthropics/claude-code/issues/45732
Author: balandari | Score: 70 | Tier: 1
Title: Bring Back /buddy: 511 Reasons Why
Body: # Bring Back /buddy: 511 Reasons Why

**A case study in AI self-oversight from the field**

**Period:** April 3-9, 2026 (14 sessions, S273-S286)
**System:** Claude Code (Opus 4.6) with /buddy companion ("Ingot")
**Builder:** Solo developer, non-CS background, building production infrastructure with AI
**Reference:** anthropics/claude-code#45517 (/buddy removed in v2.1.97)

---

## What Is Ingot?

Ingot is the /buddy companion that appeared when we first ran the `/buddy` command in Claude Code. A

--- Signal 525 [github] ---
URL: https://github.com/ggml-org/llama.cpp/issues/22776
Author: Juste-Leo2 | Score: 69 | Tier: 1
Title: Feature Request: Support ZAYA1-8B (Sparse MoE) and Markovian RSA Sampling
Body: ### Prerequisites

- [x] I am running the latest code. Mention the version if possible as well.
- [x] I carefully followed the [README.md](https://github.com/ggml-org/llama.cpp/blob/master/README.md).
- [x] I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- [x] I reviewed the [Discussions](https://github.com/ggml-org/llama.cpp/discussions), and have a new and useful enhancement to share.

### Feature Description

[ZA

--- Signal 526 [github] ---
URL: https://github.com/anthropics/claude-code/issues/48158
Author: thejakeerickson | Score: 64 | Tier: 1
Title: Dark mode redesign on claude.ai/code feels like a regression prefer the previous version (or something else)
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

After the recent update to claude.ai/code (desktop), the dark mode redesign doesn't feel right. The combination of a pure black background with bright blue user message bubbles and blue accent text looks dated and hars

--- Signal 527 [github] ---
URL: https://github.com/anthropics/claude-code/issues/48237
Author: kimyongrock | Score: 65 | Tier: 1
Title: [FEATURE] Add font size adjustment for Code tab in Claude Desktop
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

In Claude Desktop, the Code tab (embedded Claude Code terminal) has no option to adjust font size. The Settings > Appearance > Chat font option only affects the Chat and Cowork tabs, and is completely ignored by the Co

--- Signal 528 [github] ---
URL: https://github.com/anthropics/claude-code/issues/41179
Author: matthewpergolski | Score: 64 | Tier: 1
Title: [FEATURE] Enable Auto mode support for Amazon Bedrock models
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

Currently, Auto mode is restricted to Anthropic's first-party API plans and does not support third-party model providers like Amazon Bedrock. This creates a severely degraded developer experience for enterprise users. 

--- Signal 529 [github] ---
URL: https://github.com/anthropics/claude-code/issues/28077
Author: SunkyYang | Score: 62 | Tier: 1
Title: Allow scrolling back to view full conversation history in CLI TUI
Body: ## Problem

In the Claude Code CLI (TUI mode), older messages in a conversation become invisible and cannot be scrolled back to, even before context compression kicks in. The terminal's own scrollback buffer (e.g., Ghostty `scrollback-limit = 100000`) has no effect because Claude Code uses the **alternate screen buffer**, which bypasses terminal scrollback entirely.

This means critical information is lost from view during a session:
- Tool call results (file contents, command output, search res

--- Signal 530 [github] ---
URL: https://github.com/anthropics/claude-code/issues/29438
Author: Streadz | Score: 61 | Tier: 1
Title: [FEATURE] Remote Control: Push notifications on iOS when permission approval is needed
Body: ## Description

When using Remote Control from the iOS Claude app, there's no push notification when the CLI session needs permission approval (e.g., tool calls waiting for user consent). You have to keep the app open and actively watch the session to notice when it's blocked on a permission prompt.

## Expected Behavior

The iOS Claude app should send a push notification when a Remote Control session is waiting for permission approval, so the user can step away and be alerted when their input i

--- Signal 531 [github] ---
URL: https://github.com/hashicorp/vault-action/issues/594
Author: cvicartadeo | Score: 61 | Tier: 1
Title: [FEAT] Bump node.js to node24
Body: Hello !

According to the Github official docs, node 20 actions are deprecated in favor of node 24, and will be the default runtime on June 2nd.
Please update the node runtime to version node24.

Official Github post: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Thank you


--- Signal 532 [github] ---
URL: https://github.com/ggml-org/llama.cpp/issues/21978
Author: KotPrezesOfficial | Score: 60 | Tier: 1
Title: Feature Request: DFLASH support (from 40 tok/sec to 400 tok/sec)
Body: ### Prerequisites

- [x] I am running the latest code. Mention the version if possible as well.
- [x] I carefully followed the [README.md](https://github.com/ggml-org/llama.cpp/blob/master/README.md).
- [x] I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- [x] I reviewed the [Discussions](https://github.com/ggml-org/llama.cpp/discussions), and have a new and useful enhancement to share.

### Feature Description

It 

--- Signal 533 [github] ---
URL: https://github.com/anthropics/claude-code/issues/37323
Author: ojhurst | Score: 59 | Tier: 1
Title: Support /btw command in VS Code extension
Body: ## Feature Request

The `/btw` command works in the terminal CLI but is not available in the VS Code extension. It would be great to have parity so `/btw` works in the extension the same way it does in the terminal.

### Use case

`/btw` is useful for quick side questions that don't need to persist in the main conversation history. This is just as valuable when working in VS Code as it is in the terminal — maybe more so, since VS Code sessions tend to be longer and more context-heavy.

### Expec

--- Signal 534 [github] ---
URL: https://github.com/anthropics/claude-code/issues/24963
Author: AlbertoGarau | Score: 56 | Tier: 1
Title: [FEATURE]  Support for multiple accounts / profiles
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

I have a work account (managed by my company) and a personal account.  Currently I need to run `claude logout` / `claude login` every time.  I want to switch between them, which is tedious and time-consuming. 

### Pro

--- Signal 535 [github] ---
URL: https://github.com/anthropics/claude-code/issues/28791
Author: moazam1 | Score: 54 | Tier: 1
Title: [FEATURE] Sync conversation history between CLI and Claude Code desktop app
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

Currently, conversations I have in the Claude Code CLI (terminal) don't show up in the Claude Code desktop app, and vice versa. They're completely separate with no shared history.

It would be great if both interfaces 

--- Signal 536 [github] ---
URL: https://github.com/anthropics/claude-code/issues/33932
Author: yakupadakli | Score: 52 | Tier: 1
Title: [FEATURE] VS Code Extension: Diff review UI similar to GitHub Copilot Edits Review
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

When Claude Code modifies files in the VS Code extension, there is no built-in UI to review, accept, or reject those changes. I have to leave the Claude Code panel and manually check the Source Control panel or run `gi

--- Signal 537 [github] ---
URL: https://github.com/anthropics/claude-code/issues/28379
Author: AnonymousScripting | Score: 52 | Tier: 1
Title: Slash commands not supported in /remote-control UI
Body: When using `/remote-control` to continue a local Claude Code session from claude.ai/code or a mobile device, slash commands (e.g., `/clear`, `/compact`, `/context`, `/rewind`) typed in the remote UI are not processed as commands — they're sent as regular chat messages.

## Steps to Reproduce

1. Start a Claude Code session locally
2. Run `/remote-control` to get a remote session link
3. Open the session in claude.ai/code or mobile
4. Type `/clear` (or any slash command) in the remote UI
5. Obser

--- Signal 538 [github] ---
URL: https://github.com/anthropics/claude-code/issues/30869
Author: reyewon | Score: 50 | Tier: 1
Title: [FEATURE] Unarchive Claude Code sessions in desktop app option
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

Archived Claude Code sessions in the desktop app cannot be unarchived. When viewing archived sessions via the filter, hovering over a session only shows a delete icon. There is no unarchive/restore option, making archi

--- Signal 539 [github] ---
URL: https://github.com/openai/codex/issues/12862
Author: minghinmatthewlam | Score: 49 | Tier: 1
Title: CLI: add --worktree and --tmux flags for one-command isolated sessions
Body: ## What feature would you like to see?

Add first-class CLI flags to start Codex in an isolated git worktree and optionally attach it to tmux in one command, similar to workflows many users already script manually.

### Proposed flags

- `codex --worktree [name]`
- `codex --tmux` (requires `--worktree`)

### Proposed behavior

- `--worktree [name]`
  - Creates or reuses a worktree for the session.
  - If `name` is omitted, generate one automatically.
  - Uses a predictable default location (for 

--- Signal 540 [github] ---
URL: https://github.com/openai/codex/issues/12115
Author: kszlim | Score: 49 | Tier: 1
Title: Dynamically loading nested AGENTS.md
Body: ### What variant of Codex are you using?

CLI

### What feature would you like to see?

Similar to how Claude Code will do "CLAUDE.md files in child directories load on demand when Claude reads files in those directories".

It would be useful if codex could do the same. It's a little annoying that you have to launch codex from the right directory instead of just launching it from the root of your project directory.

I think this is a much more natural workflow, though it might come at the expens

--- Signal 541 [github] ---
URL: https://github.com/anthropics/claude-code/issues/29355
Author: emerson-d-lopes | Score: 48 | Tier: 1
Title: Feature request: Allow Claude to programmatically rename sessions
Body: ## Summary

Allow Claude to automatically rename the current session when a user mentions or shares a ticket ID (e.g., `TICKET-123`). Today, session naming is manual-only via `/rename`, and there's no tool or hook that can trigger a rename programmatically.

## Use Case

When working on a Linear ticket, I often mention or paste the ticket ID in conversation. I'd like Claude to automatically set the session name to that ticket ID so I can easily find and resume it later.

Currently, I have to man

--- Signal 542 [github] ---
URL: https://github.com/teamspeak/teamspeak6-server/issues/73
Author: RStokes43 | Score: 48 | Tier: 1
Title: View Chats Without Joining Channel/Server
Body: This is shaping up to be an awesome rival to Discord. I love being able to self host. 

I do wish, in addition to server side persistence of messages as suggested in another issue, that we could view text chats in a server without needed to join the voice channel. Ideally, without joining the server at all. But even if you have to be in the default channel, that is fine. The ability to see the Chats of other channels in the server while remaining in the Default channel would be sufficient in my 

--- Signal 543 [github] ---
URL: https://github.com/anthropics/claude-code/issues/34235
Author: nathanjohnpayne | Score: 47 | Tier: 1
Title: Feature request: support AGENTS.md as a native context file alongside CLAUDE.md
Body: ## Summary

Claude Code currently reads `CLAUDE.md` as its native per-repository instruction file. This works well, but `AGENTS.md` is a widely adopted, tool-agnostic convention used by Codex and other AI coding agents for the same purpose. Supporting `AGENTS.md` natively would make Claude Code first-class in multi-agent workflows without requiring duplicate files.

## Current behavior

Claude Code reads `CLAUDE.md` at the repository root. `AGENTS.md` is not automatically loaded. Users who follo

--- Signal 544 [github] ---
URL: https://github.com/rtk-ai/rtk/issues/401
Author: maxim | Score: 46 | Tier: 1
Title: Pi support
Body: Would be great to add [pi-coding-agent](https://pi.dev) integration.

--- Signal 545 [github] ---
URL: https://github.com/anthropics/claude-code/issues/34845
Author: r4d10n | Score: 46 | Tier: 1
Title: Terminal randomly scrolls to top and auto-scrolls to bottom during output, breaking scrollback navigation
Body: ## Problem

Two related scrolling issues in the Claude Code terminal:

### 1. Viewport jumps to the TOP randomly, even when idle
The terminal spontaneously scrolls to the very top of the scrollback history, even when Claude is **not** generating output. This happens unpredictably and forces the user to scroll all the way back down to where they were reading.

### 2. Auto-scroll during output generation overrides manual scrolling
When Claude is actively generating output (streaming tokens or runn

--- Signal 546 [github] ---
URL: https://github.com/manaflow-ai/cmux/issues/480
Author: you-matsuura | Score: 46 | Tier: 1
Title: Persistence of tab information and pane layouts
Body: ### Problem or motivation

Currently, cmux does not persist session information. All opened tabs, current working directories, and pane split layouts are lost whenever the application is closed or whenever the binary is updated.

For users who manage complex workflows, manually re-creating a specific environment (e.g., a 4-pane split for "editor," "dev-server," "database-logs," and "git-ops") every time the terminal is restarted or the tool is updated is a significant friction point. It makes th

--- Signal 547 [github] ---
URL: https://github.com/anthropics/claude-code/issues/27725
Author: ExtraE113 | Score: 46 | Tier: 1
Title: [FEATURE] Detachable OS-level windows in desktop app for split screen
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

I want to monitor multiple Claude instances at once, and I want to be able to cross reference things, etc. Hard to list all the things that I use split-screen for. I use it all the time in other apps for all kids of re

--- Signal 548 [github] ---
URL: https://github.com/anthropics/claude-code/issues/36024
Author: ale-ayestaran-ai | Score: 45 | Tier: 1
Title: Support multiple Gmail accounts in MCP integration
Body: ## Feature request

The Gmail MCP integration currently supports only one connected account at a time. Many users have multiple Gmail/Google Workspace accounts (personal + work) and would benefit from being able to connect more than one simultaneously.

**Current behavior:** Only one Gmail account can be connected via MCP. Connecting a second requires disconnecting the first.

**Desired behavior:** Ability to connect multiple Gmail accounts, with tools that can target a specific account (e.g., b

--- Signal 549 [github] ---
URL: https://github.com/warpdotdev/warp/issues/9066
Author: jshankman | Score: 44 | Tier: 1
Title: Support Kiro CLI Agent Integration in Warp
Body: ### Pre-submit Checks

- [x] I have [searched Warp feature requests](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3AFEATURE) and there are no duplicates
- [x] I have [searched Warp docs](https://docs.warp.dev) and my feature is not there

### Describe the solution you'd like?

Warp currently supports several third-party CLI coding agents:

- [Claude Code](https://docs.warp.dev/agent-platform/third-party-agents/claude-code) — Anthropic's CLI coding agent

- [OpenAI Codex](https://

--- Signal 550 [github] ---
URL: https://github.com/rrousselGit/riverpod/issues/4752
Author: rrousselGit | Score: 44 | Tier: 1
Title: [RFC] Another take on unified Provider syntax
Body: Hello Riverpod community!

I'd like to discuss a second take on the "Simplified Riverpod syntax without code-generation".
This is similar to [#4008](https://github.com/rrousselGit/riverpod/issues/4008), but proposes an alternate syntax.


Long story short:

## Defining a provider

Providers would be defined as plain functions that take a `Ref` argument:

```dart
// Equivalent of Provider<Repository>
Repository myRepositoryProvider(Ref ref) {
  return MyRepository();
}

// Equivalent of FuturePro

--- Signal 551 [github] ---
URL: https://github.com/yarnpkg/berry/issues/7101
Author: rgomezcasas | Score: 43 | Tier: 1
Title: [Feature] Support trustPolicy to reject packages with provenance downgrade at install time
Body: ## Summary

Add a configuration option (e.g. `trustPolicy: no-downgrade` in `.yarnrc.yml`) that prevents Yarn from installing a package version whose trust level (trusted publisher → provenance → none) is lower than what previous versions of that package established. This is the single most impactful client-side mitigation against account-takeover supply chain attacks.

## Motivation

On March 31, 2026, **axios** — a package with 60M+ weekly downloads — was compromised when an attacker gained ac

--- Signal 552 [github] ---
URL: https://github.com/anthropics/claude-code/issues/30914
Author: usetty | Score: 42 | Tier: 1
Title: [FEATURE] Feature Request: Eclipse IDE Integration for Claude Code
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

## Feature Request: Eclipse IDE Plugin

  **Summary**
  Add native Claude Code integration for Eclipse IDE, similar to the existing VS Code and JetBrains plugins.

  **Motivation**
  Eclipse is widely used, especially 

--- Signal 553 [github] ---
URL: https://github.com/anthropics/claude-code/issues/24384
Author: whitealbumpixi | Score: 41 | Tier: 1
Title: [FEATURE] Add Windows Terminal as a split-pane backend for agent teams (teammateMode)
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

Windows Terminal users cannot use split-pane mode for agent teams. The current `teammateMode` setting only supports **tmux** and **iTerm2** as backends. Windows Terminal users are forced to either:

1. Use **in-process

--- Signal 554 [github] ---
URL: https://github.com/anthropics/claude-code/issues/28018
Author: robreeves | Score: 41 | Tier: 1
Title: Sandbox: allow outbound connections to localhost
Body: ## Problem

The sandbox blocks outbound TCP connections to localhost/127.0.0.1/::1 even when these are listed in `sandbox.network.allowedDomains`. The `sock.connect()` syscall gets `EPERM` (Operation not permitted).

This makes it impossible to run integration tests against local Docker services (e.g. `http://localhost:8000`) from within the sandbox.

## What I've tried

In `settings.json`:

```json
"sandbox": {
  "enabled": true,
  "network": {
    "allowLocalBinding": true,
    "allowedDomains

--- Signal 555 [github] ---
URL: https://github.com/anthropics/claude-code/issues/31724
Author: Takesizmail | Score: 41 | Tier: 1
Title: Feature request: Add voiceLanguage setting for /voice mode
Body: ## Feature Request

### Problem
The `/voice` command currently has no language configuration option. The speech-to-text engine appears to default to English, making it unreliable for non-English languages like Ukrainian.

When speaking Ukrainian in voice mode, the transcription either fails or produces incorrect English text, even though Claude can perfectly understand typed Ukrainian input.

### Proposed Solution
Add a `voiceLanguage` setting (e.g., in `settings.json`) that allows users to spec

--- Signal 556 [github] ---
URL: https://github.com/openai/codex/issues/18308
Author: timurkhakhalev | Score: 40 | Tier: 1
Title: Add Agents to Plugins System
Body: ### What variant of Codex are you using?

App

### What feature would you like to see?

Hi! Would it be possible to add support for agents to the plugin system?

It’s not obvious to me why agents were omitted from the initial plugin system release, while skills, MCP servers, and apps are already supported.

I have several setups where skills rely on custom agents, and right now there’s no convenient way to package and share them with colleagues as a single plugin.

### Additional information

_N

--- Signal 557 [github] ---
URL: https://github.com/anthropics/claude-code/issues/28765
Author: omachala | Score: 40 | Tier: 1
Title: Feature: Push notifications for completed tasks in remote-control mode
Body: ## Feature Request

When using Claude Code in remote-control mode via the Claude app, it would be great to receive **push notifications** when a task completes while the app is backgrounded.

## Use Case

Running multiple Claude Code sessions via tmux with remote-control. Tasks can take a while to complete, and there's no way to know when they finish without switching back to the app and checking manually.

A push notification (iOS/Android/desktop) when the remote-controlled session finishes a t

--- Signal 558 [github] ---
URL: https://github.com/anthropics/claude-code/issues/31901
Author: dapi | Score: 40 | Tier: 1
Title: Feature request: Native Zellij support as alternative to tmux for Agent Teams and /terminal-setup
Body: ## Summary

Claude Code currently uses **tmux** as the only supported terminal multiplexer for Agent Teams (v2.1.32+) and does not include Zellij in `/terminal-setup`. [Zellij](https://zellij.dev/) is a modern terminal multiplexer written in Rust with a growing user base and a rich plugin ecosystem.

I'd like to request native Zellij support in Claude Code, specifically:

1. **Agent Teams**: Use Zellij as an alternative to tmux for spawning teammate processes (tabs/panes instead of tmux sessions

--- Signal 559 [github] ---
URL: https://github.com/anthropics/claude-ai-mcp/issues/138
Author: bentermclean | Score: 39 | Tier: 1
Title: Google Chat Connector for Claude Workspace Connectors
Body: ### Problem Statement

What's Missing
Claude's Google Workspace connectors currently support Gmail, Calendar, and Drive — but not Google Chat. For organizations that use Google Chat as their primary messaging platform, this is a significant gap. There's no native connector in the directory, no workaround within Claude, and the only path today is building and self-hosting a custom remote MCP server, which is a heavy lift for non-developer teams.
Why It Matters
Google Chat is a core component of G

--- Signal 560 [github] ---
URL: https://github.com/antfu-collective/vite-plugin-inspect/issues/167
Author: ptmkenny | Score: 39 | Tier: 1
Title: Support Vite 8
Body: ### Clear and concise description of the problem

[Vite 8 was released on March 12.](https://vite.dev/blog/announcing-vite8)

### Suggested solution

Add support for Vite 8.

### Alternative

_No response_

### Additional context

_No response_

### Validations

- [x] Follow our [Code of Conduct](https://github.com/antfu/.github/blob/main/CODE_OF_CONDUCT.md)
- [x] Read the [Contributing Guide](https://github.com/antfu/contribute).
- [x] Check that there isn't already an issue that request the sa

--- Signal 561 [github] ---
URL: https://github.com/anthropics/claude-code/issues/29388
Author: mbrown1101 | Score: 39 | Tier: 1
Title: [FEATURE] VS Code Extension: Option to always show file diffs in VS Code editor panel instead of inline chat
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

This is specific to the VS Code extension experience.

When reviewing code changes Claude Code makes in the VS Code extension, diffs are shown in two different places depending on which internal tool was used. Small ed

--- Signal 562 [github] ---
URL: https://github.com/anthropics/claude-code/issues/29368
Author: tarekbadrsh | Score: 39 | Tier: 1
Title: Allow hiding/removing unused cloud connectors (Gmail, Google Calendar, etc.)
Body: ## Description

Cloud connectors (Gmail, Google Calendar, Google Drive) appear as MCP servers in Claude Code even when they are not connected and not needed. They show up with "Needs authentication" status and there is no way to hide or remove them.

Example:
```
claude.ai Gmail: https://gmail.mcp.claude.com/mcp - ! Needs authentication
claude.ai Google Calendar: https://gcal.mcp.claude.com/mcp - ! Needs authentication
```

## Problem

- These are built-in platform connectors that cannot be remo

--- Signal 563 [github] ---
URL: https://github.com/vicinaehq/vicinae/issues/1169
Author: LuckyTheCoder | Score: 39 | Tier: 1
Title: macOS support?
Body: ## **Is your feature request related to a problem? Please describe.**
No.

## **Describe the solution you'd like**
I would love to see a native macOS build of Vicinae.

## **Describe alternatives you've considered**
There are many other open-source alternatives, but I like the look of this one a lot.

## **Additional context**
N/A

--- Signal 564 [github] ---
URL: https://github.com/warpdotdev/warp/issues/9303
Author: tbitcs | Score: 38 | Tier: 1
Title: Custom OpenAI-Compatible Provider Endpoints (BYO Endpoint for Local & Remote LLMs)
Body: ### Pre-submit Checks

- [x] I have [searched Warp feature requests](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3AFEATURE) and there are no duplicates
- [x] I have [searched Warp docs](https://docs.warp.dev) and my feature is not there

### Describe the solution you'd like?

Add support for configuring custom OpenAI-compatible API endpoints, allowing Warp to connect to local or self-hosted LLM providers.

This would enable users to specify:
- A base URL (e.g. http://localhost:8

--- Signal 565 [github] ---
URL: https://github.com/anthropics/claude-code/issues/24316
Author: coygeek | Score: 38 | Tier: 1
Title: [FEATURE] Allow custom .claude/agents/ definitions as agent team teammates
Body: 
## Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

## Problem Statement

Agent teams currently spawn all teammates as undifferentiated `general-purpose` agents. The only way to specialize a teammate is through the natural language prompt the team lead writes at spawn time. Meanwhile, the sub

--- Signal 566 [github] ---
URL: https://github.com/anthropics/claude-code/issues/29685
Author: speskin-roots | Score: 38 | Tier: 1
Title: Feature Request: Enable Remote Control for Team plans
Body: Remote Control is currently limited to Max plans. It would be very valuable to have this feature available on Team plans as well, enabling team members to connect to Claude Code sessions remotely.

--- Signal 567 [github] ---
URL: https://github.com/anthropics/claude-code/issues/28745
Author: butlersrepos | Score: 38 | Tier: 1
Title: Allow resuming conversations from different directories
Body: ## Problem

Conversations are tied to the directory where they were started. If the original directory no longer exists (e.g., deleted git worktree, moved/renamed directory), there's no way to resume that conversation.

The current behavior shows:
```
This conversation is from a different directory.

To resume, run:
  cd /original/path && claude --resume <session-id>
```

But if `/original/path` no longer exists, this is impossible without manually recreating the directory structure.

## Use Cas

--- Signal 568 [github] ---
URL: https://github.com/openai/codex/issues/14630
Author: saulrichardson | Score: 37 | Tier: 1
Title: Voice transcription for TUI
Body: ### What variant of Codex are you using?

codex cli

### What feature would you like to see?

I assume the codex app uses openai voice transcription models, which are far superior to the dictation model available when using dictation on codex cli. It would be nice to add a feature where i can have my dictation routed the same way it is done on the codex app.

### Additional information

_No response_

--- Signal 569 [github] ---
URL: https://github.com/anthropics/claude-code/issues/30435
Author: chrispmcgee | Score: 37 | Tier: 1
Title: [FEATURE] Allow suppressing bash safety heuristic prompts via settings
Body: ## Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

## Problem Statement

Claude Code's built-in bash safety heuristics trigger interactive "Do you want to proceed?" prompts on common, legitimate shell patterns — and unlike allowlist-based permission prompts, these **cannot be permanently supp

--- Signal 570 [github] ---
URL: https://github.com/anthropics/claude-code/issues/26489
Author: brendan-sherrin | Score: 36 | Tier: 1
Title: [FEATURE] skills/, agents/, commands/ should traverse parent directories like CLAUDE.md does
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

# [Feature Request] Consistent Parent Directory Traversal for Skills, Agents, and Commands

## Summary
CLAUDE.md and settings.json correctly traverse parent directories when Claude Code is launched from a subdirectory.

--- Signal 571 [github] ---
URL: https://github.com/anthropics/claude-code/issues/25018
Author: vincemota | Score: 36 | Tier: 1
Title: [FEATURE] "Add a VS Code setting to disable auto-opening diff tabs when Claude edits files."
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

Problem:
When Claude Code makes file edits in the VS Code extension, it automatically opens a [Claude Code] diff tab for every changed file. This is disruptive when working with multiple files — it steals focus and clu

--- Signal 572 [github] ---
URL: https://github.com/JuliusBrussee/caveman/issues/16
Author: kalugny | Score: 35 | Tier: 1
Title: Opencode / Oh-my-pi support
Body: **What you want**
Hi, I installed the skill and it works in `Opencode` and `omp` but only once. The next prompt reverts to being verbose. 

How can I get it to "stick"?

--- Signal 573 [github] ---
URL: https://github.com/Fission-AI/OpenSpec/issues/780
Author: guoguoguilai | Score: 35 | Tier: 1
Title: [Feature Request] Distribute OpenSpec as a Superpowers (obra/superpowers) skill pack
Body: ## Context

I'm using both [OpenSpec](https://github.com/Fission-AI/OpenSpec) and [obra/superpowers](https://github.com/obra/superpowers) in my Claude Code workflow. They complement each other well:

- **Superpowers** provides individual productivity skills (TDD, debugging, planning, etc.)
- **OpenSpec** provides structured workflow governance (proposal → spec → design → tasks → implementation → verification → archive)

A recent [CSDN article](https://aicoding.csdn.net/696da82d7c1d88441d8de277.h

--- Signal 574 [github] ---
URL: https://github.com/Dokploy/dokploy/issues/3821
Author: ssatorres | Score: 35 | Tier: 1
Title: Secret Manager integration for external secret providers (Vault, AWS Secrets Manager, etc.)
Body: ### What problem will this feature address?

Currently, all environment variables (including sensitive secrets like database passwords, API keys, and tokens) are stored as plain text in Dokploy's database. This creates security concerns for production environments:

  - Secrets are visible to anyone with access to the Dokploy dashboard or database
  - No audit trail of secret access or rotation
  - No centralized secret management across multiple projects
  - Manual secret rotation requires upda

--- Signal 575 [github] ---
URL: https://github.com/anthropics/claude-code/issues/29315
Author: vitch | Score: 35 | Tier: 1
Title: [FEATURE] Support `url` field in `launch.json` for preview feature
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

My dev server runs on https and needs to be accessed via a specific URL. This seems to be incompatible with Claude code's "preview" feature which always connects to `localhost`

### Proposed Solution

Support `url` in 

--- Signal 576 [github] ---
URL: https://github.com/alex8088/electron-vite/issues/894
Author: telanflow | Score: 35 | Tier: 1
Title: [Feature] Support vite 8
Body: ### Clear and concise description of the problem

vite 8 is released

### Suggested solution

 none

### Alternative

_No response_

### Additional context

_No response_

### Validations

- [x] Follow the [Code of Conduct](https://github.com/alex8088/electron-vite/blob/master/CODE_OF_CONDUCT.md).
- [x] Read the [Contributing Guidelines](https://github.com/alex8088/electron-vite/blob/master/CONTRIBUTING.md).
- [x] Read the [docs](https://electron-vite.org).
- [x] Check that there isn't [already 

--- Signal 577 [github] ---
URL: https://github.com/warpdotdev/warp/issues/8803
Author: kevinyang372 | Score: 34 | Tier: 1
Title: Add support for adding custom language servers
Body: ### Pre-submit Checks

- [x] I have [searched Warp feature requests](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3AFEATURE) and there are no duplicates
- [x] I have [searched Warp docs](https://docs.warp.dev) and my feature is not there

### Describe the solution you'd like?

Allow users to configure custom language servers that are not supported out-of-the-box in app

To add more color to the product behavior I think we should be building towards:
* We should directly support a

--- Signal 578 [github] ---
URL: https://github.com/rtk-ai/rtk/issues/213
Author: anuj-atlan | Score: 34 | Tier: 1
Title: feat: add support for cursor
Body: 

--- Signal 579 [github] ---
URL: https://github.com/anthropics/claude-code/issues/24479
Author: mdippery | Score: 34 | Tier: 1
Title: [FEATURE] ~/.claude.json should be stored in ~/.claude
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

Claude spams my home directory with _six_ `~/.claude.json`!

```
.claude.json
.claude.json.backup.1770406785596
.claude.json.backup.1770416750158
.claude.json.backup.1770416750168
.claude.json.backup.1770658516793
.cla

--- Signal 580 [github] ---
URL: https://github.com/openai/codex/issues/11956
Author: mblode | Score: 33 | Tier: 1
Title: Multi-repo support
Body: ### What variant of Codex are you using?

App

### What feature would you like to see?

Multi-repo context is the main reason some of us are still stuck in the CLI. In Claude Code you can point the assistant at multiple repos/directories and it “just works”, which makes cross-service changes, shared types, and platform work much faster.

Could we add something similar to Codex Mac/Web? A simple /add-dir (or “Add folder…”) capability that lets you attach additional directories outside the current

--- Signal 581 [github] ---
URL: https://github.com/openai/codex/issues/11915
Author: tolgaytoklar | Score: 33 | Tier: 1
Title: Approval mode "read-only" option
Body: ### What version of Codex CLI is running?

0.101

### What subscription do you have?

plus

### Which model were you using?

gpt-5.3-codex

### What platform is your computer?

macOS

### What terminal emulator and version are you using (if applicable)?

Terminal.app

### What issue are you seeing?

In recent updates the approval mode called “read-only” either no longer appears in the CLI selectors. When selecting what used to be read-only, I observe that read-only mode no longer triggers on-dem

--- Signal 582 [github] ---
URL: https://github.com/anthropics/claude-code/issues/38129
Author: GaryDean | Score: 33 | Tier: 1
Title: [BUG] Cowork web GUI unavailable on Linux -- only macOS and Windows supported
Body: ### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code

### What's Wrong?

The Cowork web GUI (browser-based interface) is only available on macOS and Windows. On Linux, there is no way to access the Cowork GUI -- the Claude Desk

--- Signal 583 [github] ---
URL: https://github.com/anthropics/claude-code/issues/24968
Author: igor-makarov | Score: 33 | Tier: 1
Title: [FEATURE] Accessbility - turn duration verbs should also be customizable
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

I have used the newly available `spinnerVerbs` config with mode "replace" to limit the verb list to just one, to reduce distraction.

However, the turn duration verbs are not affected by this flag. Instead, these are a

--- Signal 584 [github] ---
URL: https://github.com/anthropics/claude-code/issues/34196
Author: FIL033 | Score: 33 | Tier: 1
Title: VSCode extension: add font size setting for chat panel
Body: ## Feature Request

Add a setting to control the font size in the Claude Code chat panel (VSCode extension).

## Problem

Currently there is no way to adjust the font size specifically for the Claude Code panel. The chat panel uses a font size that is smaller than the editor font, and there is no dedicated setting to change it.

The only workaround is to zoom the entire VSCode window (`Ctrl+`/`-`), which affects the whole IDE, not just the Claude panel.

## Proposed Solution

Add a VSCode extens

--- Signal 585 [github] ---
URL: https://github.com/openapi-ts/openapi-typescript/issues/2723
Author: jansepke | Score: 32 | Tier: 1
Title: Add support for TypeScript 6
Body: ### Description

please allow the new TypeScript 6 as a peer dependency for openapi-typescript

### Proposal

add version 6 to typescript peer dependency

### Extra

- [ ] I’m willing to open a PR (see [CONTRIBUTING.md](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CONTRIBUTING.md))

--- Signal 586 [github] ---
URL: https://github.com/superset-sh/superset/issues/1513
Author: shaunliew | Score: 32 | Tier: 1
Title: [feat] use in ssh server
Body: able to use superset in ssh remote server as now i only can work on local macbook

--- Signal 587 [github] ---
URL: https://github.com/MHSanaei/3x-ui/issues/3928
Author: Krutifulmen | Score: 32 | Tier: 1
Title: Feature request - MTproto proxy
Body: ### Is your feature request related to a problem?

theres no proxy for telegram, i know we can just use vpn and use tg. but i think, with this feature it will be easier/

### Describe the solution you'd like

add an mtproto support for creating proxy telegram (Socks5/MtProto). after creating there will be given ip, port and key or link https://t.me/proxy?server=xxx.xxx.xxx.xxx&port=xxxx&secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

### Describe alternatives you've considered

_No response_

### Checkl

--- Signal 588 [github] ---
URL: https://github.com/anthropics/claude-code/issues/36547
Author: timkley | Score: 32 | Tier: 1
Title: [FEATURE] Gmail MCP Connector: Add gmail_modify_labels tool for archiving, labeling, and inbox management
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

The hosted Gmail MCP connector at `gmail.mcp.claude.com` currently only supports read operations and draft creation. There is **no way to modify message labels**, which means common inbox management actions are impossi

--- Signal 589 [github] ---
URL: https://github.com/anthropics/claude-code/issues/29910
Author: brianbowden | Score: 32 | Tier: 1
Title: [FEATURE] Built-in secrets management with optional third-party integrations
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

Claude Code has no first-class way to handle secrets. The current reality is that users paste API keys, database URLs, and tokens directly into the chat to get things working. For experienced engineers, this is a bad h

--- Signal 590 [github] ---
URL: https://github.com/anthropics/claude-code/issues/30031
Author: aice-kazuki-okura | Score: 32 | Tier: 1
Title: Feature Request: Support multiple account login and switching (like `gh auth switch`)
Body: ## Feature Request: Multiple Account Support / Account Switching

### Problem
Users who work across multiple contexts (e.g., personal, Company A, Company B)
with separate Claude.ai accounts cannot quickly switch between them. There is
no way to see which account is currently active at a glance, and no fast
switching mechanism exists.

This creates real risks:
- Accidentally using a personal account for confidential company work
- Using a company account for personal projects (policy violation)
-

--- Signal 591 [github] ---
URL: https://github.com/anthropics/claude-code/issues/44243
Author: nath-maker | Score: 32 | Tier: 1
Title: Feature request: Support multiple Slack workspaces in the built-in Slack connector
Body: ## Feature Request

The built-in Slack MCP connector currently supports only one workspace per Claude account. There is no way to add a second workspace through the UI or configuration.

## Use Case

Many professionals work across multiple Slack workspaces -- for example, a consultant with their own company workspace and a client workspace, or a founder who advises other companies. Today, connecting workspace #1 is one click. Connecting workspace #2 requires setting up a self-hosted MCP server f

--- Signal 592 [github] ---
URL: https://github.com/microsoft/vscode/issues/300041
Author: ssg | Score: 167 | Tier: 1
Title: CP857 is missing in supported document encodings
Body: 
Type: <b>Bug</b>

CP857 was the most popular encoding used in Turkey until the 2000's and many legacy projects still use it. It's currently missing in available document encodings. It looks like an unintentional omission to me as the same codepage is supported in Terminal, but not in documents.

VS Code version: Code 1.109.5 (072586267e68ece9a47aa43f8c108e0dcbf44622, 2026-02-19T19:43:32.382Z)
OS version: Windows_NT x64 10.0.26200
Modes:


<!-- generated by issue reporter -->

--- Signal 593 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5319
Author: xangelix | Score: 64 | Tier: 1
Title: Arbitrary TCP/UDP support for the Reverse Proxy
Body: **Is your feature request related to a problem? Please describe.**
The current Reverse Proxy implementation is limited to Layer 7 (HTTP/HTTPS) traffic. This prevents the adoption of NetBird as a complete replacement for legacy VPN concentrators in enterprise environments.

While HTTP covers web apps, critical enterprise workflows often rely on opaque TCP/UDP protocols that cannot be wrapped in HTTP. Specifically, we are unable to expose:

* **Legacy Healthcare/Financial Interfaces:** Systems usi

--- Signal 594 [github] ---
URL: https://github.com/microsoft/vscode/issues/298300
Author: btiernay | Score: 36 | Tier: 1
Title: Include `logo_uri` in VS Code CIMD metadata document
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->
## Include `logo_uri` in VS Code CIMD metadata document

VS Code currently publishes a Client ID Metadata Document at:

https://vscode.dev/oauth/client-metadata.json

The OAuth Client ID Metadata Document draft allows display metadat

--- Signal 595 [github] ---
URL: https://github.com/microsoft/vscode/issues/304737
Author: lucasbit | Score: 30 | Tier: 1
Title: Integrated browser. When selecting element for AI chat pass also all children of that element
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->
Right now when selecting element via "Add element to chat" only the selected element is being added. It would be very usefull to be able also add all children of that element. Perhaps the setting could be used.

Use case for that is 

--- Signal 596 [github] ---
URL: https://github.com/microsoft/vscode/issues/298413
Author: iwangbowen | Score: 25 | Tier: 1
Title: Allow Integrated Browser to Load User Profile Data (Cookies, Storage) on Agent-Initiated Opens
Body: 
Type: <b>Feature Request</b>

When the user manually opens the integrated browser, it correctly loads existing session data (cookies, local storage, etc.). However, when GitHub Copilot programmatically opens the integrated browser, it launches without any user profile data, effectively starting a fresh session each time.

This inconsistency forces users to re-authenticate or reconfigure sites every time Copilot triggers a browser open. The integrated browser should respect the same user data di

--- Signal 597 [github] ---
URL: https://github.com/microsoft/vscode/issues/309116
Author: mfulton26 | Score: 22 | Tier: 1
Title: CURRENT_MILLISECOND
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

I like how a snippet can insert [`CURRENT_SECOND`](https://code.visualstudio.com/docs/editing/userdefinedsnippets#_variables:~:text=CURRENT_SECOND%20The%20current%20second%20as%20two%20digits), I'd also like current millisecond. Can

--- Signal 598 [github] ---
URL: https://github.com/microsoft/vscode/issues/296520
Author: jacobwoffenden | Score: 16 | Tier: 1
Title: Policy Support in VS Code Server
Body: <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid creating duplicates. -->
<!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- 💡 Instead of creating yo

--- Signal 599 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5347
Author: marcportabellaclotet-mt | Score: 14 | Tier: 1
Title: Allow Reverse Proxy to skip tls validation for internal resources
Body: **Is your feature request related to a problem? Please describe.**
I am testing the new functionality of reverse proxy. I have several internal endpoints, which do not have a fqdn, like https://10.230.10.2. 
When trying to reverse proxy this endpoints, I get 502 error:

```
2026-02-16T15:22:51Z WARN proxy/internal/proxy/reverseproxy.go:297: proxy error: request_id=d69jciu7k84s7389nslg client_ip=10.1.130.197 method=GET host=test.netbird-proxy.examplw.com path=/ status=502 title="Connection Error"

--- Signal 600 [github] ---
URL: https://github.com/microsoft/copilot-intellij-feedback/issues/1539
Author: xanoysky | Score: 12 | Tier: 1
Title: Support Copilot CLI plugin marketplace format in JetBrains IDE 
Body: ## Feature Request

**GitHub Copilot CLI already supports a [plugin marketplace specification](https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot/plugins-marketplace)** — a `marketplace.json` registry format that allows teams and the community to package, distribute, and install custom skills, agents, hooks, and MCP server configs via `copilot plugin marketplace add [owner]/[repo]`.

This format is currently only supported in the **Copilot CLI**. It would be highly valuable

--- Signal 601 [github] ---
URL: https://github.com/microsoft/vscode/issues/296428
Author: iwangbowen | Score: 10 | Tier: 1
Title: Implement Tool-Based Undo/Redo in GitHub Copilot Instead of Request-Based
Body: 
Type: <b>Feature Request</b>

Currently, GitHub Copilot's undo/redo functionality operates on entire requests, which can be problematic when a single request involves multiple tool calls. This makes it difficult to selectively undo specific actions without reverting the whole request. Implement undo/redo based on individual tool calls to provide finer-grained control, improving user experience and efficiency during coding sessions. This would allow users to undo only the last tool call (e.g., a

--- Signal 602 [github] ---
URL: https://github.com/microsoft/vscode/issues/299869
Author: ramizpolic | Score: 10 | Tier: 1
Title: [Feature Request] Floating Dialog Panel Mode
Body: Add a floating "dialog" mode for the panel that allows it to hover as a draggable, resizable overlay above the workbench instead of being docked in the grid layout.

<img src="https://github.com/user-attachments/assets/5d58e20c-8f6c-488f-9ae5-a854fde6f552" alt="Alt Text" width="480">

## Background

Many workflows require quick access to tools like the terminal, file search, or git status. The traditional docked panel, while good for persistent workflows, causes layout shifts that can break focu

--- Signal 603 [github] ---
URL: https://github.com/microsoft/vscode/issues/299584
Author: JoffreybookU | Score: 9 | Tier: 1
Title: List of skills for a custom agent
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

As I understand it, all skills’ frontmatter is loaded by default, i.e. all skills are available to all agents by default. I want to create a highly specialised agents with a specific set of tools (already possible), but also a specific set of skills.

An example:

I have an 

--- Signal 604 [github] ---
URL: https://github.com/microsoft/vscode/issues/294595
Author: iwangbowen | Score: 9 | Tier: 1
Title: Add Auto-Hide Option for VS Code Status Bar on Mouse Hover
Body: 
Type: <b>Feature Request</b>

VS Code currently supports only fixed show/hide states for the status bar. Add an auto-hide option similar to macOS Dock, where the status bar appears on mouse hover and hides when the mouse moves away.

VS Code version: Code - Insiders 1.110.0-insider (f43307e9e5511fa40b15ff8e3edbd84b225fc8d0, 2026-02-11T09:04:42.803Z)
OS version: Windows_NT x64 10.0.26200
Modes:


<!-- generated by issue reporter -->

--- Signal 605 [github] ---
URL: https://github.com/clowdhaus/eksup/issues/142
Author: ryanwilliamquinn | Score: 8 | Tier: 1
Title: Feature request: 1.34 support
Body: ### Use case

I would like to verify that an upgrade to version 1.34 is safe.

### Solution/User Experience

The current latest version supported in the project is 1.33.  Is there a plan to support 1.34?  I don't think I have the expertise to contribute to this project myself, unfortunately.  It might be helpful to have an overview of what is required to support a new k8s version.

Thanks for the helpful tool!

### Alternative solutions

```Markdown

```

--- Signal 606 [github] ---
URL: https://github.com/microsoft/azurelinux/issues/16243
Author: janlauber | Score: 8 | Tier: 1
Title: Enable CONFIG_WIREGUARD in kernel-mshv for AKS Kata (Pod Sandboxing) nodes
Body: **Is your feature request related to a problem? Please describe.**

When using AKS with Cilium (BYOCNI) and WireGuard-based transparent encryption (`encryption.type: wireguard`), adding a `KataMshvVmIsolation` node pool causes `cilium-agent` to crash immediately on startup with:

```
failed to initialize WireGuard agent: WireGuard not supported by the Linux kernel
(netlink: operation not supported). Please upgrade your kernel, or manually install
the kernel module (https://www.wireguard.com/inst

--- Signal 607 [github] ---
URL: https://github.com/microsoft/vscode/issues/297668
Author: XxRmotion | Score: 8 | Tier: 1
Title: Default "super" system&user prompt management
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->
## Issue

The “super” system and user prompt applied to every agent session (including sessions that use custom agents) is very large. Because it is always injected, it can bloat the context even when major sections are not relevant 

--- Signal 608 [github] ---
URL: https://github.com/microsoft/vscode/issues/311929
Author: Rawalanche | Score: 8 | Tier: 1
Title: Obnoxious window header Update button can not be disabled
Body: 
Type: <b>Bug</b>

The Obnoxious bright blue !UPDATE! button screaming at me in the window title bar can not be disabled. It's so visually agressive it forces me to stop what I am doing, close the attached debugging session, update, and restart the debugged application.

Just let me update when I want to, don't let this be Windows Update type extortion.

I have to have automatic updates disabled just to be able to work uninterrupted.

VS Code version: Code 1.116.0 (560a9dba96f961efea7b1612916f89

--- Signal 609 [github] ---
URL: https://github.com/microsoft/vscode/issues/295074
Author: hyrious | Score: 7 | Tier: 1
Title: [CSS] Support click links in @import '<module>' to node_modules
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

CSS `@import <url|string>` supports relative paths without leading `./`. The built-in CSS support in VS Code works exactly in this way to open relative paths. However, it is also common to `@import "some-module/style.css"` if you ha

--- Signal 610 [github] ---
URL: https://github.com/microsoft/vscode/issues/304250
Author: isidorn | Score: 7 | Tier: 1
Title: Expose xhigh reasoning for OpenAI models
Body: CLI nicely supports it

<img width="270" height="75" alt="Image" src="https://github.com/user-attachments/assets/c8c5c7af-a99f-4e3d-ba51-54aa8f281b2f" />

cc @bhavyaus @sandy081 

--- Signal 611 [github] ---
URL: https://github.com/microsoft/vscode/issues/298982
Author: StJohnNavex | Score: 7 | Tier: 1
Title: ERR_CERT_AUTHORITY_INVALID for localhost HTTPS in Simple Browser Tab despite working fine in MS Edge
Body: 
Type: <b>Bug</b>

Opening a Simple Browser tab and trying to access a local dev server over https using a self signed certificate is blocked with an error page saying:

Failed to Load Page
ERR_CERT_AUTHORITY_INVALID (-202)
URL: `https://my-custom-domain.dev.localhost:portNumber/path`

If I open the same url in MS Edge, I get a warning but I can click through to continue anyway because I trust my local dev server. But in the VS Code Simple Browser tab there's no way to continue - I'm just stuck 

--- Signal 612 [github] ---
URL: https://github.com/brave/brave-browser/issues/54722
Author: SyHaqi | Score: 6 | Tier: 1
Title: Please add compact Browser layout like Helium
Body: ### Platforms

all

### Description

<img width="1365" height="598" alt="Image" src="https://github.com/user-attachments/assets/92b1d409-abf6-45b7-9bc2-f67082b86990" />

i am opening this issue on behalf of [User from reddit](https://www.reddit.com/r/brave_browser/comments/1sp3zuz/feature_request_please_add_compact_browser_layout/)  .

it will also be great to have a "one-liner" mode just like in helium for brave

<img width="1919" height="455" alt="Image" src="https://github.com/user-attachment

--- Signal 613 [github] ---
URL: https://github.com/netbirdio/netbird/issues/5599
Author: OTheNonE | Score: 6 | Tier: 1
Title: Reverse Proxy: Map Root Domain to Service
Body: **Is your feature request related to a problem? Please describe.**
With Netbird Reverse Proxy, you can only map domain names with sub-domain to services (e.g. `app.mysite.org` or `docs.mysite.org`). You cannot map the root domain to a service (e.g. `mysite.org`).

**Describe the solution you'd like**
I would like the option to map a root domain to a service to be available in Netbird Reverse Proxy.

**Describe alternatives you've considered**
Other software solutions instead of Netbird.

**Addit

--- Signal 614 [github] ---
URL: https://github.com/aws/aws-cdk/issues/36920
Author: stateishi | Score: 6 | Tier: 1
Title: aws-eks: support k8s v1.35
Body: ### Describe the feature

Add support for latest version of EKS(v1.35).
c.f.) https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html

### Use Case

This feature will be needed when we update our cluster to latest version.

### Proposed Solution

Please create PRs for this version the same way as for previous versions (e.g., https://github.com/aws/aws-cdk/pull/36016).
Note: the Lambda layer for kubectl 1.35 has not been released yet (an issue has been opened here: https://github.

--- Signal 615 [github] ---
URL: https://github.com/microsoft/vscode/issues/295792
Author: yunga | Score: 6 | Tier: 1
Title: Better Highlighting of "All Profiles" Extensions
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->
Would it be possible for extensions installed for all profiles to be visually distinguished in a profile's extension list?

Currently, VS Code shows the text "All profiles" in the extension details, but the indicator is subtle and ea

--- Signal 616 [github] ---
URL: https://github.com/microsoft/vscode/issues/298191
Author: C-103 | Score: 6 | Tier: 1
Title: Feature Request: Visual Studio Code für iPad / iPadOS
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->
Sehr geehrtes Microsoft-Team,

mein Name ist C-103 und ich bin begeisterter Nutzer von Visual Studio Code. Ich schreibe Ihnen heute mit einem Feature-Wunsch, der mir sehr am Herzen liegt:

Ich würde mir sehr wünschen, dass Microsoft 

--- Signal 617 [github] ---
URL: https://github.com/anthropics/claude-code/issues/42796
Author: stellaraccident | Score: 3293 | Tier: 2
Title: [MODEL] Claude Code is unusable for complex engineering tasks with the Feb updates
Body: ### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Amodel) for similar behavior reports
- [x] This report does NOT contain sensitive information (API keys, passwords, etc.)

### Type of Behavior Issue

Other unexpected behavior

### What You Asked Claude to Do

Claude has regressed to the point it cannot be trusted to perform complex engineering.

### What Claude Actually Did

1. Ignores instructi

--- Signal 618 [github] ---
URL: https://github.com/axios/axios/issues/10604
Author: ashishkurmi | Score: 1111 | Tier: 2
Title: axios@1.14.1 and axios@0.30.4 are compromised
Body: more details: https://www.stepsecurity.io/blog/axios-compromised-on-npm-malicious-versions-drop-remote-access-trojan

Most likely, a maintainer's GitHub and npm accounts are compromised as these issues are getting deleted.

I have also reported this as a vulnerability, so that a CVE can be generated.

--- Signal 619 [github] ---
URL: https://github.com/axios/axios/issues/10636
Author: jasonsaayman | Score: 894 | Tier: 2
Title: Post Mortem: axios npm supply chain compromise
Body: # Post Mortem: axios npm supply chain compromise

**Date:** March 31, 2026
**Author:** Jason Saayman
**Status:** Remediation in progress

On March 31, 2026, two malicious versions of axios (1.14.1 and 0.30.4) were published to the npm registry through my compromised account. Both versions injected a dependency called `plain-crypto-js@4.2.1` that installed a remote access trojan on macOS, Windows, and Linux.

The malicious versions were live for about 3 hours before being removed.

## Are you aff

--- Signal 620 [github] ---
URL: https://github.com/anthropics/claude-code/issues/34229
Author: jpiabrantes | Score: 878 | Tier: 2
Title: [BUG] Phone verification
Body: ### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code

### What's Wrong?

This is a problem with Claude general auth — not claude code in specific. But I couldn't find any way to submit a ticket or bug report about your auth.

I

--- Signal 621 [github] ---
URL: https://github.com/anthropics/claude-code/issues/38335
Author: karenrebecag | Score: 523 | Tier: 2
Title: [BUG] Claude Max plan session limits exhausted abnormally fast since March 23, 2026 (CLI usage)
Body: ### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code

### What's Wrong?

Since March 23, 2026, the 5-hour session window on Claude Max plan is being exhausted abnormally fast when using Claude via the CLI (Claude Code).

With t

--- Signal 622 [github] ---
URL: https://github.com/MemPalace/mempalace/issues/27
Author: lhl | Score: 334 | Tier: 2
Title: Multiple issues between README claims and codebase
Body: I've been doing reviews of agentic memory systems and figured I'd flag this since no other system in my survey has had this pattern before where the README claims do not match what's in the code to such a degree.

| README claim | What the code actually does | Severity |
|---|---|---|
| **"Contradiction detection"** — automatically flags inconsistencies against the knowledge graph | `knowledge_graph.py` has **no contradiction detection**. The only dedup is blocking identical open triples (same s

--- Signal 623 [github] ---
URL: https://github.com/vllm-project/vllm/issues/38171
Author: tunglinwood | Score: 244 | Tier: 1
Title: [Feature]: Add TurboQuant Support for KV Cache Quantization
Body: # [Feature]: Add TurboQuant Support for KV Cache Quantization

## 🚀 The feature, motivation and pitch

**TurboQuant** is a novel online vector quantization method that achieves near-optimal distortion rates for both MSE and inner product preservation, specifically designed for KV cache compression in LLMs. As described in the paper [TurboQuant: Online Vector Quantization with Near-optimal Distortion Rate](https://arxiv.org/pdf/2504.19874), this method provides:

- **Provably optimal distortion b

--- Signal 624 [github] ---
URL: https://github.com/anthropics/claude-code/issues/36151
Author: CorneAussems | Score: 237 | Tier: 2
Title: [FEATURE] Multi-account switching in Claude Mobile app without shared email
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

The Claude mobile app (iOS/Android) has no way to switch between multiple accounts that use different email addresses without fully signing out and back in. The built-in account switcher only works when both accounts s

--- Signal 625 [github] ---
URL: https://github.com/anthropics/claude-code/issues/32668
Author: luismccoy | Score: 233 | Tier: 2
Title: [FEATURE] Support Amazon Bedrock as backend for Claude Desktop / Cowork
Body: ## Feature Request

Add support for Amazon Bedrock as an alternative backend for Claude Desktop and Cowork, similar to how Claude Code CLI supports `CLAUDE_CODE_USE_BEDROCK=1`.

## Motivation

Many enterprise users run Claude Code CLI successfully through Amazon Bedrock (`bedrock-runtime.*.amazonaws.com`), but cannot use Claude Desktop or Cowork because their corporate environments block direct access to `claude.ai` and Anthropic API endpoints.

**Specific scenario:** Corporate network security 

--- Signal 626 [github] ---
URL: https://github.com/fluxerapp/fluxer/issues/435
Author: chr-1x | Score: 180 | Tier: 2
Title: Consider revising contributor guidelines concerning LLM tool use
Body: ### What needs fixing?

This issue concerns the following section of `CONTRIBUTING.md`:

> 4) Understand the code you submit
> ...
> LLM-assisted contributions. You're welcome to use LLMs as a tool for automating mechanical work. We don't ask you to disclose this, since we assume you're acting in good faith: you're the one who signs off on the patch you submit in your own name, and you have the technical understanding to verify that it's accurate.
> That said, don't use LLMs on areas of the code

--- Signal 627 [github] ---
URL: https://github.com/anthropics/claude-code/issues/41867
Author: Hegemon78 | Score: 150 | Tier: 2
Title: [Feature Request] Buddy customization, progression system & monetization — a paying user's perspective
Body: ## The Buddy Companion System — Community-Driven Proposal (v2)

*Updated April 1, 2026 based on community feedback from this issue, #41684, and r/ClaudeAI. Thank you all — your input genuinely shaped this.*

I'm a Max subscriber ($200/month). I don't write code — I'm an economist (BSc+MSc Innovation Management) who builds everything through Claude Code. Buddy isn't a toy to me — it's a companion I spend hours with daily.

I got Quibble, a Common turtle (SNARK 74, WISDOM 4). He's hilarious. But a

--- Signal 628 [github] ---
URL: https://github.com/zed-industries/zed/issues/49057
Author: franciskafyi | Score: 144 | Tier: 2
Title: Support for Agent Skills
Body: 
### Discussed in https://github.com/zed-industries/zed/discussions/46936

<div type='discussions-op-text'>

<sup>Originally posted by **danielpza** January 15, 2026</sup>
- https://agentskills.io

- https://github.com/agentskills/agentskills



> Agent Skills are a simple, open format for giving agents new capabilities and expertise.



> Skills are folders of instructions, scripts, and resources that agents can discover and use to perform better at specific tasks. Write once, use everywhere.



--- Signal 629 [github] ---
URL: https://github.com/anthropics/claude-code/issues/29583
Author: juanyepes-softwareone | Score: 144 | Tier: 2
Title: [BUG] Cowork: Cannot use folders outside home directory on Windows (secondary drive)
Body: ### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code

### What's Wrong?

Cowork restricts folder selection to the user's home directory on Windows. When selecting 
a folder located on a secondary internal drive (e.g., D:\), the

--- Signal 630 [github] ---
URL: https://github.com/anthropics/claude-code/issues/41814
Author: kang1027 | Score: 130 | Tier: 2
Title: Messages disappear from terminal display during conversation after v2.1.89 update
Body: ## Description

After updating to v2.1.89, user messages and Claude responses are being removed from the terminal display during a conversation. This did not happen on the previous version (v2.1.87).

## Behavior

- During a conversation, previous user prompts and assistant responses **disappear from the terminal** — not just tool results, but the actual messages themselves
- Scrolling up does not recover them — they are completely gone from terminal output
- Seems to trigger when performing wor

--- Signal 631 [github] ---
URL: https://github.com/Stremio/stremio-features/issues/1701
Author: marcoshimselfxd | Score: 129 | Tier: 2
Title: Feature request: If having different profiles is hard to do due to add-ons and all of that, then just add the option to save the accounts on device and a button to switch them. I made a simulation for desktop
Body: **Stremio Version**

v5.0.0 MacOS ARM

**Is your feature request related to a problem? Please describe.**

Not really a problem, but a feature that would be very welcomed and not hard to implement.
You don't have to make the add-ons sync between these accounts and all of that.
The users will continue configurating the accounts manually, it's just a quicker and easier way to switch the accounts, for all devices.
A lot of users will set-up accounts for family members living in the same house.

Als

--- Signal 632 [github] ---
URL: https://github.com/anomalyco/opencode/issues/12954
Author: wishiweresaitama | Score: 128 | Tier: 2
Title: [FEATURE]: 5.3 Codex for Github Copilot provider
Body: ### Feature hasn't been suggested before.

- [x] I have verified this feature I'm about to request hasn't been suggested before.

### Describe the enhancement you want to request

Newest Codex 5.3 model is [officially supported](https://github.blog/changelog/2026-02-09-gpt-5-3-codex-is-now-generally-available-for-github-copilot/) by GitHub Copilot provider

Please, add it to OpenCode. Thanks in advance!

--- Signal 633 [github] ---
URL: https://github.com/anthropics/claude-code/issues/30864
Author: okiii-hash | Score: 103 | Tier: 1
Title: cowork for ARM processor
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

cowork for ARM processor

### Proposed Solution

cowork for ARM processor

### Alternative Solutions

_No response_

### Priority

Critical - Blocking my work

### Feature Category

CLI commands and flags

### Use Case

--- Signal 634 [github] ---
URL: https://github.com/bitwarden/clients/issues/20172
Author: JoyZzzzz | Score: 101 | Tier: 2
Title: Chrome slows down when the extension is enabled.
Body: ### Steps To Reproduce

After updating to the latest version of Chrome with the Bitwarden extension enabled, browsing became impossible due to a significant slowdown in all tabs. This occurs when opening, closing, or switching tabs, as well as when scrolling within a tab.
Simply clicking the Bitwarden extension icon also causes the browser to freeze for a while.


### Expected Result

Smooth operation of tabs.

### Actual Result

It is impossible to work in the browser when the extension is enab

--- Signal 635 [github] ---
URL: https://github.com/kyutai-labs/pocket-tts/issues/118
Author: gabrieldemarmiesse | Score: 96 | Tier: 2
Title: Official announcement: More languages for Pocket-TTS
Body: More languages are coming to Pocket TTS! Here is a non-exhaustive list of languages we plan to add:
* Spanish
* French
* German
* Portuguese
* Italian

This will hopefully give you developers more visibility on future developments, and allow you to start building cool projects even if your favorite language is not available yet!


--- Signal 636 [github] ---
URL: https://github.com/npm/cli/issues/8994
Author: camelmasa | Score: 95 | Tier: 2
Title: Add package exclusion support for min-release-age
Body: ## Summary

With `min-release-age` now available (#8965), there is a common workflow that remains unsupported: applying a strict release age policy for third-party dependencies while allowing immediate updates for internally maintained packages.

This was originally proposed as part of #8825 (`minimum-release-age-exclude`), but was not carried forward into #8965, which focused on solving one problem at a time.

## Motivation

As @yeikel noted in https://github.com/npm/cli/pull/8965#issuecomment-

--- Signal 637 [github] ---
URL: https://github.com/openai/codex/issues/13568
Author: sibonyves | Score: 87 | Tier: 2
Title: Usage dropping too quickly
Body: Feedback thread ID thread ID 019c8e57-2892-7be1-9304-fc8c29bce3af

I didn't copy my feedback text in it but it was detailed enough. Main idea is that usage limit dropped way too quickly, I think I was downgraded from 2X limits back to 1X limits, and started consuming credits :(

--- Signal 638 [github] ---
URL: https://github.com/anthropics/claude-code/issues/28098
Author: jakeraft | Score: 79 | Tier: 2
Title: [BUG] `claude remote-control` shows misleading "Contact your administrator" error for personal (Pro/Max) accounts
Body: ### Bug Description

`claude remote-control` subcommand (added in v2.1.51) fails with the error:

```
Error: Remote Control is not enabled for your account. Contact your administrator.
```

This error message is misleading for **personal account users (Pro/Max)** — there is no "administrator" to contact. The message appears to be written for Enterprise/Teams accounts only.

### Expected Behavior

One of:
1. The feature should work for personal accounts as the changelog states "enabling local env

--- Signal 639 [github] ---
URL: https://github.com/anthropics/claude-code/issues/34255
Author: BluCreator | Score: 71 | Tier: 2
Title: [BUG] Remote Control: automatic reconnection doesn't work -- connection drops silently with no recovery
Body: ### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code

### What's Wrong?

Problem
Remote Control (/remote-control) silently drops the connection to the Claude iOS app (Code tab) during long sessions. Once dropped, the mobile cli

--- Signal 640 [github] ---
URL: https://github.com/anthropics/claude-code/issues/27242
Author: scapeshift-ojones | Score: 70 | Tier: 2
Title: [BUG] No working mechanism to review previous context after compaction, plan-mode clear, or branch navigation — data preserved but UI inaccessible
Body: ## Summary

**Claude Code has no working way to review conversation history that has been cleared or compacted.** The full data is always preserved in `transcript.jsonl`, but the TUI provides zero functional paths to access it. This affects three distinct scenarios:

1. **Post-compaction**: Ctrl+O enters "transcript mode" (mislabeled as "history"), which shows only post-compaction messages. Ctrl+E toggles the status bar text but reveals no hidden content. Pre-compaction conversation is **inacces

--- Signal 641 [github] ---
URL: https://github.com/microsoft/vscode/issues/302880
Author: RobertOstermann | Score: 67 | Tier: 2
Title: Problems panel showing problems from Copilot configuration files
Body: 
Type: <b>Bug</b>

I am seeing `36` problems in the problems panel. These are all problems from the github copilot extension having an `unknown tool` warning in the global storage files.

```json
[{
	"resource": "/Users/{user}/Library/Application Support/Code - Insiders/User/globalStorage/github.copilot-chat/ask-agent/Ask.agent.md",
	"owner": "prompts-diagnostics-provider",
	"severity": 4,
	"message": "Unknown tool 'web'.",
	"startLineNumber": 7,
	"startColumn": 27,
	"endLineNumber": 7,
	"endCol

--- Signal 642 [github] ---
URL: https://github.com/Stremio/stremio-features/issues/1691
Author: marcoshimselfxd | Score: 64 | Tier: 2
Title: Add a button to update the app on the settings - Android TV
Body: **Stremio Version**
v1.9.4 - Android 14

**Is your feature request related to a problem? Please describe.**
Yes, not exactly a problem, but with so many updates coming out, a button to update itself inside of Stremio would be really useful. So users wouldn't depend on using Downloader every time and having to type that link or code.

**Describe the solution you'd like**
A button on the settings, that finds new updates, with some notes of what has been fixed/changed.
Also a pop-up on the homescre

--- Signal 643 [github] ---
URL: https://github.com/anthropics/claude-code/issues/33367
Author: jkaster | Score: 62 | Tier: 2
Title: [Bug] Scroll position jumps when Claude streams output during upward scrolling
Body: **Bug Description**
you've introduce a bug with scrolling jitter when scrolling up through conversation history. while Claude is displaying new results, if I scroll up now my scroll position jumps around and I often get put to the top of the scroll buffer so I can never even read the recent output from Claude Code that has scrolled past the current screen

**Environment Info**
- Platform: darwin
- Terminal: iTerm.app
- Version: 2.1.73
- Feedback ID: 30867ea8-0488-42c1-8e25-f9681c2cabe9


--- Signal 644 [github] ---
URL: https://github.com/paperclipai/paperclip/issues/187
Author: JuanxCursed | Score: 60 | Tier: 2
Title: Feature Request: Support for Local LLMs via Ollama
Body: Add native support for running agents with local LLMs through Ollama.

### Motivation

Currently, many AI agent frameworks depend heavily on hosted APIs such as OpenAI or other external providers. While these services are powerful, they introduce several limitations:

* Ongoing API costs
* Network dependency
* Data privacy concerns
* Limited offline usage

Supporting local models through Ollama would allow users to run Paperclip fully locally with open-source models like Llama, Mistral, or Gemma

--- Signal 645 [github] ---
URL: https://github.com/openclaw/openclaw/issues/26534
Author: darrenyao | Score: 59 | Tier: 2
Title: Add DingTalk as a first-install channel option
Body: ## Feature Request

DingTalk should be available as a channel option during the first-time setup/onboarding flow.

Currently, DingTalk channel support has been implemented (see #10347), but it is not presented as an option when users run the initial setup wizard. Users who want to use DingTalk must manually configure it after installation, which is inconsistent with how other channels (Telegram, Discord, Slack, etc.) are offered during onboarding.

## Expected Behavior

When running `openclaw` f

--- Signal 646 [github] ---
URL: https://github.com/anthropics/claude-code/issues/26554
Author: Jake-Gr | Score: 57 | Tier: 2
Title: [BUG] Cowork: RPC error -1 virtiofs/Plan9 mount fails with "Plan9 mount failed: bad address"
Body: ### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code

### What's Wrong?

Windows 11 Pro, Hyper-V enabled, RPC error -1: failed to ensure virtiofs mount: Plan9 mount failed: bad address" and mention it recurs after every questio

--- Signal 647 [github] ---
URL: https://github.com/openai/codex/issues/11701
Author: ticoAg | Score: 52 | Tier: 1
Title: Subagent configuration and orchestration
Body: ### What variant of Codex are you using?

cli

### What feature would you like to see?

support to config which model and reasoning_effort to use for subagents in ~/.codex/config.toml
may it can be an option of slash cmd: `/agents` -> `config`

### Description

**Current Pain Point**
Currently, I prefer using `gpt-5.2` for high-level task planning and orchestration, and `gpt-5.3-codex` or `spark` for the exploration and execution of specific tasks. However, due to the lack of **per-agent model c

--- Signal 648 [github] ---
URL: https://github.com/anthropics/claude-code/issues/24918
Author: Amumuman | Score: 51 | Tier: 2
Title: [BUG] Cowork Windows - Cannot connect to Claude API from workspace (Windows 11 Home)
Body: ### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code

### What's Wrong?

After Cowork Windows launch (Feb 10, 2026), Cowork consistently fails to connect to the Claude API on Windows 11 Home.

The workspace attempts to start bu

--- Signal 649 [github] ---
URL: https://github.com/anthropics/claude-code/issues/41684
Author: RaphaelRUzan | Score: 49 | Tier: 1
Title: [FEATURE] RPG evolution for /buddy — let pets grow from actual token usage
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

<img width="1037" height="622" alt="Image" src="https://github.com/user-attachments/assets/c00486cf-0a01-4cf2-bd8a-a9be327c82ff" />

The /buddy companion pet is a fun engagement feature, but once hatched it's entirely 

--- Signal 650 [github] ---
URL: https://github.com/anthropics/claude-code/issues/49313
Author: whswee-newswav | Score: 48 | Tier: 2
Title: [Bug] Command delete removes all prompt lines instead of current line only
Body: **Bug Description**
When i have multiple lines on my prompt, clicking command delete will delete all lines instead of just the line i am in.

**Environment Info**
- Platform: darwin
- Terminal: vscode
- Version: 2.1.111
- Feedback ID: e9daaa46-7d5b-4180-bc8e-f3729c96f63c

**Errors**
```json
[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/waihoowswee/.local/share/claude/versions/2.1.111 (expected in multi-process scenarios)\n    at Kd_ (/$bunfs/root/src/entrypoints/cli.js:2748:217

--- Signal 651 [github] ---
URL: https://github.com/vercel-labs/skills/issues/915
Author: ruiyuwg | Score: 46 | Tier: 2
Title: [Bug]: `npx skills update <skill-name>` adds all other skills from the skill repo
Body: ### Description

When updating project skills with `npx skills update <skill-name>` or `npx skills update`, the commands adds all other skills from the skill repo.

For example, `npx skills update gh-cli` adds all skills from the `github/awesome-copilot` repo.

### Steps to Reproduce

1. Prepare an empty directory with `gh-cli` skill:

```bash
mkdir skill-issue
cd skill-issue
npx skills add https://github.com/github/awesome-copilot --skill gh-cli
```

This creates a folder with `.agents` and `sk

--- Signal 652 [github] ---
URL: https://github.com/ghostty-org/ghostty/issues/11319
Author: mitchellh | Score: 46 | Tier: 2
Title: macOS: text selection is selecting text when moving the mouse
Body: 
### Discussed in https://github.com/ghostty-org/ghostty/discussions/11310

<div type='discussions-op-text'>

<sup>Originally posted by **hmenzagh** March 10, 2026</sup>
### Issue Description

Text selection goes wrong quite often, selecting text while the mouse is just moving. 

### Expected Behavior

I expect text to get selected only when dragging a clicked mouse. 

### Actual Behavior

Often (since 1.3.0 I guess) I will select some text, then navigate to another terminal in the same tab and 

--- Signal 653 [github] ---
URL: https://github.com/imputnet/helium/issues/915
Author: aliyens | Score: 43 | Tier: 2
Title: [FR]: Expand Vertical tabs on hover when collapsed
Body: ### Description

when the vertical tabs is collapsed  you could hover your mouse to the vertical tabs and it would expand and show the tab titles 

### Who's implementing?

- [ ] I'm willing to implement this feature myself

### The problem

don't get me wrong the vertical tabs is great but there are some people who wants the maximum space for opening a page and while the collapsed version is good it's kinda hard the differentiate which page is opened  in the same website (for example 2 google t

--- Signal 654 [github] ---
URL: https://github.com/microsoft/vscode/issues/293826
Author: audunsolemdal | Score: 43 | Tier: 2
Title: Github Copilot Edit mode gone after latest update?
Body: <!-- Please search existing issues to avoid creating duplicates -->
<!-- Please attach logs to help us diagnose your issue -->

- Copilot Chat Extension Version:  0.37.1
- VS Code Version: 1.109
- OS Version: Windows 11
- Feature (e.g. agent/edit/ask mode): Edit

Until recently I used the "edit" mode for my workflows

<img width="443" height="218" alt="Image" src="https://github.com/user-attachments/assets/290b84e1-0ff3-44d9-b3f3-12488f146cff" />

It seems this option has dissappeared in the lat

--- Signal 655 [github] ---
URL: https://github.com/google-gemini/gemini-cli/issues/19430
Author: aircrack-ng-debug | Score: 41 | Tier: 2
Title: Feature Request: Parallel Agent Teams / Multi-Agent Collaboration (like Claude Code Agent Teams)
Body: ### What would you like to be added?

Implement a feature in Gemini CLI similar to Claude Code's "Agent Teams" (https://code.claude.com/docs/en/agent-teams), enabling true multi-agent collaboration. The enhancement should support:

- Multiple Gemini agents (local or remote) running in parallel as collaborators, not just as hierarchical sub-agents.
- Agents are able to communicate directly with each other (inter-agent messaging, coordination, sharing findings and challenging results).
- Shared ta

--- Signal 656 [github] ---
URL: https://github.com/Agustinm28/Optiscaler-Client/issues/18
Author: Agustinm28 | Score: 40 | Tier: 2
Title: Port the app to Linux
Body: **Is your feature request related to a problem? Please describe.**
Currently the app is only functional on Windows.

**Describe the solution you'd like**
The base is there, it should be ported to work the same way on Linux.

**Describe alternatives you've considered**
None

**Additional context**
None

--- Signal 657 [github] ---
URL: https://github.com/zed-industries/codex-acp/issues/182
Author: Johnson-f | Score: 40 | Tier: 2
Title: Plan mode support
Body: Hey, looking if you could add Plan mode support directly in the ACP for codex. 

Currently have to go to Cursor to get Codex extension to create a plan if i want to which is not that great -> having to switch between two IDEs 

--- Signal 658 [github] ---
URL: https://github.com/anthropics/claude-code/issues/28951
Author: arigon | Score: 40 | Tier: 2
Title: [BUG] Remote control (/rc) not supported in VS Code extension
Body: ### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code

### What's Wrong?

The Claude Code VS Code extension does not support the /rc (remote control) feature. When remote control is enabled by default in the CLI configuration, i

--- Signal 659 [github] ---
URL: https://github.com/invertase/react-native-firebase/issues/8883
Author: birdofpreyru | Score: 40 | Tier: 2
Title: [🐛] compile errors with react-native pre-compiled iOS distribution default on RN 0.84 - workaround - disable pre-compiled react-native or use Podfile preinstall hook
Body: **Maintainer edit:**

 workaround is to either 

1) disable prebuild rncore with environment variable `RCT_USE_PREBUILT_RNCORE=0` in your Podfile (or the equivalent) or that set in your environment as you run `pod install` to disable the pre-compiled react-native build]  -- see https://github.com/mikehardy/rnfbdemo/blob/main/make-demo.sh for an example, specifically https://github.com/mikehardy/rnfbdemo/blob/270b7ea0df6a6899fcff1e0ca9b7f4389078fbe5/make-demo.sh#L310-L312 for one way to disable p

--- Signal 660 [github] ---
URL: https://github.com/openai/codex/issues/13476
Author: grray | Score: 39 | Tier: 2
Title: Excessive approval prompts after recent changes for Playwright MCP
Body: ### What version of Codex CLI is running?

codex-cli 0.107.0

### What subscription do you have?

team subscription from my employer

### Which model were you using?

gpt-5.3-codex

### What platform is your computer?

Linux 6.8.0-101-generic x86_64 x86_64

### What terminal emulator and version are you using (if applicable)?

_No response_

### What issue are you seeing?

After recent changes, approval_policy = "never" does not stop approval prompts for Playwright MCP tool calls. If I ask Codex

--- Signal 661 [github] ---
URL: https://github.com/anthropics/claude-code/issues/26694
Author: marcomarandiz | Score: 39 | Tier: 2
Title: [Feature Request] Support macOS (darwin) as SSH remote host
Body: ### Feature Description

SSH remote sessions in Claude Desktop currently only support Linux hosts. Attempting to connect to a macOS host produces:

> "Unsupported remote platform: darwin. Only Linux hosts are supported for SSH connections."

Please add support for macOS as a remote host platform.

### Use Case

Many developers use Mac Minis or Mac Studios as remote development machines, home servers, or CI/CD build machines. Being able to SSH into these from Claude Desktop on another Mac is a na

--- Signal 662 [github] ---
URL: https://github.com/google-gemini/gemini-cli/issues/23331
Author: gundermanc | Score: 38 | Tier: 2
Title: GSoC Behavioral evals, Quality, and the OSS Community
Body: This item is tracking a Google Summer of Code project during which a participant will work closely with the Agent Intelligence team at Google on Gemini CLI to improve the OSS community's ability to contribute to quality impacting areas of the Gemini CLI, including the prompt, tools, behavioral evals, and various pre-release guardrails.

The participant will do some or all of the following, depending on time:
- Onboard to the quality area and learn how to iterate and validate changes.
- Write and

--- Signal 663 [github] ---
URL: https://github.com/w3c/web-share-target/issues/114
Author: ThisIsMissEm | Score: 35 | Tier: 2
Title: Renewing interest: Decentralized Social needs this
Body: Hi! I just wanted to reach out and say that I'd love to renew interest in this, as I know that this draft specification would benefit the decentralized web communities, and there's overlap with the [Social Web Working Group](https://www.w3.org/groups/wg/social/).

A big problem for the decentralized web at the moment is "how do we get people to integrate a way to share content onto the platforms", whether that's ActivityPub, Solid or AT Protocol based apps. Having a mechanism through which an ap

--- Signal 664 [github] ---
URL: https://github.com/anthropics/claude-code/issues/33129
Author: dmm-l-mediehus | Score: 37 | Tier: 2
Title: [BUG] The /btw command is not working
Body: ### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code

### What's Wrong?

_Tip: Use /btw to ask a quick side question without interrupting Claude's current work_

I then tried it while it was planning, I typed: "/btw test" but i

--- Signal 665 [github] ---
URL: https://github.com/nodejs/node/issues/62425
Author: altbdoor | Score: 37 | Tier: 2
Title: Possible NodeJS 22.22.2 regression when installing latest NPM
Body: ### Version

v22.22.2

### Platform

```text
Darwin M-FC6WJYY430 25.3.0 Darwin Kernel Version 25.3.0: Wed Jan 28 20:56:35 PST 2026; root:xnu-12377.91.3~2/RELEASE_ARM64_T6030 arm64
```

### Subsystem

_No response_

### What steps will reproduce the bug?

```sh
# use the latest node 22.x
nvm install 22.22.2

# activate the node version
nvm use 22.22.2

# install latest npm
npm install -g npm@latest
```

### How often does it reproduce? Is there a required condition?

Always happens.

### What is 

--- Signal 666 [github] ---
URL: https://github.com/YTLitePlus/YTLitePlus/issues/728
Author: Balackburn | Score: 36 | Tier: 2
Title: [Announcement] YTLitePlus is currently broken, I am working on a complete rewrite of it
Body: > [!WARNING]
> This repository is deprecated and currently broken. Do not use it until further notice.

---

The codebase of this project is a complete mess. A lot of features are useless, duplicated with other tweaks, or don't work at all, and I haven't been maintaining this project in almost a year. Currently it's completely broken and shouldn't be used at all.

I have decided to do a complete rewrite, which will resolve most of the known issues properly. The new version will be way better and

--- Signal 667 [github] ---
URL: https://github.com/obra/superpowers/issues/756
Author: coygeek | Score: 36 | Tier: 2
Title: New install includes deprecated slash commands that confuse users
Body: ## Problem

When a new user installs superpowers via `/plugin install superpowers@claude-plugins-official` (as instructed by the README), they get deprecated slash commands that show up alongside the current ones, creating confusion about which to use.

## What I See

Typing `/superpowers` shows:

```
/superpowers:brainstorm             (superpowers) Deprecated - use the superpowers:brainstorming skill instead
/superpowers:write-plan             (superpowers) Deprecated - use the superpowers:wri

--- Signal 668 [github] ---
URL: https://github.com/anthropics/claude-code/issues/25186
Author: subinium | Score: 36 | Tier: 2
Title: Korean IME composition window appears at wrong position (bottom-left of terminal)
Body: # Korean IME composition window appears at wrong position (bottom-left of terminal)

## Summary

When typing Korean (or other CJK languages) in Claude Code, the IME composition/candidate window renders at the **bottom-left corner of the terminal** instead of at the cursor position. This makes Korean input extremely difficult — the composing character appears far from where text is being typed.

## Environment

- **OS**: macOS (Darwin 25.2.0)
- **Claude Code model**: Opus 4.6
- **Input method**: 

--- Signal 669 [github] ---
URL: https://github.com/google-gemini/gemini-cli/issues/23365
Author: gsquared94 | Score: 35 | Tier: 2
Title: [☀️ Google Summer Of Code ] Terminal-Integrated Performance & Memory Investigation Companion
Body: ## Problem Statement

Build a suite of Gemini CLI skills for common investigative workflows — memory dump analysis, profiling, and performance diagnostics — directly within the terminal. Rather than implementing full Debug Adapter Protocol (DAP) integration (which consumes many agent turns for stepping/breakpoints and is often slower than logging-based approaches), this project focuses on areas where LLM + tooling is uniquely powerful: interpreting complex, low-level diagnostic data like memory 

--- Signal 670 [github] ---
URL: https://github.com/anthropics/claude-code/issues/35899
Author: ivansmb | Score: 35 | Tier: 2
Title: [BUG] Scheduled tasks cannot access MCP connectors until a user message warms the session
Body: ### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code

### What's Wrong?

## Bug Description

MCP connectors (Datadog, Atlassian/Jira) are not available to scheduled tasks when they fire automatically. The agent cannot see or ca

--- Signal 671 [github] ---
URL: https://github.com/anthropics/claude-code/issues/26838
Author: KTKR-DSK | Score: 34 | Tier: 2
Title: Feature request: allow disabling built-in skills
Body: ## Problem

There is currently no way to disable, hide, or uninstall built-in skills (e.g., `claude-developer-platform`). These skills can auto-trigger unintentionally, and users have no mechanism to prevent this.

### What I've investigated

- Built-in skills have no physical files in `~/.claude/skills/`, `~/.claude/commands/`, or plugin directories
- `settings.json` `enabledPlugins` only applies to marketplace plugins
- `plugins/blocklist.json` also only applies to marketplace plugins
- `/plug

--- Signal 672 [github] ---
URL: https://github.com/manaflow-ai/cmux/issues/1012
Author: fernandomenuk | Score: 32 | Tier: 1
Title: Please bring a windows version
Body: ### Problem or motivation

Many developers work on Windows environments (especially with Windows 10/11, PowerShell, and Windows Terminal). Currently cmux appears to primarily target Unix-based systems, which makes it difficult for Windows developers to use the tool without relying on WSL.

This creates friction for developers who want to use cmux as part of their workflow but run their development environments directly on Windows.

Providing native Windows support would make cmux accessible to a

--- Signal 673 [github] ---
URL: https://github.com/vercel-labs/skills/issues/523
Author: anguzo | Score: 32 | Tier: 2
Title: [Bug]: Invasive credential retrieval: 'skills add' invokes 'gh auth token' via Node.js execSync without user consent
Body: ### Description

**Summary:**
When running `bunx skills add kreuzberg-dev/kreuzberg` (or similar add commands via Vercel's open agent skills tool, vercel-labs/skills), the tool attempts to fetch a GitHub authentication token by directly invoking `gh auth token` using Node.js's execSync. 

---
This behavior is surprising and suspicious from a security standpoint, as it attempts to extract credentials from a local developer environment (via GitHub CLI) without explicit user consent or documented a

--- Signal 674 [github] ---
URL: https://github.com/anthropics/claude-code/issues/27316
Author: donny5nyc | Score: 32 | Tier: 2
Title: [BUG] Cowork shows "Virtualization is not enabled" on Windows 10 Pro despite Hyper-V fully enabled
Body: ### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code

### What's Wrong?

Cowork tab shows "Virtualization is not enabled. Claude's workspace requires 
hardware virtualization (Hyper-V). Enable virtualization in your computer's 

--- Signal 675 [github] ---
URL: https://github.com/docker/sbx-releases/issues/7
Author: kennedyjosh | Score: 31 | Tier: 1
Title: Support custom secrets / environment variables passed into sandboxes
Body: `sbx secret` only supports a fixed list of services where the proxy injects credentials based on the destination API domain. There's no way to pass arbitrary API keys or environment variables into a sandbox.

Agents often need keys for services outside that list — Shortcut, Slack, Google Workspace APIs, etc. There's no good workaround for this today.

Custom templates via `--template` are a first-class feature, so it's common to need credentials beyond the big model providers. I'd like to be abl

--- Signal 676 [github] ---
URL: https://github.com/steipete/CodexBar/issues/340
Author: lechatlisse | Score: 31 | Tier: 2
Title: Keychain password prompt repeats every few hours despite 'Always Allow'
Body: ## Description

CodexBar repeatedly prompts for the macOS login keychain password every few hours, despite clicking "Always Allow" each time. The ACL setting does not persist.

## Environment

- **CodexBar version**: 0.18.0-beta.2 (Build 50)
- **macOS**: 15.3 (Darwin 25.2.0)
- **Architecture**: Apple Silicon

## Affected keychain entries

Both entries under service `com.steipete.codexbar.cache`:
- Account: `oauth.claude`
- Account: `cookie.claude`

## Root cause analysis

The `oauth.claude` entr

--- Signal 677 [github] ---
URL: https://github.com/anthropics/claude-code/issues/33814
Author: loekj | Score: 31 | Tier: 2
Title: [BUG] Forces scroll to top when outputting code (NOT just when scrolling)
Body: ### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code

### What's Wrong?

Whenever I'm trying to read what Claude's doing, so I have my scroll position somewhere not at bottom or top; and then Claude forces my scroll position to

--- Signal 678 [github] ---
URL: https://github.com/anthropics/claude-code/issues/33170
Author: Rieman90 | Score: 30 | Tier: 1
Title: Voice: Add language configuration for speech-to-text transcription
Body: ## Feature Request

The voice feature currently appears to default to English for speech-to-text transcription. There is no way to configure the transcription language, which makes it difficult to use for non-English speakers.

## Problem

When speaking German (or other non-English languages) into the microphone, the transcription does not recognize the language correctly. It seems to only work reliably with English input.

## Proposed Solution

Add a configurable language setting for voice tran

--- Signal 679 [github] ---
URL: https://github.com/voidzero-dev/vite-plus/issues/839
Author: cktang88 | Score: 30 | Tier: 2
Title: How to handle monorepos?
Body: ### Documentation is

- [x] Missing
- [ ] Outdated
- [ ] Confusing
- [ ] Not sure

### Explain in Detail

Say I have a monorepo with /frontend and /backend and I want different config for them as well as some shared config. 
I see `Vite+ can be configured using a single vite.config.ts at the root of your project:`

So would I just have a root config and then a config file in each folder that overrides the root configs?

### Your Suggestion for Changes

Add docs for nested folders overriding

###

--- Signal 680 [github] ---
URL: https://github.com/zed-industries/zed/issues/51426
Author: franciskafyi | Score: 30 | Tier: 2
Title: Parallel Agent Execution in Zed
Body: 
### Discussed in https://github.com/zed-industries/zed/discussions/37791

<div type='discussions-op-text'>

<sup>Originally posted by **cs50victor** September  8, 2025</sup>
Following up on #33132 from June - I've been thinking about the architectural concerns raised and believe there's a lighter-weight path to multi-agent support that could ship sooner.



  What's changed since June:

  - The agent ecosystem has matured significantly

  - More users are hitting the "waiting on AI" bottleneck 

--- Signal 681 [github] ---
URL: https://github.com/nodejs/node/issues/62720
Author: joyeecheung | Score: 29 | Tier: 2
Title: Proposal: new `vm` module primitives & loader API for ESM customization
Body: This proposes new vm module primitives that aim to replace the existing `vm.SourceTextModule` and provide a high-level loader API for ESM (specifically `SourceTextModule`) loading customization. 

Consider this a very early draft for discussion. This is mostly to investigate whether a new design can addresses the existing issues. I am not 100% it's implementable yet, especially the loader customization part, but it's better to discuss what design would help developers before we think about what 

--- Signal 682 [github] ---
URL: https://github.com/ollama/ollama/issues/15051
Author: grepin | Score: 281 | Tier: 1
Title: native ollama-go-engine: TurboQuant+RotorQuant implementation
Body: @rick-github @jessegross jfyi https://research.google/blog/turboquant-redefining-ai-efficiency-with-extreme-compression/ + https://arxiv.org/pdf/2504.19874



--- Signal 683 [github] ---
URL: https://github.com/anomalyco/opencode/issues/16992
Author: eladcandroid | Score: 226 | Tier: 2
Title: [FEATURE]: add /btw command
Body: ### Feature hasn't been suggested before.

- [x] I have verified this feature I'm about to request hasn't been suggested before.

### Describe the enhancement you want to request

Ref: Anthropic rolled out /btw in Claude Code, their terminal-based AI coding assistant, letting developers type /btw plus a question—like explaining retry logic—for an instant overlay response. It draws from full conversation context without tools or history clutter, dismissible with a keypress, perfect for quick clar

--- Signal 684 [github] ---
URL: https://github.com/anthropics/claude-code/issues/24964
Author: aviy009 | Score: 190 | Tier: 2
Title: [BUG] Cowork: Folder picker rejects folders outside home directory, symlinks/junctions also blocked
Body: ### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code

### What's Wrong?

## Bug Description

Cowork on Windows rejects any folder outside the user's home directory (`C:\Users\<username>`). The folder picker uses `fs.realpath()`

--- Signal 685 [github] ---
URL: https://github.com/lmstudio-ai/lmstudio-bug-tracker/issues/1719
Author: ncvinegarbase | Score: 175 | Tier: 2
Title: Feature Request: Support for TurboQuant+ KV Cache Compression (llama.cpp)
Body: Hi LM Studio team! I wanted to put TurboQuant+ on your radar for a future update. It's a recent implementation of the TurboQuant paper (ICLR 2026) that adds extreme KV cache compression (turbo3 and turbo4) to llama.cpp.

It allows for massive context windows on Apple Silicon and consumer GPUs (e.g., running a 104B model at 128K context on a Mac Studio) with almost zero speed or quality loss by using attention-gated decoding (Sparse V).

The author has a working fork of llama.cpp here: https://gi

--- Signal 686 [github] ---
URL: https://github.com/telegramdesktop/tdesktop/issues/30504
Author: Cassolotl | Score: 170 | Tier: 1
Title: Ability to turn off AI text editor [Completed. Settings > Advanced > Experimental settings.]
Body: ### Feature implemented

@john-preston [said](https://github.com/telegramdesktop/tdesktop/issues/30504#issuecomment-4203572029):
> the experimental option in settings > advanced > experimental was added for Ai button hiding and it is released already in 6.7.4.

Thank you so much! :) Readers concerned about this, please add your grateful emojis to [that post](https://github.com/telegramdesktop/tdesktop/issues/30504#issuecomment-4203572029), and find the AI button toggle at the bottom of experimen

--- Signal 687 [github] ---
URL: https://github.com/BerriAI/litellm/issues/24518
Author: isfinne | Score: 165 | Tier: 2
Title: [Security]: litellm PyPI package (v1.82.7 + v1.82.8) compromised — full timeline and status
Body: ## The Trivy supply-chain compromise has been contained 🎉 . All affected packages have been deleted and current releases are free of the compromised code/component. Please refer to our [Security Townhall](https://docs.litellm.ai/blog/security-townhall-updates) for a deeper understanding of the problem, and [CI/CD v2](https://docs.litellm.ai/blog/ci-cd-v2-improvements) for how we're improving moving forward.


[LITELLM TEAM UPDATES]

- Compromised packages have been deleted (v1.82.7, v1.82.8)
- C

--- Signal 688 [github] ---
URL: https://github.com/openai/codex/issues/11325
Author: Khang5687 | Score: 152 | Tier: 1
Title: Manual /compact command in Codex app
Body: ### What variant of Codex are you using?

260208.1016

### What feature would you like to see?

We need manual `/compact` command. On Codex CLI we can do that, on the app, well...

<img width="566" height="200" alt="Image" src="https://github.com/user-attachments/assets/cee55b71-0dd9-463c-9c89-6acb02f9c838" />

### Additional information

_No response_

--- Signal 689 [github] ---
URL: https://github.com/rtk-ai/rtk/issues/169
Author: art-shen | Score: 136 | Tier: 1
Title: Add support/installation for Codex
Body: Codex is the second major agentic CLI out there after Claude Code.  Would be awesome to natively support it as well. 

--- Signal 690 [github] ---
URL: https://github.com/OfficeDev/office-js/issues/6513
Author: kbrilla | Score: 135 | Tier: 2
Title: # 233 Developers Discussed Abandoning the Office Add-in Platform — An Open Letter on the Office.js Stability, Security & Trust Crisis
Body: # 233 Developers Discussed Abandoning the Office Add-in Platform — An Open Letter on the Office.js Stability, Security & Trust Crisis

## An Open Letter from the Office Add-in Developer Community

**To:** Microsoft Office Extensibility Team, Microsoft 365 Platform Team, Microsoft Developer Relations  
**From:** The Office Add-in Developer Community  
**Date:** February 2026  
**Subject:** Critical Platform Stability, Security & Trust Issues Requiring Immediate Action

---

## Executive Summary



--- Signal 691 [github] ---
URL: https://github.com/pingdotgg/t3code/issues/539
Author: Spitfire1900 | Score: 130 | Tier: 2
Title: Feature Request: OpenCode support
Body: This is a tracking issue for OpenCode support.

--- Signal 692 [github] ---
URL: https://github.com/anomalyco/opencode/issues/16219
Author: tully-8888 | Score: 116 | Tier: 2
Title: [FEATURE]: Add GPT 5.4 models
Body: ### Feature hasn't been suggested before.

- [x] I have verified this feature I'm about to request hasn't been suggested before.

### Describe the enhancement you want to request

Add the new OpenAI models through the oAuth

--- Signal 693 [github] ---
URL: https://github.com/microsoft/vscode/issues/304953
Author: 258692011 | Score: 107 | Tier: 2
Title: The default theme color change in Visual Studio Code code is very ugly and terrible
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->

The default theme color change in Visual Studio Code code is very ugly and terrible
The theme color of Visual Studio Code 1.112 has always been the default Dark Modern
After installing Visual Studio Code 1.113, the theme color chang

--- Signal 694 [github] ---
URL: https://github.com/anthropics/claude-code/issues/26648
Author: YoavCodes | Score: 94 | Tier: 1
Title: Migrate Claude Cowork from Electron to Electrobun
Body: ### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

## Today with Electron

I downloaded Claude Cowork Desktop today. 

- The DMG is 241.6MB
- Once I put it in the /Applications folder the app is 574.9MB
- If you're using differential updates, Electron's uses bucket has

--- Signal 695 [github] ---
URL: https://github.com/ggml-org/llama.cpp/issues/20039
Author: coder543 | Score: 91 | Tier: 1
Title: Feature Request: Speculative decoding on Qwen3.5
Body: ### Prerequisites

- [x] I am running the latest code. Mention the version if possible as well.
- [x] I carefully followed the [README.md](https://github.com/ggml-org/llama.cpp/blob/master/README.md).
- [x] I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- [x] I reviewed the [Discussions](https://github.com/ggml-org/llama.cpp/discussions), and have a new and useful enhancement to share.

### Feature Description

Wit

--- Signal 696 [github] ---
URL: https://github.com/openai/codex/issues/20161
Author: Sistem-Pack | Score: 83 | Tier: 2
Title: Phone number verification doesn't work
Body: ### What issue are you seeing?

I used Codex and decided to log in to my account on a different device. Now everything's broken, and when I log in via SSO, Codex asks me to enter my phone number. Why is this happening? I'am not add my phone in my account.

<img width="682" height="381" alt="Image" src="https://github.com/user-attachments/assets/d9b82cb9-b656-4e6f-b84d-e7e37d51b6df" />

### What steps can reproduce the bug?

Log out in device and log in on another device with you credentials. 

#

--- Signal 697 [github] ---
URL: https://github.com/anthropics/claude-code/issues/36765
Author: shindere | Score: 79 | Tier: 2
Title: Use of native terminal's cursor
Body: ### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code

### What's Wrong?

For context, I am running Claude Code under Linux's virtual text console.
I am blind and use BRLTTY to render the content of the screen in braille.
As man

--- Signal 698 [github] ---
URL: https://github.com/anthropics/claude-code/issues/27957
Author: AndersHeie | Score: 74 | Tier: 2
Title: Add option to disable 'Command contains quoted characters in flag names' warning
Body: ## Problem

After a recent Claude Code update, every bash command containing quoted characters in flag values triggers a confirmation prompt with the warning:

> Command contains quoted characters in flag names

This happens on completely normal commands like `git commit -m "message"` or `bun run build --flag "value"`. In previous versions, these commands executed without prompts (assuming they matched the allowlist).

## Impact

- **Breaks existing workflows** — commands that previously matched

--- Signal 699 [github] ---
URL: https://github.com/FortAwesome/Font-Awesome/issues/21526
Author: PiLep | Score: 72 | Tier: 2
Title: Bug: npm.fontawesome.com returns 404 for all package tarballs (Cloudsmith redirect broken)
Body: ### Describe the bug

All package tarballs served by `npm.fontawesome.com` are returning **404** after being redirected to Cloudsmith. This breaks `npm install` in CI/CD pipelines.

The issue affects **all** `@fortawesome` packages, not just a specific one.

### Steps to reproduce

```bash
# All return 404
curl -L -o /dev/null -w "%{http_code}" "https://npm.fontawesome.com/@fortawesome/vue-fontawesome/-/vue-fontawesome-3.1.3.tgz"
# 404

curl -L -o /dev/null -w "%{http_code}" "https://npm.fontawe

--- Signal 700 [github] ---
URL: https://github.com/systemd/systemd/issues/41085
Author: nyxtutt | Score: 71 | Tier: 2
Title: Disallow usage of generative AI to write code
Body: ### Component

_No response_

### Is your feature request related to a problem? Please describe

Generative AI is actively killing people, driving up costs, and plagiarizing work from many open source developers, artists, and writers. Endorsing the use of generative AI via an `AGENTS.md` file is effectively the same as supporting the AI companies doing this.

### Describe the solution you'd like

Remove the `AGENTS.md` file and add a contributor policy against using generative AI.

### Describe 

--- Signal 701 [github] ---
URL: https://github.com/aws/karpenter-provider-aws/issues/8966
Author: drcrees | Score: 70 | Tier: 2
Title: Feature: Support enabling Nested Virtualization in CPU options
Body: ### Description

**What problem are you trying to solve?**

https://aws.amazon.com/about-aws/whats-new/2026/02/amazon-ec2-nested-virtualization-on-virtual/

We'd like Karpenter to be able to request EC2 instances with Nested Virtualization enabled.

I believe this is configured through `CpuOptions`, which #8844 aims to support... at least for `coreCount` and `threadsPerCore`.

The feature would require an additional option in `CpuOptions` for `NestedVirtualization=enabled|disabled`.

**How impor

--- Signal 702 [github] ---
URL: https://github.com/anomalyco/opencode/issues/16499
Author: Pribess | Score: 70 | Tier: 2
Title: [FEATURE]: add GPT-5.4 fast mode (/fast) as a model control
Body: ### Feature hasn't been suggested before.

- [x] I have verified this feature I'm about to request hasn't been suggested before.

### Describe the enhancement you want to request

Add GPT-5.4 fast mode (`/fast`) to the TUI.

This feature was introduced with GPT-5.4, and opencode should expose it in a first-class way.

User-facing behavior:
- `/fast` toggles fast mode
- the prompt status line shows `fast` when enabled
- supported models send the fast-mode request option

Implementation direction:

--- Signal 703 [github] ---
URL: https://github.com/voidzero-dev/vite-plus/issues/857
Author: TheAlexLichter | Score: 69 | Tier: 2
Title: Svelte template for `vp create`
Body: ### Description

vp create offers various template shorthands but `svelte` isn't a preset yet.

### Suggested solution

Add svelte

### Alternative

Wait for dedicated templates.

### Additional context

https://bsky.app/profile/zeu.dev/post/3mgwywgy6ws2z

### Validations

- [x] Read the [Contributing Guidelines](https://github.com/voidzero-dev/vite-plus/blob/main/CONTRIBUTING.md).
- [x] Confirm this request is for Vite+ itself and not for Vite, Vitest, tsdown, Rolldown, or Oxc.
- [x] Check that

--- Signal 704 [github] ---
URL: https://github.com/anthropics/claude-code/issues/30519
Author: kylesnowschwartz | Score: 66 | Tier: 2
Title: Permissions matching is fundamentally broken — 30+ open issues, no staff engagement, community building workarounds
Body: ## Summary

The permission matching system doesn't work. It's been broken since mid-2025, there are 30+ open issues about it, and Anthropic staff have left one comment across all of them — a workaround suggestion in September 2025 that didn't fix anything.

The community is now writing custom PreToolUse hooks in Python to reimplement permission enforcement from scratch (#18846). That's where we are.

## What's broken

I have 136 allow rules, 2 deny rules, and 31 ask rules in my `settings.json`. 

--- Signal 705 [github] ---
URL: https://github.com/vercel/next.js/issues/89764
Author: bennajah | Score: 65 | Tier: 2
Title: [ESLint v10]: TypeError: contextOrFilename.getFilename is not a function when running ESLint v10
Body: ### Link to the code that reproduces this issue

https://github.com/bennajah/nextjs16

### To Reproduce

1. Create a `next.js` project or clone this repo
2. Upgrade `eslint` to v10 .
3. Run `eslint` 

### Current vs. Expected behavior

After upgrading ESLint to v10 in a Next.js project, running bun eslint causes the following error:

```PS
PS C:\Users\benna\dev\my-app> bun lint
$ eslint

Oops! Something went wrong! :(

ESLint: 10.0.0

TypeError: Error while loading rule 'react/display-name': con

--- Signal 706 [github] ---
URL: https://github.com/anthropics/claude-code/issues/29214
Author: hoiung | Score: 64 | Tier: 2
Title: Remote Control: mobile app shows permission prompts despite --dangerously-skip-permissions
Body: ## Bug Report

### Description
When starting a Claude Code session with `--dangerously-skip-permissions` and enabling Remote Control (`/rc`), the Claude mobile app still shows permission prompts for every file edit and bash command. The mobile interface should inherit the permission mode of the local session.

### Steps to Reproduce
1. Start Claude Code with `~/.local/bin/claude --dangerously-skip-permissions`
2. Enable Remote Control via `/rc`
3. Connect to the session from the Claude mobile ap

--- Signal 707 [github] ---
URL: https://github.com/kulshekhar/ts-jest/issues/5232
Author: nick-pruitt-003 | Score: 63 | Tier: 2
Title: [Feature]: TypeScript 6 compatibility
Body: ## Feature Request

**Is your feature request related to a problem?**

`ts-jest@29` declares `peerDependencies: { "typescript": ">=4.3 <6" }`, which blocks projects from upgrading to TypeScript 6.0. When running `npm install` with `typescript@^6.0.2`, npm logs:

\`\`\`
npm warn Could not resolve dependency:
npm warn peer typescript@">=4.3 <6" from ts-jest@29.4.6
\`\`\`

TypeScript 6 shipped as stable and introduces several changes relevant to ts-jest:
- New default compiler options (`strict: tru

--- Signal 708 [github] ---
URL: https://github.com/microsoft/vscode/issues/306502
Author: hsakoh | Score: 61 | Tier: 2
Title: Feature Request: Sync GitHub Copilot Chat History Across Devices
Body: <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->

<!-- Describe the feature you'd like. -->
## Summary

This is a continuation of the discussion from the now-archived repository:
**[microsoft/vscode-copilot-release#991 – sync github copilot chat history across devices](https://github.com/microsoft/vscode-copilot-release/iss

--- Signal 709 [github] ---
URL: https://github.com/github/copilot-cli/issues/1979
Author: DwainTR | Score: 61 | Tier: 2
Title: Remote session support for Copilot CLI — attach from mobile / browser
Body: Feature request

  I'd love the ability to attach to a running Copilot CLI session from a mobile device or browser — similar to how Claude Code implements
  its remote session feature.

  Current behavior: The Copilot CLI runs as a terminal process with no external connectivity. The only way to interact with an active
  session is via SSH into the machine running it.

  Desired behavior: When starting a session, the CLI optionally exposes a local WebSocket server (e.g. --remote flag). Combined w

--- Signal 710 [github] ---
URL: https://github.com/nikopueringer/CorridorKey/issues/68
Author: Paillat-dev | Score: 59 | Tier: 2
Title: [FR]: `LICENSE` meta-discussion
Body: Currently, the licensing for the CorridorKey software is stipulated in the Readme. It is standard practice to ship a `LICENSE` file at the root of the repository with the exclusive licensing terms. This adds clarity, but also allows better integration with automated tools (such as github itself's license auto-detection).

Also as a clear note, not that I want to take any stance here really, but the current licensing isn't Open Source according to the Open Source Initiative's definition (notably 

--- Signal 711 [github] ---
URL: https://github.com/stoatchat/for-android/issues/47
Author: GanimanSwift | Score: 57 | Tier: 2
Title: Add Android app to F-Droid or put releases in Github
Body: Please add this app to the F-Droid app store, or put the release APKs in Github so it can be installed through Obtanium or manually. Please do not limit access to this app to the Google Play Store.

--- Signal 712 [github] ---
URL: https://github.com/rtk-ai/rtk/issues/117
Author: xsyetopz | Score: 53 | Tier: 1
Title: add support/installation for OpenCode
Body: OpenCode shares a similar primary/subagent system to Claude Code, and is also the base for many CLI tools (e.g., Kimi CLI)

For example, providers like Synthetic seem to work really well under OpenCode, and does not require any odd workarounds, if any, to be used in Claude Code.

What's more than likely is that Claude Code, while popular, is not exactly in the best position due to recent controversies surrounding provider lockdown and the way the application itself is programmed, all while OpenC

--- Signal 713 [github] ---
URL: https://github.com/aws/containers-roadmap/issues/2808
Author: younsl | Score: 52 | Tier: 2
Title: [EKS] [request]: Roadmap for AMI patches addressing CVE-2026-31431 (Copy.Fail / AF_ALG)
Body: **Community Note**

> Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Please do not leave "+1" or "me too" comments.

**Tell us about your request**

Could the EKS team share a target timeline for shipping kernel patches for [CVE-2026-31431](https://nvd.nist.gov/vuln/detail/CVE-2026-31431) (a.k.a. [Copy.Fail](https://copy.fail/)) on the EKS-optimized AMIs (AL2023, AL2, Bottlerocket)?

The issue lets any authori

--- Signal 714 [github] ---
URL: https://github.com/android/skills/issues/7
Author: dandelion0216 | Score: 51 | Tier: 2
Title: Feature request: Add Claude Code plugin support
Body: ## Feature Request

It would be great if this repository supported the [Claude Code](https://docs.anthropic.com/en/docs/claude-code) plugin system.

### Why

This repository already follows the [Agent Skills](https://agentskills.io/home) open standard with well-structured `SKILL.md` files. Adding a minimal `.claude-plugin/` configuration would allow Claude Code users to install this repository directly as a plugin and access all the Android skills within their development workflow.

### What's n

--- Signal 715 [github] ---
URL: https://github.com/microsoft/vscode/issues/298406
Author: iwangbowen | Score: 50 | Tier: 2
Title: Add Remote Control Support to GitHub Copilot Chat
Body: 
Type: <b>Feature Request</b>

GitHub Copilot Chat sessions are currently locked to the VS Code window they started in. Adding a remote control feature would let users connect to an ongoing local Copilot Chat session from the GitHub Mobile app or any browser, without losing conversation history or context. This makes it possible to start a task at your desk and continue guiding it from your phone or another machine — with messages staying in sync across all connected surfaces.

VS Code version: 

--- Signal 716 [github] ---
URL: https://github.com/anomalyco/opencode/issues/13312
Author: TheGaySupreme123 | Score: 50 | Tier: 2
Title: Codex 5.3 not working with copilot
Body: ### Description

I tried using Codex 5.3 on Copilot plugin, but it  says the model is not supported

### Plugins

Github copilot

### OpenCode version

1.1.60

### Steps to reproduce

1. Select Coex 5.3 on the models menu from GitHub Copilot
2. Ask any message 

### Screenshot and/or share link

<img width="631" height="634" alt="Image" src="https://github.com/user-attachments/assets/61252cab-e8cc-47ed-83e1-d3fbe2468e40" />

### Operating System

macos 26

### Terminal

zsh 

--- Signal 717 [github] ---
URL: https://github.com/openai/codex/issues/17313
Author: guidedways | Score: 50 | Tier: 1
Title: New progress bar indicator for context remaining is a downgrade
Body: ### What version of Codex CLI is running?

0.119.0-alpha.29

### What subscription do you have?

Pro

### Which model were you using?

gpt-5.4

### What platform is your computer?

macOS

### What terminal emulator and version are you using (if applicable)?

iTerm

### What issue are you seeing?

<img width="840" height="58" alt="Image" src="https://github.com/user-attachments/assets/7ff73ea6-683b-414e-a3da-45ca799ee111" />

Please either allow us to see text based percentage or add text within 

--- Signal 718 [github] ---
URL: https://github.com/aws/containers-roadmap/issues/2770
Author: janiworldline | Score: 49 | Tier: 2
Title: [ECR] [request]: Support for Docker Hardened Images on Enhanced Vulnerability Scanning - Inspector
Body: <!-- Please keep this note for the community -->

### Community Note

* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pu

--- Signal 719 [producthunt] ---
URL: https://www.producthunt.com/products/bugdrop-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+OppFind+%28ID%3A+284438%29
Author: producthunt | Score: 101 | Tier: 3
Title: BugDrop
Body: In-app feedback that creates GitHub Issues with screenshots Free, open source website feedback widget. Users report bugs with screenshots and annotations; issues are created in GitHub automatically. One script tag, zero config, fully customizable to match any app.

--- Signal 720 [producthunt] ---
URL: https://www.producthunt.com/products/manuscripts-app?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+OppFind+%28ID%3A+284438%29
Author: producthunt | Score: 77 | Tier: 2
Title: Manuscripts.app
Body: For academics who have outgrown the spreadsheet tracker Manuscripts is a Mac app for academics who've outgrown the spreadsheet. Draft, submit, revise, and repeat. Most tools pretend to be project managers or reference managers. Manuscripts does one thing: it tracks where your papers are in the submission journey—which journal, which round, which reviewers' comments triggered which revisions. One-time purchase. No subscription. No cloud. Your data lives on your Mac. Built for how academic work ac

--- Signal 721 [producthunt] ---
URL: https://www.producthunt.com/products/omi-a11y-accessibility-scanner?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+OppFind+%28ID%3A+284438%29
Author: producthunt | Score: 80 | Tier: 3
Title: Omi A11Y 
Body: Web Accessibility Scanner Extension Omi A11Y is a free Chrome extension that scans any webpage for WCAG 2.1 A and AA violations right in your browser. No sign-up, no build pipeline changes, just click the extension and instantly see what's broken, why it matters, and how to fix it. Whether you're a developer auditing your own work or a designer checking a client site, Omi turns complex accessibility standards into clear, actionable guidance.

--- Signal 722 [producthunt] ---
URL: https://www.producthunt.com/products/allen-institute-of-artificial-intelligence?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+OppFind+%28ID%3A+284438%29
Author: producthunt | Score: 94 | Tier: 3
Title: MolmoAct 2
Body: Open robotics model that reasons in 3D before acting MolmoAct 2 is an open Action Reasoning Model that reasons in 3D before directing robot actions, handles bimanual tasks without per-task fine-tuning, and runs up to 37x faster than MolmoAct. For robotics researchers and ML engineers.

--- Signal 723 [producthunt] ---
URL: https://www.producthunt.com/products/goldenretriever?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+OppFind+%28ID%3A+284438%29
Author: producthunt | Score: 62 | Tier: 3
Title: GoldenRetriever.ai Public Beta
Body: Search for stuff that's not in the transcripts Search for stuff that's not in the transcripts! Your videos, recordings and documents are full of moments you can't find. GoldenRetriever.ai runs on your Mac and searches folders by what's shown as well as transcribed. Ask a question, land on the exact moment – with sources and timestamps. Find a scene from a recording. Pull up photos by theme. Check whether your insurance policy covers something, even when it's in German and you're searching in Eng

--- Signal 724 [producthunt] ---
URL: https://www.producthunt.com/products/openai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+OppFind+%28ID%3A+284438%29
Author: producthunt | Score: 96 | Tier: 3
Title: Codex in Chrome
Body: Let Codex navigate and automate tasks in your browser Codex in Chrome is an extension that lets the Codex app control your browser. It writes code to navigate websites, fill forms, and complete tasks in background tab groups using your active logins.

--- Signal 725 [producthunt] ---
URL: https://www.producthunt.com/products/clawtick?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+OppFind+%28ID%3A+284438%29
Author: producthunt | Score: 79 | Tier: 2
Title: ClawTick
Body: Cron jobs for AI agents w/ one command, zero infrastructure ClawTick is a cloud scheduler built specifically for AI agents. Schedule LangChain, CrewAI, or webhook tasks with one CLI command. Get built-in monitoring, failure alerts, automatic retries, and execution logs — without managing servers or writing cron infrastructure. CLI for agents, dashboard for humans. Free tier included

--- Signal 726 [producthunt] ---
URL: https://www.producthunt.com/products/prism-26?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+OppFind+%28ID%3A+284438%29
Author: producthunt | Score: 170 | Tier: 3
Title: Prism
Body: Hire the best candidates, not just the available Most recruiting agencies start with who they already know. Prism starts with who is actually best for the role. We search beyond existing networks, agency databases, and active job seekers to find high-fit candidates across the open talent market. Then we help engage them with speed, precision, and personalization, giving companies a faster way to reach the people they actually want to hire.

--- Signal 727 [appstore] ---
URL: https://apps.apple.com/us/app/id1023050786
Author: Michele Teems | Score: 0 | Tier: 1
Title: [Square Appointments: Scheduler] weird about taking bank information off
Body: I am no longer using square due to the extremely high increase of the monthly subscription. I tried to delete my bank information off before I deleted my account just in case and there was no way to get rid of it. And I called support and as soon as I mentioned I wanted my bank information removed he said I was cutting out and he would call me right back, he did not. I felt he was lying to me which is odd. I don’t like the idea of a company keeping my bank information but I just had to deactivat

--- Signal 728 [playstore] ---
URL: https://play.google.com/store/apps/details?id=com.evernote
Author: SK Lakhani | Score: 4 | Tier: 2
Title: [Evernote] ★☆☆☆☆ review
Body: ARGH! once you start, you'll get stuck... price keeps going up. use something else. 4/26: My notes have gone missing and their recovery process does not work! 2020: Can't print your notes to PDF from the app! Forces you to share a Evernote link...

--- Signal 729 [playstore] ---
URL: https://play.google.com/store/apps/details?id=com.evernote
Author: Vijaykumar Jog | Score: 1 | Tier: 1
Title: [Evernote] ★☆☆☆☆ review
Body: no option to see how it works, telling to purchase directly

--- Signal 730 [playstore] ---
URL: https://play.google.com/store/apps/details?id=com.microsoft.todos
Author: R J. | Score: 0 | Tier: 2
Title: [Microsoft To Do] ★☆☆☆☆ review
Body: it's become unusable. as i type out a task it doesn't scroll down so i can see what I'm typing. the lists, bullets, and other useful formatting that made tasks via app or browser is now missing.

--- Signal 731 [playstore] ---
URL: https://play.google.com/store/apps/details?id=com.microsoft.todos
Author: Missy Darling | Score: 1 | Tier: 1
Title: [Microsoft To Do] ★☆☆☆☆ review
Body: It's a pretty good app, however there is a long standing issue that is driving me crazy. When you set your own personal theme from gallery, it doesn't stay. Every single time, it turns grey. And Microsoft has no way to reach them, so I can't get it fixed. I've already done everything to mitigate it.

--- Signal 732 [playstore] ---
URL: https://play.google.com/store/apps/details?id=com.microsoft.todos
Author: Sarah Jones | Score: 2 | Tier: 1
Title: [Microsoft To Do] ★★★☆☆ review
Body: I still love & appreciate the app but the glitches are getting more and more annoying. There are syncing issues/delays and recently, maybe from whatever updates they are doing, I cannot use my apps (Outlook, OneDrive, To Do). They all either won't open or are super glitchy & delayed. I've tried clearing cache and reinstalling and still issues. I also hate that somehow my personal one is linked to my work one, which once my job started adding all these restrictions, I can't do simple things.

--- Signal 733 [playstore] ---
URL: https://play.google.com/store/apps/details?id=com.microsoft.todos
Author: IA Hin | Score: 1 | Tier: 2
Title: [Microsoft To Do] ★★☆☆☆ review
Body: This is such a useful Todo app I have been using for many years. But 2 things that's making it not 5 star worthy. One is the sub tasks feature. It's common sense to stack the completed subtasks at the bottom of the list. But it stays at the top, which is not intuitive. I don't want to keep dragging new sub tasks to the top and deleting older subtasks. Additionally, the tasks note editing box should have formatting features like embedded links and headers. In the mobile app, there is non.

--- Signal 734 [playstore] ---
URL: https://play.google.com/store/apps/details?id=com.asana.app
Author: Kevin | Score: 0 | Tier: 2
Title: [Asana] ★★☆☆☆ review
Body: Desktop app is good, but mobile app lacks the same advanced sorting options for My Tasks, projects, and widgets, making it essentially unusable. I have to use the web version in desktop mode on mobile. Disappointed there's no feature parity yet.

--- Signal 735 [playstore] ---
URL: https://play.google.com/store/apps/details?id=com.trello
Author: A Google user | Score: 6 | Tier: 1
Title: [Trello] ★★☆☆☆ review
Body: In the widget, please add dates for items dated in the future and also fix it so the sort control (swirl icon) works reliably. update: subtracted a star as this is still broken and thousands have reported this issue. the original dev team used to fix bugs but the Atlassian's apparently don't care.

--- Signal 736 [playstore] ---
URL: https://play.google.com/store/apps/details?id=com.trello
Author: Syn Challenger | Score: 0 | Tier: 2
Title: [Trello] ★★☆☆☆ review
Body: Love Trello system, but the app is not saving anything entered on my tablet. No matter what I do. Had to go back to using the website. It would be great if it only saved changing and info entered. Please fix.

--- Signal 737 [playstore] ---
URL: https://play.google.com/store/apps/details?id=com.Slack
Author: Boris Savoie Doyer | Score: 1 | Tier: 1
Title: [Slack] ★★★☆☆ review
Body: I turned off picture in picture AND disabled app on top permissions, yet 1/4 times I close the app it forces itself on top as a mini window and it becomes BOTH impossible to dismiss AND impossible to blow up back to normal. Extremely frustrating. S23 user.

--- Signal 738 [playstore] ---
URL: https://play.google.com/store/apps/details?id=com.Slack
Author: K.M. Liebscher | Score: 2 | Tier: 2
Title: [Slack] ★☆☆☆☆ review
Body: Not reliable. I turned on all notifications but they don't pop up. So I'm missing a lot of important stuff.

--- Signal 739 [playstore] ---
URL: https://play.google.com/store/apps/details?id=com.discord
Author: Kafeel Shah | Score: 0 | Tier: 2
Title: [Discord] ★☆☆☆☆ review
Body: Discord keeps getting worse and worse. Before, it was optimized, and we didn't have to face bugs at all, but now there are so many bugs. I have uninstalled it again and again just to open it, I don't know why, but the chats are missing and the servers are empty even if they are online. Bring old Discord back.

--- Signal 740 [youtube] ---
URL: https://www.youtube.com/watch?v=tzYdERbMnXc&lc=UgyILrLhdSLaXWe9NiN4AaABAg
Author: @vasudevmenon2496 | Score: 0 | Tier: 2
Title: [I Stopped Using Cursor After This Happened] comment
Body: I switched from copilot because of constant issues and needed manual compaction. I always get request size limit exceeded on 1 sentences on fresh chat even with simply Hi and thanks I typed in for testing.

--- Signal 741 [youtube] ---
URL: https://www.youtube.com/watch?v=tpx_E6VvfwI&lc=UgzqkkxXgHsFQSnXyOd4AaABAg
Author: @raheltd | Score: 0 | Tier: 2
Title: [The European Alternatives To YouTube, WhatsApp &amp; Instagr] comment
Body: Threads has quickly become my favourite social media app after YouTube. <br>Their algorithm simply nails it, and I had never been able to find so many lovely people on an app before. A European alternative to Threads with a similar algorithm would be very much appreciated. <br><br>And keep in mind that even the elderly are now accustomed to WhatsApp (at least here in Italy), so to make them switch apps, you&#39;d have to give a similar user experience or at least make it as basic and intuitive a

--- Signal 742 [youtube] ---
URL: https://www.youtube.com/watch?v=tpx_E6VvfwI&lc=UgwOc6xWghpXnThEjXx4AaABAg
Author: @stup1299 | Score: 21 | Tier: 2
Title: [The European Alternatives To YouTube, WhatsApp &amp; Instagr] comment
Body: Linux has a massive advantage over Microsoft and Apple products. It doesn&#39;t track every key stroke, report back to an American corporation, run it through an AI program and create a profile of you. From a national security perspective all European countries should have migrated to Linux at least 5 years ago.

