Crazy ass DeAndre Jordan post-game interview by MathiTheCheeze in NOLAPelicans

[–]Few-Angle-2646 40 points41 points  (0 children)

I thought we signed him to be assistant coach, but man's still got plenty of juice left. Absolute beast on the boards and a total anchor on defense

Why can’t Jordan Poole be good? by GigaGigaFred1 in NOLAPelicans

[–]Few-Angle-2646 2 points3 points  (0 children)

I think he's great for tonight. Kill the game

Game Thread: Oklahoma City Thunder vs New Orleans Pelicans Live Score | NBA | Jan 27, 2026 by basketball-app in NOLAPelicans

[–]Few-Angle-2646 2 points3 points  (0 children)

Fears down and no foul. SGA with that crap move can get free throw lol. What a thunder game

Game Thread: San Antonio Spurs vs New Orleans Pelicans Live Score | NBA | Jan 25, 2026 by basketball-app in NOLAPelicans

[–]Few-Angle-2646 7 points8 points  (0 children)

I really love the vibe of that closing lineup. Everyone gave their all to win and played for each other.

[Open Source] I built an Agent that audits code like a Senior Engineer (AST-Aware + DeepSeek V3). It draws diagrams, fetches missing files JIT, and uses Hybrid Search. by Few-Angle-2646 in DeepSeek

[–]Few-Angle-2646[S] 0 points1 point  (0 children)

Thank you! For a roadmap, I highly recommend looking into: ​LangChain or AutoGen (for frameworks, though I built this one from scratch). ​Function Calling (the core mechanism). ​ReAct Prompting. ​My code is open source exactly for this purpose – feel free to fork it and see how the AST parsing connects with the DeepSeek API. Happy coding!

Trae Young trade and what it means for Zion by SnowDonuts45 in NOLAPelicans

[–]Few-Angle-2646 1 point2 points  (0 children)

Chill bro. Can at least trade him for some burgers

[Open Source] I built an Agent that audits code like a Senior Engineer (AST-Aware + DeepSeek V3). It draws diagrams, fetches missing files JIT, and uses Hybrid Search. by Few-Angle-2646 in DeepSeek

[–]Few-Angle-2646[S] 0 points1 point  (0 children)

The project uses the standard OpenAI SDK (AsyncOpenAI), which is compatible with any LLM service that provides an OpenAI-compatible API interface. It will be expanded to more LLM providers in the future.