Skip to main content

AI Community

Discover AI and tech community posts from GeekNews, Hacker News, Dev.to, Lobste.rs, METR, and TensorFlow Forum. Curated posts are updated daily.

Last updated: Apr 10, 09:30 PM

Related Articles from Latest Community Posts

Top articles selected from keyword overlap with the latest 46 community posts.

Top 3
  1. 1
    Nous Research's NousCoder-14B is an open-source coding model landing right in the Claude Code moment

    RanketAI editorial:Nous Research, the open-source artificial intelligence startup backed by crypto venture firm Paradigm, released a new competitive programming model on Monday that it says matches or exceeds several…

  2. 2
    Anthropic launches Cowork, a Claude Desktop agent that works in your files — no coding required

    RanketAI editorial:Anthropic released Cowork on Monday, a new AI agent capability that extends the power of its wildly successful Claude Code tool to non-technical users — and according to company insiders, the team…

  3. 3
    Anthropic’s New Product Aims to Handle the Hard Part of Building AI Agents

    RanketAI editorial:Amid rapid enterprise growth, Anthropic is trying to lower the barrier to entry for businesses to build AI agents with Claude.

Hacker News

Launch HN: Freestyle – Sandboxes for Coding Agents

We’re Ben and Jacob, cofounders of Freestyle ( https://freestyle.sh ). We’re building a cloud for Coding Agents. For the first generation of agents it looked like workflows with minimal tools. 2 years ago we published a package to let AI work in SQL, at that time GPT-4 could write simple s

322156 commentsby benswerd
Hacker News

Ask HN: What are you building that's not AI related?

I don't have anything against AI, but HN (and everywhere else) seems to be drowning in AI atm. Seems like every man and his dog is building an AI agent harness. And power to you (and your dog) if that's you. But it would be refreshing to hear about some non AI related projects people are w

132175 commentsby meander_water
Hacker News

Show HN: CSS Studio. Design by hand, code by agent

Hi HN! I've just released CSS Studio, a design tool that lives on your site, runs on your browser, sends updates to your existing AI agent, which edits any codebase. You can actually play around with the latest version directly on the site. Technically, the way this works is you view your site

16197 commentsby SirHound
Hacker News

Launch HN: Relvy (YC F24) – On-call runbooks, automated

Hey HN! We are Bharath, and Simranjit from Relvy AI ( https://www.relvy.ai ). Relvy automates on-call runbooks for software engineering teams. It is an AI agent equipped with tools that can analyze telemetry data and code at scale, helping teams debug and resolve production issues in minut

4623 commentsby behat
Hacker News

Show HN: Unicode Steganography

I built a demo of two Unicode steganography techniques, zero-width characters and homoglyph substitution, in the context of AI misalignment. The first is about the use of two invisible zero-width characters (ZWS and ZWNJ) to binary encode text. The second is much cooler. Most characters in the Latin

5514 commentsby PatrickVuscan
Hacker News

Launch HN: Twill.ai (YC S25) – Delegate to cloud agents, get back PRs

Hey HN, we're Willy and Dan, co-founders of Twill.ai ( https://twill.ai/ ). Twill runs coding CLIs like Claude Code and Codex in isolated cloud sandboxes. You hand it work through Slack, GitHub, Linear, our web app or CLI, and it comes back with a PR, a review, a diagnosis, or a

3227 commentsby danoandco
Hacker News

LLM plays an 8-bit Commander X16 game using structured "smart senses"

I connected the ChatGPT API (model gpt-4o) to an 8-bit shoot-'em-up game, PvP-AI, running on a Commander X16 emulator. Instead of pixels or audio, the model receives structured text summaries, what I’m calling "smart senses", based on the game's existing touch and EMF-style input

284 commentsby russellharper
Hacker News

Ask HN: Learning resources for building AI agents?

I’ve recently gone through several materials, including Antonio Gulli’s AI Agentic Design Patterns, Sam Bhagwat’s Principles of Building AI Agents and Patterns for Building AI Agents, as well as the courses from LangGraph Academy and some content on DataCamp. This space is evolving very quickly, so

1315 commentsby 7e10
Hacker News

Show HN: I built a database for AI agents

Hey HN, I just spent the last few weeks building a database for agents. Over the last year I built PostHog AI, the company's business analyst agent, where we experimented on giving raw SQL access to PostHog databases vs. exposing tools/MCPs. Needless to say, SQL wins. I left PostHog 3 week

1210 commentsby Kappa90
Hacker News

Show HN: LLMnesia – search across ChatGPT, Claude, Gemini chats locally

I kept running into this annoying problem: I’d remember a really useful answer, but not where it was. ChatGPT? Claude? Gemini? No idea. So I’d end up digging through all of them or just rewriting the prompt. Built this to fix that. It’s a Chrome extension that indexes chats locally and lets you sear

84 commentsby keiranflynn
Lobste.rs

How is your org/company measuring the impact of AI adoption?

Title says it best. We're at a point in our AI journey where tools are deployed, infrastructure stood up, features are shipping, and naturally, costs associated with AI usage are rising. We're now being asked to estimate the impact of AI in our daily work. How are you doing this at your company or w

Hacker News

Show HN: Local-first resume generator with in-browser PDF rendering

Built this while applying to various jobs. I was using Claude to generate different resume variants for roles (Flutter, WordPress, fullstack, Python backend, agentic AI/RAG). It worked pretty well, but I kept hitting limits — both in control and credits. I also wanted something more consistent

74 commentsby dlvktrsh
Hacker News

Show HN: DocMason – Agent Knowledge Base for local complex office files

I think everyone has already read Karpathy's Post about LLM Knowledge Bases. Actually for recent weeks I am already working on agent-native knowledge base for complex research (DocMason). And it is purely running in Codex/Claude Code. I call this paradigm is: The repo is the app. Codex is

11by Jet_Xu
Hacker News

Show HN: Frontend-VisualQA — give coding agents eyes to verify their own UI work

Coding agents today are blind. They write “valid” HTML/CSS code but can still ship a broken layout, a clipped dropdown, or a page at the wrong URL. Playwright scripts can assert modal.isVisible() without knowing the modal is rendered off-screen. Essentially, coding agents need “eyes” to verify

10by dhruvbatra
Hacker News

Show HN: SmolVM – open-source sandbox for coding and computer-use agents

SmolVM is an open-source local sandbox for AI agents on macOS and Linux. I started building it because agent workflows need more than isolated code execution. They need a reusable environment: write files in one step, come back later, snapshot state, pause/resume, and increasingly interact with

63 commentsby theaniketmaurya
Hacker News

Show HN: Eve – Managed OpenClaw for work

Eve is an AI agent harness that runs in an isolated Linux sandbox (2 vCPUs, 4GB RAM, 10GB disk) with a real filesystem, headless Chromium, code execution, and connectors to 1000+ services. You give it a task and it works in the background until it's done. I built this because I wanted OpenClaw

7by zachdive
Hacker News

Show HN: Bx – macOS native sandbox for AI and coding tools

Wrapper around Apple's macOS sandbox-exec tool, which usually sandboxes native apps. It is "allow-first" i.e. it will not overprotect everything, just crucial information and therefore allows most tools to run without issues. Limiting is done using a .gitignore like file schema. Furth

7by holtwick
Hacker News

Show HN: Fabro – open-source dark software factory

Hi — I created Fabro to free myself from supervising a fleet of Claude Code tabs running in a REPL (read-eval-prompt-loop). REPLs are great for exploration, but once I know what I need I want to be able to walk away while the agents get it done. (Before building Fabro, I looked for something off the

6by brynary
Dev.to

Reviewing AI Generated Work

How to review AI-generated code effectively, what failure modes to watch for, and how to maintain quality standards as code volume increases.

by Steve McDougall
Dev.to

Managing Expectations in the AI Era

How to have honest conversations with stakeholders about AI productivity — what actually changes, what doesn't, and how to set realistic expectations.

by Steve McDougall
Dev.to

Red, Green, Refactor… and AI: How I Turned AI Into a Reliable Pair Programming Partner

AI generates code fast, but without structure it produces bloated PRs, unnecessary abstractions, and code nobody understands. I applied TDD as a framework for human-AI collaboration: one failing test, minimum code to pass, refactor, repeat. A guidelines file trains the AI to follow the cycle, and a set of context files give it project memory between sessions. The result: smaller PRs, faster reviews, real ownership, and predictable quality. The human thinks, the AI implements. At the end of the article you'll find an example of the guidelines I give the AI to work together doing TDD.

by Ivan Jijon

Data sources

Posts are collected from public APIs/JSON/RSS of GeekNews, Hacker News, Dev.to, Lobste.rs, METR, and TensorFlow Forum. Content belongs to original authors and communities.