Ask HN: AI to study my DSL and then output it?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • flowchart-fun

    Easily generate flowcharts and diagrams from text ⿻

  • On https://flowchart.fun I found that I got better overall results by asking GPT for an intermediate syntax that it was less likely to mess up (and easier for me to parse), and then parsing and transforming that syntax to my DSL. The relevant code: https://github.com/tone-row/flowchart-fun/blob/main/api/prom...

  • guardrails

    Adding guardrails to large language models.

  • There are a couple different approaches:

    - Use multi-shot prompting with something like guardrails to try prompting a commercial model until it works. [1]

    - Use a local model with something with a final layer that steers token selection towards syntactically valid tokens [2]

    [1] https://github.com/ShreyaR/guardrails

    [2] "Structural Alignment: Modifying Transformers (like GPT) to Follow a JSON Schema" @ https://github.com/newhouseb/clownfish.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • segment-anything

    The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.

  • Have you looked at https://github.com/facebookresearch/segment-anything ?

  • txtai

    💡 All-in-one open-source embeddings database for semantic search, LLM orchestration and language model workflows

  • txtai accomplished a similar task by fine tuning a very small t5 model, notebook with usage samples (training code has to be somewhere near)

    https://github.com/neuml/txtai/blob/master/examples/33_Query...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: FileKitty – Combine and label text files for LLM prompt contexts

    5 projects | news.ycombinator.com | 1 May 2024
  • Open-Source GPT-4 Platform for Markdown

    6 projects | news.ycombinator.com | 25 Mar 2023
  • How are people creating programs/auto generated stuff using chatgpt?

    2 projects | /r/compsci | 19 Feb 2023
  • The Vector Database Index: Who, what, why now, & how

    3 projects | news.ycombinator.com | 20 Sep 2022
  • RAG with Groq and Llama 3

    1 project | news.ycombinator.com | 31 May 2024