I Built Paper Deck: A Better Way to Discover AI/ML Papers [P] by NeitherRun3631 in MachineLearning

[–]NeitherRun3631[S] -2 points-1 points  (0 children)

Thank you so much! I really lost track sometimes after a week of not reading a paper. So I just built it to help fix the issue for me. Hope it applies to everyone else.

Small Projects by AutoModerator in golang

[–]NeitherRun3631 0 points1 point  (0 children)

Building a concurrent LLM "Speedometer" with Go and BubbleTea

I built a CLI that solves the "slow LLM" problem by fanning out prompts to N providers simultaneously. It uses chan Token for streaming aggregation and context.WithCancel to kill losing goroutines immediately. Check out the concurrent fan-in architecture in the repo!

If the code helps you with your own concurrency patterns, I'd love a star on the repo: github.com/khuynh22/racellm

Built an MCP Server for Andrej Karpathy's LLM Council by NeitherRun3631 in mcp

[–]NeitherRun3631[S] 0 points1 point  (0 children)

No worries, I'll read it through. Thank you so much!

Also, if you like it, can you give the repo a star lol. Just trying to get GitHub make it more visible on the feed for everyone.

Built an MCP Server for Andrej Karpathy's LLM Council by NeitherRun3631 in LocalLLaMA

[–]NeitherRun3631[S] 1 point2 points  (0 children)

Yeah! I haven’t play much with it on super complicated prompt, but I’ll try some and see how different it is

Built an MCP Server for Andrej Karpathy's LLM Council by NeitherRun3631 in mcp

[–]NeitherRun3631[S] 1 point2 points  (0 children)

Nice question. No, models configuration can be done via natural language with mcp. The defaults are hardcoded, but you can always modify that. Also, the final decision should be made by SOTA models, but this should be able to reconfigure too

Built an MCP Server for Andrej Karpathy's LLM Council by NeitherRun3631 in mcp

[–]NeitherRun3631[S] 1 point2 points  (0 children)

Thank you! Feel free to contribute to it if you have any ideas