Feed aggregator

Agent with decisions memory at its core

Hacker News - Mon, 03/02/2026 - 12:29am

Article URL: https://github.com/tfatykhov/nous

Comments URL: https://news.ycombinator.com/item?id=47214204

Points: 1

# Comments: 0

Categories: Hacker News

Model Collapse Ends AI Hype

Hacker News - Mon, 03/02/2026 - 12:25am
Categories: Hacker News

Show HN: Clenv – Manage multiple Claude Code profiles, each Git-versioned

Hacker News - Mon, 03/02/2026 - 12:23am

The more I used Claude Code, the messier my ~/.claude got.

I started out thinking one global config was fine — just put the skills and MCP servers everyone needs at the user level and call it done. But over time I was wearing two hats: a frontend developer at my day job, and a fullstack developer on side projects. The configs started bleeding into each other.

The specific frustrations that pushed me over the edge: - Project-level settings had to be redone for every new repo - Marketplace and plugin-based configs needed manual toggling depending on which context I was in - Trying an experimental setup, then cleaning it up afterward, was tedious every time

Beyond config mess, the bigger realization was about personas. As I started doing more AI agent development, my developer identity kept splitting. More roles, more personas — and a single global Claude Code environment can't cleanly represent all of them.

That's when I thought: nvm and pyenv let you switch environments by profile. Why not Claude Code? So I built clenv.

clenv manages multiple Claude Code profiles. Each profile is an isolated ~/.claude directory (CLAUDE.md, MCP servers, hooks, agents, skills) backed by its own git repository. Free and open source (MIT).

clenv init # backs up ~/.claude, creates default profile clenv profile create work --use # create + switch instantly clenv profile create agent-prod --from agent-dev # clone from existing clenv commit -m "add GitHub MCP server" clenv diff HEAD~1..HEAD clenv log --oneline clenv revert abc123f clenv tag v1.0 -m "production agent config" Teams can export a baseline and let members layer personal changes on top:

clenv profile export team-standard -o team.clenvprofile clenv profile import team.clenvprofile --use MCP API keys are automatically redacted during export.

Per-directory auto-switching works like .nvmrc:

clenv rc set work # pin profile to this directory clenv rc show Written in Rust, statically linked, zero runtime deps. macOS and Linux.

brew tap Imchaemin/clenv && brew install clenv cargo install clenv GitHub: https://github.com/Imchaemin/clenv

Would especially love feedback from people doing AI agent development — that's the use case where environment isolation feels most important.

Comments URL: https://news.ycombinator.com/item?id=47214169

Points: 1

# Comments: 0

Categories: Hacker News

AI – Factory Model

Hacker News - Mon, 03/02/2026 - 12:20am
Categories: Hacker News

Satellites

Hacker News - Mon, 03/02/2026 - 12:16am
Categories: Hacker News

Moon Landing Sites

Hacker News - Mon, 03/02/2026 - 12:14am
Categories: Hacker News

Show HN: Webflow Skills by 224 Industries

Hacker News - Mon, 03/02/2026 - 12:03am

Skills for OpenAI Codex, Claude Code, Gemini CLI, Cursor and more.

Comments URL: https://news.ycombinator.com/item?id=47214068

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Interactive 3D WebGL Globe for real-time daylight cycles

Hacker News - Mon, 03/02/2026 - 12:00am

Oclock is an interactive 3D WebGL globe that visualizes real-time daylight cycles. Built with Globe.gl and pre-processed spatial data pipeline.

Processing Pipeline

The data generation is handled by timezone_data_generator.py. This script performs the following:

1. Geometry Analysis: Uses shapely to find a representative point inside each country's boundary.

2. Timezone Mapping: Uses timezonefinder to look up the specific IANA timezone string for those coordinates.

3. Data Injection: Injects the timezone and coordinates back into the GeoJSON properties for use by the frontend.

Live Demo: https://azialle.github.io/Oclock/

Comments URL: https://news.ycombinator.com/item?id=47214059

Points: 1

# Comments: 1

Categories: Hacker News

Motorola's Upcoming Razr Fold Pairs a Massive Battery With a Sleek Design

CNET Feed - Mon, 03/02/2026 - 12:00am
At Mobile World Congress, the company shares more details about its upcoming book-style foldable.
Categories: CNET

Pages