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_•11mo 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

A guide to Io_uring

https://nick-black.com/dankwiki/index.php?title=Io_uring
1•teleforce•2m ago•0 comments

Show HN: Cairn CLI: The Machine Interface

https://backpac.xyz/cairn-cli
1•allynjalford•3m ago•0 comments

Show HN: AI for Your Team

https://jitera.com/
1•everlier•3m ago•0 comments

NumPy as Synth Engine

https://kennethreitz.org/essays/2026-03-29-numpy_as_synth_engine
1•birdculture•4m ago•0 comments

Hank Green: What is "Slop" (and why it gives me hope) [video]

https://www.youtube.com/watch?v=dT5IJExTUR4
1•DrewADesign•4m ago•0 comments

An introduction to the io_uring asynchronous I/O framework (2020)

https://blogs.oracle.com/linux/an-introduction-to-the-io-uring-asynchronous-io-framework
1•teleforce•6m ago•0 comments

Freedom Studio – local AI runner with Tor, E2E encryption, and zero telemetry

https://github.com/albertotijunelis/freedom-studio
1•Tijunelis•9m ago•0 comments

Exo: Claude Code for your Inbox

https://github.com/ankitvgupta/mail-app
1•jshchnz•10m ago•1 comments

d-HNSW: A High-Performance Vector Search Engine on Disaggregated Memory

https://arxiv.org/abs/2603.13591
1•tanelpoder•11m ago•0 comments

What's New in Flutter 3.41

https://blog.flutter.dev/whats-new-in-flutter-3-41-302ec140e632
1•doctaj•12m ago•0 comments

Show HN: I built a Bitcoin signing device where the private key is physical

https://frozensecurity.com/
1•frozensecurity•14m ago•0 comments

Add Spaces to the Dock on macOS

https://practicalbetterments.com/add-spaces-to-the-dock-on-mac-os/
1•DitheringIdiot•14m ago•1 comments

Show HN: An Interactive Text to SQL Agent Benchmark

https://sql-benchmark.nicklothian.com/
1•nl•16m ago•0 comments

A Nursing Home Owner Got a Pardon. The Families of His Patients Got Nothing

https://www.propublica.org/article/joseph-schwartz-trump-pardon-skyline-nursing-home-patients
1•Jimmc414•18m ago•0 comments

Ubuntu 26.04 Showing Nice Gains over Ubuntu 25.10 on AMD Ryzen 9000 Series

https://www.phoronix.com/review/ubuntu-2510-2604-zen5
1•teleforce•18m ago•0 comments

Pi: Another AI agent toolkit, but this one is interesting

https://github.com/badlogic/pi-mono
2•modinfo•19m ago•1 comments

There may be 10 times as many citizen scientists in Australia as we thought

https://theconversation.com/there-may-be-10-times-as-many-citizen-scientists-in-australia-as-we-t...
2•defrost•20m ago•0 comments

Polymarket

https://en.wikipedia.org/wiki/Polymarket
2•DyslexicAtheist•24m ago•1 comments

Ask HN: Does anyone else notice that gas runs out faster than usual

1•cat-turner•25m ago•2 comments

The Texas Lawyer and Part-Time Pastor Who Beat Meta and Google

https://www.wsj.com/us-news/law/the-texas-lawyer-and-part-time-pastor-who-beat-meta-and-google-82...
1•tolerance•30m ago•0 comments

ASML plans 1,700 job cuts as it restructures teams

https://www.techinasia.com/news/asml-plans-1700-job-cuts-as-it-restructures-teams
1•markus_zhang•31m ago•0 comments

The Blackwall Between Your AI Agent and Your Filesystem

https://www.wshoffner.dev/blog/greywall
2•ticktockbent•33m ago•0 comments

Boltcli – Bolt Food orders from the terminal (reverse-engineered API)

https://github.com/Lukynnnn/boltcli
1•Lukynnnn•35m ago•0 comments

PostMac – AI-native development, trunk-based Git, 12-factor philosophy

https://github.com/tdsanchez/PostMac
1•tdsanchez•37m ago•1 comments

Bob Dylan's AI "Lectures from the Grave" Review: An Accidental Warning

https://consequence.net/2026/03/bob-dylan-ai-lectures-from-the-grave-review/
1•coloneltcb•43m ago•0 comments

Error messages are an underrated part of agent experience

https://www.knut.fyi/blog/2026-03-30/agentic-developer-experience-starts-with-your-system
2•jeffinpdx•43m ago•1 comments

Ask HN: Anyone getting random quotes from U-Haul while their website is down?

1•phyzix5761•43m ago•0 comments

iOS 26.4 Autocorrect Updates

https://www.wsj.com/tech/apple-iphone-autocorrect-update-7659d618
2•daviesgeek•46m ago•0 comments

Show HN: HackerOne Silent-Patched My Critical BOLA and Banned Me

https://github.com/guardiankali/HackerOne-Silent-Patch-Exposed/blob/main/Critical.README.md
2•Salamalto•47m ago•0 comments

The Nginx default page hides 5 clues that lead to same 24-word BIP39 mnemonic

https://bip39-recast.pages.dev/wwwroot/
2•imcotton•48m ago•0 comments