<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: rishramanathan</title><link>https://news.ycombinator.com/user?id=rishramanathan</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 27 Jun 2026 06:40:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=rishramanathan" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Constitutional AI for All]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.openlayer.com/blog/post/constitutional-ai-for-all">https://www.openlayer.com/blog/post/constitutional-ai-for-all</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41860935">https://news.ycombinator.com/item?id=41860935</a></p>
<p>Points: 9</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 16 Oct 2024 16:21:24 +0000</pubDate><link>https://www.openlayer.com/blog/post/constitutional-ai-for-all</link><dc:creator>rishramanathan</dc:creator><comments>https://news.ycombinator.com/item?id=41860935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41860935</guid></item><item><title><![CDATA[New comment by rishramanathan in "Launch HN: Openlayer (YC S21) – Testing and Evaluation for AI"]]></title><description><![CDATA[
<p>Not sure I follow — could you elaborate on what you mean by “directly interacting”?</p>
]]></description><pubDate>Thu, 07 Dec 2023 04:23:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=38552803</link><dc:creator>rishramanathan</dc:creator><comments>https://news.ycombinator.com/item?id=38552803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38552803</guid></item><item><title><![CDATA[New comment by rishramanathan in "Launch HN: Openlayer (YC S21) – Testing and Evaluation for AI"]]></title><description><![CDATA[
<p>Thanks! We’ve broken our evals down into three primary categories — integrity, consistency and performance.<p>Integrity tests tackle data quality issues (e.g. no PII in input data, no duplicate rows, schema checks on specific fields).<p>Consistency tests help ensure your fine-tuning & validation datasets are well constructed in relation to one another (e.g. don’t have overlap, are sized correctly), and your production data doesn’t drift from your reference data.<p>Performance tests are focused on your model outputs, and measure common metrics for each task (e.g. accuracy, F1, PR for classification) as well as custom metrics designed to be evaluated by an LLM (e.g. “make sure these outputs don’t contain profanity”). You can apply these metrics to specific subpopulations of your data by setting filters on your input fields.<p>Re: adding your own evals — yes, you can! The evals are not statically defined — they are flexible structures that allow you to customize them to your needs.<p>Re: importing evaluations from other libraries — this is something we’re adding more support for. We’ve just added an integration with Great Expectations, and can add an integration with OpenAI’s evals if that is something the community is interested in.</p>
]]></description><pubDate>Wed, 06 Dec 2023 00:43:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=38539041</link><dc:creator>rishramanathan</dc:creator><comments>https://news.ycombinator.com/item?id=38539041</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38539041</guid></item><item><title><![CDATA[New comment by rishramanathan in "Launch HN: Openlayer (YC S21) – Testing and Evaluation for AI"]]></title><description><![CDATA[
<p>Thanks! Glad Openlayer is working well for you :)</p>
]]></description><pubDate>Tue, 05 Dec 2023 17:42:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=38534240</link><dc:creator>rishramanathan</dc:creator><comments>https://news.ycombinator.com/item?id=38534240</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38534240</guid></item><item><title><![CDATA[New comment by rishramanathan in "Launch HN: Openlayer (YC S21) – Testing and Evaluation for AI"]]></title><description><![CDATA[
<p>We’ve actually been building a testing and evaluation platform from the start, but started with discriminative ML tasks like classification and regression. We waited to do a Launch HN because we were mostly focused on enterprise / mid-market.<p>These past few months, however, we’ve prioritized building out features for testing and monitoring LLMs.<p>LLMs certainly have their unique challenges, but the evaluation problem in general is not new, and much of what we’ve built historically is very much applicable to this new crop of ML use cases!</p>
]]></description><pubDate>Tue, 05 Dec 2023 16:58:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=38533491</link><dc:creator>rishramanathan</dc:creator><comments>https://news.ycombinator.com/item?id=38533491</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38533491</guid></item><item><title><![CDATA[New comment by rishramanathan in "Launch HN: Openlayer (YC S21) – Testing and Evaluation for AI"]]></title><description><![CDATA[
<p>We realize the lack of information about pricing isn’t ideal, and that people will be turned away by this. In the meantime, we do have a free plan with generous limits that allows you to get started self-serve. This plan isn’t time bounded, so there won’t be pressure to upgrade unless you need increased data limits.<p>On open-core — we’ve been considering open-sourcing the engine that evaluates your models. Will have more on this soon!<p>We’re definitely prioritizing increasing transparency, and we appreciate your feedback about it!</p>
]]></description><pubDate>Tue, 05 Dec 2023 16:48:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=38533330</link><dc:creator>rishramanathan</dc:creator><comments>https://news.ycombinator.com/item?id=38533330</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38533330</guid></item><item><title><![CDATA[New comment by rishramanathan in "Launch HN: Openlayer (YC S21) – Testing and Evaluation for AI"]]></title><description><![CDATA[
<p>Broadly, on the monitoring side, we’re more focused on evaluating the quality of the model’s outputs (is it violating your rules, handling specific subpopulations / edge cases correctly etc.). OpenLLMetry is more focussed on telemetry and tracing, whereas for us ‘monitoring’ is a means to running your tests on production data.<p>Openlayer’s also intended to be used on non-LLM use cases. Here are a few other ways we’re different:<p>1. Support for other ML task types<p>2. Includes a development mode for versioning and experimentation<p>3. Native slack and email alerts (openllmetry might integrate with other platforms that do that, but not sure)<p>4. Collaboration is deeply embedded into the product</p>
]]></description><pubDate>Tue, 05 Dec 2023 16:33:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=38533092</link><dc:creator>rishramanathan</dc:creator><comments>https://news.ycombinator.com/item?id=38533092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38533092</guid></item><item><title><![CDATA[New comment by rishramanathan in "Launch HN: Openlayer (YC S21) – Testing and Evaluation for AI"]]></title><description><![CDATA[
<p>Oops, thanks for the heads up! Fixed.</p>
]]></description><pubDate>Tue, 05 Dec 2023 16:10:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=38532714</link><dc:creator>rishramanathan</dc:creator><comments>https://news.ycombinator.com/item?id=38532714</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38532714</guid></item><item><title><![CDATA[Launch HN: Openlayer (YC S21) – Testing and Evaluation for AI]]></title><description><![CDATA[
<p>Hey HN, Rish, Vikas and Gabe here. We're building Openlayer (<a href="https://www.openlayer.com/">https://www.openlayer.com/</a>), an observability platform for AI. We've developed comprehensive testing tools to check both the quality of your input data and the performance of your model outputs.<p>The complexity and black-box nature of AI/ML have made rigorous testing a lot harder than it is in most software development. Consequently, AI development involves a lot of head-scratching and often feels like walking in the dark. Developers need reliable insights into how and why their models fail. We're here to simplify this for both common and long-tail failure scenarios.<p>Consider a scenario in which your model is working smoothly. What happens when there's a sudden shift in user behavior? This unexpected change can disrupt the model's performance, leading to unreliable outputs. Our platform offers a solution: by continuously monitoring for sudden data variations, we can detect these shifts promptly. That's not all though – we’ve created a broad set of rigorous tests that your model, or agent, must pass. These tests are designed to challenge and verify the model's resilience against such unforeseen changes, ensuring its reliability under diverse conditions.<p>We support seamlessly switching between (1) development mode, which lets you test, version, and compare your models before you deploy them to production, and (2) monitoring mode, which lets you run tests live in production and receive alerts when things go sideways.<p>Say you're using an LLM for RAG and want to make sure the output is always relevant to the question. You can set up hallucination tests, and we'll buzz you when the average score dips below your comfort zone.<p>Or imagine you're managing a fraud prediction model and are losing sleep over false negatives. Openlayer offers a two-step solution. First, it helps pinpoint why the model misses certain fraudulent data points using debugging tools such as explainability. Second, it enables converting these identified cases into targeted tests. This allows you to deep dive into tackling specific incidents, like fraud within a segment of US merchants. By following this process, you can understand your model's behavior and refine it to capture future fraudulent cases more effectively.<p>The MLOps landscape is currently fragmented. We’ve seen countless data and ML teams glue together a ton of bespoke and third-party tools to meet basic needs: one for experiment tracking, another for monitoring, and another for CI automation and version control. With LLMOps now thrown into the mix, it can feel like you need yet <i>another</i> set of entirely new tools.<p>We don’t think you should, so we're building Openlayer to condense and simplify AI evaluation. It’s a collaborative platform that solves long-standing ML problems like the ones above, while tackling the new crop of challenges presented by Generative AI and foundation models (e.g. prompt versioning, quality control). We address these problems in a single, consistent way that doesn't require you to learn a new approach. We’ve spent a lot of time ensuring our evaluation methodology remains robust even as the boundaries of AI continue to be redrawn.<p>We're stoked to bring Openlayer to the HN community and are keen to hear your thoughts, experiences, and insights on building trust into AI systems.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38532593">https://news.ycombinator.com/item?id=38532593</a></p>
<p>Points: 94</p>
<p># Comments: 31</p>
]]></description><pubDate>Tue, 05 Dec 2023 16:01:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=38532593</link><dc:creator>rishramanathan</dc:creator><comments>https://news.ycombinator.com/item?id=38532593</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38532593</guid></item><item><title><![CDATA[New comment by rishramanathan in "Show HN: Openlayer – test, fix, and improve your ML models"]]></title><description><![CDATA[
<p>Good question! Security is our highest priority - here's a few key things we've done to help ensure the privacy of customer data:<p>- We offer on-prem deployments on all cloud platforms, so your data never needs to leave your infrastructure<p>- We're on the verge of receiving our SOC2 Type 2 certification<p>- All data is encrypted in transit and at rest, and lives in an isolated private subnet</p>
]]></description><pubDate>Wed, 10 May 2023 18:27:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=35891359</link><dc:creator>rishramanathan</dc:creator><comments>https://news.ycombinator.com/item?id=35891359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35891359</guid></item><item><title><![CDATA[New comment by rishramanathan in "Show HN: BentoML goes 1.0 – A faster way to ship your models to production"]]></title><description><![CDATA[
<p>BentoML is by far the best open source tool I've seen for model deployment. Congrats, team!</p>
]]></description><pubDate>Wed, 13 Jul 2022 21:00:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=32088686</link><dc:creator>rishramanathan</dc:creator><comments>https://news.ycombinator.com/item?id=32088686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32088686</guid></item></channel></rss>