frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: NumbyAI – Self-hosted personal finance app powered by a local LLM

https://github.com/RoXsaita/NumbyAI-Public
1•suheilaaita•3m ago•0 comments

MiroFish: A Simple and Universal Swarm Intelligence Engine, Predicting Anything

https://github.com/666ghj/MiroFish/blob/main/README-EN.md
1•cryptoboid•5m ago•0 comments

The Science Behind Our Obsession with a Lost "Golden Age"

https://www.iflscience.com/were-things-really-better-in-the-past-the-science-behind-our-obsession...
2•wjSgoWPm5bWAhXB•7m ago•0 comments

How Big Tech's AI Ambitions Are Fueling a Borrowing Boom

https://www.bloomberg.com/news/articles/2026-03-12/how-amazon-meta-and-google-are-fueling-a-big-t...
1•1vuio0pswjnm7•7m ago•0 comments

A Virtual Embodied Fly

https://eon.systems/updates/embodied-brain-emulation
1•geox•8m ago•0 comments

Arizona's Meteor Crater is still revealing new secrets 50k years later

https://www.space.com/stargazing/meteor-showers/arizonas-meteor-crater-is-still-revealing-new-sec...
2•Brajeshwar•8m ago•0 comments

AI Didn't Simplify Software Engineering: It Just Made Bad Engineering Easier

https://robenglander.com/writing/ai-did-not-simplify/
3•birdculture•11m ago•0 comments

The Soviet Sherlock Holmes (With English Subtitles)

https://www.youtube.com/playlist?list=PL9Wjfd0iI8ZrvDdSry_qXM_ald8_HrI9U
2•nephihaha•12m ago•1 comments

KDO: 28 Years Later

https://kottke.org/26/03/kdo-28-years-later
1•tobr•12m ago•0 comments

Incubation-Oriented Web Standards

https://blog.sgo.to/2026/03/11/incubation
1•mooreds•13m ago•0 comments

What the 2026 AI price hikes taught me about lean engineering

1•davidvartanian•14m ago•0 comments

Formulas for Pi

https://mathworld.wolfram.com/PiFormulas.html
1•dap•15m ago•0 comments

Meta weighing 20% workforce layoffs to offset AI infrastructure costs: report

https://www.foxbusiness.com/technology/meta-eyes-massive-20-workforce-cut-ai-infrastructure-costs...
2•1vuio0pswjnm7•16m ago•0 comments

Updated Debian 13: 13.4 released

https://www.debian.org/News/2026/20260314
1•allddd•17m ago•0 comments

Show HN: Data-anim – Animate HTML with just data attributes

https://github.com/ryo-manba/data-anim
1•ryo-manba•17m ago•0 comments

Analyzing OpenClaw's 3-layer defense against prompt injection

1•aunicall•18m ago•0 comments

Vesper – MCP server that lets AI agents handle ML dataset workflows autonomously

https://getvesper.dev/
1•sultanchek•22m ago•1 comments

Show HN: Pantr AI Creative Studio

https://www.pantr.co/
1•andrevaillant•22m ago•0 comments

Debauit Announced as Debian Source Package Auditor

https://www.phoronix.com/news/Debian-debaudit
3•maxloh•24m ago•0 comments

Show HN: FalconAI – AI-Powered Smart TV Streaming, Search and Voice Control

https://www.falconai-tv.com/
2•erind_musliu•25m ago•4 comments

DroneClaw: Flying a Drone with Voice Commands

https://twitter.com/Viewforge/status/2032800448269398081
1•GPUboy•26m ago•0 comments

The AI Powering Firefox's Shake to Summarize

https://blog.mozilla.org/en/firefox/firefox-ai/ai-powering-firefox-shake-to-summarize/
1•bundie•26m ago•0 comments

Zoë Kravitz: "Bluetooth does not work" [video]

https://www.youtube.com/watch?v=6iva-qFZ29c
1•sgt•28m ago•0 comments

KDE resurrects feature it killed in Plasma 5.21

https://www.neowin.net/news/good-news-for-kde-plasma-users-this-dead-feature-is-finally-being-res...
1•bundie•29m ago•0 comments

Why physical AI is becoming manufacturing's next advantage

https://www.technologyreview.com/2026/03/13/1134184/why-physical-ai-is-becoming-manufacturings-ne...
1•Brajeshwar•30m ago•1 comments

BunkerVM – Run AI agents in isolated Firecracker microVM sandboxes

https://github.com/ashishgituser/bunkervm
2•ashishch111•32m ago•0 comments

Vitest vs. Jest

https://howtotestfrontend.com/resources/vitest-vs-jest-which-to-pick
1•howToTestFE•32m ago•1 comments

Ask HN: Would this eliminate bots for good?

2•piratesAndSons•32m ago•4 comments

The most SHAMELESS structural manipulation of a index I've ever seen

https://substack.com/@georgenoble/note/c-226667679
5•Zigurd•33m ago•0 comments

Show HN: Autoresearch-WebGPU uses agents to iteratively train LMs in the browser

https://twitter.com/gucaslelfond/status/2032824470209986746
1•lucasgelfond•33m ago•0 comments
Open in hackernews

Show HN: Got tired of AI copilots just autocompleting, and built Glass Arc

4•Conquer01•1h ago
Hey HN,

Over the last few months, I realized I was paying $20/month for an AI that essentially just acts as a really good autocomplete. It waits for me to type, guesses the next block, and stops. But software engineering isn't just writing syntax, it's managing the file system, running terminal commands, and debugging stack traces.

So I pivoted my project and built Glass Arc. It’s an agentic workspace that lives directly inside VS Code.

Instead of just generating text, I gave it actual agency over the local environment (safely):

1. Agentic Execution: You give it an intent, and it drafts the architecture across multiple files, managing the dependency tree and running standard terminal commands to scaffold the infrastructure.

2. Runtime Auto-Heal: This was the hardest part. When a fatal exception hits the terminal, Glass Arc intercepts the stack trace, analyzes the crash context, writes the fix, and injects it.

3. Multiplayer: Generates a secure vscode:// deep-link so you can drop it in Slack and sync your team's IDEs into the same live session.

4. Pay-as-you-go: I scrapped the standard $20/mo SaaS model. It runs on a credit system—you only pay when the Architect is actively modifying your system. (Signing in via GitHub drops 200 free credits to test it out).

I’d love for you to try to break it, test the auto-healing, and tear apart the architecture. What am I missing?

Live on the VS code Marketplace, Install: https://www.glassarc.dev/

Comments

kwstx•1h ago
Really cool! I’m curious how Glass Arc handles changes across multiple files — do you validate dependencies or check for side effects before applying fixes? The multiplayer sync also seems tricky; how do you keep the IDE state consistent when multiple people or agents are editing at once?