frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Toxoplasmosis – A Global Threat (2014)

https://pmc.ncbi.nlm.nih.gov/articles/PMC3963851/
1•thinkingemote•2m ago•0 comments

The Mysterious Case of the JetBlue Flight That Went into Free Fall

https://nymag.com/intelligencer/article/mysterious-case-jetblue-1230-airbus-free-fall.html
2•Stratoscope•2m ago•1 comments

Qencode Launches AI Upscaling to Bring Legacy Video Catalogs into the 4K Era

https://news.qencode.com/posts/qencode-launches-ai-upscaling-to-bring-legacy-video-catalogs-into-...
1•QencodeCorp•4m ago•0 comments

The Great Divergence in Software Engineering

https://stack72.dev/the-great-divergence-in-software-engineering/
2•speckx•4m ago•0 comments

Gen Z Can't Afford a First Date

https://www.nytimes.com/2026/08/03/nyregion/gen-z-dating-too-expensive-cost.html
1•root-parent•4m ago•0 comments

Petri Nets as a Music Sequencer

https://blog.stackdump.com/posts/petri-net-sequencer
3•m_kos•5m ago•0 comments

Building Scalable GitHub Runner Infrastructure on Sandboxes

https://www.tensorlake.ai/blog/build-your-own-ci-infrastructure
1•diptanu•7m ago•0 comments

What is "Switch Bounce" & how to implement debounce

https://www.picotech.com/library/articles/blog/what-is-switch-bounce-how-to-implement-debounce
2•peter_d_sherman•7m ago•1 comments

Elastic Curves via Geometric Mechanics

https://arxiv.org/abs/2607.29654
2•E-Reverance•8m ago•0 comments

Human Evidence of Novel Writing as a Service

https://vellumproof.com
2•nate•8m ago•0 comments

I shrank my chess engine 70x by trying to compress it

https://latentheat.dev/blog/chess-small-models-search-deeper
2•oli266•8m ago•0 comments

Readable Code Is Unreadable: Incunabulum, an Implementation of J

https://blog.wilsonb.com/posts/2025-06-06-readable-code-is-unreadable.html
3•lioeters•9m ago•0 comments

An MCP server that lets coding agents query your NestJS API's OpenAPI contract

https://www.nestdocfy.com/
3•MarvinRochaDev•9m ago•0 comments

Show HN: Vinyl – Animated vinyl record wallpaper for Mac, synced to Spotify

https://www.vinylformac.com/
4•sxhivs•9m ago•0 comments

Shell sells Dutch solar farms in retreat from renewables

https://www.dutchnews.nl/2026/08/shell-sells-dutch-solar-farms-in-retreat-from-renewables/
3•TechTechTech•12m ago•0 comments

Leaked Flock Guide Shows How It Teaches Cops to Promote Its Tech

https://www.404media.co/own-the-narrative-leaked-flock-guide-shows-how-it-teaches-cops-to-promote...
3•cdrnsf•12m ago•0 comments

My "4-bit" quant was 6.2 bits per weight

https://koleslaw.ai/blog/the-quantization-that-didnt-fit
3•murphman•17m ago•0 comments

Canva is 1% of the way there

https://mili.dev/writing/canva-is-one-percent-of-the-way-there/
3•jmilinovich•17m ago•0 comments

Anthropic CEO Amodei is concerned new talent join for money rather than mission

https://twitter.com/etnshow/status/2084221242614202704
5•theanonymousone•18m ago•0 comments

Monkey interact with AI touch screens in Costa Rica forest

https://timesofindia.indiatimes.com/science/costa-rica-scientists-placed-an-ai-touchscreen-in-a-w...
3•jmartrican•19m ago•0 comments

Show HN: 11-Node Agentic RAG with MCP and PII Shield Under 512MB RAM

https://agentic-rag-financial-parser.onrender.com/
3•ambujkt•20m ago•0 comments

The Billable Usage API: programmatic cost visibility for Cloudflare

https://blog.cloudflare.com/billable-usage-api/
4•ashleypeacock•21m ago•1 comments

Astrophyzix Digital Observatory Help Combat Fake Science and Promote Education

https://www.astrophyzix.com/p/astroping.html
3•SpacenewsUK•22m ago•0 comments

HugeTLB Gigantic Page Overcommit in Linux v6.19

https://blogs.oracle.com/linux/hugetlb-gigantic-page-overcommit
3•ankitg12•23m ago•0 comments

Eigendrum: Draw a shape and hear its standing-wave modes

https://baselashraf81.github.io/eigendrum/
3•joshcsimmons•23m ago•0 comments

The Myth of the Food Desert

https://www.newyorker.com/magazine/2026/08/03/food-justice-undone-hanna-garth-book-review
3•eamag•25m ago•0 comments

White House's new upcoming model-testing framework

https://www.cnbc.com/2026/08/03/white-house-ai-companies-voluntary-framework-meeting.html
4•freakynit•26m ago•0 comments

English to Snacklish Translator

https://exogen.github.io/snacklish/
3•twalichiewicz•26m ago•0 comments

Tell Abu Hureyra (prehistoric archaeological site)

https://en.wikipedia.org/wiki/Tell_Abu_Hureyra
3•dieselgate•27m ago•0 comments

Questions users ask AI assistants

https://frigade.com/blog/ten-common-product-problems-2026
2•pancomplex•29m ago•0 comments
Open in hackernews

Intentic.dev – "VSCode" for Agents

https://intentic.dev/
2•radarsu•52m ago

Comments

radarsu•52m ago
Hey HN, I'm Artur. I'm building Intentic.dev, an IDE for agents.

I've been working on many projects at once, running many subscriptions (more than two x20 Claude) and often ended up copying my co-workers questions to LLM in VSCode.

So I decided to move my work into a docker, isolated, hostable anywhere - locally or on server - and let my agents live there, stay live-connect to various channels and work for me and respond to my co-workers questions 24/7.

The container of agent contains API exposing it's file system, agentic sessions, git stuff and comes up with system of self-defining dockerfiles, so agents, when they need to get C++, Rust, ffmpeg or some other toolchain, will simply give you new dockerfile layer for approval and ask you to run rebuild.

This way agent's environment grows in predictable way and is replicable (unlike the local one), easy to move around, nothing is hidden.

Since then I've baked in robust tools to improve LLM efficiency (that are opt-in/out) and their impact on token usage is measured in your codebase.

Agents living in their container IDE can even be connected to CI/CD to act in real browsers on user stories kept in their file-system, verify an artifact and return their results to CI/CD as a quality gate.

It's fully extensible and pretty much everything UI you can find on website is just a nice UI derived from agent's file system - "a window" for a human operator.

For many weeks I already use Intentic to build Intentic. And I'm probably biased, but the experience is from another world...

Desktop app is about to be available soon too, that's my main focus now, although browser experience is really good to me!

I'll be very grateful for any feedback.