I mostly use Opus for skill development. Once I have a solid skill implementation with a good eval, I move ongoing execution to a cheaper model running under Goose. With the eval you can see if the cheaper model works well enough.
HN user
mattew
It was odd that there was no mention of the forced adaptive reasoning in the article. My guess is they don't have enough compute to do anything else here.
Looks like Lovable is expanding out to platform specific development with their just announced Shopify Integration
I’ve only played with Junie and Aider so far and like the approach the Junie agent takes of reading the code to understand it vs the Aider approach of using the repo map to understand the codebase.
I saw something mentioned of voice control in aider.chat
Thanks!
Thanks for sharing. Can you add a simple example that is more concrete and less abstrwct to the docs? It would be easier for people to understand if you did.
This makes sense. Can you clarify what you mean by journal management in this context?
I’ve found the OpenAI assistants API not really up to snuff in terms of predictable behavior yet.
That said, I’m very bullish on agents overall though and expect that once they get their assistants behaving a bit more predictably we will see some cool stuff.
It’s really quite magical to see one of these think through how to solve a problem, use custom tools that you implement to help solve it, and come to a solution.
Good stuff. How does this compare to Instructor? I’ve been using this extensively
This right here is actually the coolest part about developing with LLMs. You just changed the functionality with a sentence rather than a config file, or writing code. It’s great to be able to break out functionalty into things that can be easily handled in English (or your human language of choice) or what should be done in code.
I also think of pudding guy every time something like this comes up.
That’s right. It was selective availability and you used differential post correction to clean the data up and get accurate locations for the data you were capturing. Thanks for the correction!
The interesting thing about GPS back then was that the location data you got back were randomly slightly incorrect every time you got a reading. I’m pretty sure this was so it wasn’t useful for military purposes.
I think it was called differential post correction but if you had a base station with a known location you could snap your incorrect points to the difference generated at that correction level and get the true location after the fact.
Source: GIS major in late 90s when this stuff was a lot more magical
Don’t forget classification. Even the zero shot classification can be quite decent, but put a solid prompt together, or fine tune a set of examples and it’s way easier with an LLM than previous methods in my experience.
Maybe I’ve been using PostgreSQL too long but when faced with the choice of adding vector support to PostgreSQL or using a new technology, my first choice was to start with the PostgreSQL addition.
I’m not criticizing the specialized case for a true vector database, but for most workloads I agree that the big database players will be the right choice for many users.
I’m fine if you have a “contact us” for a true enterprise plan, but companies that have actual pricing plans should post them. I way prefer to buy from SaaS companies that display their pricing up front rather than trying to get me on the phone to talk with an account executive.
I’m not scared to pay serious money for a service, but putting your service behind a sales person is more than likely going to cost you my business.
Haha - I posted this one too. Always good for a laugh reading the reviews for this one.
The 55 gallon drum of lube on Amazon always cracks me up. The reviews are classic.
https://www.amazon.com/Passion-Lubes-Natural-Water-Based-Lub...
What I find entertaining/confounding is how difficult the abstracts to these new AI papers are to understand. It feels like academia is pushing this style, so it’s hard to blame the authors since they have to play the game.
For reference I have an undergrad degree in computer science, have been working professionally for 25 years, and am fairly data centric in my work.
I’m hoping when I run this through GPT4 to get an explanation for a mortal software developer something sensible comes out the other end.
I’ve thought recently about using LLMs as part of the data build process or ML projects. This looks like a decent start in that direction by providing access to an LLM from scikit
That blew my mind as well. I would have thought a much larger dataset would have been required.
I’m thinking about data for an LLM from a different angle for ecommerce analytics.
1. Build up a set of instructions on how to interpret a particular type of data in the system prompt
2. Run a set of analysis and instead of outputting the data in tabular form, output natural language versions of the metrics (if they are worth thinking about)
3. Pass the instructions to the LLM to interpret them based on the system prompt
The theory is you can run a number of these analysis and feed the results into another system prompt to do an overall analysis.
It’s a theory at this point but it could work!
I'm using the server monitoring with StatsD integration pretty heavily and am pretty happy with it so far. I'm guessing the app monitoring is probably pretty well done based on how nicely the server monitoring works.
Are there any good online or real world assessment tools out there to identify people who may be suffering from depression / more predisposed to be depressed?
We've been using MapBox and are pretty happy with it. They are filling a much needed niche for businesses that are not big enough to be able to afford the $10k google license. We have had good success leveraging their tools for non profits and small to mid size businesses.
Down for me and another user.
"Currently, Netflix uses a service called "Chaos Monkey" to simulate service failure. Basically, Chaos Monkey is a service that kills other services. We run this service because we want engineering teams to be used to a constant level of failure in the cloud. Services should automatically recover without any manual intervention. We don't however, simulate what happens when an entire AZ goes down and therefore we haven't engineered our systems to automatically deal with those sorts of failures. Internally we are having discussions about doing that and people are already starting to call this service "Chaos Gorilla"."
I am wondering how they could simulate the loss of an AZ. Any ideas?
Here are a few that might be useful
* Formation
* Fundraising
* Sales
* Marketing
* Getting Traction
* Failure
* Negotiation
* Hiring
* Firing
* Partnerships
I would suggest that tagging these articles would add a great deal of value. The chronological list is good, but adding tags or categories of some sort would make it easier to navigate.