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_•1y 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

UnixPC – Why did it fail?

https://www.youtube.com/watch?v=_x3uxKfFI-0
1•vapparatus•40s ago•0 comments

Ten People Are Quietly Deciding How AI Agents Will Prove Who They Are

https://clawdrey.com/blog/ten-people-quietly-deciding-agentic-identity.html
1•mooreds•1m ago•0 comments

From "What the Fuzz?" To "All the Fuzz " (Keynote Fuzzing Workshop NDSS'26)

https://www.youtube.com/watch?v=In3kRAVVbzQ
1•gannimo•1m ago•0 comments

We Tested $200 GPT-5.5 Pro on PhD Level Math [video]

https://www.youtube.com/watch?v=r4p5wGG_DgI
1•Topfi•2m ago•0 comments

What Makes EVTOL Motors Different Than EV Motors?

https://spectrum.ieee.org/evtol-joby-jon-wagner-motors
1•Brajeshwar•3m ago•0 comments

Run this Claude skill in your repo to make upload ready app store screenshots

https://github.com/hypersocialinc/shots
1•Jonovono•4m ago•1 comments

Ask HN: How do you solve aggregation when agentic RAG breaks down?

1•bimbobruno•4m ago•0 comments

Video Chat with Jesus for $1.99 per Minute

https://www.vice.com/en/article/this-company-will-let-you-video-chat-with-jesus-for-1-99-per-minute/
1•tantalor•4m ago•0 comments

Next El Niño could be tipping point for a hotter climate

https://insideclimatenews.org/news/25042026/el-nino-earth-warming/
1•helterskelter•4m ago•0 comments

How Trump is moving to control U.S. elections, one state at a time

https://www.reuters.com/investigations/how-trump-is-moving-control-us-elections-one-state-time-20...
2•notagoodidea•5m ago•0 comments

An intriguing case of "exceptional resilience" against dementia

https://peterattiamd.com/heat-shock-proteins-and-alzheimers-mutation/
1•brendanashworth•5m ago•0 comments

Ask a Staff Engineer Anything

https://askastaffengineer.com/
2•mooreds•6m ago•0 comments

Canvas-Ing the Web

https://meyerweb.com/eric/thoughts/2026/04/27/canvas-ing-the-web/
1•jjgreen•6m ago•0 comments

Canva apologizes after its AI tool replaces 'Palestine' in designs

https://www.theverge.com/ai-artificial-intelligence/919028/canva-magic-layers-ai-replacing-palestine
1•alex_suzuki•7m ago•0 comments

What AI bros have wrong about Jevons Paradox

https://b2bs.substack.com/p/jevons-paradox-ai-and-humanitys-relevance
1•oopsiremembered•7m ago•0 comments

Bloom filters: the niche trick behind a 16× faster API

https://incident.io/blog/bloom-filters
1•tahazsh•7m ago•0 comments

KloudAudit – find cloud waste in 15 min without giving AWS account access

https://www.kloudaudit.eu/
1•leumasj•7m ago•0 comments

AI's not going to kill open source code security

https://www.theregister.com/2026/04/26/opinion_column/
1•CrankyBear•9m ago•0 comments

Nonlinearity Affects a Pendulum

https://www.johndcook.com/blog/2026/04/24/nonlinear-pendulum/
1•ibobev•9m ago•0 comments

Nth Derivative of a Quotient

https://www.johndcook.com/blog/2026/04/25/nth-derivative-of-a-quotient/
1•ibobev•9m ago•0 comments

Closed-form solution nonlinear pendulum with Jacobi functions

https://www.johndcook.com/blog/2026/04/25/exact-solution-nonlinear-pendulum/
1•ibobev•9m ago•0 comments

Hardware-accelerated 4K video on RK3588 with Linux 7.0

https://seoulsaram.org/articles/RK3588/mainline-hwdec
2•captain_bender•12m ago•1 comments

Agentic ML engineer. works with Colab. Zero infra needed. 3x faster TurboQuant

https://github.com/altaidevorg/isanagent
2•monatis•13m ago•1 comments

Sometimes Your Job Is to Get in the Way

https://randsinrepose.com/archives/sometimes-your-job-is-to-get-in-the-way/
2•mooreds•13m ago•0 comments

Raspberry Pi Badgeware

https://www.raspberrypi.com/news/raspberry-pi-badgeware/
1•salkahfi•13m ago•0 comments

Why Food Additives May Not Be FDA Reviewed

https://undark.org/2026/04/24/interview-jennifer-pomeranz/
1•speckx•13m ago•0 comments

Show HN: Explain Like I'm Five for ArXiv Papers

https://eli.voxos.ai/
1•Falimonda•13m ago•0 comments

AI Cannot Self Improve and Math Behind Proves IT

https://smsk.dev/2026/04/26/ai-cannot-self-improve-and-math-behind-proves-it/
2•ColinWright•14m ago•1 comments

The emergence of just-in-time integrations

https://nango.dev/blog/just-in-time-integrations/
1•rguldener•14m ago•0 comments

A Fast Quicksort in C for Modern CPUs with Threads and Branch‑Avoidant Coding

https://easylang.online/blog/threaded_sorting
1•signa11•15m ago•0 comments