HN user

y14

55 karma

-

Posts36
Comments9
View on HN
thedatamcp.com 6mo ago

Show HN: The Data MCP – chat with any database, with memory and rules

y14
2pts0
bagofwords.com 9mo ago

Building Reliable AI Analysts: Observability Framework for Text-to-SQL Systems

y14
1pts0
bagofwords.com 9mo ago

Semantic Layers Are Bad for AI

y14
1pts0
github.com 9mo ago

Show HN: I built an open-source AI data layer that connects any LLM to any data

y14
18pts3
bagofwords.com 12mo ago

Show HN: Open-Source AI Analyst in Slack (LLM and Python, Self-Hosted)

y14
3pts0
www.imaginebooks.com 1y ago

Show HN: I built an AI-powered children's book generator for my 2-year-old

y14
2pts0
www.imaginebooks.com 1y ago

I built an AI-powered children's book generator for my 2-year-old

y14
2pts0
www.bagofwords.com 2y ago

Protecting LLM Instructions Leakage

y14
1pts0
www.bagofwords.com 2y ago

AI Software Engineer: Full Coding Prompt

y14
2pts0
www.bagofwords.com 2y ago

AI Software Engineer Planning Prompt

y14
2pts0
cnvrg.io 4y ago

Cnvrg.io Metacloud – an ML platform with BYOC/S

y14
2pts0
cnvrg.io 6y ago

Why we decided to release a free ML platform to the data science community

y14
6pts0
dictionary.cnvrg.io 6y ago

Show HN: Machine Learning terms on every new tab

y14
2pts0
towardsdatascience.com 7y ago

How to apply continual learning to your machine learning models

y14
1pts0
blog.cnvrg.io 7y ago

How to use continual learning to your machine learning models

y14
1pts0
cnvrg.io 7y ago

How to save up to 80% in cloud costs when training deep learning models

y14
3pts0
cnvrg.io 7y ago

Things to do while waiting for your models to converge

y14
4pts0
cnvrg.io 7y ago

Machine Learning Podcasts

y14
3pts0
cnvrg.io 7y ago

Deploy machine learning to production using Kubernetes

y14
9pts1
cnvrg.io 7y ago

Research – an important role in reproducible data science

y14
1pts0
www.cbinsights.com 9y ago

100 most promising private artificial intelligence companies

y14
2pts0
emotify.accessible.ai 9y ago

Emotify – Extract emotions from any given text

y14
2pts0
www.yelp.com 11y ago

Yelp Dataset Challenge

y14
26pts18
superuser.com 12y ago

How can Homebrew print a beer mug in Terminal?

y14
2pts0
blog.webbing.me 12y ago

Superbowl: Turning Rejection into Motivation

y14
2pts0
en.wikipedia.org 12y ago

Procrastination

y14
1pts0
blog.webbing.me 12y ago

The Long Road to “Overnight” Success

y14
1pts1
www.c-span.org 12y ago

C-SPAN Live: Senate Homeland Security Hearing on Digital Currencies

y14
3pts0
www.google.com 12y ago

Google TiSP

y14
2pts0
y14.io 12y ago

A good writer should not pay for his own coffee

y14
2pts0

Thanks for the question. Avoiding context bloat and overall engineering the context is (still) most of work. What’s been working:

- Role scoped calls: data modeling, code gen, are separate calls where each gets its own tailored context

- Context is divided into sections (tables, dbt, instructions, code) and each is getting a hard limit budget (required some experimentation, liked Cursor’s priompt project)

- agentic retrieval: agents can call tools to fetch or search data/metadata when needed

- summaries for different objects: messages, widgets; reports, data samples/profiles.

I wrote some more about how the agent and context work in the docs

The hardest problems building this weren’t in the LLM logic, but in everything around it —-observability, access control, and managing context across dbt, Tableau, and code. Finding the balance between a strict semantic layer and LLM agency was tricky. Too rigid and it loses llm magic, too loose and reliability breaks

What worked for me and my users was leaning on instructions + AGENTS.md + metadata as a lighter abstraction layer — structured enough for trust, but flexible enough to keep the model useful.

If you’ve been exploring similar ideas or trying to productionize AI analysts, I’d love to hear how you’re approaching it

Tensorflow Ruby API 10 years ago

As a ruby developer who had to move to python for its data science support, it’s very nice to see that people help Ruby to evolve into this direction. Ruby is a beautiful language that should be expanded beyond web development and these kind of libraries will make it happen.

But, as encouraging as it is, if your’e thinking about developing a real, production-ready, data science project in ruby - don’t. At least not yet. The libraries around machine learning, neural networks etc are old, unmaintained and usually don’t even work.

This is a problem we (accessible.ai) have been working on in the past few months. We're still tuning and improving but with a multi-modal approach of signal processing, speech recognition and text analysis we were able to come up with a pretty good MVP to solve this issue. You can take a look at our small demo here: http://accessible.ai/nav

Introducing Swift 12 years ago

Automatic Reference Counting

Swift uses Automatic Reference Counting (ARC) to track and manage your app’s memory usage. In most cases, this means that memory management “just works” in Swift, and you do not need to think about memory management yourself. ARC automatically frees up the memory used by class instances when those instances are no longer needed.”

Excerpt From: Apple Inc. “The Swift Programming Language.” iBooks. https://itun.es/il/jEUH0.l