frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Free Ways to Find Someone's Email Address

1•lakshmirk•1m ago•0 comments

Microplastics and nanoplastics in urban air originate mainly from tire abrasion

https://phys.org/news/2026-03-microplastics-nanoplastics-urban-air-abrasion.html
1•JeanKage•1m ago•0 comments

FlowLessAI – connects to GitHub, audits your codebase, delivers a PR with fixes

https://www.flowlessai.one/
1•mozinovati•2m ago•1 comments

Qwen3-ASR-Swift

https://github.com/ivan-digital/qwen3-asr-swift
2•handfuloflight•3m ago•0 comments

X Accounts with over 1M Followers

https://millionsclub.win/
1•saejox•3m ago•1 comments

Can the Most Abstract Math Make the World a Better Place?

https://www.quantamagazine.org/can-the-most-abstract-math-make-the-world-a-better-place-20260304/
1•mathgenius•4m ago•0 comments

Show HN: Compare ORMs Side-by-Side

https://orm-party.fkey.dev/?f=django-prisma
1•kuchin•6m ago•0 comments

Delta – 3D racing game for MSX2 (z80)

https://jacco.ompf2.com/delta-dodge-engage-launch-target-assault/
1•jbikker•6m ago•1 comments

Summer Academy for Intercultural Dialogue 2026

https://survey.lamapoll.de/SAID26
1•rendx•13m ago•0 comments

Trojan Source: Invisible Vulnerabilities

https://arxiv.org/abs/2111.00169
2•rbanffy•14m ago•0 comments

RemixAI – All-in-One AI Platform to Generate Images, Videos and Creative Effects

1•rosemery•16m ago•0 comments

Insightful Pipe

https://insightfulpipe.com
1•bellamoon544•17m ago•1 comments

Why every demo account is named John DOE (a 700-year-old reason)

2•deep1283•19m ago•0 comments

The One Question That Exposes Fake Product-Market Fit

https://susanjmontgomery.substack.com/p/the-one-question-that-exposes-fake
1•mgav•21m ago•3 comments

Open YouTube links directly in the app, skip the browser

https://ytopen.app
1•ssarisen•23m ago•0 comments

The US military is still using Claude – but defense-tech clients are fleeing

https://techcrunch.com/2026/03/04/the-us-military-is-still-using-claude-but-defense-tech-clients-...
1•marcofloriano•23m ago•0 comments

Child's Play

https://cinemasojourns.com/2026/03/05/childs-play/
1•jjgreen•27m ago•0 comments

RasS (Rounding-as-a-Service)

https://github.com/jtayped/raas
4•matan-h•28m ago•1 comments

Federated Systems Dissapear

https://test.roelof.info/log/how-federated-systems-dissapear/
1•OuterVale•31m ago•0 comments

Show HN: I Built Glassdoor but for Food Delivery Drivers in Dubai

https://igotfilmed.com/
1•shraddha92•34m ago•0 comments

Vivo Time: stop wasting time, start living it

https://www.vivotime.net/
1•lopespm•36m ago•0 comments

Nokian Tyres launches studded winter tire that adapts to changes in temperature

https://company.nokiantyres.com/news-and-media/news-article/a-new-era-of-winter-driving-begins-no...
2•komape•36m ago•0 comments

The Technical Differences Between the MacBook Neo and MacBook Air

https://512pixels.net/2026/03/the-differences-between-the-macbook-neo-and-macbook-air/
1•tosh•36m ago•0 comments

AI in Warfare Is Here

https://www.wionews.com/world/ai-in-warfare-is-here-pentagon-used-anthropic-s-claude-ai-in-iran-s...
1•hmontazeri•41m ago•0 comments

Show HN: GridSnap–Open-source encrypted grid-based note manager (Tauri and Rust)

https://github.com/akinalpfdn/GridSnap
1•akinalpfdn•44m ago•1 comments

Databasus: Databases backup tool (PostgreSQL, MySQL, MongoDB)

https://github.com/databasus/databasus
1•thunderbong•44m ago•0 comments

Show HN: TypeCrt – Zero-latency typing test in vanilla TS, no frameworks

https://typecrt.pages.dev/
1•shadowline•44m ago•0 comments

2025 Plan for National Economic and Social Development

https://drive.google.com/file/d/1isxLR34Ltzs3jkgS2ZbSNeDM7Jdf2aTs/view
1•hunglee2•44m ago•0 comments

Refusal in LLMs is mediated by a single direction

https://www.lesswrong.com/posts/jGuXSZgv6qfdhMCuJ/refusal-in-llms-is-mediated-by-a-single-direction
2•rzk•45m ago•0 comments

Show HN: PyMath Preview – preview LaTeX math in Python docstrings inside VS Code

https://github.com/sankarebarri/pymath-preview
1•sankarebarri•45m ago•1 comments
Open in hackernews

Show HN: BitFun – An Agentic Development Environment (Rust and TypeScript)

https://github.com/GCWing/BitFun
1•clearme•2h ago
Hi HN,

We’re building BitFun, an open-source Agentic Development Environment (ADE).

GitHub: https://github.com/GCWing/BitFun

Docs: https://deepwiki.com/GCWing/BitFun

BitFun explores a different way of working with AI during development. Instead of treating AI as a chatbox attached to an editor, it treats AI as an agent that can collaborate with you across the whole development workflow.

The system is built around an Agent architecture. Each user has an assistant that can evolve over time with memory and customizable behavior. On top of this foundation, BitFun currently includes:

Code Agent – an AI coding assistant

Cowork Agent – an AI assistant for knowledge work

Custom Agents – domain-specific agents defined via Markdown

For software development, the Code Agent provides several working modes:

Agentic Mode – day-to-day coding where the agent can read code, edit files, run commands, and verify results autonomously.

Plan Mode – for large tasks. The agent proposes a plan first, then executes after alignment.

Debug Mode – for tricky bugs. It instruments execution, traces code paths, compares behaviors, and helps identify root causes.

Review Mode – performs code reviews based on repository conventions and project rules.

BitFun is also designed to be extensible:

MCP protocol support for connecting external tools and resources

Skills: Markdown/script-based capability packages that teach the agent new tasks

Agent customization via Markdown definitions

Rules to inject repository conventions or behavior constraints (can import configs from tools like Cursor)

For model infrastructure, BitFun supports both local models and cloud APIs, so teams can switch providers easily depending on cost, performance, or privacy needs.

By default, code is not sent to remote services automatically. Users control which models run and where, and local models can run with full privacy.

Right now the desktop app (built with Rust + TypeScript / Tauri) supports macOS and Windows. We’re also exploring CLI, server mode, and integrations with platforms like Telegram or Discord.

This project started as an open-source exploration of human–AI collaborative development, and a large portion of the codebase was built through AI-assisted coding (“vibe coding”).

We’d love feedback from the community. Issues, ideas, and contributions are all welcome.

Comments

jlongo78•2h ago
Agentic environments? Nice try. It's like herding cats, but at least there's some semblance of order. What’s the real win here?