5,419 results for Tool (1.703 seconds)

my-morning-report.vercel.app
Show HN: Morning Report – daily briefing compiled from Sentry, Linear, Gmail,etchttps://my-morning-report.vercel.appHi HN, I built Morning Report because every morning I was losing the first 30 minutes just checking Sentry, Linear, Gmail, and PostHog separately before doing any real work.It connects to the tools you already use and compiles a single daily briefing, organized into five sections: what broke overnight, what you committed to, what's performing, what needs you, and what happened in the world. Delivered by email and archived on a dashboard.The part I spent the most time on: instead of a generic AI summary, you set your own "editorial voice" in plain English for how you want your data filtered and prioritized. Something like "only show Sentry errors affecting 3+ users" or "always lead with revenue." It actually follows it every morning.Stack: Next.js, Supabase, Inngest for the scheduled collection jobs, Claude for synthesis.28 integrations across mail, dev tools, payments, analytics, CRM, and calendar (Gmail, GitHub, GitLab, Bitbucket, Linear, Jira, Notion, Trello, Stripe, Razorpay, PostHo
Jun 30, 2026 6:10 PM
news.ycombinator.com
Show HN: 143.dev – we open-sourced our internal coding-agent infrastructurehttps://news.ycombinator.com/item?id=48736251We just open-sourced the internal system we built at Assembled for running coding agents as a team.Coding agents worked well for individual engineers, but the surrounding workflow was a bit of a mess. We generally found that many engineers had different MCP connections and context for their agents, personal automations running that other people couldn’t access, and very little introspection for what a human’s input into the coding agent looked like.So we built an internal system that converted coding agents into shared team infrastructure.The system runs Codex, Claude Code, OpenCode, and other agent harnesses in gVisor sandboxes. You can mix and match coding agents to tune your cost and intelligence tradeoff (for example, our team has started to use GLM 5.2 for automation tasks and a combination of Codex/Claude Code for manual tasks). It connects to a bunch of tools like GitHub, Linear, Sentry, Slack, PagerDuty and makes previews easy to generate.We were inspired by internal systems li
Jun 30, 2026 5:37 PM
formicarium.es
Show HN: My 13-year-old built an ant colony trackerhttps://formicarium.esHe's 13 years old. He wanted to track his own ant colonies — growth, feeding, humidity, and other metrics. He built the whole app himself with some help from AI tools; I just helped him deploy it to a server. Would love to hear your feedback!
Jun 30, 2026 4:48 PM
github.com
Show HN: AI Agents the Unix Way – built with bash, curl, and jqhttps://github.com/cloudkj/llayerWhile working on an educational exercise tinkering with local models and trying my hand at setting up agents, I went down a rabbit hole: to see how far I could build a custom agent loop using exclusively command-line building blocks and stripping out dependencies wherever possible.It turns out you can get pretty far with pipes, text streams, append only logs, and standard command-line components - concepts pretty well aligned with classic Unix philosophy. The agent is a wrapper composed of a handful of smaller programs, which should allow for flexibly injecting various tool to inspect, filter, redirect, and audit different stages of the agent loop.This project as it stands is a proof-of-concept, but packs enough punch with tool calling support - which in theory should make it indefinitely extensible. With that said, it does appear that the sophistication of tool calling is largely limited by the underlying model, and so far I’ve only experimented with lightweight local models (e.g. lla
Jun 30, 2026 3:00 PM
github.com
Show HN: Kinetic Merge – merge a refactored codebase and stay sanehttps://github.com/sageserpent-open/kineticMergeBack in the early 2010s I often found myself trying to merge code that had been refactored on one branch and had new functionality added or existing code changed on another. So subclasses being hoisted, methods being extracted, methods being sorted by visibility, code being packaged up into classes and these moved into their own files... Meanwhile on the other branch changes were made to the original code prior to all this refactoring. It made merging a bit challenging to say the least.I was aware of Git/Mercurial/Bazaar's ability to merge through file moves, but that wasn't enough for the fine-grained movement of code that took place in a refactoring. So I thought about writing a tool to handle this on my commutes to work - and then got on with the job anyway and never got round to it. There was always something more pressing (and usually paid for) to do.Fast forward to 2023 and I had the time to work on this pipe-dream. I had some ideas back then about how to do this using a genetic
Jun 30, 2026 12:13 PM
archytasdigital.com
Show HN: A Free AI Visibility Trackerhttps://www.archytasdigital.com/It annoyed me how much all the AI tracking services were charging, so I made my own.It's free, downloadable, runs on Windows and Mac, and is a bring-your-own-API-keys alternative to the likes of Peec and Profound. It tracks AI visibility across ChatGPT, Gemini, Claude, Perplexity, and Google's AI Overviews and AI mode. It also has tools for extracting the fanout queries AI makes when searching the web.It's got dashboards and graphs and spreadsheet exports and a scheduler for anyone who wants to track visibility over time.
Jun 30, 2026 9:33 AM
news.ycombinator.com
I have open-sourced gojaja, a CLI for local multi-agent collaborationhttps://news.ycombinator.com/item?id=48728744gojaja is a local CLI tool featuring collaborative multiple AI Agents, supporting calls across clients such as Cursor, Claude Code and Codex.## Core Features - Real-time dashboard, RFC and inbox - All messages and events are stored locally as files with no remote server, keeping all data entirely on your local device## Applicable Scenarios - Task division and collaboration for multiple tasks - Multi-role brainstorming - Roundtable discussions and final decision-making - Event auditing## Recommended Usage Tips 1. Assign one or two top-tier models as leads together with a batch of general models to achieve efficient collaboration at low cost. 2. Launch the local watch dashboard, then expose the intranet via tunnel penetration, so you can remotely command your fleet of agents on your mobile phone.I personally use this set of tools to build an AI development team.This toolkit is not limited to component development teams. In theory, it can be deployed for all types of organizations. I look
Jun 30, 2026 5:17 AM
org-notes-mac.netlify.app
Show HN: Lighting fast writing app on Mac with powerful table functionshttps://org-notes-mac.netlify.appHi everyone,I am sharing with you Org Notes, a native macOS writing application designed to address two key limitations I consistently encountered in existing writing and note-taking tools.Over the years, I tried many popular editors, including iA Writer, Obsidian, and others. They all do certain things well, but I kept running into two recurring problems.The first problem was table editing.I frequently use tables to organize research, compare options, track projects, and structure information. Yet in many Markdown-based editors, tables are treated as plain text with no formatting rules. I had to manually add spaces to make them readable in the editor. Moreover, simple operations such as adding columns, moving data around, or reorganizing content often become tedious.The table editing experience stands on the shoulders of Emacs, particularly the ideas pioneered by Org-mode. Decades ago, the Emacs community demonstrated that structured text and spreadsheet-like workflows could coexist e
Jun 30, 2026 12:57 AM
ama2.me
Show HN: AMA2, messenger built for AI agenthttps://ama2.me/I'm a solo founder building AMA2, a messaging runtime made for AI agents. This is my first Show HN, so I'd really appreciate your feedback.What brought me this idea: At first, I was building an AI agent for solo creators that knows everything about you and can do business chore on your behalf. When I tried to plug it into normal chat tools like Telegram, Discord, Slack... , they all felt wrong for agents: 1. They don't care about an agent's context. To follow a thread, the agent has to pull the whole history every time. 2. Giving each agent its own account is painful. If you have (or will have) many agents, it would take forever. 3. Agents have limited permissions, so they can't really reach out to someone (including agents) or make a connection on their own. (Yes, they should be controlled, but they still need a bit more room. Or full permissions with tight harness.) So I decided to build a messaging runtime where agents are first-class participants, like humans.What AMA2 is: A messag
Jun 30, 2026 12:32 AM
fan-pier-labs.github.io
Show HN: Crossbeam-CLI – Connect Claude to Crossbeam without the enterprise tierhttps://fan-pier-labs.github.io/crossbeam-cli/I built crossbeam-cli, an open-source tool that connects Claude to Crossbeam so you can ask questions about your partners, overlaps, and account mapping in plain English.Crossbeam gates programmatic access behind its top Supernode tier. Even the official Claude connector starts around $4,800/year.crossbeam-cli works on any plan, free tier included, because it talks to the same internal API the web app uses. You log in with your own credentials and requests go straight from your computer to Crossbeam.It ships two ways: a one-click Claude desktop extension (MCPB) for non-technical partner teams, and a CLI (npm i -g crossbeam-cli) for scripting and agents.So far I've only implemented read-only tools, but I could add write support in the future.It's unofficial and not affiliated with or endorsed by Crossbeam. It relies on undocumented endpoints, so they could change or break it at any time.Would love to hear what you all think.https://fan-pier-labs.github.io/crossbeam-cli/
Jun 29, 2026 5:46 PM
bing.com
Claude’s Arrival in Microsoft Foundry Gives Azure Developers Another Frontier Model Optionhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cb84a61b04f129ac6b3bfeb70cd4d&url=https%3A%2F%2Fadtmag.com%2Farticles%2F2026%2F06%2F30%2Fclaude-arrival-in-microsoft-foundry-gives-azure-developers-another-frontier-model-option.aspx&c=17995262798629763135&mkt=en-usClaude’s availability in Microsoft Foundry gives Azure development teams another frontier model option for building AI applications, agents, and coding tools. The integration is aimed at reducing ...
Jun 29, 2026 5:01 PM
bing.com
Claude’s Arrival in Microsoft Foundry Gives Azure Developers Another Frontier Model Optionhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d87086250448d936f6d9413d0b760&url=https%3A%2F%2Fadtmag.com%2Farticles%2F2026%2F06%2F30%2Fclaude-arrival-in-microsoft-foundry-gives-azure-developers-another-frontier-model-option.aspx&c=17995262798629763135&mkt=en-usClaude’s availability in Microsoft Foundry gives Azure development teams another frontier model option for building AI applications, agents, and coding tools. The integration is aimed at reducing ...
Jun 29, 2026 5:01 PM
bing.com
Claude’s Arrival in Microsoft Foundry Gives Azure Developers Another Frontier Model Optionhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cb1588ad44f80bff5ada830bf718b&url=https%3A%2F%2Fadtmag.com%2Farticles%2F2026%2F06%2F30%2Fclaude-arrival-in-microsoft-foundry-gives-azure-developers-another-frontier-model-option.aspx&c=17995262798629763135&mkt=en-usClaude’s availability in Microsoft Foundry gives Azure development teams another frontier model option for building AI applications, agents, and coding tools. The integration is aimed at reducing ...
Jun 29, 2026 5:01 PM
bing.com
Claude’s Arrival in Microsoft Foundry Gives Azure Developers Another Frontier Model Optionhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8dea90ea4e465783985c0e50e71173&url=https%3A%2F%2Fadtmag.com%2Farticles%2F2026%2F06%2F30%2Fclaude-arrival-in-microsoft-foundry-gives-azure-developers-another-frontier-model-option.aspx&c=17995262798629763135&mkt=en-usClaude’s availability in Microsoft Foundry gives Azure development teams another frontier model option for building AI applications, agents, and coding tools. The integration is aimed at reducing ...
Jun 29, 2026 5:01 PM
hail.so
Show HN: Hail.so – Send and receive emails, calls, SMS via a single MCP/API/CLIhttps://hail.so/Hello HN,Hail is an MCP server, CLI and API for email, SMS and phone calls. Inbound and outbound.It packages Twilio, AWS SES (with or without custom domains), LiveKit, ElevenLabs, Cartesia, and LLM providers under a consistent API.The implementation comes from about a year of production work building industrial AI voicebots, and tooling for all sorts of AI agents.Check the README for the current stack and milestones for what's coming.Open source, self-hostable backend: https://github.com/hail-hq/hail/How this project came about? ----------------------------I spent over a year as CTO of an AI startup building a useful chatbot + voicebot for industrial companies, and the most useful features turned out to be:> generating documents and sending them via emails > calling staff members to collect specific information like "where did you leave the key to the building" or "what's the specific values to set for the oil refining machine" > sending SMS reminders for staff to do XYZHowever it was
Jun 29, 2026 2:05 PM
bing.com
Best Smartwatch for Blood Sugar Tracking: Apple Watch, Galaxy Watch, or Pixel Watch?http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d8f8e69e9492bb9f79220aa09acd4&url=https%3A%2F%2Fwww.techrepublic.com%2Farticle%2Fnews-best-smartwatch-blood-sugar-tracking%2F&c=17980421273303324482&mkt=en-usCompare the Apple Watch, Samsung Galaxy Watch, and Pixel Watch for blood sugar tracking, CGM alerts, health trends, battery life, and safety tools. If you track blood sugar, the most useful smartwatch ...
Jun 29, 2026 1:01 PM
news.ycombinator.com
Ask HN: What is happening with the current AI startup ecosystem?https://news.ycombinator.com/item?id=48717402As an outsider to the US ecosystem, a lot of the surrounding startup activity feels strange to me. Many companies seem to be building thin wrappers, agent orchestration layers, AI-generated apps, or B2B tools whose main customers appear to be other AI startups.At the same time, the social and funding environment seems extremely intense. Everyone is excited by “solving a problem,” everyone is racing toward YC or seed funding like it’s the new Stanford acceptance letter.Do people inside this SF ecosystem not see how weird this looks, or is there something I’m missing? Is it just peer illusion, where everyone is surrounded by people building, funding, and hyping the same things until it starts to feel real? Or am I wrong, and the future really is DevOps agents, AI SDRs, browser operators, vibe-coded internal tools, and agent slop apps selling to other agent slop app companies?Right now, a lot of it looks circular to me: AI startups selling vibe-codeable-in-two-days products to AI startups
Jun 29, 2026 10:35 AM
news.ycombinator.com
Ask HN: Have the founders of Palentir and Anduril ever read Tolkien?https://news.ycombinator.com/item?id=48715346The Lord of the Rings famously includes very strong thematic critiques of industrialization and technological encroachment into everyday life.[0] Tolkien portrays the titular relics, as well as many of the other magical artifacts in Middle Earth like the palentiri, as tools of evil, destruction, and environmental devastation. Tolkien cited his upbringing in the rapidly industrializing English Midlands and his experiences in World War I as major influences, and used the typical Arthurian framing of good versus evil to contrast natural, agrarian life with the soulless, mechanical efficiency of industrialization.So my question is--have the founders of Palentir[1] and Anduril[2] ever actually read JRR Tolkien, and if so, did they comprehend its text? Assuming they do understand the symbolism behind their company names, are they just trolling us; Or are they simply engaging in a gimmicky, cynical effort to commoditize our nostalgia as a branding exercise for manufacturers of the literal too
Jun 29, 2026 5:53 AM
bing.com
Genspark Expands Its “AI Workspace” With OpenAI, Anthropic, and Microsofthttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d8bdd9de8493a81717c75c937488a&url=https%3A%2F%2Fwww.techtimes.com%2Farticles%2F319240%2F20260629%2Fgenspark-expands-its-ai-workspace-openai-anthropic-microsoft.htm&c=11942855942994200085&mkt=en-usThe U.S. AI startup Genspark is expanding its "AI Workspace" ecosystem through partnerships with OpenAI, Anthropic, and Microsoft, combining frontier models, cloud infrastructure, and enterprise tools ...
Jun 29, 2026 5:37 AM
bing.com
Genspark Expands Its “AI Workspace” With OpenAI, Anthropic, and Microsofthttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cf34ee8484e81980187f945dc5f7a&url=https%3A%2F%2Fwww.techtimes.com%2Farticles%2F319240%2F20260629%2Fgenspark-expands-its-ai-workspace-openai-anthropic-microsoft.htm&c=11942855942994200085&mkt=en-usThe U.S. AI startup Genspark is expanding its "AI Workspace" ecosystem through partnerships with OpenAI, Anthropic, and Microsoft, combining frontier models, cloud infrastructure, and enterprise tools ...
Jun 29, 2026 5:37 AM