tmaly

↗ HN profile [ 4160 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I am working on a few ideas to help my kids learn at home. I am curious if you have built anything for your kids to learn something?

  2. How do you expose your knowledge that you would like different agents or chat interfaces to have access to on a global basis? Is it just a public git repo? In some cases I have seen models struggling to access a public…

  3. I am curious aside from PhaserJS, what frameworks are you using to create multi-player 2D games in the browser?

  4. I am curious how people are doing RAG locally with minimal dependencies for internal code or complex documents? Are you using a vector database, some type of semantic search, a knowledge graph, a hypergraph?

  5. If you’re structuring knowledge for use with agents, what formats or approaches are working for you? I want to help junior engineers on my team through a dynamic trainer. I’m thinking about building a knowledge graph…

  6. I installed the app when it first came out on my iphone. I have yet to come across anyone to chat with. Do you use it and have you found any other users?

  7. As my AI usage has increased, I am finding I need a way to manage my prompts and also a way to handle complex multi step prompts. What is your open source solution for this?

  8. I am sitting on tons of legacy code at my day job. I keep looking at how fast AI is improving over the last few years. I am thinking what can I do to improve the massive amount of legacy code I have to maintain so that…

  9. I am curious if anyone has created any AI tutors to help kids and people learn different topics. If you have created something, is it open source?

  10. I saw several posts of Claude wired up to Blender via MCP and making these impressive models. Here was one repo https://github.com/ahujasid/blender-mcp I was thinking, or more hoping the LLM was actually providing…

  11. I have been thinking of new ways to create educational content. I find the animation capabilities of Scratch to be quite nice as it supports sound and importing art. However, I would like to have some way to drive it…

  12. I just had a thought, maybe dang could chime in. Has anyone considered training a model or fine tuning a model on all of hacker news discussions?

  13. A while back I was looking for a vector database that would work across Windows / Mac / Linux platforms. Some of the options required specific processors like Intel. I am curious if there are any alternatives to a…

  14. I see tons of AI for different things, maybe I missed it, but are there any AI models to create simple 2d cartoon animation?

  15. For those strapped for time or other reasons, what are projects you finished with AI that you could not have gotten done without AI?

  16. I have noticed when you try to ask an LLM to work with some library, the success will usually depend on the training data and on how often the library has iterated with breaking changes. Has anyone thought about what a…

  17. My kids keep losing things like the Apple fast charger in the house, or other small things. What do you use to track small things in your home so they don't get lost?

  18. I have a 10th gen iPad. I am curious what the current state of coding is on the iPad?

  19. I keep seeing posts and videos about how AI agents are the next big thing. But no one has really explained the best way to build them. If you have built an AI agent, what stack have you used? What resources did you use…

  20. There is a major bottleneck in my team around getting code reviews done for other team members. I am curious if you have a checklist or a process you use to streamline code reviews.

  21. I was listening to Lex Fridman interview the Cursor AI team this week on my commute. Lex made this comment about scripting the Adobe Premier pro to automate some things. He mentioned the documentation on this interface…

  22. If you print out code on paper, I am curious which software you use to get the easiest to read format? I find just printing in a basic text editor does not allow you to adjust font size. When I try to print in Word, the…

  23. Curious if anyone works exclusively on the terminal without gui applications? If so, what does your setup look like? What are best tips?

  24. I have been volunteering to teach middle school students about coding and robotics. Right now I have been using MS MakeCode that has blocks, Python, and JavaScript options. Some of the students keeps asking to learn…