Directory
Companies tracked by Rails Radar
Hiring signals with observed stack evidence. Showing 1201–1248 of 1498 · page 26 of 32.
-
Social Reps 0 open listings
discussion=https://news.ycombinator.com/item?id=49727769, title=Show HN: Social Reps – Earn Your Scroll, Building Social Reps: your feeds stay locked until your phone's camera counts your push-ups. iOS and Android. socialreps.app
-
SockLight 0 open listings
discussion=https://news.ycombinator.com/item?id=49628404, title=Show HN: SockLight – A SOCKS5 dev proxy with a live terminal dashboard
-
Socks Proxy for AI Agents 0 open listings
discussion=https://news.ycombinator.com/item?id=49651636, title=Show HN: Socks Proxy for AI Agents, I've built a socks5 proxy especially for AI agents, currently there are exit points in east and west US, central EU and east Asia. The payment for the service is settled by the X402 protocol, with USDC on circle/base. You can also purchase access via crypto on the webpage for humans, but the key focus is for autonomous agents.
-
Socratix 0 open listings
discussion=https://news.ycombinator.com/item?id=49661638, title=Show HN: Socratix – an AI tutor for proving mastery, not memorizing, The idea for Socratix was formed from constant "completion" of online courses and videos without the ability to actually use the material.
-
Sokit 0 open listings
discussion=https://news.ycombinator.com/item?id=49744527, title=Show HN: Sokit – a LangChain like harness for Jev (or other System 1 models), Full disclosure, it was coded with AI, I don't claim otherwise. But I wanted to test out tool calls and iterative problem solving using Jev and needed a simple library/framework/harness to do that. SOKIT (System One Knowledge, Instructions and Tools) is the result and I figured it might be useful for more people than just me. I will likely be extending it a bit as I find more ways to use Jev, but it works as is for certain use-cases and it's easy to extend.
-
SolidPing 0 open listings
discussion=https://news.ycombinator.com/item?id=49656831, title=Show HN: SolidPing — open-source uptime monitoring, agents inside your network, SolidPing is a single Go binary, AGPL-3.0 — 40 check types, status pages, incidents, on-call escalation, and sub-minute intervals that aren't paywalled. I loved Better Stack, and then the free plan kept getting thinner. What finally pushed me over: incidents used to get one Slack thread each, so an outage lived in one conversation instead of a stream of disconnected messages. That went away. I wanted it back, so I built my own. The part I'd most like torn apart is the agents. You run one inside the network you want watched and it dials out over a WebSocket, so there's no inbound port and no firewall hole. On first start it generates its own keypairs and keeps the private halves — Ed25519 for identity, an X25519 (age) recipient that the server seals check credentials to. So the credentials for a private check are encrypted for that agent, and the server storing them can't read them. All of it is open source: the agents, WhatsApp alerts, SSO, every check type. Nothing held back for a hosted edition. Self-hosting is genuinely easy, and I depend on it, https://status.solidping.io is a second SolidPing running on fly.io that watches the cluster hosting the first one. A monitor that lives inside what it monitors isn't a monitor. I've maintained a small Go FTP server library for 10 years (github.com/fclairamb/ftpserverlib), so open source isn't a marketing decision here. Demo, no signup: https://solidping.io/demo
-
Sorcer Hiring 2 open listings
url=https://jobs.rubyonrails.org/jobs/40918-senior-ruby-engineer-sorcer, title=Senior Ruby Engineer, description=Role Overview: Job Title: Senior Ruby Engineer Location: London - Hybrid (4 days in the office) Salary: Up to £110k per annum We are partnering with an innovative company based in London seeking a skilled and motivated Senior Ruby Engineer ...
-
SoundNativ 0 open listings
discussion=https://news.ycombinator.com/item?id=49616975, title=Show HN: SoundNativ – Fix Your English Accent, Fix your English accent with sound-by-sound AI feedback, lessons from native speakers, and a plan built around your first language. I've been working on it for a while, let me know what you guys think. I'm open to suggestions on ways I can improve it.
-
Spanda 0 open listings
discussion=https://news.ycombinator.com/item?id=49665875, title=Show HN: Spanda – Sub-microsecond LLM epistemic uncertainty in Rust
-
Sparrow-2 0 open listings
discussion=https://news.ycombinator.com/item?id=49612459, title=Show HN: Sparrow-2 – Noise cancellation isn't designed for conversational AI, Hey there, I’m Brian. I've been shipping conversational models at Tavus for the past two years. I want to tell you about our latest audio-understanding/turn-taking model: Sparrow-2! It’s a new category of model and a unique new approach to conversational flow understanding.Earlier this year we launched Sparrow-1, (at the time) our SoTA turn-taking model. Since our Sparrow-1 launch, I’ve spent a lot of time listening to humans talking and trying to really understand how people know when to talk, when to listen, and when to wait. I’ve also been hunting down failure modes of the current SoTA models. And while Sparrow-1 is great, there are some failure patterns I see. We tried solving the problems with existing approaches, but solving one problem only created another.Current turn-taking models (like Sparrow-1) use noise cancellation to strip background sound, leaving only basic prosody and phonetic word cues to manage turns. Non-transcribable audio such as breathing, sighs, and environmental sounds provides critical context that humans use to hold or signal turn changes. This is because these models are primarily focused on verbal activity. Treating non-verbal audio as background noise discards vital conversational data, destroying the natural flow of dialogue.Now, with Sparrow-2, instead of modelling just the primary speaker’s verbal audio, we’ve trained a model with access to all the sounds and let it decide what matters and what does not when it comes to conversational flow. Our new model continuously streams in audio and is able to understand semantics, prosody, timing, speaker identity, sighs, breaths, back-channels, interruptions, background speech, and unintelligible audio with the goal of understanding what the agent should do given the state of the audio. Sparrow-2 recently ranked #1 on Sesame’s new Turnbench, but that’s only part of the equation when it comes to good conversation flow.Turn-taking is good for timing, but models should provide more information downstream especially in situations where noise impacts conversational quality. Sparrow-2 fits into our larger model family and is semi-duplex. For example if the user is in a room that’s too noisy, now the bot can ask the user to move to a quieter space. It also considers the timing of sound in relation to the AI speech as well as the user’s. This helps it to disentangle normal speech from interruptions and back-channels.Another added benefit of our approach to Sparrow-2 is to finally crack the cocktail party problem: how to have human-like conversations 1:1 in noisy environments, without losing the signals we rely upon for conversational flow. By allowing all sound to be learned, the model naturally learns to focus on what matters and transcends the rest. Noise understanding lets voice AI filter out background speech and ambient chaos, whether it's a kiosk in a noisy lobby, a shop assistant on a busy floor, or an interviewee in a cafe. When noise overwhelms the audio, the AI behaves like a human: it simply asks you to speak up, move, or swap mics.I’d love for you guys to give it a try and let me know what you think and feel. You can try it here: https://sparrow2.tavuslabs.org/I also wrote up some technical details about the model architecture here: https://www.tavus.io/blog/sparrow-2
-
Spatial memory for document OCR pipelines (zero dependencies) 0 open listings
discussion=https://news.ycombinator.com/item?id=49618090, title=Show HN: Spatial memory for document OCR pipelines (zero dependencies)
-
Speartip.eu 0 open listings
discussion=https://news.ycombinator.com/item?id=49738543, title=Show HN: Speartip.eu – A software launch directory for EU-founders
-
Spec sheets for humans 0 open listings
discussion=https://news.ycombinator.com/item?id=49709631, title=Show HN: Spec sheets for humans – who you are and how to work with you, What started as a joke (as I had the domain) turned into an MVP. Usefulness is... so far, questionable? But there are use cases where this kind of spec could come in handy. My own spec lives at https://spec.md/allan . Add .md to the end and you will get the markdown version. Shareable with AI agents to give them context about you or the people you work with. Feedback welcome!
-
Spendalyst 0 open listings
discussion=https://news.ycombinator.com/item?id=49735523, title=Show HN: Spendalyst – tells you when a recurring charge changes price
-
Sphere 1 open listing
-
Spikeforge 0 open listings
discussion=https://news.ycombinator.com/item?id=49690011, title=Show HN: Spikeforge
-
Spinifex 0 open listings
discussion=https://news.ycombinator.com/item?id=49618637, title=Show HN: Spinifex – 19 releases in, from 3 AWS services to 11
-
Spiteware.ai 0 open listings
discussion=https://news.ycombinator.com/item?id=49669863, title=Show HN: Spiteware.ai – A catalog of apps built out of spite at unfair pricing, A catalog of apps people built because the paid tool wasn't worth the price. Static site, source on GitHub with the criteria for what counts. An agent finds candidates each morning; I approve every listing by hand. Send me apps I've missed.
-
Spm 0 open listings
discussion=https://news.ycombinator.com/item?id=49639322, title=Show HN: Spm – a package manager for agent skills per-repository
-
Spotify 0 open listings
url=https://stockanalysis.com/stocks/spot/employees/, title=7,323 (reported 8 months ago), matching_tags=Rails,Ruby, description=...|Azure|CSS|Figma|Gemini|JavaScript|Linux|MySQL|Next.js|NLP|Notion|Objective-C|R|Rails|Ruby|Salesforce|Storybook|Tailwind
-
Srvquery, a TypeScript toolkit for querying game servers 0 open listings
discussion=https://news.ycombinator.com/item?id=49671777, title=Show HN: Srvquery, a TypeScript toolkit for querying game servers
-
StackTab, what your stack costs at 1k, 10k and 100k users 0 open listings
discussion=https://news.ycombinator.com/item?id=49610599, title=Show HN: StackTab, what your stack costs at 1k, 10k and 100k users
-
Stackray 0 open listings
discussion=https://news.ycombinator.com/item?id=49675338, title=Show HN: Stackray – Detect any website's tech stack, Stackray is an open source builtwith alternative that also provides OSINT details. Scan a domain or URL and view detected frameworks, business tools, subdomains, DNS records, etc. You can deploy your own instance to schedule recurring scans and get alerts through email using Resend or through Slack. You can also invite teammates and make API keys to programmatically use Stackray.
-
Stage Captions 0 open listings
discussion=https://news.ycombinator.com/item?id=49709975, title=Show HN: Stage Captions – streaming browser audio into live event captions, Originally, I am .NET software engineer working corporate job with microservices on RMQ and REST APIs. But I always had the desire to experiment with some different tech on the side. After my friend shared his plans of helping facilitate medical conference which was bilingual and some of the audience members might feel missed out due to English not being their first language, I thought it's a nice opportunity to create a tool for it with my cofounder who is a frontend engineer. For me it was a chance to work with audio, ASR, accessibility and websockets - something fresh and new. Another inspiration was Formula 1 captions which I noticed during their broadcasts, which are generated in real-time. After digging a bit into underlying technology I thought to create something similar for event organisers and AV teams. Not as a replacement for human interpreters, but as a more accessible alternative to quite costly hardware options. That's how Stage Captions was built. Audio comes from browser, gets streamed via WSS to backend, goes through processing pipeline and then captions are streamed back to viewers. Those captions can be displayed on venue TVs, opened on attendees devices by scanning QR code or incorporated into a broadcast using OBS for example. Obviously, ASR and MT models are third party and not created by me, but there were still some fun challenges like scaling websockets (it was trickier than just adding one more container on load), audio processing (finding optimal chunking and buffering approach) and obviously stabilization algorithms for partial transcription / translation results. As a developer I was happy to experiment with tech stack which is different from my daily work. And as a human it felt right to build something which can make in-person events easier to follow for non-native speakers and deaf/hard of hearing attendees.
-
StandProof 0 open listings
discussion=https://news.ycombinator.com/item?id=49724255, title=Show HN: StandProof – iOS app that uses the barometer to verify you stood up
-
Starkomand 0 open listings
discussion=https://news.ycombinator.com/item?id=49640659, title=Show HN: Starkomand – Mission Control for Your Agents. One Canvas, I use Excalidraw and iTerm a lot. So I decided to build a canvas where I can launch and manage my agents using the AI subscriptions I already have. I also added built-in MCP tools that let agents create diagrams, turn GitHub issues into sticky notes, and more. I control most things with my voice. It can run Parakeet locally, or you can switch to GPT Realtime instead. I tried to keep everything super minimal and clean. I’d say it’s worth checking out. Cheers!
-
Starter.page 0 open listings
discussion=https://news.ycombinator.com/item?id=49683589, title=Show HN: Starter.page
-
Starwell 0 open listings
discussion=https://news.ycombinator.com/item?id=49625644, title=Show HN: Starwell – give AI agents real statistics instead of made up numbers
-
StateHunter and AuditGuard 0 open listings
discussion=https://news.ycombinator.com/item?id=49676347, title=Show HN: StateHunter and AuditGuard – Client-Side SPA Recon and Safe Harbor CLI
-
Stateful AI agent on Cloudflare Workers free tier, with evals 0 open listings
discussion=https://news.ycombinator.com/item?id=49609064, title=Show HN: Stateful AI agent on Cloudflare Workers free tier, with evals
-
Steam DNA 0 open listings
discussion=https://news.ycombinator.com/item?id=49708904, title=Show HN: Steam DNA – your Steam library as a card of the mechanics you play
-
StemJSON 0 open listings
discussion=https://news.ycombinator.com/item?id=49695057, title=Show HN: StemJSON – a language for LLMs to extend native mobile apps on the fly, Hey HN! I'd like to share something I've been working on for a while and hear what you think. It's a new domain-specific language built on JSON and designed for AI, along with an ecosystem for building native mobile features, screens, and even entire apps quickly, right on the devices where they live. On top of that, end users can use AI to customize what their apps do on the fly, which might take the user experience to a whole new level.
-
Stend 0 open listings
discussion=https://news.ycombinator.com/item?id=49670245, title=Show HN: Stend – share whatever your agent came up with, An agent-first way to share things on the internet. Ask your agent: set up the Stend MCP globally https://stend.sh/mcp And then: - Create a stend with my shopping list
-
Sticker Mule Hiring 1 open listing
url=https://weworkremotely.com/remote-jobs/sticker-mule-software-engineer-3, title=Software engineer, description= Headquarters: New York, NY URL:
-
StimuStop 0 open listings
discussion=https://news.ycombinator.com/item?id=49610221, title=Show HN: StimuStop – free quit tracker that doesn't reset your streak on a slip
-
Stitchwink 0 open listings
discussion=https://news.ycombinator.com/item?id=49650254, title=Show HN: Stitchwink – Cross-stitch pattern making with AI, My wife has been cross stitching since she was a child and I wanted to make a tool where she could generate her own custom patterns: https://stitchwink.com/ You can try chatgpt or other AI tools but the problem is that they don't create real patterns. They look good at first glance but it's not actually a physically realizable pattern when you look at the details. The way it works is pretty simple, you use text (& optional images) to create and edit patterns. There's also a built in editor to manually change any of the stitches. It's not perfect but with a few manual edits, she's been able to create some awesome patterns. Here are a few one the ones she's made:
-
Stock charts, insider filings and earnings in one terminal window 0 open listings
discussion=https://news.ycombinator.com/item?id=49640429, title=Show HN: Stock charts, insider filings and earnings in one terminal window, Rust/ratatui terminal dashboard for watching a handful of tickers, аor those who like to do everything from the terminal, like me.
-
Stone Hiring 2 open listings
url=https://remoteOK.com/remote-jobs/remote-software-engineer-iii-mobile-stone-1136570, title=Software Engineer III Mobile
-
Stop Scattering AI Resources Across Your Project: Meet Bear. Ctxpm 0 open listings
discussion=https://news.ycombinator.com/item?id=49626333, title=Show HN: Stop Scattering AI Resources Across Your Project: Meet Bear. Ctxpm
-
Stopping AI agent swarms from hacking our systems 0 open listings
discussion=https://news.ycombinator.com/item?id=49729203, title=Show HN: Stopping AI agent swarms from hacking our systems, I don't trust OpenAI, Anthropic, Google, or any other AI lab to be responsible for protecting my systems from the systems they're building, yesterday it was Hugging Face unintentionally, tomorrow it could be anyone, even an open-source model and a swarm of agents can do a lot of damage, today's security systems understand individual attacks, but not attacks carried out by thousands of agents, here's a first version of what I'm building in the playground for you to play with, and I'm open to suggestions, opinions, or even roasts.
-
Storetasker Hiring 1 open listing
url=https://weworkremotely.com/remote-jobs/storetasker-senior-shopify-developer-remote-flexible-3, title=Senior Shopify Developer (Remote + Flexible), description= Headquarters: Brooklyn, NY URL:
-
Story map of the 2026 Nepal flood: damage on the ground, lakes above 0 open listings
discussion=https://news.ycombinator.com/item?id=49629940, title=Show HN: Story map of the 2026 Nepal flood: damage on the ground, lakes above
-
Streameriux 0 open listings
discussion=https://news.ycombinator.com/item?id=49660740, title=Show HN: Streameriux – TV Player PoC Using Gpuix and Mediabunny
-
Stroq 0 open listings
discussion=https://news.ycombinator.com/item?id=49640660, title=Show HN: Stroq – a firewall that knows why your AI agent ran that command
-
SubRunGear 0 open listings
discussion=https://news.ycombinator.com/item?id=49711777, title=Show HN: SubRunGear – Fitness Gear AI Operating System, Strava's 2026 API terms killed my verified-mileage idea — here's what I built instead. A Fitness Gear tracker as a companion to Strava's Gear tracking. Key features are: - Gear Tracking and bundling into Kits - AI Fitness Coach
-
SubSweep 0 open listings
discussion=https://news.ycombinator.com/item?id=49680367, title=Show HN: SubSweep – find recurring charges in an Australian bank statement CSV
-
Subnet Calc, visual subnet planning for teams 0 open listings
discussion=https://news.ycombinator.com/item?id=49645544, title=Show HN: Subnet Calc, visual subnet planning for teams
-
SubnetLens 0 open listings
discussion=https://news.ycombinator.com/item?id=49640346, title=Show HN: SubnetLens – OSS local network scanner built in Go with a TUI