If you take Entresto, we now have the generic and it starts at $33.75 !
It's probably lower than your deductible or Coinsurance. So check it out with your doctor !
Pollen Robotics, a Hugging Face subsidiary, has open-sourced Amazing Hand, a 3D-printable, four-finger robotic hand with eight degrees of freedom (DoF).
Weighing 400g and costing less than $250 - it is designed for Reachy2’s wrist but adaptable to other robots.
That's a good validation of the problem.
Having the LLM write the code and call tools seems reasonable as that is how a human would do it... but I'm not sure I trust the LLM to write the correct code for general prompts.
Another approach I've considered is to break up the record into documents, have the LLM classify the documents, and build a knowledge graph. This is another way of solving the context limit problem. You can think of this as another version of the chain of thought pattern.
@JoshCMandel This is super cool. Josh, do you have any evals that you have built or thought about around this? I'm curious about your comment that "LLMs need tools to deal with this data". Would be great to see an eval to see where the tools can boost performance on tasks.