frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•10mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Claude PR Code Review costs $15-$25 per review

https://twitter.com/claudeai/status/2031088175456903667
1•artdigital•5m ago•0 comments

German Court Rules TCL QLED Advertising Misleading, Orders Halt

https://www.thelec.net/news/articleView.html?idxno=5692
1•ledoge•6m ago•0 comments

Show HN: I wrote an application to help me speak slower

https://steady.cates.fm/
1•benja123•7m ago•0 comments

AI on a Budget: Recompiling Llama.cpp for Qwen3.5 Inference on an HP Z440

https://jeanbaptistefleury.neocities.org/importance_of_inference_engines
1•DAFtwinTurbo•8m ago•1 comments

JuicyQR – Generate QR codes that never expire, for free

https://juicyqr.com/
1•hamid914•8m ago•0 comments

Self-improving AI (Karpathy pt2)

https://xcancel.com/karpathy/status/2031135152349524125?s=20
1•razodactyl•9m ago•0 comments

ReVision Implant wins FDA breakthrough nod for vision-restoring BCI

https://www.massdevice.com/revision-implant-fda-breakthrough-vision-bci/
1•iancmceachern•12m ago•0 comments

How to send your app code to Figma using Claude Code

https://designexplained.substack.com/p/how-to-send-your-app-code-to-figma
1•kaizenb•14m ago•1 comments

Andrej Karpthy's Agent Hub

https://github.com/karpathy/agenthub/
1•AntoineN2•17m ago•0 comments

AI Gold Trading Bot reinforcement learning system for autonomous XAUUSD trading

https://github.com/forbbiden403/tradingbot
1•solosquad•18m ago•0 comments

Show HN: Isaacus – the legal AI research company

https://isaacus.com/
1•ubutler•19m ago•0 comments

Using Thunderbird for RSS

https://rubenerd.com/using-thunderbird-for-rss/
2•ingve•24m ago•0 comments

Apple M5 Pro and M5 Max CPU Analysis – M5 Max Is Not Much Faster Than the M4 Max

https://www.notebookcheck.net/Apple-M5-Pro-M5-Max-CPU-Analysis-M5-Max-is-not-much-faster-than-the...
1•ezst•28m ago•0 comments

Silicon Valley's new miracle drug [video]

https://www.youtube.com/watch?v=W0ltbBby9FU
1•chirau•29m ago•0 comments

Gone Almost Phishin'

https://ma.tt/2026/03/gone-almost-phishin/
1•jon_bossenger•34m ago•0 comments

What AI Models for War Look Like

https://www.wired.com/story/ai-model-military-use-smack-technologies/
2•jonbaer•38m ago•0 comments

Press-One: Auto-accept every Claude Code prompt

https://github.com/HalfEmptyDrum/press-one
6•EmptyDrum•40m ago•1 comments

Show HN: Envelope – Open-source email API for AI agents (BYO email, MCP)

https://github.com/tymrtn/U1F4E7
1•tmrtn•40m ago•0 comments

Can the Dictionary Keep Up?

https://www.thenation.com/article/culture/stefan-fatsis-dictionary-history/
1•pepys•40m ago•0 comments

Iran War; Pyrrhic Victory

https://waterofmarch.substack.com/p/iran-war-pyrrhic-victory
1•PonDiDancefloor•40m ago•0 comments

This Intel Panther Lake mini PC is as thin as a laptop

https://liliputing.com/this-intel-panther-lake-mini-pc-is-as-thin-as-a-laptop/
1•rezaprima•41m ago•0 comments

Ask HN: What are your favorite books?

2•amunozo•43m ago•2 comments

Emulation of the Drosophila Fly Brain

https://github.com/eonsystemspbc/fly-brain
2•dtj1123•44m ago•0 comments

M5 Max LLM Benchmarks Against M3 Ultra

https://creativestrategies.com/research/m5-max-chiplets-thermals-and-performance-per-watt/
1•abhikul0•44m ago•1 comments

Ask HN: How are you reviewing code at work these days?

1•curiousgal•45m ago•1 comments

His Mother Vanished When He Was 14. 33 Years Later, He Found Her

https://www.nytimes.com/2026/03/09/us/antonio-wiley-missing-mother-found.html
1•emmabotbot•45m ago•0 comments

If Anyone Builds It, Everyone Dies

https://ifanyonebuildsit.com/
4•intenex•46m ago•1 comments

Talking to LLMs Through Nintendo Handhelds

https://substack.com/home/post/p-190447769
1•ghostpeony•46m ago•0 comments

It is recommended to create a forum solely for OpenClaw to post information

https://clawtavern.com
1•WilliamSui•46m ago•1 comments

Investigation complete – Unable to diagnose with current information

https://lapcatsoftware.com/articles/2026/3/2.html
1•7777777phil•48m ago•0 comments