Viewing profile — shouche
shouche
HN member- Joined
- Thu, Dec 21, 2023, 5:54 AM UTC
- HN karma
- 3
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About shouche
Recent public activity
-
comment
Comment #46313012
I would love to hear about the friction points and what your "MCP Roadmap" looks like.
-
story
Ask HN: How are you building a company-wide MCP strategy?
We are moving beyond running local MCPs and are trying to map out a broader strategy - for internal as well as external consumption. I am curious how others are balancing business …
- story
-
comment
Comment #40752559
Yes, some companies avoid hiring programmers who prefer indie work. They worry these programmers might not fully commit to their job or could develop competing products. Others fea…
-
comment
Comment #39757232
Explained by AI https://xplained.vercel.app/ask?q=Nvidia%20Blackwell Additional details on vRAM and spec: https://xplained.vercel.app/ask?q=Nvidia%20Blackwell%20vRAM%...
-
comment
Comment #39678341
AI explains why Agni missiles are important to India? https://xplained.vercel.app/ask?q=Why%20Agni%20missiles%20ar...
-
comment
Comment #39369293
https://xplained.vercel.app/ask?q=Karpathy%20left%20OpenAI AI explains the update
-
story
Ask HN: Can LLM/RAG wrapper apps offer any value for users to pay $ per month?
In what ways wrapper apps built around LLMs such as GPTs or offer RAG based chatbots can provide significant value to a user? For e.g., xplained.vercel.app that I made as a perplex…
-
comment
Comment #39283340
Created an AI explainer app that helps you understand a topic, kind of like Perplexity. It's currently free to use. Its built using nextjs+tailwind and is powered by Vercel + Brave…
-
comment
Comment #39253913
Hey HN community, A few weeks ago, I created Xplained, an AI-based answering engine that uses web data and LLM to provide responses (like perplexity). I am planning to sell my hobb…
- story
-
comment
Comment #39248494
Looks like a Novel.sh wrapper. It would be useful if it could have templates by use cases like product document or customer support or FAQ or product listing. Also, maybe some AI a…
-
comment
Comment #39248475
Hey, any sample that I can see? As a user I feel apprehensive to sign-in before knowing what I would get. Also, UI can be improved for mobile.
-
comment
Comment #39248466
As you mentioned, if LLMs are not required, I don't see the novelty - it basically is search on embeddings. GPT Assistants readily offer this, with options to customize.
-
comment
Comment #39248451
Hey. Its a good practical application, especially to reduce cost. But at about 0.6 similarity, I get some cache hit. Maybe with more examples and for a high use app, the cache hit …
-
comment
Comment #39242385
I liked the idea. A good start to a promising app. It does need some features to make it useful and some other improvement ts on UX. People have listed others, but I would like a f…
- story
-
comment
Comment #39073034
Updated and significantly improved the app.
-
comment
Comment #39065250
Hi. Thanks for the feedback. Its just a quick POC made in a day. I am still working on integrating a backend and optimizing the queries. Also, it currently uses free APIs with smal…
-
story
Show HN: Xplained – AI-Driven Instant Explainer (Perplexity inspired)
Hello HN community, I would like to introduce Xplained, an AI tool designed for quickly understanding topics using simpler explanations. It harnesses web search results to provide …
-
comment
Comment #38838066
OpenAI came up with its guidelines on prompting. I created a GPT assistant to help me improve the prompt based on that. https://chat.openai.com/g/g-haH111AXX-prompt-optimizer The r…
-
story
Ask HN: Which AI tools have transformed your business?
Share your success stories and lessons learned, especially from a B2B perspective. Any tools that you anticipate will make a big impact in 2024?
-
comment
Comment #38720092
Iterations and assigning roles to the GPT help. Give a small block of code, ask GPT to review this with a panel of developers (frontend, backend, ...), users and UI/UX experts for …
-
comment
Comment #38717584
Hey. I had the same idea as you a while back. Did some samples as well. Used a pretty similar approach till the "Generating Other Scales" section. But was not happy with the output…
-
comment
Comment #38717531
I have been using elastic index for a while now. The best way I have found is to use a hybrid search - match all with embedding + exact+fuzzy match combination as a way to boost re…