Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pancomplex
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
How to keep a knowledge base up to date when the product changes every day
(frigade.com)
2 points
by
pancomplex
2d ago
|
0 comments
2.
▲
by
pancomplex
8d ago
Thank you!
3.
▲
by
pancomplex
8d ago
Very much agree with the sentiment here - I actually even wrote a blog post about this specific issue lately. There's an entirely separate issue of AI slop ruining well-defined clean applications: https://frigade.com/bl
4.
▲
by
pancomplex
8d ago
Yes for sure. We actually use the map we build of the UI + the questions people ask to automatically identify product gap patterns. These are the presented in a dashboard where you can use these insights to improve the product itself.
5.
▲
Show HN: Give your AI agent on-screen guides that show users where to click
19 points
by
pancomplex
9d ago
|
8 comments
6.
▲
We replaced our Grafana stack with a single Claude Code skill
(frigade.com)
3 points
by
pancomplex
27d ago
|
0 comments
7.
▲
AI made software easier to build. And so much harder to use
(frigade.com)
5 points
by
pancomplex
1mo ago
|
0 comments
8.
▲
Questions users ask AI assistants
(frigade.com)
2 points
by
pancomplex
2mo ago
|
0 comments
9.
▲
by
pancomplex
2mo ago
I'm considering adding a feature to include auto punctuation and capitalization. Would that solve it for you?
10.
▲
by
pancomplex
2mo ago
Sorry about these issues - appreciate all the details. Are you on an Intel Mac by any chance?
11.
▲
by
pancomplex
2mo ago
Apple's built in dictation still executes parts of it online and even has a disclosure that it "sends information like your voice input, contacts, and location to Apple." This project uses the on-device SpeechAnalyzer API dir
12.
▲
by
pancomplex
2mo ago
Thank you for this feedback! Heard from other folks the menu bar is redundant too - will kill it in the next update and fix the F13 issue. And interesting re: history - it does have the option to clear, but you’d want that as a setting? Try
13.
▲
by
pancomplex
2mo ago
Totally! I honestly think so many frontier AI models will be running locally in the future. This is just the start.
14.
▲
by
pancomplex
2mo ago
It's a great name. Glad someone else thought of something similar!
15.
▲
by
pancomplex
2mo ago
I think it once did! Now it doesn't - ways to easily verify this: 1) install the dmg in the GH repo 2) turn off wifi 3) use it offline
16.
▲
by
pancomplex
2mo ago
That would be a super trivial fork actually! You basically just need this file https://github.com/FrigadeHQ/yap/blob/main/Sources/Services/... and then wrap a cli around it :)
17.
▲
by
pancomplex
2mo ago
I don't think you're missing something - Apple's built in dictation is pretty good. The biggest issue is that it still executes parts of it online via Apple's servers and even has a disclosure that it "sends informa
18.
▲
by
pancomplex
2mo ago
Thanks for linking! I've used both Apple's and Parakeet locally for a while and haven't been able to spot the difference in quality and speed is better on Apple's model (+ doesn't take several gigs of memory). Have
19.
▲
by
pancomplex
2mo ago
My bad - this is now fixed. Thank you!
20.
▲
Show HN: Yap – OSS on-device voice dictation for macOS with no model to download
(github.com)
104 points
by
pancomplex
2mo ago
|
44 comments
21.
▲
by
pancomplex
2mo ago
Luckily no. The calls are executed client-side just like they would if you were using the UI.
22.
▲
by
pancomplex
2mo ago
We only do this with consent from the application owner - the use case is typically companies who don’t have an AI agent yet who want fast path to get one. This is the process we usually do: https://frigade.com/how-it-works
23.
▲
by
pancomplex
2mo ago
This works for non-authenticated sites but wouldn't work for anything behind a login wall that requires a JWT or similar - right?
24.
▲
by
pancomplex
2mo ago
Yup just another user account. It can work without this as well (we support ingesting other resources such as help center articles, pdfs, etc.) but at that point it's no different from any other (dumb) AI chatbot out there that just sp
25.
▲
by
pancomplex
2mo ago
Even with an API spec it wouldn't "just work". You'd still need to handle authentication and have a place to manage which APIs you want the in-app agent to have access to / when to call a given tool. And believe it
26.
▲
by
pancomplex
2mo ago
We can either replace an intercom widget entirely or do a hand off with context to a live intercom chat agent.
27.
▲
by
pancomplex
2mo ago
Here's a more thorough explanation of how it works under the hood: https://frigade.com/features/skills
28.
▲
by
pancomplex
2mo ago
Agreed - and especially when the API changes..
29.
▲
by
pancomplex
2mo ago
We use a browser-based agent to learn all the APIs and turn them into skills. Most users will run this in a staging/test account to create all the recipes/blueprints. Our agent is also instructed to not take any destructive action
30.
▲
by
pancomplex
2mo ago
Works with any frontier LLM model
More ›