Live data from Hacker News

Viewing profile — shouche

shouche

HN member
Joined
Thu, Dec 21, 2023, 5:54 AM UTC
HN karma
3
Public activity
26 items

About shouche

Director, Product Innovation at GlobalData. Love exploring new tech and it's applications to solving practical business problems.

Recent public activity

  1. comment
    Comment #46313012

    I would love to hear about the friction points and what your "MCP Roadmap" looks like.

  2. 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 …

  3. story
  4. 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…

  5. 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%...

  6. comment
    Comment #39678341

    AI explains why Agni missiles are important to India? https://xplained.vercel.app/ask?q=Why%20Agni%20missiles%20ar...

  7. comment
    Comment #39369293

    https://xplained.vercel.app/ask?q=Karpathy%20left%20OpenAI AI explains the update

  8. 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…

  9. 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…

  10. 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…

  11. story
  12. 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…

  13. 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.

  14. 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.

  15. 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 …

  16. 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…

  17. story
  18. comment
    Comment #39073034

    Updated and significantly improved the app.

  19. 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…

  20. 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 …

  21. 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…

  22. 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?

  23. 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 …

  24. 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…

  25. 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…